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

/*------------------------------------------------------------
共通
------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif !important;
  background: #fff;
  color: #000;
  font-size: 17px;
  background-color: #fff;
  word-break: break-all;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:vis

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.pc {
    display: block;
}
.sp {
	display: none;
}
b{
	font-weight: bold;
}
.fcR{
	color: #e70000;
	font-weight: bold;
}
.fcY{
	color: #ffed31;
	font-weight: bold;
}
.taC{
	text-align: center;
}
.fsS {
    font-size: 14px;
}
@media screen and (max-width:740px){
html {
    overflow-x: hidden;
    overflow-y: scroll; -webkit-overflow-scrolling: touch
}
.pc {
    display: none;
}
.sp {
    display: block;
}
	
p{
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
}
}

body{
    margin: 0 auto;
    /*max-width: 1920px;*/
}
img{
    display: block;
    width: 100%;
	vertical-align: middle;
}
p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
@media screen and (min-width:740px) {
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

/*ヘッダー*/
header {
  width: 100vw;
  position: relative;
  z-index: 100;
  display: flex !important;
  justify-content: space-evenly;
  align-items: center;
  background: #ffed31; 
  padding: 18px 150px 0px !important;
}
  header div>p {
    font-size: 14px;
    margin: 0 0 0 1%;
	color: #fff;
  }
.header_flex{
	display: flex !important;
}
@media screen and (min-width:640px) {
  header {
    width: 100%;
    min-height: 80px;
    left: 0;
  }
  /*header div.mf_log{
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-start;
	flex-wrap: wrap;  
  }*/
  header div>img {
    width: 56%;
  }
}
@media screen and (max-width:740px) {
	header {
		width: 100%;
		/*padding: 0 10px 15px !important;*/
		padding: 10px 10px 9px !important;
	}
	header div>p {
		font-size: 9px;
		margin: 0 0 0 1%;
	}
	header div>img {
		width: 156px;
    	padding: 0 7px 0 0px;
	}
	.header_p{
		color: #e70000;
    	font-weight: bold;
		background: #ffed31; 
		padding: 25px 10px 4px;
	}
	.header_p p{
		font-size: 14px;
	}
}
@media (min-width:741px) and (max-width:980px) {
	header {
	  padding: 30px 20px 20px !important;
	}
}

/*MV*/
@media screen and (min-width:741px) {
	.mv {
    background-image: url(../img/fv_pc_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.mv_pc{
	max-width: 1450px;
    margin: auto;
}
}

/*CTA*/
.cta_area{
	background-image: url(../img/cta01_bg.jpg);
    background-repeat: no-repeat;
	padding: 0 0 18px 0px;
}
.cta_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 -10px 0;
	padding: 4% 0 0 0;
}
.btn {
  margin: 0 10px;
}
.btn_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cta_item p{
	font-size: 25px;
	line-height: 1.5;
	padding: 20px 20px 0;
}
@media screen and (max-width:740px) {
  .btn {
    margin: 0;
  }
}
/*へこみ*/
.hekomu1 {
	animation: hekomu1 2s infinite;
	box-shadow: 0 6px 0 #bd0000;
	margin-bottom: 15px;
  border-radius: 55px;
}
.hekomu2 {animation: hekomu2 2s infinite;
	box-shadow: 0 6px 0 #117400;
	margin-bottom: 15px;
  border-radius: 55px;
}
@keyframes hekomu1 {
	0% {
		box-shadow: 0 6px 0 #bd0000;
		top: 0px;
	}
	10% {
		box-shadow: 0 0 0 #bd0000;
		top: 3px;
	}
	20% {
		box-shadow: 0 6px 0 #bd0000;
		top: 0px;
	}
	30% {
		box-shadow: 0 0 0 #bd0000;
		top: 3px;
	}
	40% {
		box-shadow: 0 6px 0 #bd0000;
		top: 0px;
	}
}
@keyframes hekomu2 {
	0% {
		box-shadow: 0 6px 0 #117400;
		top: 0px;
	}
	10% {
		box-shadow: 0 0 0 #117400;
		top: 3px;
	}
	20% {
		box-shadow: 0 6px 0 #117400;
		top: 0px;
	}
	30% {
		box-shadow: 0 0 0 #117400;
		top: 3px;
	}
	40% {
		box-shadow: 0 6px 0 #117400;
		top: 0px;
	}
}

/* 点滅 */
.blinking{
  animation: flash 1.7s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}
@media screen and (max-width:740px) {
  .cta_area {
    padding: 0;
}
  .cta_item p {
    font-size: 15px;
    padding: 0;
}
  .kirin{
    width: 108px;
  }
	.blinking {
		font-size: 20px;
	}
  .btn_flex {
    padding: 0 10px;
	  flex-wrap: wrap;
}
.cta_flex {
  padding: 7% 0 0;
}
}

/*SOS*/
.achievements{
	max-width: 700px;
    margin: auto;
}
.sos{
	background-image: url(../img/sos_bg.jpg);
    background-repeat: no-repeat;
    padding: 0 80px;
}
.sos_ttl {
    max-width: 920px;
    margin: 3% auto;
}
.sos_content {
    max-width: 900px;
    margin: auto;
	position: relative;
	z-index: 2;
}
.sos_explain {
	background-image: url(../img/sos_explain_bg.png);
	background-size: cover;
    background-repeat: no-repeat;
	position: relative;
    padding: 17% 80px 3%;
    margin: -14.5% 0 0;

}
.sos_explain img{
    max-width: 900px;
    margin: auto;
}
.sos_abs{
	position: absolute;
	top: 70%;
    width: 100%;
    max-width: 510px;
    left: 50%;
    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width:740px) {
  .sos {
    padding: 25px 20px 0;
    background-size: cover;
}
.sos_abs {
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sos_abs p{
  font-size: 4vw;
}
.sos_explain {
  padding: 10% 20px 7%;
  margin: -9% 0 0;
}
}

/*ホームサポートSOSが地域最安値を実現できる理由*/
.reason h2{
	background-image: url(../img/reason_ttl.jpg);
	background-position: center;
    background-repeat: no-repeat;
	color: #fff;
	font-size: 34px;
    line-height: 1.5;
	padding: 2% 0;
}
.reason{
	background: #fef79c;

}
.reason_content{
	max-width: 1000px;
	margin: auto;
	padding: 4% 80px 2%;
	position: relative;
    z-index: 3;
}

@media screen and (max-width:740px) {
  .reason h2 {
    font-size: 6vw;
    padding: 4% 0;
  }
  .reason_content {
    padding: 7% 20px 15%;
}

}

/*料金表*/
.price h2{
	width: 600px;
    margin: 0 auto;
    padding: 44px 0 4%;
}
.price {
	background-image: url(../img/price_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.price_wrapper{
	max-width: 1200px;
	margin: auto;
  padding: 0 80px;
}
.price_detail{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.price_box{
	width: 240px;
  padding: 0 5px 2%;
}
.price_box ul{
	padding-left: 0;
}
.price_box li{
	list-style: none;
}
.card{
	max-width: 700px;
    margin: auto;
    padding: 2% 40px 6%;
}
.card02{
	max-width: 700px;
    margin: auto;
    padding: 2% 40px 3%;
}
.price_abs{
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media screen and (min-width:741px) {
    .price_detail::before{
      content:"";
      display: block;
      width:23%;
      order:1;
    }
    .price_detail::after{
      content:"";
      display: block;
      width:23%;
    }
}
@media screen and (max-width:740px) {
  .price h2{
      width: 100%;
      padding: 10% 20px 4%;
  }
  .price {
    background-image: url(../img/price_sp_bg.jpg);
    margin: -20px 0 0;
}
.price_wrapper {
  padding: 0 10px;
}
.price_box {
  width: 47%;
  padding: 0 0 5%;
}
.card {
  padding: 2% 20px 13%;
}
.card02 {
  padding: 2% 20px 10%;
}
}
@media (min-width:755px) and (max-width:1040px) {
	.price {
		margin: -105px 0 0;
	}
	.price h2 {
		max-width: 600px;
		width: 100%;
		padding: 270px 0 4%;
	}
}


/*CTA02*/
.cta_area02{
	background: #fef79c;
	margin: -47px 0 0;
    padding: 0px 0 3% 30px;
	position: relative;
}
.cta_flex02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -20px 0 -10px 0;
}
@media screen and (max-width:740px) {
	.cta_flex02 {
    padding: 0% 0 0;
}
  .cta_area02 {
    margin: 0;
    padding: 0 0 7%;
}
}

/*4つのポイント*/
.point h2{
	background-image: url(../img/point_ttl.jpg);
	background-position: center;
    background-repeat: no-repeat;
	color: #fff;
	font-size: 34px;
    line-height: 1.5;
	padding: 2% 0;
}
.point{
	background-image: url(../img/point_bg.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}
.point_content{
	max-width: 950px;
	margin: auto;
	padding: 4% 25px;
}
.point_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.point_flex img{
	width: 430px;
	padding: 0 0 3%;
}
@media screen and (max-width:740px) {
  .point_flex img{
      width: 100%;
  }
  .point h2 {
    font-size: 6vw;
    padding: 4% 0;
}
.point_content {
  padding: 8% 25px 5%;
}
}
/*お客様の声*/
.voice{
	background: #fef79c;
}
.voice h2{
	width: 700px;
    margin: 0 auto;
    padding: 46px 0 30px;
}
.slick_pc {
	display: block !important;
}
.slick_sp {
	display: none !important;
}


.slider .slick-prev:before {
	background: url(../img/prev.png) no-repeat center!important;
    background-size: contain!important;
    width: 90% !important;
    height: 90% !important;
}

.slider .slick-next:before {
	background: url(../img/next.png) no-repeat center!important;
    background-size: contain!important;
    width: 100% !important;
    height: 100% !important;
}
.slick-arrow::before {
    content: ""!important;
    width: 90%!important;
    height: 90%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-arrow {
    z-index: 2!important;
    width: 55px!important;
    height: 55px!important;
}
.slider .slick-prev{
	left: 24%;
}
.slider .slick-next{
	right: 23%;
}
.slick-prev:before, .slick-next:before{
	font-size: 60px !important;
	opacity: 1 !important;
}
.slider .slick-slide {
    transform: scale(0.8);
    transition: all .5s;
    opacity: 0.5;
}
.slider .slick-slide.slick-center {
    transform: scale(1);
    opacity: 1;
}
.voice_in img {
		width: 90%;
    	margin: auto;
		padding: 0 0 30px;
	}
.voice_in {
   	position: relative;
    max-width: 580px;
    width: 70vw!important;
}
.voice-p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    padding: 3% 0 0;
    font-weight: bold;
}
.voice-type{
	font-size: 1.8vw;
    font-weight: bold;
    border-bottom: 2px solid #fff;
	line-height: 2;
	color: #fff;
}
.voice_text{
	position: absolute;
    top: 76%;
    left: 22%;
    transform: translate(-13%,-60%);
}

@media screen and (min-width:1450px){
	.slider .slick-next {
		right: 30%;
	}
	.slider .slick-prev {
		left: 31%;
	}
}
@media (min-width:1150px) and (max-width:1449px) {
	.slider .slick-next {
		right: 23%;
	}
	.slider .slick-prev {
		left: 24%;
	}
}
@media (min-width:741px) and (max-width:1149px) {
	.slider .slick-next {
		right: 17%;
	}
	.slider .slick-prev {
		left: 17%;
	}
}

@media screen and (max-width:740px){
  .slick_pc {
    display: none !important;
  }
 .slick_sp {
    display: block !important;
  }
	.slick-prev:before, .slick-next:before {
		font-size: 26px !important;
	}
	.slider .slick-next {
		right: 2%;
		z-index: 2;
	}
	.slider .slick-prev {
		left: 2%;
		z-index: 2;
	}
	.uservoice h2 {
		width: 58%;
		padding: 8% 0 8%;
	}
	.voice_in img {
		width: 90%;
	}
	.voice-p{
		font-size: 3.8vw;
		line-height: 1.5;
		top: 54%;
		left: 21%;
	}
	.slick-arrow {
		width: 30px!important;
		height: 30px!important;
	}
	.voice-type{
		font-size: 5vw;
	}
	.voice_text {
		top: 63%;
		left: 23%;
		transform: translate(-14%,0);
	}
	.voice-p{
		font-size: 3vw;
	}
	.voice_in {
		width: 96vw!important;
	}
	.voice h2 {
    width: 100%;
    padding: 7% 20px 6%;
}
}

/*ご利用の流れ*/
.flow h2 {
  width: 530px;
  margin: 0 auto;
  padding: 150px 0 28px;
}
.flow{
  background-image: url(../img/flow_bg.jpg);
  background-repeat: no-repeat;
	background-size: cover;
	margin: -30px 0 0;
}
.flow_flex{
  display: flex;
  align-items: center;
}
.flow_content {
  max-width: 950px;
  margin: auto;
  padding: 0 80px;
}

.flow_item .ttl {
  font-weight: bold;
  font-size: 25px;
  padding: 0 0 5px;
}
.flow_item .txt {
  padding: 0 0 30px;
}
.flow_item {
  padding: 0 0 0 30px;
}
.flow_item img {
  width: 180px;
  padding: 0 0 20px;
}
@media screen and (max-width:740px) {
  .flow h2{
      width: 100%;
      padding: 160px 20px 35px;
  }
  .flow_content {
    padding: 0 20px;
}
.flow_content {
  padding: 0 17px;
}
.flow_item {
  padding: 0;
}
.flow_item img {
  width: 120px;
  padding: 0 0 20px;
}
.flow_item .ttl {
  font-size: 16px;
  padding: 0 0 5px 10px;
}
.flow_item .txt {
  font-size: 14px;
  padding: 0 0 30px 10px;
}
	.flow{
  margin: -102px 0 0;
}
}

/*対応エリア*/
.area{
  background-image: url(../img/area_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0 115px;
	position: relative;
}
.area h2{
	background-image: url(../img/area_ttl.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
  font-size: 60px;
  line-height: 1.5;
  padding: 3% 0;
}
.area_content{
  padding: 0 80px;
  margin: 0 0 30px 0;
  position: relative;
}
.area_content_inner {
  max-width: 900px;
  position: relative;
  margin: auto;
}
.area_content img {
	padding: 40px 0 20px;
  
}
.area_ttl01{
	text-align: center;
    font-weight: bold;
}
.area_ttl01 p{
	font-size: 35px;
    border-bottom: solid 2px;
    width: 125px;
    margin: 0 auto;
}
.area_ttl02{
	text-align: center;
    font-weight: bold;
}
.area_ttl02 p{
	font-size: 35px;
    border-bottom: solid 2px;
    width: 160px;
    margin: 0 auto;
}
.area_txt{
	max-width: 850px;
    margin: 0 auto;
    padding: 20px 0 30px;
}
.area_abs{
	position: absolute;
	bottom: 0;
	width: 100%;
}
/*●名稼働中！*/
.po_re {
  position: relative !important;
}
.blink {
  animation:blink 1s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {opacity:0;}
  50% {opacity:1;}
  100% {opacity:1;}
}
@keyframes blinkColor {
0% {
  color: #00bfff;
}
100% {
  color: #cc2200;
}
}
.text-color {
animation: blinkColor 1s ease-in-out infinite alternate;
}
.gunma, .tochigi, .ibaraki, .saitama, .tokyo, .chiba, .kanagawa , .miyagi {
  font-size: 0.8em;
  padding: 3px 8px;
  position: absolute !important;
  font-weight: bold;
  color: #e80000;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -7px #000000;
  text-align: center;
}
.gunma {
  top: 32%;
  left: 17%;
}
.tochigi {
  top: 27%;
  left: 37%;
}
.ibaraki {
  top: 43%;
  left: 47%;
}
.saitama {
    top: 49%;
    left: 26%;
}
.tokyo {
    top: 61%;
    left: 30%;
}
.chiba {
    top: 68%;
    left: 47%;
}
.kanagawa {
    top: 71%;
    left: 25%;
}
.miyagi {
    top: 25%;
    left: 47%;
}
@media screen and (max-width:740px) {
     .gunma, .tochigi, .ibaraki, .saitama, .tokyo, .chiba, .kanagawa , .miyagi {
        font-size: 0.6em;
     }
    .gunma {
        top: 26%;
        left: 22%;
    }
      .tochigi {
        top: 23%;
        left: 45%;
    }
      .ibaraki {
        top: 35%;
        left: 61%;
    }
    .saitama {
        top: 42%;
        left: 30%;
    }
    .tokyo {
        top: 52%;
        left: 12%;
    }
    .chiba {
    top: 58%;
    left: 60%;
    }
    .kanagawa {
        top: 62%;
        left: 18%;
    }
      .miyagi {
        top: 20%;
        left: 47%;
    }
}


/*アコーディオン*/
.area_list {
  max-width: 900px;
    width: 100%;
    margin: 0 auto 15px;
}
.summary_inner{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}
summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.summary_inner{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-bottom: 2px solid #fff;
  text-align: center;
}
.area_name {
  background-color: #fff;
  padding: 3% !important;
}

/* --------矢印-------- */
.icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}
/* アコーディオンが開いた時のスタイル */
details[open] .icon {
  transform: rotate(180deg);
}
/* アイコンのバーのスタイル */
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
}
.icon::before {
  left: 0;
  transform: rotate(45deg);
}
.icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* --------summaryタグの疑似要素でアイコンを作る場合-------- */
.wrapper_pseudoElementsIcon .summary_inner::after {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  margin-left: 6px;
  flex-shrink: 0;
  background-image: url("icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center 43%;
  /* アコーディオンが閉じる時にアイコンをアニメーションさせます */
  animation: 0.4s close-animation;
}
@keyframes close-animation {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/* アコーディオンが開いた時にアイコンをアニメーションさせます */
details[open] .summary_inner::after {
  animation: 0.4s open-animation forwards;
}
@keyframes open-animation {
  from {
    transform: rotate(0deg);
  }
  to{
    transform: rotate(180deg);
  }
}


/*終*/

@media screen and (max-width:740px) {
  .area_content {
    padding: 0 20px 0;
    margin: 0 0 30px 0;
}
.area_content img {
  padding: 40px 0 0 0;
}
.area_ttl01 p {
  font-size: 28px;
  width: 100px;
}
.area_ttl02 p {
  font-size: 28px;
  width: 125px;
}
.area {
  padding: 0 0 20px;
}
.area h2 {
  font-size: 8vw;
  padding: 4% 0;
}
.area_list {
    width: 90%;
}
}

/*CTA03*/
.cta_area03 {
  background: #fef79c;
  padding: 21px 0 3%;
}
.cta_flex03{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 -10px 0;
	padding: 1% 0 0 0;
}
@media screen and (max-width:740px) {
  .cta_area03 {
    padding: 32px 0 8%;
}
}

/*矢印*/
hr{
  border: 15px solid #000;
  margin: auto;
}
.triangle_img{
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width:740px) {
  .triangle_img {
    width: 100px;
}
hr {
  border: 10px solid #000;
}
}

/*よくあるご質問*/
.qa{
  background: #ffed31;
  padding: 0 0 25px;
}
.qa h2{
  width: 300px;
  margin: 0 auto;
  padding: 55px 0 35px;
}

.cp_qa {
    max-width: 900px;
    margin: auto;
    padding: 0 80px;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	  font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 2.5em;
    cursor: pointer;
    text-indent: 1em;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
}
.cp_qa .cp_actab label::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../img/q.png) no-repeat;
    background-size: contain;
    margin-left: -2em;
    padding-right: 2.5em;
    position: absolute;
    top: 21px;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
}
.cp_actab-content{
	display: flex;
}
.cp_actab-content img{
	width: 25px;
    height: 25px;
}
.a_item{
	margin: 1.5em 0.6em 1.3em 0;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1.3em 2em 1.3em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	background: #fff;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
@media screen and (max-width:640px){
	.cp_qa .cp_actab label::after {
	font-size: 1.2em;
		display: flex;
	top: 0;
  bottom: 0;
  margin: auto;
}
.qa h2 {
  width: 200px;
  padding: 25px 0 25px;
}
.cp_qa {
  padding: 0 20px;
}
.cp_qa .cp_actab label {
  font-size: 18px;
}
.cp_qa .cp_actab label::before {
  width: 35px;
  height: 35px;
  margin-left: -2.5em;
  padding-right: 2.5em;
  top: 50%;
	transform: translate(0,-50%);
}
.cp_qa .cp_actab label {
  padding-left: 4em;
  text-indent: 0em;
}
	.cp_qa .cp_actab .cp_actab-content{
		padding: 0 0 0 1em;
	}
}

/* フォーム */
.anke{
  background-image: url(../img/form_bg.jpg);
  background-repeat: no-repeat;
	background-size: cover;
}
.anke h2{
    width: 700px;
    margin: 0 auto;
    padding: 25px 0 30px;
}
.form_content{
	max-width: 1000px;
    margin: 0 auto;
	padding: 0 80px 53px;
}
.form_ttl{
	background-color: #000;
    padding: 30px 22%;
    border-radius: 30px 30px 0 0;
}
.form_content .container{
	background-color: #fff;
    border-radius: 0 0 30px 30px;
    padding: 30px 65px;
}
.arrow{
	max-width: 600px;
    width: 100%;
    margin: 10px auto 25px;
}

.slide-next.question_btn_next:disabled {
  background: #ccc;
	box-shadow: 0px 9px 0px 0px rgba(185, 185, 185, 1);
}
button.slide-next.question_btn_next {
  	display: block;
    text-align: center;
    margin: auto;
    background: #e80000;
    box-shadow: 0px 9px 0px 0px rgba(130, 0, 0, 1);
    font-weight: bold;
    width: 220px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    margin-top: -3%;
}
 .q3_input {
    height: 35px;
    max-width: 800px;
    width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
}
label span.must {
    margin-left: 10px;
    color: #fff;
    background: #e80000;
    padding: 4px 4px 4px;
    font-size: 11px;
    margin-bottom: 3px;
    margin-right: 2px;
    border-radius: 3px;
}
label b{
	border-left: 10px solid #000;
	padding: 6px 0 6px 10px;
}
.q_text01>div {
    margin: 20px 0 35px;
}
.postcode1,.postcode2{
	height: 35px;
    max-width: 170px;
	width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
}
.prefecture{
	height: 35px;
    max-width: 400px;
	width: 100%;
    font-size: 18px;
    margin: 10px 10px 20px;
}
.city{
	height: 35px;
    max-width: 450px;
	width: 100%;
    font-size: 18px;
    margin: 10px 10px 20px;
}

.address{
	height: 35px;
    max-width: 500px;
	width: 100%;
    font-size: 18px;
    margin: 10px 10px 20px;
}
.q_text02>div {
    margin: 20px 0 35px;
}

.tel1{
	height: 35px;
    max-width: 150px;
	width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
}
.tel2{
	height: 35px;
    max-width: 200px;
	width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
}
.request{
	height: 35px;
    width: 100%;
    max-width: 800px;
    font-size: 18px;
    margin: 10px auto 20px;
}
.date input ,.date select{
	height: 35px;
    max-width: 230px;
	width: 100%;
    font-size: 18px;
    margin: 10px 5px 20px;
}
.naiyou{
	height: 75px;
    width: 100%;
    max-width: 800px;
    font-size: 18px;
    margin: 10px auto 20px;
}
.q_text03>div {
    margin: 20px 0 0;
}
input.submitBtn.question_btn_next {
    display: block;
    text-align: center;
    margin: auto;
    background: #e80000;
    box-shadow: 0px 9px 0px 0px rgba(130, 0, 0, 1);
	font-weight: bold;
    max-width: 500px;
	width: 100%;
    height: 70px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    margin-bottom: 25px;
    line-height: 1.3;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }
input.submitBtn.question_btn_next:disabled {
    background: #ccc;
	box-shadow: 0px 9px 0px 0px rgba(185, 185, 185, 1);
}
.slick-disabled {
    opacity: 0;
}

@media screen and (max-width:740px) {
  .anke h2{
      width: 100%;
	  padding: 20px 20px 23px;
  }
	.form_content {
    padding: 0px 20px 88px;
}
	.form_content .container {
    padding: 20px;
}
	.tel1 {
    max-width: 75px;
	font-size: 13px;
}
	.tel2 {
    max-width: 93px;
	font-size: 13px;
}
	.postcode1, .postcode2 {
    width: 93px;
}
	.prefecture {
    max-width: 400px;
    width: 100%;
    font-size: 16px;
    margin: 10px 0px 20px;
}
	.city {
    max-width: 450px;
    width: 100%;
    font-size: 16px;
    margin: 10px 0px 20px;
}
	.q_text03>div {
    margin: 20px 0 0 0px;
}
	button.slide-next.question_btn_next {
	margin-bottom: -1%;
}
	span.form_s {
    font-size: 16px;
}	
	.date input {
	width: 200px;
    margin: 10px 5px 0;
	font-size: 16px;
}
	.date select{
	width: 200px;
    margin: 10px 5px 0;
	font-size: 16px;
}
	.naiyou {
    font-size: 15px;
}
	.form_ttl {
    padding: 25px 6%;
}
	.q_text01>div {
    margin: 20px 0 35px;
}
	.q_text02>div {
    margin: 20px 0 35px;
}
}
.err{
    color: #e80000;
    background: rgb(255, 237, 237);
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 12px;
}

/* フッター */
footer{
  background-color: #000;
  text-align: center;
  padding: 14px 0 !important;
}
footer p,footer a{
	color: #fff;
	font-size: 12px;
}

.b_cta{
  display: none;
}

@media (max-width: 767px) { 
	.b_cta a:first-child:before{
    width: 40px;
    height: 40px;
    left: -0.5%;
	content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/hand.png) no-repeat;
    background-size: contain;
    animation: fuwafuwa 1.5s infinite ease-in-out .8s alternate;
    z-index: 2;
    top: 26%;
}
.hand {
    animation: fuwafuwa 1.5s infinite ease-in-out .8s alternate;
    display: inline-block;
    transition: 1.5s ease-in-out;
    width: 5%;
    position: absolute;
    top: 20px;
    left: 25%;
    z-index: 10;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-3deg);
  }
  50% {
    transform:translate(0, -3px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(3deg);
  }
}
.b_cta{
  display: flex;
  width: 100%;
  background: #f4f49f;
  padding: 3%;
  box-sizing: border-box;
}
.b_cta a{
  display: block;
  width: 100%;
}
.b_cta a img{
  display: block;
  width: 97%;
  margin: 0 auto
}
.button{
  height: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: .3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
footer{
  margin-top: 17%;
  position: relative;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
/*このクラスが付与されると表示する*/
.absolute{
  position: absolute;
  top: -70px;
  height: auto;
}
}

.slick-dots {
  position: absolute;
  bottom: -2px;
}

.slick-dotted.slick-slider {
  margin-bottom: 2px;
}

/* 協力店募集 */
.boshu_img{
  position:relative;
}

.boshu{
  background-color:#ffed31;
  padding:20px;
  position:relative;
}

.boshu::before{
  content:'';
  border-right:30px solid transparent;
  border-bottom:35px solid #ffed31;
  border-left:30px solid transparent;
  position:absolute;
  top:-17%;
  left:50%;
}

@media (max-width: 768px) {
  .boshu::before{
      content:'';
      border-right:15px solid transparent;
      border-bottom:20px solid #ffed31;
      border-left:15px solid transparent;
      position:absolute;
      top:-8%;
      left:46%;
  }
}

.boshu p{
  text-align:center;
  font-weight: bold;
  font-size:20px;
  margin:0;
}

@media (max-width: 768px) { 
  .boshu p{
  font-size:14px;
  }
}

.boshu_img.second{
  top:-10px;
}

.boshu.second{
  top:-10px;
}

@media (max-width: 768px) { 
  .boshu_img.second{
      top:-12px;
  }
  .boshu.second{
      top:-12px;
  }
}

.boshu_img.third{
  top:0px;
}

.boshu.third{
  top:0px;
}