@charset "UTF-8";
*, ::before, ::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

img, video, iframe {
  max-width: 100%;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  border: 0 none;
}

header {
  display: none;
  background: #fff;
}
header .l-header__inner {
  max-width: initial;
  margin: 0 auto;
  padding: 6px 37px;
  display: flex;
  position: relative;
  justify-content: space-between;
}
header .l-header__inner .l-header__siteLead {
  padding-left: 17px;
}
header .l-header__inner .l-header__logo {
  width: 251px;
}
header .l-header__logo a {
  transition: 0.4s;
}
header .l-header__logo img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 10px;
  object-fit: contain;
}
header .l-header__telnumber {
  position: static;
  opacity: 1;
  width: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  header .l-header__telnumber {
    display: none;
  }
}
header .l-header__telnumber a {
  text-decoration: none;
  max-width: 285px;
  width: 100%;
  display: block;
}
header .l-header__telnumber img {
  width: 100%;
  height: auto;
  display: block;
}

#page-1, #page-thanks {
  border: 0 none;
}
#page-1::before, #page-thanks::before {
  content: "";
  min-height: 654px;
  background-image: url(../images/bg-main.png);
  background-position: bottom center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 550px) {
  #page-1::before, #page-thanks::before {
    background-image: none;
  }
}
@media (max-width: 550px) {
  #page-1 .box-page, #page-thanks .box-page {
    background: #D5F4FF;
  }
}

.page_title {
  background-image: none;
  padding: 24px 5px 0px;
  text-align: center;
  color: #794A20;
  font-size: 30px;
  margin: 0;
  border: 0 none;
}
.page_title img {
  max-width: 731px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .page_title img {
    width: 350px;
    max-width: 100%;
    height: auto;
    display: block;
  }
}

.opacity-0 {
  opacity: 0;
}

.reserveSet {
  background-image: none;
  padding-top: 11px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  color: #684700;
}
@media (max-width: 767px) {
  .reserveSet {
    padding-top: 17px;
  }
}
.reserveSet .txt {
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 14px;
}
.reserveSet .main-area {
  max-width: 624px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(173, 201, 226, 0.25);
  border-radius: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .reserveSet .main-area {
    width: auto;
    max-width: 100%;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.reserveSet .m-sideForm__inner .require {
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px 0 0 6px;
  padding: 0 2px;
  width: calc(12% - 1px);
  line-height: 27px;
  letter-spacing: 0.06em;
  background: #ff8400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 374px) {
  .reserveSet .m-sideForm__inner .require {
    font-size: 12px;
    width: 42px;
  }
}
.reserveSet .m-sideForm__inner .wpcf7-form-control-wrap.sele {
  width: 88%;
  display: block;
}
@media (max-width: 374px) {
  .reserveSet .m-sideForm__inner .wpcf7-form-control-wrap.sele {
    width: calc(100% - 42px);
  }
}
.reserveSet .m-sideForm__inner .wpcf7-form-control-wrap.sele select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-image: url(../images/triangle.png);
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 12px center;
  font-weight: 500;
  font-size: 13px;
  padding: 0 16px;
  border-radius: 0 6px 6px 0;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #F0DDB3;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, YuGothic, "Custom Yu Gothic", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #333;
}
.reserveSet .m-sideForm__inner .wpcf7-form-control-wrap.sele select.is-empty {
  color: #999999;
}
.reserveSet #reformCompanyArea {
  background: #fff;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.06em;
  border: 0 none;
  margin: 0 0 0px;
  display: flex !important;
  align-items: stretch;
  position: relative;
}
@media (max-width: 767px) {
  .reserveSet #reformCompanyArea {
    margin: 0 0 10px;
  }
}
.reserveSet #reformCompanyArea #reform_company_area input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  display: none;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  float: left;
}
.reserveSet #reformCompanyArea #reform_company_area input[type=checkbox]:checked ~ label {
  color: #FF8400;
}
.reserveSet #reformCompanyArea #reform_company_area input[type=checkbox]:checked ~ label::after {
  opacity: 1;
  font-size: 10px;
  left: 2px;
  top: 2px;
  color: #FF8400;
}
.reserveSet #reformCompanyArea #reform_company_area input[type=checkbox]:checked ~ label::before {
  background: #fff1e3;
}
.reserveSet #reformCompanyArea #reform_company_area label {
  font-size: 13px !important;
  font-weight: 600;
  color: #634814;
  line-height: normal;
  padding-left: 21px;
  margin: 0;
  cursor: pointer;
}
.reserveSet #reformCompanyArea #reform_company_area label::before {
  border: 1px solid #634814;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
}
.reserveSet #reformCompanyArea #reform_company_area label::after {
  left: 2px;
  top: 2px;
  font-size: 10px;
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  line-height: 14px;
  color: #684700;
  background: none;
  width: auto;
  height: auto;
  opacity: 0;
}
.reserveSet #reformCompanyArea #reform_company_area .list-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.reserveSet #reformCompanyArea #reform_company_area .list-checkbox > .item {
  width: calc((100% - 34px) / 2);
  margin: 0 34px 12px 0;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .reserveSet #reformCompanyArea #reform_company_area .list-checkbox > .item {
    width: calc((100% - 16px) / 2);
    margin: 0 8px 6px 0;
  }
}
.reserveSet #reformCompanyArea #reform_company_area .list-checkbox > .item:nth-child(2n) {
  margin-right: 0;
}
.reserveSet #reformCompanyArea + .content-title {
  margin: 12px auto 16px;
}
@media (max-width: 767px) {
  .reserveSet #reformCompanyArea + .content-title {
    margin: 10px auto 16px;
  }
}
.reserveSet .send-btn-area {
  max-width: 370px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 550px) {
  .reserveSet .send-btn-area {
    max-width: 250px;
  }
}

