@charset "UTF-8";
/*form*/
.formDet_wrap {
  width: 550px;
}
.formCnt_wrap {
  width: 600px;
  padding: 40px 30px;
}
.formCnt_box dl dt {
  width: 170px;
}
.formCnt_box dl dd {
  width: 370px;
}
.trial_wrap {
  padding: 90px 0;
  background: #fefae9;
}
.trialSec_wrap {
  margin: 0 0 120px 0;
}
.trialSec_wrap:last-child {
  margin: 0;
}
.trial_ttl {
  text-align: center;
  margin: 0 0 90px 0;
}
.trial-ttl {
  position: relative;
}
.trial-ttl:after {
  content: "";
  position: absolute;
  display: block;
  width: 220px;
  height: 1px;
  background: #ff6600;
  bottom: -30px;
  left: 50%;
  margin-left: -110px;
  z-index: 10;
}
.trial_txt {
  margin: 20px 0 0 0;
}
.trial-txt {
  line-height: 1.8;
  text-align: justify;
}
.trial_txt dl {
  margin: 70px 0 0 0;
}
.trial_txt dl dt {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #feb61a;
  margin: 0 0 20px 0;
}
.trial_txt dl dd {
  line-height: 1.8;
  text-align: justify;
}
.qa_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.qa_dtl {
  width: 585px;
  margin: 30px 0 0;
}
.qa_dtl:nth-child(-n + 2) {
  margin: 0;
}
.qa_dtlin {
  width: 100%;
  box-shadow: 0 0 20px rgb(204 204 204 / 25%);
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.qa_q a {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  background: url(../svg/icn_plus.svg) no-repeat center right 30px;
  background-size: 22px auto;
  padding: 38px 60px 38px 30px;
  text-decoration: none;
}
.qa_q.on a {
  background: url(../svg/icn_minus.svg) no-repeat center right 30px;
  background-size: 22px auto;
}
.qa_a {
  display: none;
  font-size: 14px;
  padding: 0 30px 30px;
  text-align: justify;
}
.qa_a a {
  color: #ff6600;
  text-decoration: underline;
}
@media (min-width: 896px) {
  .qa_a a:hover {
    text-decoration: none;
  }
}
/*アンケート*/
.questionnaire_wrap {
  padding: 120px 0 0 0;
}
.questionnaire_wrap.cf {
  padding: 0;
}
.questionnaire-ttl {
  text-align: center;
  margin: 0 0 50px 0;
}
.questionnaire-ttl.end {
  margin: 0;
}
.formCnt_box.end {
  width: 650px;
  margin: 0 auto;
}
.questionnaire-txt {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.formCnt_box.end dl {
  margin: 15px 0 0 0;
}
.formCnt_box.end dl.ver2 {
  display: block;
  margin: 30px 0 0 0;
}
.formCnt_box.end dl:nth-child(2) {
  margin: 20px 0 0 0;
}
.formCnt_box.end dl dt {
  width: 90px;
  font-size: 16px;
}
.formCnt_box.end dl.ver2 dt {
  width: 100%;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.formCnt_box.end dl dd {
  width: 550px;
  font-size: 16px;
}
.formCnt_box.end dl.ver2 dd {
  width: 100%;
}
input[type="text"].date {
  cursor: pointer;
  background: #fff url("../img/contact/icn_calendar.png") no-repeat center right 10px;
}
@media only screen and (max-width: 896px) {
  /*form*/
  .formDet_wrap {
    width: 100%;
  }
  .formCnt_wrap {
    width: 100%;
    padding: 30px 20px;
  }
  .formCnt_box dl dt {
    width: 100%;
  }
  .formCnt_box dl dd {
    width: 100%;
  }
  .trial_wrap {
    padding: 50px 15px;
  }
  .trialSec_wrap {
    margin: 0 0 50px 0;
  }
  .trial_ttl {
    margin: 0 0 40px 0;
  }
  .trial-ttl:after {
    width: 146px;
    height: 2px;
    bottom: -13px;
    margin-left: -73px;
  }
  .trial_img {
    text-align: center;
  }
  .trial_img img {
    width: 100%;
    height: auto;
  }
  .trial_txt {
    margin: 15px 0 0 0;
  }
  .trial-txt {
    line-height: 1.6;
  }
  .trial_txt dl {
    margin: 30px 0 0 0;
  }
  .trial_txt dl dt {
    font-size: 19px;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .qa_box {
    display: block;
  }
  .qa_dtl {
    width: 100%;
    margin: 15px 0 0;
  }
  .qa_dtl:nth-child(-n + 2) {
    margin: 15px 0 0;
  }
  .qa_dtl:first-child {
    margin: 0;
  }
  .qa_dtlin {
    width: 100%;
    border-radius: 5px;
  }
  .qa_q a {
    font-size: 13px;
    background: #fff url(../svg/icn_plus.svg) no-repeat center right 15px;
    background-size: 11px auto;
    padding: 21px 30px 21px 15px;
  }
  .qa_q.on a {
    background: #fff url(../svg/icn_minus.svg) no-repeat center right 15px;
    background-size: 11px auto;
  }
  .qa_a {
    font-size: 12px;
    padding: 0 15px 18px;
  }
  /*アンケート*/
  .questionnaire_wrap {
    padding: 60px 0 0 0;
  }
  .questionnaire-ttl {
    margin: 0 0 25px 0;
  }
  .formCnt_box.end {
    width: 100%;
  }
  .questionnaire-txt {
    font-size: 16px;
  }
  .formCnt_box.end dl {
    margin: 30px 0 0 0;
  }
  .formCnt_box.end dl dt {
    width: 100%;
    font-size: 14px;
  }
  .formCnt_box.end dl.ver2 dt {
    font-size: 16px;
  }
  .formCnt_box.end dl dd {
    width: 100%;
    font-size: 14px;
  }
  .formEnd-lnk.end {
    margin: 40px 0 0 0;
  }
} /*@media*/
@media only screen and (max-width: 374px) {
  .formDet-stl img {
    width: 200px;
  }
  .trial_txt dl dt {
    font-size: 18px;
  }
  .questionnaire-ttl.end img {
    width: 280px;
    height: auto;
  }
} /*@media*/
