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

/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  overflow-x: hidden;
  overflow-y: scroll; -webkit-overflow-scrolling: touch
}
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif !important;
  background: #f3e53e;
  color: #000;
  font-size: 17px;
  word-break: break-all;
  position: relative;
  display: none
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
b{
	font-weight: bold;
}
.fcR{
	color: #d81617;
	font-weight: bold;
}
.fcY{
	color: #f3e53e;
	font-weight: bold;
}
.fsS {
    font-size: 14px;
}
p{
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  p{
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }
}

img{
  width: 100%;
	vertical-align: middle;
}

/*PC/SP*/
body {
  display: block;
}
.pc {
  display: inline-block !important;
}
.sp {
display: none !important;
}
@media screen and (max-width:768px){
    body {
      display: block;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: inline-block !important;
    }
}

/*ヘッダー*/
header {
  margin: 0 auto;
	width: 100%;
  background: #231815; 
}
.header-inner {
  margin: 0 auto;
}
.header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.header-btn {
  margin: 0 auto;
  display: flex;
  gap: 2%;
  margin-right: 0;
}
.header-logo{
  width: calc(100 / 768 * 100vw);
}
.header-tel-btn {
  width: calc(100 / 768 * 100vw);
}
.header-mail-btn{
  width: calc(100 / 768 * 100vw);
}


@media screen and (max-width:768px) {
  .header-logo{
    width: calc(310 / 768 * 100vw);
  }
	.header-tel-btn {
    width: calc(290 / 768 * 100vw);
  }
  .header-mail-btn{
    width: calc(120 / 768 * 100vw);
  }
  .header-inner-box {
    width: 100%;
  }
  .header-btn {
    margin: 0 auto;
  }
}

/*time*/
.timer01 {
  background: #231815; 
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
}
.timer02 {
  text-align: center;
  font-weight: bold;
}

/*CTA*/
.cta {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 3%;
  padding-bottom: 5%;
}
.cta-top {
  text-align: center;
  font-weight: bold;
  padding-bottom: 2%;
}
.cta-box {
  margin: 0 auto;
  background: #fff;
  border: solid 5px #231815;
  border-radius: 10px;
  margin-bottom: 2%;
}
.cta-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  position: relative;
  margin-top: 13%;
  margin-bottom: 3%;
}
.cta-txt02 {
  position: absolute;
  width: 98%;
  left: 2%;
  top: 19%;
}
.cta-hand {
  width: 40px;
  height: 40px;
  left: -0.5%;
  display: inline-block;
  position: absolute;
  animation: fuwafuwa 1.5s infinite ease-in-out .8s alternate;
  top: 80%;
  z-index: 100;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(70deg);
  }
  50% {
    transform:translate(0, -3px) rotate(50deg);
  }
  100% {
    transform:translate(0, 0) rotate(70deg);
  }
}
.cta-box-inner {
  padding: 3%;
}
.cta-txt01 img {
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width:768px){
  .cta {
    padding-top: calc(90 / 768 * 100vw);
    padding-bottom: calc(90 / 768 * 100vw);
  }
  .cta-top {
    margin-bottom: calc(30 / 768 * 100vw);
    padding-bottom: 0;
  }
  .cta-box {
    width: 90%;
    border-radius: 10px;
    border: solid 3px #231815;
    margin-bottom: calc(30 / 768 * 100vw);
  }
  .cta-txt01 img{
    border-radius: 8px 8px 0 0;
  }
  .cta-box-inner {
    padding: 5%;
  }
  .cta-btn-box {
    margin-top: calc(190 / 768 * 100vw);
    margin-bottom: calc(50 / 768 * 100vw);
  }
  .cta-hand {
    width: 30px;
    height: 30px;
    left: -0.5%;
    display: inline-block;
    position: absolute;
    animation: fuwafuwa 1.5s infinite ease-in-out .8s alternate;
    top: 80%;
  }
  @keyframes fuwafuwa {
    0% {
      transform:translate(0, 0) rotate(70deg);
    }
    50% {
      transform:translate(0, -3px) rotate(50deg);
    }
    100% {
      transform:translate(0, 0) rotate(70deg);
    }
  }
  .cta-txt02 {
    width: 98%;
    left: calc(15 / 768 * 100vw);
    top: calc(310 / 768 * 100vw);
  }
  
}