.form-side-banner.left {
  left: -188px;
  right: auto;
}
.form-side-banner.right {
  right: -183px;
}
.form-side-banner img {
  width: 100%;
}

.form-step {
  display: flex;
  border-bottom: 1px solid #D6D6D6;
}
.form-step > div {
  position: relative;
  width: 22.9%;
  border-right: 1px solid #a6a6a6;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #d6d6d6;
  font-size: 13px;
  font-weight: 600;
  padding: 14px 2px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .form-step > div {
    font-size: 12px;
    padding: 6px 2px;
  }
}
@media (max-width: 400px) {
  .form-step > div {
    font-size: 10px;
  }
}
.form-step > div span {
  padding-right: 6px;
}
@media (max-width: 550px) {
  .form-step > div span {
    padding-right: 2px;
  }
}
.form-step > div:first-child {
  border-top-left-radius: 4px;
  width: 30.3%;
}
.form-step > div:last-child {
  width: 23.9%;
}
.form-step > div::before, .form-step > div::after {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
}
.form-step > div::before {
  z-index: 1;
  right: -5px;
  border-left: 4px solid #a6a6a6;
}
.form-step > div::after {
  z-index: 2;
  right: -4px;
  border-left: 4px solid #d6d6d6;
}
.form-step > div.step-selected {
  border-right-color: #d6d6d6;
  background-color: #FF8401;
}
.form-step > div.step-selected::before {
  border-left-color: #d6d6d6;
}
.form-step > div.step-selected::after {
  border-left-color: #FF8401;
}
.form-step > div.step-check {
  border-right: none;
  border-top-right-radius: 4px;
  font-weight: 600;
  letter-spacing: -1px;
  background-color: #fff;
  color: #333;
  font-size: 13px;
  flex-direction: column;
}
@media (max-width: 550px) {
  .form-step > div.step-check {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .form-step > div.step-check {
    font-size: 10px;
  }
}
.form-step > div.step-check::before, .form-step > div.step-check::after {
  content: none;
}
.form-step > div.step-check > span {
  position: relative;
  color: #333;
  z-index: 1;
  display: inline;
  padding-right: 0;
}
.form-step > div.step-check > span::before {
  border-top: 2px solid #FFCD00;
  content: "";
  position: absolute;
  left: -3px;
  bottom: 0;
  width: 100%;
  z-index: -1;
  margin: 0;
}
@media (max-width: 767px) {
  .form-step > div.step-check > span::before {
    left: 0;
  }
}

.steps-container .swiper-wrapper {
  box-shadow: 0px 2px 6px 0px rgba(140, 134, 128, 0.2);
  background: #ffffff;
}
.steps-container .swiper-slide {
  background: #ffffff;
}
.steps-container .content-title {
  text-align: center;
  padding: 5px 5px 4px;
  border-radius: 2.8px;
  background: #684700;
  color: #fff;
  margin: 0 auto 12px;
  max-width: 424px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 550px) {
  .steps-container .content-title {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .steps-container .content-title {
    font-size: 11px;
  }
}
.steps-container .content-title span {
  font-size: 11px;
  display: inline-block;
}
@media (max-width: 374px) {
  .steps-container .content-title span {
    font-size: 10px;
  }
}
.steps-container .slide-content {
  padding: 24px 100px 10px;
  min-height: 400px;
  width: 100%;
}
@media (max-width: 767px) {
  .steps-container .slide-content {
    padding: 14px 20px 12px 20px;
  }
}
@media (max-width: 400px) {
  .steps-container .slide-content {
    min-height: auto;
  }
}
@media (max-width: 374px) {
  .steps-container .slide-content {
    padding: 14px 20px 16px 20px;
  }
}
@media (min-width: 768px) {
  .steps-container .slide-content.slide-content-1 {
    padding: 24px 100px 4px;
  }
}
@media (min-width: 768px) {
  .steps-container .slide-content.slide-content-2 {
    padding: 24px 100px 18px;
  }
}
.steps-container .slide-content.slide-content-2 .content-title {
  margin: 0 auto 14px;
}
.steps-container .slide-content.slide-content-3 {
  min-height: 355px;
}
@media (max-width: 550px) {
  .steps-container .slide-content.slide-content-3 {
    min-height: auto;
  }
}
.steps-container .slide-navi {
  background: #F8F8F8;
  border-radius: 0px 0px 4px 4px;
  padding: 16px 12px 24px 12px;
  text-align: center;
  position: relative;
}
@media (max-width: 550px) {
  .steps-container .slide-navi {
    padding: 10px 12px 12px 12px;
  }
}
.steps-container .slide-navi .hand-finger {
  display: inline-block;
  width: 41px;
  margin-right: 10px;
  right: auto;
  left: -22px;
  bottom: auto;
  top: calc(50% - 3px);
  transform: translateY(-50%);
}
@media (max-width: 550px) {
  .steps-container .slide-navi .hand-finger {
    top: calc(50% + 3px);
  }
}
.steps-container .slide-navi .hand-finger figure {
  animation: hand-right 0.8s infinite;
  position: static;
}
@media (max-width: 550px) {
  .steps-container .slide-navi .hand-finger figure img {
    width: 41px;
  }
}
.steps-container .step-next-btn {
  display: inline-block;
  width: 304px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: #AAA;
  box-shadow: 0px 5px 0px 0px #666;
  padding: 16px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  pointer-events: none;
}
@media (max-width: 550px) {
  .steps-container .step-next-btn {
    font-size: 16px;
    padding: 11px 16px 12px;
    box-shadow: 0px 4px 0px 0px #666;
  }
}
.steps-container .step-next-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
}
@media (max-width: 550px) {
  .steps-container .step-next-btn::after {
    right: 13px;
    border-width: 3px 0 3px 3px;
  }
}
.steps-container .step-next-btn:hover, .steps-container .step-next-btn.active {
  background-color: #FE8300 !important;
  box-shadow: 0px 4px 0px 0px #D07A1B;
}
.steps-container .step-next-btn.active {
  pointer-events: unset;
}
.steps-container .box-content {
  margin: 0 auto;
  text-align: center;
  max-width: 304px;
  position: relative;
}
@media (max-width: 550px) {
  .steps-container .box-content {
    max-width: 250px;
  }
}
@media (max-width: 400px) {
  .steps-container .box-content {
    max-width: 162px;
  }
}
.steps-container .hand-finger {
  position: absolute;
  content: "";
  z-index: 2;
  width: 41px;
  transition: all 0.3s;
}
.steps-container .m-sideForm__inner {
  position: relative;
  margin: 16px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 550px) {
  .steps-container .m-sideForm__inner {
    margin-top: 5px;
  }
}
.steps-container .m-sideForm__inner select {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #FF8400;
  color: #684700;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  height: 47px;
  padding: 6px 16px 6px 21px;
  background: url(../images/arrow-select-4.png) no-repeat center right 23px, #F8F8F8;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-size: 10px auto;
  outline: 0;
}
@media (max-width: 550px) {
  .steps-container .m-sideForm__inner select {
    font-size: 12px;
    padding: 6px 16px 6px 17px;
    background: url(../images/arrow-select-4.png) no-repeat center right 18px, #F8F8F8;
    background-size: 7px auto;
  }
}
.steps-container .m-sideForm__inner.-modifier {
  margin: 27px 0 7px;
}
@media (max-width: 550px) {
  .steps-container .m-sideForm__inner.-modifier {
    margin: 12px 0;
  }
}
.steps-container .m-sideForm__inner .hand-finger {
  right: auto;
  bottom: auto;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 550px) {
  .steps-container .m-sideForm__inner .hand-finger {
    top: calc(50% + 3px);
  }
}
.steps-container .m-sideForm__inner .hand-finger figure {
  position: static;
  animation: hand-right 0.8s infinite;
}
.steps-container .m-sideForm__inner .hand-finger figure img {
  width: 41px;
}
.steps-container .m-sideForm__inner .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.steps-container .content-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.steps-container .content-box > div {
  position: relative;
  width: calc((100% - 40px) / 3);
  margin: 0 20px 15px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .steps-container .content-box > div {
    width: calc((100% - 32px) / 3);
    margin: 0 16px 15px 0;
  }
}
@media (max-width: 374px) {
  .steps-container .content-box > div {
    width: calc((100% - 10px) / 3);
    margin: 0 5px 15px 0;
  }
}
.steps-container .content-box > div:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 550px) {
  .steps-container .content-box > div:nth-child(2) .image-wrap > div > img {
    max-height: 27px;
  }
}
@media (max-width: 550px) {
  .steps-container .content-box > div:nth-child(3) .image-wrap > div {
    margin: 0 0 3px;
  }
}
@media (max-width: 550px) {
  .steps-container .content-box > div:nth-child(3) .image-wrap > div > img {
    max-height: 32px;
  }
}
.steps-container .content-box > div:nth-child(4) .image-wrap > div {
  margin: 0 0 13px;
}
.steps-container .content-box > div:nth-child(4) .image-wrap > div > img {
  max-height: 29px;
}
@media (max-width: 550px) {
  .steps-container .content-box > div:nth-child(4) .image-wrap > div > img {
    max-height: 19px;
  }
}
@media (max-width: 550px) {
  .steps-container .content-box > div:nth-child(4) .image-wrap p.title {
    margin: 0 0 5px;
  }
}
.steps-container .content-box > div:last-child .image-wrap {
  padding: 17px 5px 7px;
}
.steps-container .content-box > div:last-child .image-wrap > div > img {
  max-height: 34px;
}
@media (max-width: 550px) {
  .steps-container .content-box > div:last-child .image-wrap > div > img {
    max-height: 21px;
  }
}
.steps-container .content-box .hand-finger {
  position: absolute;
  content: "";
  right: -6px;
  bottom: -10px;
  z-index: 2;
  width: 25px;
  transition: all 0.3s;
  animation: hand-up 1s infinite;
}
@media (max-width: 550px) {
  .steps-container .content-box .hand-finger {
    right: -10px;
  }
}
@media (max-width: 374px) {
  .steps-container .content-box .hand-finger {
    bottom: -20px;
  }
}
.steps-container .content-box .hand-finger img {
  width: 25px;
}
.steps-container .content-box p.title {
  font-weight: 600;
  color: #684700;
  line-height: 1.2;
  margin: 0 0 5px;
  font-size: 16px;
}
@media (max-width: 550px) {
  .steps-container .content-box p.title {
    font-size: 12px;
    margin: 0 0 1px;
  }
}
.steps-container .input-wrap input[type=radio] {
  display: none;
}
.steps-container .input-wrap input[type=radio]:checked + label {
  background: #FF8400;
  box-shadow: 0px 3px 0px 0px #D07A1B;
  border-color: #FF8400;
}
.steps-container .input-wrap input[type=radio]:checked + label img.hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.steps-container .input-wrap input[type=radio]:checked + label img.normal {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.steps-container .input-wrap input[type=radio]:checked + label p {
  color: #fff;
}
.steps-container .input-wrap:hover .image-wrap {
  box-shadow: none;
  transform: translateY(2px);
}
.steps-container .input-wrap:hover .hand-finger {
  display: none;
}
.steps-container .input-wrap:hover input[type=radio]:checked + label {
  transform: translateY(0px);
}
.steps-container .image-wrap {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 14px 5px 7px;
  cursor: pointer;
  box-shadow: 0px 3px 0px 0px #CFCFCF;
  transition: all 0.3s;
  background-color: #F8F8F8;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
}
@media (max-width: 550px) {
  .steps-container .image-wrap {
    padding: 9px 5px 8px;
  }
}
.steps-container .image-wrap > div {
  text-align: center;
  margin: 0 0 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.steps-container .image-wrap > div > img {
  object-fit: contain;
  max-height: 39px;
}
@media (max-width: 550px) {
  .steps-container .image-wrap > div > img {
    max-height: 28px;
  }
}
.steps-container .image-wrap > div > img.hover {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.steps-container .image-wrap > p {
  color: #684700;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 550px) {
  .steps-container .image-wrap > p {
    font-size: 8px;
  }
}
@media (max-width: 374px) {
  .steps-container .image-wrap > p {
    letter-spacing: -0.1em;
  }
}
.steps-container .m-sideForm__annotationList {
  margin: 0 0 5px;
}
.steps-container .m-sideForm__annotationList li {
  color: #999;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
  opacity: 1;
}

.step-prev-btn {
  position: absolute;
  content: "";
  top: 11px;
  left: 28px;
  color: #248DC3;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767px) {
  .step-prev-btn {
    left: 10px;
    font-size: 14px;
    top: 8px;
  }
}
.step-prev-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid #248DC3;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .step-prev-btn::before {
    border-width: 3px 3px 3px 0;
    margin-right: 3px;
  }
}

.content-form {
  margin-top: 0px;
}
.content-form label {
  display: block;
  color: #684700;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}
@media (max-width: 550px) {
  .content-form label {
    font-size: 13px;
  }
}
.content-form label > span {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.6px;
  display: inline-block;
  padding: 0.5px 4.5px;
  margin-right: 11px;
  border-radius: 2px;
  color: #999;
  border: 1px solid #999;
}
@media (max-width: 550px) {
  .content-form label > span {
    padding: 0 3px;
    margin-right: 7px;
  }
}
.content-form label > span.require {
  color: #FF8401;
  border-color: #FF8401;
}
.content-form input[type=email], .content-form input[type=tel] {
  border-radius: 4px;
  border: 1.382px solid #F0DDB3;
  padding: 17px 20px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #333;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 550px) {
  .content-form input[type=email], .content-form input[type=tel] {
    padding: 13px 14px 14px;
    font-size: 13px;
  }
}
.content-form input[type=email]::-webkit-input-placeholder, .content-form input[type=tel]::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.content-form input[type=email]::-moz-placeholder, .content-form input[type=tel]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.content-form input[type=email]:-ms-input-placeholder, .content-form input[type=tel]:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.content-form input[type=email]:-moz-placeholder, .content-form input[type=tel]:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.content-form input[type=email]::-webkit-input-selection, .content-form input[type=tel]::-webkit-input-selection {
  color: #999;
  opacity: 1;
}
.content-form input[type=email]::-moz-selection, .content-form input[type=tel]::-moz-selection {
  color: #999;
  opacity: 1;
}
.content-form input[type=email]:-ms-input-selection, .content-form input[type=tel]:-ms-input-selection {
  color: #999;
  opacity: 1;
}
.content-form input[type=email]:-moz-selection, .content-form input[type=tel]:-moz-selection {
  color: #999;
  opacity: 1;
}
.content-form input[type=email]:focus, .content-form input[type=tel]:focus {
  outline: 0 none;
  box-shadow: none;
}
.content-form .note {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
}
.content-form .note li:first-child {
  margin-top: 4px;
}
.content-form .form-row {
  margin: 0 0 18px;
}
@media (max-width: 550px) {
  .content-form .form-row:last-child {
    margin: 0;
  }
}
.content-form .txt {
  color: #684700;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 5px;
}

.step-3 .box-content {
  max-width: 100%;
}
.step-3 .step-next-btn {
  width: 370px;
  padding: 18px 16px 18px 16px;
}
@media (max-width: 550px) {
  .step-3 .step-next-btn {
    max-width: 228px;
    margin: 0 auto;
    font-size: 20px;
    padding: 16px 16px 14px 16px;
  }
}
.step-3.slide-navi {
  padding: 24px 12px 10px 12px;
}
@media (max-width: 550px) {
  .step-3.slide-navi {
    padding: 15px 12px 6px 12px;
  }
}
@media (max-width: 374px) {
  .step-3.slide-navi {
    padding: 28px 12px 6px 12px;
  }
}
.step-3 .benefit-text-wrap {
  margin: 16px 0 0;
  color: #684700;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  background: transparent;
  padding: 0;
}
@media (max-width: 550px) {
  .step-3 .benefit-text-wrap {
    margin: 10px 0 0;
    font-size: 10px;
  }
}
.step-3 .benefit-text-wrap p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 550px) {
  .step-3 .benefit-text-wrap p {
    font-size: 10px;
  }
}

.benefit-text-wrap {
  margin: 38px 0 0;
  color: #684700;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  padding: 20px 12px 8px;
}
@media (max-width: 550px) {
  .benefit-text-wrap {
    padding: 24px 12px 10px;
    margin: 24px 0 0;
  }
}
.benefit-text-wrap > ul {
  list-style: outside none none;
  margin: 0px 0 17px;
  padding: 0;
}
@media (max-width: 550px) {
  .benefit-text-wrap > ul {
    margin: 0 0 19px;
  }
}
.benefit-text-wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 550px) {
  .benefit-text-wrap > ul > li {
    margin-right: 16px;
  }
}
.benefit-text-wrap > ul > li > a {
  color: #684700;
  font-size: 12px;
  font-weight: 700;
}
.benefit-text-wrap > ul > li:last-child {
  margin-right: 0;
}
.benefit-text-wrap > ul > li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid #FF8401;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
}
.benefit-text-wrap p {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Sans JP", YuGothic, "Custom Yu Gothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
}

