@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: 30px 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: 25px 10px 0px !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 35px 0;
}
.cta_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 -35px 0;
	padding: 5% 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;
}
.kirin{
  width: 200px;
}
@media screen and (max-width:740px) {
  .btn {
    margin: 0;
  }
  .cta_flex{
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0 0 -7px 0;
    padding: 5% 0 0 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: 120px;
  }
	.blinking {
		font-size: 20px;
	}
  .btn_flex {
    padding: 0 10px;
	  flex-wrap: wrap;
}
.cta_flex {
  padding: 10% 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: 5% 80px 3%;
    margin: -5% 0 0;

}
.sos_explain img{
    max-width: 900px;
    margin: auto;
    margin-bottom: 8px;
}
.sos_abs{
	position: absolute;
	top: 27%;
  left: 20%;
    width: 100%;
    max-width: 510px;
}
@media screen and (max-width:740px) {
  .sos {
    padding: 25px 20px 0;
    background-size: cover;
}
.sos_abs {
  top: 10%;
  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: 220px 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: 30%;
  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 14%;
}
.card02{
	max-width: 700px;
    margin: auto;
    padding: 2% 40px 7%;
}
.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: 30% 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 25%;
}
.card02 {
  padding: 2% 20px 10%;
}
}
@media (min-width:755px) and (max-width:1040px) {
	.price h2 {
		max-width: 600px;
		width: 100%;
		padding: 270px 0 4%;
	}
}


/*CTA02*/
.cta_area02{
	background: #fef79c;
	margin: -43px 0 0;
    padding: 0 0 3%;
	position: relative;
}
.cta_flex02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 -35px 0;
}
@media screen and (max-width:740px) {
	.cta_flex02 {
    justify-content: right;
    padding: 4% 0 0;
    margin: 0 0 -10px 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: 1200px;
	margin: auto;
	padding: 4% 25px 0;
}
.point_flex{
	display: flex;
	flex-wrap: wrap;
  gap: 20px;
	justify-content: center;
}
.point_flex img{
	width: 350px;
	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 12%;
}
}
/*お客様の声*/
.voice{
	background: #fef79c;
}
.voice h2{
	width: 700px;
    margin: 0 auto;
    padding: 80px 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: 66%;
    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: 50%;
		left: 23%;
		transform: translate(-14%,0);
	}
	.voice-p{
		font-size: 3vw;
	}
	.voice_in {
		width: 96vw!important;
	}
	.voice h2 {
    width: 100%;
    padding: 12% 20px 10%;
}
}

/*ご利用の流れ*/
.flow h2 {
  width: 530px;
  margin: 0 auto;
  padding: 250px 0 60px;
}
.flow{
  background-image: url(../img/flow_bg.jpg);
  background-repeat: no-repeat;
	background-size: cover;
	margin: -110px 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: 195px 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: -85px 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: 75px 0 30px;
  
}
.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;
}
.osaka, .kyoto, .nara, .gunma, .tochigi, .ibaraki, .saitama, .tokyo, .chiba, .kanagawa, .aichi , .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;
}
.osaka{
  top: 55%;
  left: 64%;
}
.kyoto{
  top: 38%;
  left: 66%;
}
.nara{
  top: 69%;
  left: 70%;
}
.gunma {
  top: 37%;
  left: 24%;
}
.tochigi {
  top: 32%;
  left: 37%;
}
.ibaraki {
  top: 44%;
  left: 42%;
}
.saitama {
  top: 48%;
  left: 29%;
}
.tokyo {
  top: 58%;
  left: 32%;
}
.chiba {
  top: 63%;
  left: 44%;
}
.kanagawa {
  top: 68%;
  left: 31%;
}
.aichi {
  top: 74%;
  left: 7%;
}
.miyagi {
    top: 25%;
    left: 47%;
}
@media screen and (max-width:740px) {
  .osaka, .kyoto, .nara, .gunma, .tochigi, .ibaraki, .saitama, .tokyo, .chiba, .kanagawa , .aichi, .miyagi {
        font-size: 0.6em;
  }
  .osaka {
    top: 61.5%;
    left: 30%;
  }
  .kyoto {
    top: 52.5%;
    left: 34%;
  }
  .nara {
    top: 69.5%;
    left: 47%;
  }  
  .gunma {
    top: 14%;
    left: 39%;
  }
  .tochigi {
    top: 13%;
    left: 63%;
  }
  .ibaraki {
    top: 19%;
    left: 74%;
  }
  .saitama {
    top: 20%;
    left: 42%;
  }
  .tokyo {
    top: 25%;
    left: 46%;
  }
  .chiba {
    top: 27%;
    left: 73%;
  }
  .kanagawa {
      top: 30%;
      left: 50%;
  }
  .aichi {
      top: 33%;
      left: 6%;
  }
  .miyagi {
      top: 20%;
      left: 47%;
  }
}


/*アコーディオン*/
.area_list {
  max-width: 900px;
    width: 100%;
    margin: 0 auto 30px;
}
.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: 0 0 3%;
}
.cta_flex03{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 -35px 0;
	padding: 1% 0 0 0;
}
@media screen and (max-width:740px) {
  .cta_area03 {
    padding: 0 0 8%;
}
.cta_flex03{
	justify-content: right;
	margin: 0 0 -10px 0;
}
}

/*矢印*/
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 50px;
}
.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: 45px 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;
  padding-bottom: 70px;
}
.anke h2{
    width: 700px;
    margin: 0 auto;
    padding: 50px 0 30px;
}

/* ===============================
   共通フォームスタイル
=============================== */
.form_content {
  max-width: 920px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 80px;
}

.form_ttl {
  background-color: #000;
  padding: 30px 22%;
  border-radius: 30px 30px 0 0;
}