/*へこみ*/
.hekomu1 {
  animation: hekomu1 2s infinite;
  box-shadow: 0 6px 0 #9b090a;
  border-radius: 20px;
  position: relative; /* topを効かせるため必須 */
}
.hekomu2 {
  animation: hekomu2 2s infinite;
  box-shadow: 0 6px 0 #209b0c;
  border-radius: 20px;
  position: relative;
}

@keyframes hekomu1 {
  0%, 20%, 40% {
    top: 0px;
    box-shadow: 0 6px 0 #9b090a;
  }
  10%, 30% {
    top: 3px;
    box-shadow: 0 0px 0 #9b090a; 
  }
}

@keyframes hekomu2 {
  0%, 20%, 40% {
    top: 0px;
    box-shadow: 0 6px 0 #209b0c;
  }
  10%, 30% {
    top: 3px;
    box-shadow: 0 0px 0 #209b0c;
  }
}

@media screen and (max-width:768px){
  .hekomu1, .hekomu2 {
    border-radius: 10px;
  }
}

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*credit*/
.credit {
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width:768px){
  .credit {
    width: 90%;
  }
}

/* 協力店募集  */
.recruiting {
  background-image: url(../img/recruiting_pc_bg.jpg);
  background-position: center;
}
.recruiting-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 4% 0;
}
@media screen and (max-width:768px) {
  .recruiting-inner {
    padding: 0;
  }
}

/*problem*/
.problem-ttl {
  margin: 0 auto;
  max-width: 900px;
  padding: 4% 0 2%;
}
.problem-box {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  gap: 1%;
  padding-bottom: 2%;
}
.solution {
  margin: 0 auto -3vh;
  max-width: 600px;
}

@media screen and (max-width:768px){
  .problem {
    padding-top: calc(90 / 768 * 100vw);
    padding-bottom: calc(60 / 768 * 100vw);
  }
  .problem-ttl {
    padding-top: 0;
    padding-bottom: calc(60 / 768 * 100vw);
    width: calc(650 / 768 * 100vw);
  }
  .problem-box {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: calc(60 / 768 * 100vw);
    gap: calc(10 / 768 * 100vw);
  }
  .problem-item {
    width: calc(98% / 2);
  }
  .solution {
    width: 90%;
  }
}


/* warning */
.warning {
  background-image: url(../img/warning_pc_bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.warning h2 {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 12vh;
  padding-bottom: 7%;
}
@media screen and (max-width: 768px) {
  .warning h2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*consultation*/
.consultation {
   background-image: url(../img/consultation_pc_bg.png);
   background-position: center top;
  background-size: cover;
  margin-top: -4%;
}
.consultation_pc {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 4%;
}
.consultation_pc img {
  margin-top: -3%;
}
@media screen and (max-width:768px){
  .consultation {
    margin-top: -15%;
  }
  .consultation_pc {
    padding-bottom: 0;
  }
}


/*reason*/
.reason-ttl {
  margin: 0 auto;
  max-width: 750px;
  padding: 4% 0 3%;
}
.reason-box {
  margin: 0 auto;
  max-width: 900px;
}
.reason-item {
  margin-bottom: 2%;
}
@media screen and (max-width:768px){
  .reason {
    padding-top: calc(90 / 768 * 100vw);
    padding-bottom: calc(90 / 768 * 100vw);
  }
  .reason-ttl {
    width: calc(550 / 768 * 100vw);
    padding: 0;
    padding-bottom: calc(30 / 768 * 100vw);
  }
  .reason-box {
    display: block;
    width: 90%;
  }
  .reason-item {
    padding-bottom: calc(30 / 768 * 100vw);
    width: 100%;
    margin-bottom: 0;
  }
  .reason-item:last-child {
    padding-bottom: 0;
  }
}

/*uservoice*/
.uservoice-ttl {
  margin: 4% auto 3%;
  max-width: 500px;
}

.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;
}
.slick-slide img {
  max-height: 45vh;
}
.slick-dots li button:before {
  font-size: 16px;
}
.slick-dots {
  bottom: -65px;
}
@media screen and (max-width:768px) {
  .slick-dots li button:before {
    font-size: 6px;
  }
  .slick-dots {
    bottom: -25px;
  }
}
@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:768px){
  .uservoice {
    padding-bottom: calc(90 / 768 * 100vw);
  }
  .uservoice-ttl {
    width: calc(580 / 768 * 100vw);
    padding-bottom: calc(60 / 768 * 100vw);
  }
	.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;
	}
	.slick-arrow {
		width: 30px!important;
		height: 30px!important;
	}
	.uservoice-item {
		width: 90vw!important;
	}
  .slick-dots {
   bottom: -9%;
  }
  .slick-dots li button::before {
    font-size: 10px;
  }
  .slick-slide img {
    max-height: 85vh;
  }
}