.formError {
  color: red;
  background-color: #ffffff;
  font-size: 14px;
  width: 100%;
}

nav ul {
  list-style: none;
}

.l-nav {
  background: #FFCE70;
}
@media (min-width: 768px) {
  .l-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-nav {
    display: none;
  }
}
.l-nav .l-nav__list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #FFE2A9;
  border-right: 1px solid #E5B965;
  font-size: 15px;
  color: #49290D;
  font-weight: bold;
  text-align: center;
  padding: 0 28px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

.l-navMobile {
  display: none;
}
@media (max-width: 767px) {
  .l-navMobile {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 57px;
    z-index: 1;
    width: 100%;
    background: #FFCE70;
    padding: 25px 9.8vw 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l-navMobile .l-navMobile__cv {
  text-align: center;
}
@media (max-width: 767px) {
  .l-navMobile .l-navMobile__cv {
    margin-bottom: 10px;
  }
}
.l-navMobile .l-navMobile__cv a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 0 #2d5219;
  box-shadow: 0 3px 0 #2d5219;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#71b14f), to(#a3e88a));
  background-image: linear-gradient(to top, #71b14f 0%, #a3e88a 100%);
  padding: 13px 29px 10px 44px;
  width: 100%;
  text-align: center;
  line-height: 18px;
  text-shadow: 0 1px 4px #41861c;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .l-navMobile .l-navMobile__cv a img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .l-navMobile .l-navMobile__list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 767px) {
  .l-navMobile .l-navMobile__list a {
    display: block;
    padding: 18px 0 18px 37px;
    font-size: 4.2vw;
    color: #49290D;
    font-weight: bold;
    position: relative;
  }
}

.thanks-page header {
  display: block;
}
@media (max-width: 767px) {
  .thanks-page header {
    display: none;
  }
}

@media (max-width: 767px) {
  #page-thanks::before {
    background-image: url(../images/bg-main.png);
  }
}
#page-thanks .page_title {
  padding: 15px 5px 0px;
}
@media (max-width: 767px) {
  #page-thanks .page_title {
    padding: 19px 5px 0px;
  }
}
#page-thanks .page_title img {
  max-width: 701px;
  display: block;
}
@media (max-width: 767px) {
  #page-thanks .page_title img {
    width: 350px;
    max-width: 100%;
    height: auto;
  }
}
#page-thanks .reserveSet {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #page-thanks .reserveSet {
    padding-top: 17px;
    padding-bottom: 20px;
  }
}
#page-thanks .form_page_1 a {
  color: #248DC3;
  text-decoration: none;
}
#page-thanks a.btn--orange.btn--cubic {
  border-bottom: 4px solid #CC6900;
}
#page-thanks a.btn-c {
  position: relative;
}
#page-thanks a.btn--orange {
  color: #fff;
  background-color: #ff8400;
}
#page-thanks .steps {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#page-thanks .step1, #page-thanks .step2 {
  width: 100%;
  flex-basis: 100%;
}
#page-thanks .step1 .step-box {
  background-color: #cccccc;
  color: #fff;
  border-radius: 2px 0 0 2px;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  position: relative;
  font-size: 24px;
  width: calc(100% - 40px);
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  #page-thanks .step1 .step-box {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: calc(100% - 20px);
  }
}
#page-thanks .step1 .step-box::before {
  border: 28px solid transparent;
  border-left-color: #cccccc;
  border-right-width: 0;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -28px;
  top: 0px;
  width: 0;
}
@media (max-width: 767px) {
  #page-thanks .step1 .step-box::before {
    border: 20px solid transparent;
    border-left-color: #cccccc;
    border-right-width: 0;
    right: -19px;
  }
}
#page-thanks .step2 {
  padding-left: 20px;
}
#page-thanks .step2 .step-box {
  background-color: #ff8400;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  position: relative;
  font-size: 24px;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  #page-thanks .step2 .step-box {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