.form_content .container {
  border-radius: 0 0 30px 30px;
  padding: 30px 65px;
}

.arrow {
  max-width: 600px;
  width: 100%;
  margin: 10px auto 25px;
}

/* ===============================
   テーブル・入力系
=============================== */
.form_tbl th {
  white-space: nowrap;
  text-align: left;
  padding-right: 30px;
}

.form_tbl input,
.form_tbl select,
.form_tbl textarea {
  border: 1.5px solid #cacaca;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

.form_tbl tr {
  width: 100%;
}

label span.must {
  margin-left: 10px;
  color: #fff;
  background: #e80000;
  padding: 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;
}

/* ===============================
   各種入力サイズ調整
=============================== */
.q3_input,
.request,
.naiyou,
.prefecture,
.city,
.address {
  width: 100%;
  font-size: 18px;
  margin: 10px auto 20px;
}

.q3_input,
.request {
  max-width: 800px;
}

.naiyou {
  height: 75px;
  max-width: 800px;
}

.prefecture {
  height: 35px;
  max-width: 400px;
}

.city {
  height: 35px;
  max-width: 450px;
}

.address {
  height: 35px;
  max-width: 500px;
}

.postcode1,
.postcode2 {
  height: 35px;
  max-width: 170px;
  width: 100%;
  font-size: 18px;
  margin: 10px auto 20px;
}

.tel1,
.tel2 {
  height: 35px;
  font-size: 18px;
  margin: 10px auto 20px;
}

.tel1 { max-width: 150px; }
.tel2 { max-width: 200px; }

.date input,
.date select {
  height: 35px;
  max-width: 230px;
  width: 100%;
  font-size: 18px;
  margin: 10px 5px 20px;
}

/* ===============================
   セクション間余白
=============================== */
.q_text01 > div,
.q_text02 > div {
  margin: 20px 0 35px;
}

.q_text03 > div {
  margin: 20px 0 0;
}

/* ===============================
   ボタン
=============================== */
button.slide-next.question_btn_next,
input.submitBtn.question_btn_next {
  display: block;
  text-align: center;
  margin: auto;
  background: #e80000;
  box-shadow: 0px 9px 0px rgba(130, 0, 0, 1);
  font-weight: bold;
  color: #fff;
  border: none;
}

button.slide-next.question_btn_next {
  width: 220px;
  height: 60px;
  font-size: 20px;
  border-radius: 10px;
  margin-top: 2%;
}

input.submitBtn.question_btn_next {
  max-width: 500px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  border-radius: 5px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.slide-next.question_btn_next:disabled,
input.submitBtn.question_btn_next:disabled {
  background: #ccc;
  box-shadow: 0px 9px 0px rgba(185, 185, 185, 1);
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

.slick-disabled {
  opacity: 0;
}

/* ===============================
   SP用スタイル
=============================== */
@media screen and (max-width:740px) {
  .anke h2 {
    width: 100%;
    padding: 50px 20px 30px;
  }
  .anke{
    padding: 15px;
  }
  .form_content {
    padding: 30px 20px;
  }

  .form_content .container {
    padding: 20px;
  }

  .tel1 {
    max-width: 75px;
    font-size: 13px;
  }

  .tel2 {
    max-width: 93px;
    font-size: 13px;
  }

  .postcode1,
  .postcode2 {
    width: 93px;
  }

  .prefecture,
  .city {
    width: 100%;
    font-size: 16px;
    margin: 10px 0 20px;
  }

  .q_text03 > div {
    margin: 20px 0 0;
  }

  button.slide-next.question_btn_next {
    margin-bottom: 10%;
  }

  span.form_s {
    font-size: 16px;
  }

  .date input,
  .date select {
    width: 200px;
    margin: 10px 5px 0;
    font-size: 16px;
  }

  .naiyou {
    font-size: 15px;
  }

  .form_ttl {
    padding: 25px 6%;
  }

  .form_tbl th,
  .form_tbl td {
    display: block;
    width: 100%;
  }

  /* もしthの下にtdを少し離したい場合 */
  .form_tbl th {
    margin-bottom: 5px;
  }


  .form_tbl input, .form_tbl select, .form_tbl textarea{
    width: 100%;
  }

  
  /* 電話番号だけ横並び */
  .tel_wrapper {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
  }
  .tel1, .tel2, .tel3 {
    flex: 1 1 0;
    max-width: none;
  }
}





.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: 40px 0 !important;
}
footer p,footer a{
	color: #fff;
	font-size: 12px;
}


/* 協力店募集 */
.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;
}
.cta_tyu {
    background: #fff;
    border-radius: 20px;
    margin: auto;
    max-width: 350px;
}
.cta_tyu p {
    max-width: 310px;
    margin: auto;
    font-size: 13px;
    font-weight: bold;
    background-image: url(../img/tyu.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 1px;
    margin-left: 32px;
    color: #000;
    padding: 3px;
    border-radius: 10px;
    padding-left: 23px;
    
}
body .cta_tyu2{
    font-size: 16px;
    margin-bottom: 10px;
    background: #fff;
    font-weight: bold;
    padding: 2px;
    border-radius: 20px;
    color: #000;
    background-image: url(../img/tyu.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 60px;
    padding-left: 13px;
}
.attention_content {
    width: 69%;
    margin: auto;
    max-width: 1000px;
}

.attention {
    background: #000000;
}


@media screen and (max-width: 740px) {
    body .cta_tyu2{
    font-size: 11px;
        background-size: 16px;
        background-position: 5px;
        padding-left: 18px;
}
.cta_tyu p {
    font-size: 9px;
        background-size: 16px;
        background-position: 7px;
                margin: auto;
    }
.cta_tyu {
    max-width: 200px;
}
.attention_content {
    padding-top: 1%;
    width: 91%;
}

}

