@charset "UTF-8";
/* CSS Document */

.campaign_main_wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.mv {
  margin-bottom: 10px;
}
.campaign_dt_wrap {
  margin-bottom: 48px;
}
.campaign_dt_wrap .title {
  background: #41210f;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_wrapper {
  background: #fff;
  padding: 56px 100px;
}
.list_dl {
  display: flex;
  align-items: flex-start;
  column-gap: 32px;
  margin-bottom: 40px;
}
.list_dl:last-child {
  margin-bottom: 0;
}
.list_dl dd {
  width: calc(100% - 272px);	
  display: flex;
  align-items: center;
  flex-wrap: wrap;	
  font-size: 24px;
  font-weight: 600;	
}
.list_dl dd span {
  display: flex;
  align-items: center;
}
.list_dl dt {
width: 240px;
text-align: center;
background: linear-gradient(90deg,#dc3641,#ee6143,#dc3641);
border-radius: 50px;
}
.list_dl dd .btn a {
  max-width: 400px;
  width: 100%;
  height: 56px;
  font-size: 20px;
  color: #fff;
  display: flex;
  background: #c82424;
  justify-content: center;
  align-items: center;
  column-gap: 12px;	
  border-radius: 8px;
  box-shadow: 0 8px 0 0px #992525;
  margin: 0 auto;
  position: relative;
}
.list_dl dd .btn a:hover {
  box-shadow: none;
  top: 10px;
  opacity: 1;
}
.list_dl dd .btn {
  width: 63.6%;
}
.campaign_main_wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 160px auto;
}
.note {
  font-size: 14px;
  line-height: 1.2;
  color: #dd383f;
  text-indent: -1.3em;
  padding-left: 1.3em;	
  margin-top: 8px;	
}
.footer_banner{
  display: none;
}
.note_ul {
  font-size: 13px;
  color: #000;
  line-height: 1.3;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 32px auto;
}

@media screen and (max-width:1000px){
.campaign_dt_wrap {
  padding: 0 20px;
}
.list_wrapper {
  padding: 40px 20px;
}	
}

@media screen and (max-width:640px){
.list_dl dt {
  width: 30%;
}
.list_dl dd {
  width: 70%;
}
}

@media screen and (max-width:768px){	
.footer_banner {
  display: block;
}	
.campaign_main_wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 80px auto;
}	
.list_wrapper {
  background: #fff;
  padding: 32px 20px 40px 20px;
}
.campaign_dt_wrap {
  margin-bottom: 32px;
}	
.list_dl {
  column-gap: 16px;
  margin-bottom: 32px;
}	
.list_dl dt {
  width: 35%;
}
.list_dl dd {
  width: 65%;
  font-size: 20px;
  line-height: 1.4;
  flex-wrap: wrap;
}	
.list_dl dd .btn {
  width: 100%;
}
a[href^="tel:"]{
    pointer-events: none;
  }	
.footer_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;	
  z-index: 10;	
/*  animation: fadein 1s ease 0s 1 forwards;*/
  }
.footer_banner .close {
	position: absolute;
	top: 23px;
	left: 5px;
  }
.footer_banner.close {
  display: none;
  }
	
}

@media screen and (max-width:599px){	
.campaign_dt_wrap .title {
  height: 64px;
	}
.campaign_dt_wrap.list01 .title img {
  width: 208px;
}
.campaign_dt_wrap.list02 .title img {
  width: 135px;
}		
.campaign_dt_wrap {
  padding: 0 16px;	
}
.list_dl dd span {
  width: 100%;
justify-content: center;
font-size: 24px;	
}	
.list_dl {
  display: block;
  margin-bottom: 24px;
}
.list_dl dt {
  width: 100%;	
  margin-bottom: 16px;
  text-align: center;
}
.list_dl dd {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;	
}
}