/*comparison*/
.comparison-ttl {
  margin: 0 auto;
  max-width: 700px;
  padding: 8% 0 3%;
}
.comparison-img {
  margin: 0 auto;
  max-width: 900px;
}

@media screen and (max-width:768px){
  .comparison {
    padding-bottom: calc(90 / 768 * 100vw);
  }
  .comparison-ttl {
    width: calc(560 / 768 * 100vw);
    padding: 0;
    padding-bottom: calc(40 / 768 * 100vw);
  }
  .comparison-img {
    width: 90%;
  }
}

/*price*/
.price-ttl {
  margin: 0 auto;
  max-width: 500px;
  padding: 4% 0 3%;
}
.price-box {
  margin: 0 auto;
  display: flex;
  max-width: 1100px;
  padding-bottom: 1%;
  gap: 1%;
  
}
@media screen and (max-width:768px){
  .price-ttl {
    width: calc(560 / 768 * 100vw);
    padding: 0;
    padding-bottom: calc(60 / 768 * 100vw);
  }
  .price-box {
    width: 90%;
    padding-bottom: calc(30 / 768 * 100vw);
    justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(10 / 768 * 100vw);
  }
  .price-item {
    width: calc(98% / 2);
  }
}

/*flow*/
.flow-ttl {
  margin: 0 auto;
  max-width: 600px;
  padding: 1% 0 3%;
}
.flow-box {
  margin: 0 auto;
  max-width: 700px;
}
.flow-item  {
  padding-bottom: 2%;
}
@media screen and (max-width:768px){
  .flow {
    padding-bottom: calc(90 / 768 * 100vw);
  }
  .flow-ttl {
    width: calc(560 / 768 * 100vw);
    padding-bottom: calc(60 / 768 * 100vw);
  }
  .flow-box {
    width: 90%;
    padding-bottom: calc(30 / 768 * 100vw);
  }
  .flow-item {
    padding-bottom: calc(30 / 768 * 100vw);
  }
  .flow-item:last-child {
    padding-bottom: 0;
  }
}

/*対応エリア*/
.area-ttl {
  margin: 0 auto;
  max-width: 450px;
  padding: 4% 0 2%;
}
.area_txt p{
  margin: 0 auto;
  max-width: 800px;
  font-size: 16px;
  text-align: center;
  padding: 0 0 2%;
}
.area-content{
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 0;
}
.area-content-img {
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .area {
    padding-bottom: calc(90 / 768 * 100vw);
  }
  .area-ttl {
    width: calc(500 / 768 * 100vw);
    padding-bottom: calc(60 / 768 * 100vw);
  }
  .area_txt p{
    margin: 0 auto;
    width: 90%;
    font-size: 12px;
    text-align: center;
    padding: 0 0 5%;
  }
  .area-content-img {
    width: 90%;
    padding-bottom: calc(10 / 768 * 100vw);
  }
}

