@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lusitana:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka",
    "MS PGothic", "sans-serif";
  margin: 0;
}

.top-bnr {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1000px;
  margin: auto;
}

.inquiry_page dl dd ul:after {
  display: none;
}

.inquiry_page input[type="text"],
.inquiry_page input[type="tel"],
.inquiry_page input[type="email"],
.inquiry_page input[type="number"],
.inquiry_page input[type="url"],
.inquiry_page input[type="date"],
.inquiry_page input[type="password"],
.inquiry_page select,
.inquiry_page textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}

.inquiry_page input[type="text"]:focus,
.inquiry_page input[type="tel"]:focus,
.inquiry_page input[type="email"]:focus,
.inquiry_page input[type="number"]:focus,
.inquiry_page input[type="url"]:focus,
.inquiry_page input[type="date"]:focus,
.inquiry_page input[type="password"]:focus,
.inquiry_page select:focus,
.inquiry_page textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #118064;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 128, 100, 0.25);
}

.inquiry_page input::placeholder,
.inquiry_page textarea::placeholder {
  color: #acb3b9;
  opacity: 1;
}

.inquiry_page input:disabled,
.inquiry_page select:disabled,
.inquiry_page textarea:disabled {
  background-color: #e9ecef;
  opacity: 1;
  cursor: not-allowed;
}

.inquiry_page input[name="postCd"] {
  width: 100%;
  max-width: 120px;
  display: inline-block;
}

.inquiry_page input[name="phone_1"],
.inquiry_page input[name="phone_2"],
.inquiry_page input[name="phone_3"] {
  width: 30%;
  max-width: 80px;
  display: inline-block;
  margin: 0 5px;
}

.inquiry_page input[name="birthdayYear"],
.inquiry_page input[name="birthdayMonth"],
.inquiry_page input[name="birthdayDay"] {
  width: auto;
  display: inline-block;
  margin: 0 5px;
}

.inquiry_page input[type="checkbox"],
.inquiry_page input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.inquiry_page input[type="checkbox"] + label,
.inquiry_page input[type="radio"] + label {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
  min-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inquiry_page input[type="checkbox"] + label::before,
.inquiry_page input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ced4da;
  background-color: #fff;
  transition: all 0.3s ease;
}

.inquiry_page input[type="radio"] + label::before {
  border-radius: 50%;
}

.inquiry_page input[type="checkbox"] + label::before {
  border-radius: 4px;
}

.inquiry_page input[type="checkbox"]:hover + label::before,
.inquiry_page input[type="radio"]:hover + label::before {
  border-color: #118064;
}

.inquiry_page input[type="checkbox"]:checked + label::before,
.inquiry_page input[type="radio"]:checked + label::before {
  background-color: #118064;
  border-color: #118064;
}

.inquiry_page input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
}

.inquiry_page input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
}

.inquiry_page input[type="checkbox"]:focus + label::before,
.inquiry_page input[type="radio"]:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(17, 128, 100, 0.25);
}

.inquiry_page ul.pt01 li,
.inquiry_page ul.pt02 li {
  list-style: none;
  margin-bottom: 10px;
}

.inquiry_page select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 40px;
}

.inquiry_page select[name="birthdayYear"] {
  width: 35%;
  max-width: 140px;
}

.inquiry_page select[name="birthdayMonth"],
.inquiry_page select[name="birthdayDay"] {
  width: 30%;
  max-width: 100px;
}

.inquiry_page ul.pt02 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.inquiry_page ul.pt02 li {
  flex: 1;
  min-width: 200px;
}

.inquiry_page dd div {
  line-height: 2.5;
}

.inquiry_page input[type="button"] {
  padding: 8px 16px;
  font-size: 14px;
  color: #fff;
  background-color: #118064;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: 10px;
}

.inquiry_page input[type="button"]:hover {
  background-color: #0e6650;
}

