@charset "UTF-8";
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-header {
  padding-block: 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .page-header {
    padding-block: 30px;
  }
}
.page-header .contactWrap ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .page-header .contactWrap ul {
    gap: 20px;
  }
}
.page-header .contactWrap ul li {
  text-align: center;
}
.page-header .contactWrap ul li .telLink {
  color: #fff;
  padding-left: 26px;
  font-size: 2.4rem;
  background: url(../img/icon_tel.svg) no-repeat left top 11px/16px auto;
}
.page-header .contactWrap ul .lineBtn a {
  display: block;
  background: url(../img/icon_line.png) no-repeat left 30px center/45px auto, #fff;
  border-radius: 10px;
  border: 1px solid #aaaaaa;
  padding: 20px 50px 20px 90px;
}
@media print, screen and (min-width: 768px) {
  .page-header .contactWrap ul .lineBtn a:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.page-header .msg {
  margin-top: 30px;
  text-align: center;
}
.page-header h2 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .page-header h2 {
    font-size: 2rem;
  }
}

#contactForm {
  font-size: 1.6rem;
}

.sec_form {
  background: #fff;
}
.sec_form .contentWrap {
  max-width: 1080px;
  margin-inline: auto;
  padding: 60px 40px 120px 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .sec_form .contentWrap {
    padding: 40px 4% 60px 4%;
  }
}
.sec_form .ct_txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.sec_form .blc_in {
  padding-top: 10px;
}

.ctForm .cf_row:not(:last-child) {
  border-bottom: 2px solid #ccc;
  position: relative;
}
.ctForm .cf_row:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 2px;
  background: #0069ac;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ctForm .cf_row:not(:last-child)::before {
    width: 40%;
  }
}
@media print, screen and (min-width: 768px) {
  .ctForm .cf_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

form#mailformpro dl dt {
  font-size: 1.6rem;
  text-align: left;
  width: 260px;
  padding: 24px 0 24px 16px;
}
@media screen and (max-width: 767px) {
  form#mailformpro dl dt {
    width: 100%;
    padding: 16px 16px 12px 16px;
  }
  form#mailformpro dl dt .label {
    font-weight: bold;
  }
  form#mailformpro dl dt .must {
    font-weight: normal;
    font-size: 12px;
  }
}

form#mailformpro dl dd {
  font-size: 1.6rem;
  width: calc(100% - 260px);
  padding: 24px 24px 24px 40px;
  border-top: none;
}
form#mailformpro dl dd small {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  form#mailformpro dl dd {
    width: 100%;
    padding: 0px 0px 24px 16px;
  }
}

.must {
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  clear: both;
  background-color: #e20e0e;
  font-size: 1.2rem;
  border-radius: 50px;
  padding: 1px 8px;
  margin-left: 15px;
  display: inline-block;
  color: #fff;
}

.ml-space {
  margin-left: 10px;
}

.mr-space {
  margin-right: 10px;
}

.space-block {
  display: block;
  margin-block: 10px;
}

.space-left {
  padding-left: 28px;
}

div.mfp_buttons {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  div.mfp_buttons {
    padding-top: 20px;
  }
}
div.mfp_buttons .ct_btn {
  background: url(../img/icon_mail.svg) no-repeat left 72px center/18px auto, linear-gradient(45deg, rgb(30, 74, 158) 60%, rgb(0, 36, 110) 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 17px 70px 17px 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: none;
  font-size: 1.8rem;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 767px) {
  div.mfp_buttons .ct_btn {
    background: url(../img/icon_mail.svg) no-repeat left 22px center/18px auto, linear-gradient(45deg, rgb(30, 74, 158) 60%, rgb(0, 36, 110) 100%);
    padding: 14px 28px 14px 48px;
    font-size: 1.6rem;
  }
}
div.mfp_buttons .ct_btn:hover {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f2f2f2;
  padding: 10px 8px;
  width: 100%;
  max-width: 450px;
}

.mfp_element_textarea {
  width: 100% !important;
}

.mfp_element_select-one {
  width: 50%;
  min-width: 220px;
}

.yubin {
  width: 35%;
  min-width: 140px;
}

.label {
  display: block;
  padding-block: 1%;
}

input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus, input[type=email]:focus-visible,
textarea:focus, textarea:focus-visible,
select:focus, select:focus-visible {
  border: 1px solid #0069ac;
  outline: 0;
}

.age_text, .car_text {
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  div .selectbox {
    height: 46px;
  }
}

div.mfp_err {
  background-image: none;
  padding: 0;
}

label {
  cursor: pointer;
  position: relative;
}

input[type=radio] {
  display: none;
}

.radioList input[type=hidden] + label, .radioList input[type=radio] + label {
  position: relative;
  padding-left: 28px;
}

.radioList input[type=hidden] + label:before, .radioList input[type=radio] + label:before {
  position: absolute; /* ボックスの位置を指定する */
  content: ""; /* ボックスのコンテンツ */
  display: block; /* ブロックレベル要素化する */
  top: 23px; /* 上部から配置の基準位置を決める */
  left: 0; /* 左から配置の基準位置を決める */
  margin-top: -10px; /* チェック枠の位置 */
  width: 18px; /* ボックスの横幅を指定する */
  height: 18px; /* ボックスの高さを指定する */
  background: #f2f2f2;
  border: 2px solid #aaa; /* ボックスの境界線を実線で指定する */
  border-radius: 50%; /* ボックスの角丸を指定する */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

form#mailformpro label.mfp_checked {
  border: none;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form#mailformpro label.mfp_not_checked {
  border: none;
}

.radioList input[type=hidden] + label:after, .radioList input[type=radio] + label:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0069ac;
  left: 4px;
  top: 8px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.radioList input[type=radio]:checked + input[type=hidden] + label:after, .radioList input[type=radio]:checked + label:after {
  opacity: 1;
}

.radio_vertical {
  padding-block: 5px;
}

form#mailformpro label {
  white-space: normal;
}

#qa {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #qa {
    padding-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  #qa {
    padding-top: 0;
  }
}
#qa::before {
  top: -100px;
}
@media screen and (max-width: 767px) {
  #qa::before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #qa .hd {
    margin-top: 20px;
  }
}

.thanks {
  padding-block: 50px;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding-block: 30px;
  }
}

.thanks_blc .thanks_catchtxt {
  color: #005f9b;
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .thanks_blc .thanks_catchtxt {
    font-size: 2.4rem;
  }
}

.thanks_box {
  margin-top: 20px;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .thanks_box {
    padding: 20px;
  }
}
.thanks_box .thanks_list {
  margin-top: 20px;
}
/*# sourceMappingURL=inquiry.css.map */