#page-thanks .main-area {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #ffffff;
  padding: 48px 76px 44px 76px;
  border-radius: 16px;
  box-shadow: 0px 4px 12px rgba(173, 201, 226, 0.25);
}
@media (max-width: 1200px) {
  #page-thanks .main-area {
    max-width: 600px;
    padding: 48px 20px 44px 20px;
  }
}
@media (max-width: 991px) {
  #page-thanks .main-area {
    max-width: 500px;
  }
}
@media (max-width: 550px) {
  #page-thanks .main-area {
    max-width: 100%;
    margin-left: 13px;
    margin-right: 13px;
    width: auto;
    padding: 24px 20px 11px 20px;
  }
}
#page-thanks .thanks-tel-area {
  text-align: center;
  margin: 24px 0;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #page-thanks .thanks-tel-area {
    margin: 24px 0;
    font-size: 1rem;
  }
}
#page-thanks #tel-no {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 12px;
}
#page-thanks .tel-no-option {
  font-size: 1rem;
}
#page-thanks .thanks-msg-area {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#page-thanks .thanks-msg-area p {
  margin: 12px 0;
}
#page-thanks .why-tel-area {
  margin: 30px 0;
}
#page-thanks .other-area {
  margin: 30px 0 35px;
}
#page-thanks .btn-area {
  text-align: center;
}
@media (max-width: 550px) {
  #page-thanks .send-btn-area {
    margin: 0 auto;
  }
}
#page-thanks .send-btn-area a.btn {
  width: 100%;
  max-width: 319px;
  height: 54px;
  line-height: 54px;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
