@charset "UTF-8";

/* ==========================================================================

	inquiry

========================================================================== */
@media print, screen and (min-width: 599px) {
  body.inquiry .form_cnt {
    max-width: 890px;
  }
  body.inquiry .form_cnt > div > dt {
    width: 18em;
    margin-right: 2em;
  }
  body.inquiry .form_cnt > div > dd {
    width: calc(100% - 20em);
  }
}

body.inquiry .tt_form {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: min(4.26667vw, 1.6rem);
  font-weight: bold;
  font-family: "AvenirNextLTPro-Medium", "TazuganeGothicStdN-Regular", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin-bottom: 1.6em;
}

@media print, screen and (min-width: 599px) {
  body.inquiry .tt_form {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: min(1.25vw, 1.6rem);
  }
}

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
body.inquiry.home form > p:not(.privacy_txt) {
  margin-bottom: 1.8em;
}

body.inquiry.home form > div:not(.link_btn) {
  margin-bottom: 1.5em;
}

body.inquiry.home form > div:not(.link_btn) > * {
  /* margin-bottom: 2em; */
  margin-bottom: 0.8em;
}

body.inquiry.home form > div:not(.link_btn) > *:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 599px) {
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div {
    margin-bottom: 3em;
  }
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div:last-child {
    margin-bottom: 0;
  }
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div > dt {
    margin-bottom: 0.8em;
  }
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div > dd ul {
    padding-left: 0.7em;
  }
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div > dd ul li {
    margin-bottom: 0.3em;
  }
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div > dd ul li:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 599px) {
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div {
    margin-bottom: 1em;
  }
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div:last-child {
    margin-bottom: 0;
  }
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div > dt {
    padding: 0;
  }
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div > dd ul {
    padding: 0.3em 0 0;
  }
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div > dt {
    padding-top: 0.1em;
  }
  body.inquiry.home form > div:not(.link_btn) > .form_cnt:first-child > div > dd ul li {
    margin-bottom: 0;
  }
}

/* 種別部分の改修　240814 */

body.inquiry .form_cnt:first-of-type {
  max-width: 1080px;
}

ul.service_select {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0.5em;
  padding: 0;
}
ul.service_select > li {
  display: block;
  width: calc(92% / 3);
  margin: 0 4% 0 0;
  flex-grow: 1;
}
ul.service_select > li:nth-child(3n) {
  margin-right: 0;
}
ul.service_select > li label {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  background-color: #9cadbc;
  transition: 0.4s;
}
ul.service_select > li:nth-child(2) label {
  background-color: #d0bc94;
}
ul.service_select > li:nth-child(3) label {
  background-color: #b5c2b4;
}
@media print, screen and (min-width: 599px) {
  ul.service_select > li label:hover {
    background-color: #bac6d1;
  }
  ul.service_select > li:nth-child(2) label:hover {
    background-color: #e0d2b7;
  }
  ul.service_select > li:nth-child(3) label:hover {
    background-color: #d1d9d0;
  }
}
ul.service_select > li label input {
  flex-shrink: 0;
}

ul.service_select > li label span {
  font-size: 14px;
  font-size: 1.4rem;
  font-size: min(1.09375vw, 1.4rem);
  line-height: 1.5;
}
ul.service_select > li label span i {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-size: min(1.3028125vw, 2rem);
  font-style: normal;
  font-weight: 600;
  font-family: "AvenirLTPro-Heavy", "TazuganeGothicStdN-Regular", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

ul.service_select + ul {
  padding-left: 0.8rem !important;
}

@media print, screen and (max-width: 599px) {
  body.inquiry .form_cnt:first-of-type {
    max-width: none;
  }
  ul.service_select {
    display: block;
    margin-bottom: 0.5em;
    padding: 0 !important;
  }
  ul.service_select > li,
  ul.service_select > li:nth-child(3n) {
    width: 100%;
    margin: 0 0 0.6em 0 !important;
  }
  ul.service_select > li label {
    padding: 1em 0.8rem 0.8em;
  }
  ul.service_select > li label span {
    font-size: min(3.733333vw, 1.4rem);
    line-height: 1;
  }
  ul.service_select > li label span i {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-size: min(4.0vw, 1.5rem);
    margin-right: 0.5em;
  }

}

/*----------------------------------------------------
	confirmページ
----------------------------------------------------*/
@media print, screen and (min-width: 599px) {
  body.inquiry.confirm .form_cnt > div > dt {
    padding: 0;
  }
}

body.inquiry.confirm .btn_cnt .link_btn {
  margin-bottom: 1em;
}

body.inquiry.confirm .btn_cnt .link_btn:last-child {
  margin-bottom: 0;
}

body.inquiry.confirm .btn_cnt .link_btn > a, body.inquiry.confirm .btn_cnt .link_btn > button {
  width: 100%;
  max-width: initial;
  padding: 0.2em calc(1em + 34px);
}

@media print, screen and (min-width: 599px) {
  body.inquiry.confirm .btn_cnt {
    max-width: 600px;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
	completeページ
----------------------------------------------------*/




/* 231031 レイアウト修正 */
@media print, screen and (min-width: 599px) {
  .tt_main {
    margin-bottom: 0.5em;
  }
}
.tt_main:before {
  background-color: transparent;
  visibility: hidden;
}
@media print, screen and (max-width: 599px) {
  .tt_main:before {
    display: none;
  }
}