/*●名稼働中！*/
.gunma, .ibaraki, .saitama, .tokyo, .chiba, .kanagawa , .miyagi {
  font-size: 0.8em;
  padding: 5px 8px;
  position: absolute !important;
  font-weight: bold;
  color: #e80000;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -7px #000000;
  text-align: center;
  line-height: 1.3;
}
.gunma {
  top: 32%;
  left: 17%;
}
.ibaraki {
  top: 23%;
  left: 44%;
}
.saitama {
    top: 35%;
    left: 22%;
}
.tokyo {
    top: 50%;
    left: 26%;
}
.chiba {
    top: 60%;
    left: 47%;
}
.kanagawa {
    top: 67%;
    left: 23%;
}
.miyagi {
    top: 35%;
    left: 40%;
}
@media screen and (max-width:768px) {
     .gunma, .ibaraki, .saitama, .tokyo, .chiba, .kanagawa , .miyagi {
        font-size: 0.6em;
     }
    .gunma {
        top: 26%;
        left: 22%;
    }
      .ibaraki {
        top: 15%;
        left: 73%;
    }
    .saitama {
      top: 28%;
      left: 35%;
    }
    .tokyo {
      top: 43%;
      left: 20%;
    }
    .chiba {
      top: 50%;
      left: 72%;
    }
    .kanagawa {
      top: 54%;
      left: 25%;
    }
}