#page-thanks .send-btn-area a.btn:hover {
  opacity: 0.8;
}
#page-thanks .box-area {
  border-radius: 8px;
  background-color: #F5F1E9;
  padding: 17px 18px 14px;
  margin: 30px 0 32px;
}
#page-thanks .box-area img {
  display: block;
  object-fit: contain;
}
#page-thanks .box-area .title-box {
  text-align: center;
  margin: 0 0 10px;
}
#page-thanks .box-area .title-box > img {
  width: 100%;
  max-width: 252px;
  margin: 0 auto;
}
#page-thanks .box-area .content-box {
  display: flex;
  flex-wrap: wrap;
}
#page-thanks .box-area .content-box > * {
  position: relative;
  width: calc((100% - 30px) / 2);
  margin: 0 30px 0 0;
}
@media (max-width: 550px) {
  #page-thanks .box-area .content-box > * {
    width: 100%;
    margin: 0 0 15px;
  }
}
#page-thanks .box-area .content-box > *:nth-child(2n) {
  margin: 0;
}
#page-thanks .box-area .content-box a:hover {
  opacity: 0.8;
}

.loader-area {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  text-align: center;
}
.loader-area.sp {
  top: 6px;
}

.loader {
  position: absolute;
  display: inline;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 6px solid #ffffff;
  border-right-color: rgb(255, 255, 255);
  border-right-color: transparent;
  margin-left: -20px;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}