.inquiry_page .submit input[type="image"] {
  max-width: 300px;
  height: auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.inquiry_page .submit input[type="image"]:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.inquiry_page input.error,
.inquiry_page select.error,
.inquiry_page textarea.error {
  border-color: #dc3545;
  background-color: #fff5f5;
}

.inquiry_page input.error:focus,
.inquiry_page select.error:focus,
.inquiry_page textarea.error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.inquiry_page .hissu,
.inquiry_page .nini {
  display: inline-block;
  padding: 2px 8px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 3px;
  vertical-align: middle;
}

.inquiry_page .hissu {
  color: #fff;
  background-color: #dc3545;
}

.inquiry_page .nini {
  color: #fff;
  background-color: #6c757d;
}

.inquiry_page .info {
  font-size: 13px;
  color: #333;
  margin-top: 10px !important;
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
}

.inquiry_page .add {
  font-size: 13px;
  color: #6c757d;
  margin-left: 5px;
  padding: 0;
  line-height: 1.8;
}

.inquiry_page .red {
  color: #dc3545;
  font-size: 14px;
  margin: 10px 0;
}

.inquiry_page dl:after {
  content: "";
  display: none;
  clear: both;
}

.inquiry_page dl dd ul.pt02 li label {
  margin-bottom: 0;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

.inquiry_page {
  max-width: 100%;
  overflow-x: hidden;
}

.inquiry_page .content {
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.inquiry_page *,
.inquiry_page *::before,
.inquiry_page *::after {
  box-sizing: border-box;
}

.inquiry_page input[name="postCd"] {
  width: 100%;
  max-width: 120px;
}

.inquiry_page input[name="phone_1"],
.inquiry_page input[name="phone_2"],
.inquiry_page input[name="phone_3"],
.inquiry_page input[name="contactPhoneNum1"],
.inquiry_page input[name="contactPhoneNum2"],
.inquiry_page input[name="contactPhoneNum3"],
.inquiry_page input[name="mobilePhoneNum1"],
.inquiry_page input[name="mobilePhoneNum2"],
.inquiry_page input[name="mobilePhoneNum3"] {
  width: 30%;
  max-width: 80px;
  min-width: 50px;
}

.inquiry_page input[name="city"],
.inquiry_page input[name="address"],
.inquiry_page input[name="building"],
.inquiry_page input[name="email"],
.inquiry_page input[name="reinputMail"] {
  width: 100%;
  max-width: 100%;
}

.inquiry_page textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

.inquiry_page input[type="image"] {
  max-width: 100%;
  height: auto;
}

.inquiry_page img {
  max-width: 100%;
  height: auto;
}

.inquiry_page table {
  width: 100%;
  max-width: 100%;
}

.inquiry_page dl dd .li_colums ul li {
  width: 100%;
}

.inquiry_page dl dd .opening-place ul {
  width: 100%;
}

.inquiry_page dl dd .li_colums ul:first-child li {
  padding-right: 10px;
}

.inquiry_page dl dd .li_colums ul:nth-child(2) li {
  padding-left: 10px;
}

.inquiry_page .content section {
  padding: 0;
}

.inquiry_page dl dd > div {
  width: auto;
}

.inquiry_page .content section #vsnTbl {
  width: 100%;
}

.inquiry_page .content section #vsnTbl p {
  float: none;
  text-align: center;
}

.inquiry_page input[name="roomKindKbn"] + label {
  display: block;
}

.inquiry_page input[name="sex"] + label::before,
.inquiry_page input[name="childExistsKbn"] + label::before {
  display: none !important;
}

.inquiry_page input[name="sex"],
.inquiry_page input[name="childExistsKbn"] {
  display: none !important;
}

.inquiry_page input[name="sex"] + label,
.inquiry_page input[name="childExistsKbn"] + label {
  display: inline-block;
  padding: 8px 30px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 5px;
  width: 100%;
  text-align: center;
}

.inquiry_page input[name="sex"]:checked + label,
.inquiry_page input[name="childExistsKbn"]:checked + label {
  background-color: #118064;
  color: white;
  border-color: #118064;
}

.inquiry_page input[name="sex"]:checked + label::after,
.inquiry_page input[name="childExistsKbn"]:checked + label::after {
  display: none !important;
}

.check .inquiry_page .content section p {
  margin: 0 !important;
  padding: 0 !important;
}

.inquiry_page .content section #hopeSession {
  background-color: #edf6f0;
  border: 1px solid #edf6f0;
  border-radius: 8px;
  padding: 20px;
  margin: 15px 0;
  position: relative;
}