/*アコーディオン*/
.area-inner {
  margin: 0 auto;
  max-width: 700px;
}
.area-item:last-child {
  padding-bottom: 0;
}
.area-item {
  padding-bottom: 1%;
}
.area-item .open{
  border-radius: 15px 15px 0px 0px;
}
.area-question-content {
	display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 2% 3%;
  background: #fff;
  color: #231815;
  border-radius: 5px;
}
.area-question-content:hover {
  cursor: pointer;
}
.area-question-content::before, 
.area-question-content::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.area-question-content::before {
  right: 5%;
	width: 14px;
	height: 14px;
	border-top: 4px solid #231815;
	border-right: 4px solid #231815;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all 0.5s ease-in-out;
	border-radius: 2px;
}
.open::before {
  -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.area-question-content img {
  width: 7%;
  margin-right: 3%;
}
.area-question-content h2 {
	font-size: 20px;
	font-weight: bold;
  text-align: left;
  letter-spacing: 3px;
  line-height: 1.5;
  margin: 0 5% 0 0;
}
.area-answer-content {
	padding: 5% 3% 2%;
  display: none;
  background: #fffde1;
  color: #231815;
}
.area-answer-content p{
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .area-inner {
    width: 90%;
  }
  .area-question-content {
    padding: 4% 5%;
    border-radius: 5px;
  }
  .area-question-content h2 {
    font-size: 18px;
  }
  .area-item {
    padding-bottom: calc(30 / 768 * 100vw);
  }
  .area-item .open{
    border-radius: 5px 5px 0px 0px;
  }
  .area-question-content img {
    width: 10%;
    margin-right: 3%;
  }
  .area-question-content h2{
    margin: 0 10% 0 0;
  }
  .area-question-content::before {
    right: calc(40 / 768 * 100vw);
    width: 12px;
    height: 12px;
    border-top: 2px solid #231815;
	  border-right: 2px solid #231815;
  }
  .area-answer-content {
    padding: 4% 5%;
    border-radius: 0px 0px 5px 5px;
  }
}

/*よくあるご質問*/
.qa-ttl {
  margin: 0 auto;
  max-width: 500px;
  padding: 4% 0 3%;
}
.qa-inner {
  margin: 0 auto;
  max-width: 700px;
}
.qa-item {
  padding-bottom: 2%;
}
.qa-item:last-child {
  padding-bottom: 0;
}
.question-content {
	display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 2% 3%;
  background: #231815;
  color: #fff;
  border-radius: 5px;
}
.question-content:hover {
  cursor: pointer;
}
.question-content::before, 
.question-content::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.question-content::before {
  right: 5%;
	width: 14px;
	height: 14px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all 0.5s ease-in-out;
	border-radius: 2px;
}
.open::before {
  -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.question-content img {
  width: 7%;
  margin-right: 3%;
}
.question-content h2 {
	font-size: 20px;
	font-weight: bold;
  text-align: left;
  letter-spacing: 3px;
  line-height: 1.5;
  margin: 0 5% 0 0;
}
.answer-content {
	padding: 3% 4% 4%;
  display: none;
  background: #fff;
  color: #231815;
}
.answer-content p{
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .qa-ttl {
    width: calc(620 / 768 * 100vw);
  }
  .qa-inner {
    width: 90%;
    padding-top: calc(60 / 768 * 100vw);
  }
  .question-content {
    padding: 4% 5%;
    border-radius: 5px;
  }
  .question-content h2 {
    font-size: 18px;
  }
  .qa-item {
    padding-bottom: calc(30 / 768 * 100vw);
  }
  .qa-item .open{
    border-radius: 5px 5px 0px 0px;
  }
  .question-content img {
    width: 10%;
    margin-right: 3%;
  }
  .question-content h2{
    margin: 0 10% 0 0;
  }
  .question-content::before {
    right: calc(40 / 768 * 100vw);
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
  }
  .answer-content {
    padding: 4% 5%;
    border-radius: 0px 0px 5px 5px;
  }
}

/* フォーム */
.anke{
  background: #eaf6fb;
  padding-top: 4%;
  padding-bottom: 4%;
}
.form-ttl {
    margin: 0 auto;
    padding: 4% 0;
    max-width: 550px;
}
.form_content{
    margin: 0 auto;
    max-width: 700px;
}
.form_ttl{
	background-color: #231815;
    padding: 30px 22%;
    border-radius: 10px 10px 0 0;
}
.form_content .container{
	background-color: #fff;
  border: solid 3px #231815;
    border-radius: 0 0 10px 10px;
    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: #d81617;
    padding: 4px 4px 4px;
    font-size: 11px;
    margin-bottom: 3px;
    margin-right: 2px;
    border-radius: 3px;
}
label b{
	border-left: 5px 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: 100px;
	width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
}
.tel2{
	height: 35px;
    max-width: 130px;
	width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
}
.tel3{
	height: 35px;
    max-width: 130px;
	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:768px) {
  .anke {
    padding-top: calc(90 / 768 * 100vw);
    padding-bottom: calc(90 / 768 * 100vw);
  }
  .form-ttl {
    width: 90%;
    padding-bottom: calc(60 / 768 * 100vw);
}
.form_content {
  width: 90%;
}
	.form_content .container {
    padding: 20px;
}
	.tel1 {
    max-width: 70px;
	font-size: 13px;
}
	.tel2 {
    max-width: 93px;
	font-size: 13px;
}
.tel3 {
  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: 9%;
}
	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;
}
.q3_input {
  max-width: 290px;
}
}
.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: 3%;
}
footer p,footer a{
	color: #fff;
	font-size: 12px;
}
@media (min-width: 768px) { 
#floating {
  display: none !important;
}
}

@media (max-width: 768px) { 
  footer{
    margin-top: calc(180 / 768 * 100vw);
    padding-top: calc(60 / 768 * 100vw);
    padding-bottom: calc(60 / 768 * 100vw);
  }
  #floating {
    background: #fffde1;
    padding: 3%;
  }
  .floating-btn {
    position: relative;
  }
  .floating-hand {
    width: 30px;
    height: 30px;
    left: -2%;
    display: inline-block;
    position: absolute;
    animation: fuwafuwa 1.5s infinite ease-in-out .8s alternate;
    top: 50%;
  }
}

.slide-prev {
  color: #000;
  background-color: #e7e7e7;
  padding: 1% 2%;
  border-radius: 5px;
  border: 2px solid #c7c7c7;
}
@media (max-width: 768px) {
  .slide-prev {
    padding: 2% 5%;
  }
}