@-webkit-keyframes hand-up {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hand-up {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes hand-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hand-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*キーフレームのアニメーションをつける*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 0.4;
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 0.4;
  }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(360deg);
    opacity: 0.4;
  }
}

/* 20240710add */
#page-thanks .thanks-msg-area .why-tel-area-block {
  border-radius: 8px;
  background-color: #F5F1E9;
  padding: 17px 18px 14px;
  margin: 30px 0 32px;
}

#page-thanks .thanks-msg-area .reform-price-block {
  width:100%;
  margin:0 auto;
}

#page-thanks .thanks-msg-area .reform-price-block .price-title {
  min-height:100px;
  margin:0 auto;
  text-aign:center;
}
#page-thanks .thanks-msg-area .reform-price-block .price-title img { margin:0px auto; }


#page-thanks .thanks-msg-area .reform-price-block .price-title img.pc { display: block !important; }
#page-thanks .thanks-msg-area .reform-price-block .price-title img.sp { display: none !important; }

@media only screen and (max-width: 980px) {
  #page-thanks .thanks-msg-area .reform-price-block .price-title img.pc { display: none !important; }
  #page-thanks .thanks-msg-area .reform-price-block .price-title img.sp { display: block !important; }
}

#page-thanks .thanks-msg-area .reform-price-block table {
  width;100%
  margin:0px auto;
  font-size:14px;
  border-collapse: collapse;
}