.inquiry_page .content section #hopeSession p {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

.inquiry_page .content section #hopeSession .session-date {
  color: #118064;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}

.inquiry_page .content section #hopeSession .session-location {
  color: #555;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}

.inquiry_page .content section #hopeSession .session-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
  padding-top: 15px;
}

.inquiry_page .content section #hopeSession .btn-map,
.inquiry_page .content section #hopeSession .btn-access {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  color: #495057;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.inquiry_page .content section #hopeSession .btn-map:hover,
.inquiry_page .content section #hopeSession .btn-access:hover {
  background-color: #118064;
  color: #fff;
  border-color: #118064;
}

.inquiry_page .content section #hopeSession .btn-map::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

.inquiry_page .content section #hopeSession .btn-access::before {
  content: "\f124";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

.inquiry_page .content section #hopeSession .distance-info {
  display: block;
  color: #666;
  font-size: 14px;
  margin-top: 8px;
  font-weight: normal;
}

.inquiry_page .content section #hopeSession .distance-info::before {
  content: "\f554";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #118064;
  margin-right: 5px;
  font-size: 14px;
}

.inquiry_page .submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.inquiry_page .btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 80px;
  background: #e44c6a;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
}

.inquiry_page .btn-submit:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}

.inquiry_page .btn-submit:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.inquiry_page .back form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inquiry_page .btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 80px;
  background: #fff;
  border: 1px solid #acb3b9;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.inquiry_page .btn-back:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}

.info_box a {
  color: #0066cc !important;
  text-decoration: underline !important;
}

#main_content > section h2 > span {
    background: none;
    padding-left: 0;
}

.thanks .align_center {
  display: flex;
  justify-content: center;
}