#page-thanks .thanks-msg-area .reform-price-block table th {
  background-color:#FF9400;
  padding:8px;
  text-align:center;
  color:#ffffff;
  font-weight:bold;
  vertical-align:middle;
  border:1px solid #FF9400;
}

#page-thanks .thanks-msg-area .reform-price-block table td {
  padding:8px;
  text-align:center;
  border:1px solid #FF9400;
  vertical-align:middle;
}

#page-thanks .thanks-msg-area .reform-price-block table td.index {
  background-color: #F5F1E9;
  font-weight:bold;
}

#page-thanks .thanks-msg-area .reform-price-block .price-banner {
  text-align:center;
  margin:20px auto 30px;
}

#page-thanks .thanks-msg-area .reform-price-block .price-banner p {
  margin:0 auto 5px;
  text-align:center;
  font-weight:bold;
}
#page-thanks .thanks-msg-area .reform-price-block .price-banner img {
  margin:0 auto;
  width:60%;
  min-width:300px;
}

#page-thanks .thanks-msg-area .reform-price-block .price-banner a:hover {
  opacity: 0.8;
}


#page-thanks .thanks-msg-area .gencho-block {
  border-radius: 8px;
  background-color: #F5F1E9;
  padding: 17px 18px 5px;
  margin: 30px 0 32px;
}

#page-thanks .thanks-msg-area .gencho-block h2 {
  color:#AA0000;
  font-weight:bold;
  font-size:140%;
}

#page-thanks .thanks-msg-area .gencho-block p {
  margin:0.9em auto;
}

#page-thanks .thanks-msg-area .gencho-block strong.red {
  color:#AA0000;
}

#page-thanks .thanks-msg-area .gencho-block img.right {
  float:right;
}

@media only screen and (max-width: 950px) {
  #page-thanks .thanks-msg-area .gencho-block img.right { width:100px; height:auto; }
}

/* 20240830 add */
.opacity-5 {
  opacity: 0.5;
}
.steps-container .input-wrap.opacity-5:has(input[type=radio]:checked) {
  opacity: 1.0 !important;
}