.thanks .btn-back-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 80px;
  background: #fff;
  border: 1px solid #acb3b9;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.thanks .btn-back-top:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .inquiry_page .content section #hopeSession {
    padding: 15px;
    margin: 10px 0;
  }

  .inquiry_page .content section #hopeSession .session-date {
    font-size: 18px;
  }

  .inquiry_page .content section #hopeSession .session-location {
    font-size: 16px;
  }

  .inquiry_page .content section #hopeSession .session-actions {
    flex-direction: column;
    gap: 10px;
  }

  .inquiry_page .content section #hopeSession .btn-map,
  .inquiry_page .content section #hopeSession .btn-access {
    width: 100%;
    justify-content: center;
  }

  .inquiry_page .content section #hopeSession .distance-info {
    font-size: 14px;
    margin-top: 5px;
  }

  body.no_nav #main {
    padding: 60px 0 20px;
    margin: 0;
  }

  #main_content.inquiry_page {
    margin: 0;
  }

  #main_content.inquiry_page > section {
    border: none;
  }

  .inquiry_page dl {
    border-left: none;
  }

  .inquiry_page dl dt {
    width: 100%;
    float: none;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: none;
    padding: 12px 15px;
  }

  .inquiry_page dl dd {
    width: 100%;
    float: none;
  }

  .inquiry_page dl dd > div {
    width: 100%;
    margin-left: 0;
    padding: 10px 15px 20px;
  }

  .inquiry_page h3 {
    font-size: 16px;
    margin: 30px 0 15px;
    padding: 0 0 8px;
    border-bottom: 2px solid #118064;
  }

  .inquiry_page input[type="text"],
  .inquiry_page input[type="email"],
  .inquiry_page textarea,
  .inquiry_page select {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }

  .inquiry_page input[type="tel"] {
    font-size: 16px;
  }

  .inquiry_page ul.pt02 {
    flex-direction: column;
  }

  .inquiry_page dl dd ul.pt02 li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .inquiry_page input[name="phone_1"],
  .inquiry_page input[name="phone_2"],
  .inquiry_page input[name="phone_3"] {
    width: 30%;
    margin: 0 2px;
  }

  .inquiry_page select[name="birthdayYear"] {
    width: 40%;
  }

  .inquiry_page select[name="birthdayMonth"],
  .inquiry_page select[name="birthdayDay"] {
    width: 25%;
  }

  .inquiry_page .li_colums {
    display: block;
  }

  .inquiry_page .li_colums ul {
    width: 100%;
    float: none;
    padding: 0;
  }

  .inquiry_page input[type="button"] {
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    font-size: 16px;
  }

  .inquiry_page .submit {
    text-align: center;
    padding: 20px 0;
  }

  .inquiry_page .submit input[type="image"] {
    max-width: 260px;
    width: 100%;
  }

  .inquiry_page p {
    font-size: 14px;
    line-height: 1.8;
  }

  .inquiry_page .add,
  .inquiry_page .info {
    font-size: 12px;
    margin-top: 5px;
  }

  .inquiry_page .info_box {
    padding: 15px !important;
    font-size: 13px;
  }

  #main_content.inquiry_page {
    margin: 0;
  }

  .inquiry_page dl dt {
    padding: 10px 12px;
    font-size: 14px;
  }

  .inquiry_page dl dd > div {
    padding: 8px 12px 15px;
  }

  .inquiry_page h3 {
    font-size: 15px;
    margin: 25px 0 12px;
  }

  .inquiry_page input[name="postCd"] {
    width: 45%;
  }

  .inquiry_page .offset {
    display: block;
    margin-bottom: 5px;
  }

  .inquiry_page .red {
    font-size: 12px;
    line-height: 1.6;
  }

  #hopeSession {
    padding: 15px;
    margin: 10px 0;
  }

  #hopeSession .session-date {
    font-size: 16px;
  }

  #hopeSession .session-location {
    font-size: 13px;
  }

  #hopeSession .distance-info {
    font-size: 12px;
  }

  #hopeSession .session-actions {
    flex-direction: column;
    gap: 8px;
  }

  #hopeSession .btn-map,
  #hopeSession .btn-access {
    width: 100%;
    justify-content: center;
    padding: 10px;
  }

  body {
    overflow-x: hidden;
  }

  #container {
    overflow-x: hidden;
  }

  .inquiry_page table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .inquiry_page {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .inquiry_page input[type="text"],
  .inquiry_page input[type="tel"],
  .inquiry_page input[type="email"],
  .inquiry_page input[type="number"],
  .inquiry_page input[type="date"],
  .inquiry_page input[type="password"],
  .inquiry_page select,
  .inquiry_page textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
  }

  #main {
    width: 100%;
    overflow-x: hidden;
  }

  #main_content.inquiry_page {
    width: 100%;
    padding: 0;
  }

  .inquiry_page .content {
    padding: 0 10px;
  }

  .inquiry_page h1,
  .inquiry_page h2,
  .inquiry_page h3 {
    font-size: 1.2rem;
    word-break: break-word;
  }

  .inquiry_page dl {
    margin: 0;
    padding: 0;
  }

  .inquiry_page input[name="phone_1"],
  .inquiry_page input[name="phone_2"],
  .inquiry_page input[name="phone_3"],
  .inquiry_page input[name="contactPhoneNum1"],
  .inquiry_page input[name="contactPhoneNum2"],
  .inquiry_page input[name="contactPhoneNum3"],
  .inquiry_page input[name="mobilePhoneNum1"],
  .inquiry_page input[name="mobilePhoneNum2"],
  .inquiry_page input[name="mobilePhoneNum3"] {
    width: 28%;
    margin: 0 2px;
  }

  .inquiry_page .add,
  .inquiry_page .info,
  .inquiry_page .red,
  .inquiry_page span {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .inquiry_page .info_box {
    padding: 10px;
    margin: 10px 0;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .inquiry_page input[type="button"] {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    display: block;
  }

  .inquiry_page select[name="birthdayYear"] {
    width: 30%;
    max-width: 140px;
    font-size: 13px;
  }

  .inquiry_page select[name="birthdayMonth"],
  .inquiry_page select[name="birthdayDay"] {
    width: 25%;
    max-width: 100px;
    font-size: 13px;
  }

  .inquiry_page ul.pt02 {
    display: block;
  }

  .inquiry_page ul.pt02 li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .inquiry_page .li_colums {
    display: block;
  }

  .inquiry_page .li_colums ul {
    display: block;
  }

  .inquiry_page .li_colums li {
    display: block;
    width: 100%;
  }

  .inquiry_page .top-bnr img {
    width: 100%;
    max-width: 100%;
  }

  .inquiry_page .content {
    padding: 0;
  }

  .inquiry_page {
    font-size: 14px;
  }

  .inquiry_page h1,
  .inquiry_page h2,
  .inquiry_page h3 {
    font-size: 16px;
  }

  .inquiry_page input[type="text"],
  .inquiry_page input[type="tel"],
  .inquiry_page input[type="email"],
  .inquiry_page select,
  .inquiry_page textarea {
    padding: 12px 10px;
  }

  .inquiry_page input[name="phone_1"],
  .inquiry_page input[name="phone_2"],
  .inquiry_page input[name="phone_3"],
  .inquiry_page input[name="contactPhoneNum1"],
  .inquiry_page input[name="contactPhoneNum2"],
  .inquiry_page input[name="contactPhoneNum3"],
  .inquiry_page input[name="mobilePhoneNum1"],
  .inquiry_page input[name="mobilePhoneNum2"],
  .inquiry_page input[name="mobilePhoneNum3"] {
    width: 30%;
    min-width: 40px;
    max-width: 92px;
  }

  .inquiry_page li:last-child input[type="checkbox"] + label,
  .inquiry_page li:last-child input[type="radio"] + label {
    margin-bottom: 0;
  }

  .inquiry_page .li_colums li:last-child input[type="checkbox"] + label,
  .inquiry_page .li_colums li:last-child input[type="radio"] + label {
    margin-bottom: 8px;
  }

  .inquiry_page dl dd .li_colums ul:first-child li {
    padding-right: 0;
    padding-bottom: 0;
  }

  .inquiry_page select {
    font-size: 12px;
  }

  .inquiry_page dl dd ul.pt02 li label {
    margin-bottom: 8px;
  }

  .inquiry_page dl dd .opening-place ul:first-child li {
    padding-right: 0 !important;
  }

  .inquiry_page .opening-place li:last-child input[type="checkbox"] + label,
  .inquiry_page .opening-place li:last-child input[type="radio"] + label {
    margin-bottom: 0 !important;
  }

  .inquiry_page dl dd .li_colums ul:nth-child(2) li {
    padding-left: 0px;
  }

  .inquiry_page .room-kind-kbn input[name="roomKindKbn"] + label {
    display: block;
  }

  .check #main_content > section > header h1,
  .thanks #main_content > section > header h1 {
    font-size: 20px !important;
  }

  .inquiry_page input[type="text"],
  .inquiry_page input[type="tel"],
  .inquiry_page input[type="email"],
  .inquiry_page input[type="number"],
  .inquiry_page input[type="url"],
  .inquiry_page input[type="date"],
  .inquiry_page input[type="password"],
  .inquiry_page select,
  .inquiry_page textarea {
    font-size: 16px;
  }

  .inquiry_page input[type="checkbox"] + label,
  .inquiry_page input[type="radio"] + label {
    font-size: 14px;
    padding-left: 35px;
  }

  .inquiry_page .content section .submit {
    padding: 0;
  }

  .inquiry_page .btn-submit {
    height: 60px;
    font-size: 18px;
  }

  .inquiry_page .btn-back {
    height: 60px;
    font-size: 16px;
    margin-top: 20px;
  }

  .thanks .btn-back-top {
    height: 60px;
    font-size: 16px;
    margin-top: 20px;
  }

  .inquiry_page input[name="sex"] + label,
  .inquiry_page input[name="childExistsKbn"] + label {
    padding: 8px 0;
    margin: 0 5px;
    width: 144px;
  }
}
