@charset "UTF-8";
.page_title_wrap {
  display: none;
}

.mce-content-body h2, .mce-content-body h3 {
  font-family: "Noto Serif JP", serif;
}

.mce-content-body h2 {
  font-weight: 700;
}

.mce-content-body h2.top_ttl {
  text-align: center;
  line-height: 1.4;
  margin-bottom: clamp(15px, 2.86vw, 30px);
}

.mce-content-body h2.top_ttl .ttl {
  position: relative;
  font-size: clamp(24px, 5vw, 54px);
  padding-top: clamp(35px, 6.119vw, 60px);
  display: block;
  letter-spacing: clamp(2px, 0.39vw, 5px);
}

.mce-content-body h2.top_ttl .ttl:before {
  content: "";
  width: clamp(73px, 14.192vw, 144px);
  height: clamp(29px, 5.598vw, 57px);
  background: url(../img/common/h2_ic.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mce-content-body h2.top_ttl small {
  font-size: clamp(26px, 4.58vw, 44px);
}

.mce-content-body h2.type_en {
  position: relative;
}

.mce-content-body h2.type_en .ttl {
  position: absolute;
  bottom: clamp(5px, 2vw, 20px);
  left: 0;
  right: 0;
  margin: auto;
}

.mce-content-body h2.type_en .en {
  color: rgba(184, 205, 234, 0.4);
  font-size: clamp(65px, 16.14vw, 189px);
  line-height: 1;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  letter-spacing: clamp(10px, 2.6vw, 30px);
}

.section {
  padding-top: 76px;
  padding-bottom: 76px;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}
.section h3:first-child {
  margin-bottom: 24px;
}

.section hr {
  margin-bottom: 100px;
  margin-top: 100px;
  max-width: 1200px;
}

.section_bg {
  background: #f2f8fd;
}

.section_bg .box_bg {
  background: #fff;
}

.section_bg .box_bg .box_bg {
  background: #f2f8fd;
}

.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #f2f8fd;
}

.box_bg .box_bg {
  background: #fff;
}

.box_bg .box_bg .box_bg {
  background: #f2f8fd;
}

.box_border {
  background: #fff;
  border: 5px solid #f2f8fd;
}

.box_border .box_bg {
  background: #f2f8fd;
}

.section_bg .box_border .box_bg {
  background: #f2f8fd;
}

.box_bg,
.box_border {
  margin-top: 0;
  margin-bottom: 50px;
  border-radius: 0px;
  padding: 50px 34px;
}

.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border {
    padding: 24px 16px;
    margin-bottom: 40px;
  }
}
.section .box_bg:first-child, .section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}

.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border, .row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border, .row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border, .row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border, .row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}

.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border, .row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border, .row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border, .row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border, .row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}

@media only screen and (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border, .row .col_3 .box_bg,
  .row .col_3 .box_border, .row .col_4 .box_bg,
  .row .col_4 .box_border, .row .col_5 .box_bg,
  .row .col_5 .box_border, .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border, .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border, .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border, .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border, .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}
.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child, .section_bg .box_bg:first-child, .section .box_border:first-child, .section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  div.clearfix {
    margin-bottom: 40px;
  }
}
.mce-content-body .link_anchor {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}
.link_anchor {
  border: 3px solid #f2f8fd;
  border-radius: 10px;
  padding: min(30px, 3.8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(20px, 2.4vw);
}

.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #00479d;
  color: #00479d !important;
  padding: 1.1em 1.25em;
  padding-right: 1.75em;
  width: 100%;
}

.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.link_anchor a:before {
  display: none;
}

.link_anchor a::after {
  top: auto;
  bottom: auto;
}

.link_anchor a:hover {
  background: #00479d;
  color: #fff !important;
}

.link_anchor a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #00479d;
  border-right: 1px solid #00479d;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_anchor a:hover::after {
  border-color: #fff;
}

@media only screen and (min-width: 768px) {
  .link_anchor li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc((100% - min(20px, 2.4vw)) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc((100% - min(20px, 2.4vw) - min(20px, 2.4vw)) / 3);
  }
}
.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}

.ul_circle:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}

.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.ul_circle li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}

.ul_circle li::before, .ul_circle li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}

.ul_circle + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #00479d;
  height: 8px;
  left: 0;
  top: 9px;
  width: 8px;
}

.ul_check li {
  padding-left: 2em;
}

.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}

.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #00479d;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #00479d;
  top: 10px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 28px;
  position: relative;
}

.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #00479d;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
.box_faq {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: clamp(20px, 2.6vw, 38px);
  margin-bottom: clamp(20px, 2.6vw, 38px);
}

.box_faq:last-child {
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 26px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

.box_faq .question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #7299d1;
}

.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-top: 0;
  padding-right: 20px;
  font-size: clamp(16px, 2vw, 20px);
  position: relative;
}

.box_faq .question .faq_title::before, .box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #7299d1;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}

.box_faq .question .faq_title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box_faq .question.open .faq_title::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 37px;
}

.box_faq .answer p {
  margin-top: 0;
}

.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #f8b2c7;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}

.flow-box:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}
.flow-block {
  border: 5px solid #f2f8fd;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px 34px;
  position: relative;
}

.flow-block:first-child {
  margin-top: 0;
}

.flow-block:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #afcbea;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}

.section_bg .flow-block {
  background: #fff;
}

.section_bg .flow-block::after {
  border-top-color: #00479d;
}

.flow-block .title {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow-block .title:after, .flow-block .title:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .flow-block .title {
    padding: 0;
    font-size: 18px;
  }
}
.flow-block .title .num {
  display: block;
  border: #00479d;
  background: #00479d;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 1px;
}

.flow-block .title .number_text {
  padding-top: 3px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table.table_address {
  background: none;
  margin-bottom: 1em;
}

table.table_address:last-child {
  margin-bottom: 0;
}

table.table_address tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}

table.table_address tbody tr th:first-child {
  border-top: 1px solid #00479d;
  color: #00479d;
  width: 25%;
  border-bottom: none;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  table.table_address tbody tr th:first-child {
    width: 35%;
  }
}
table.table_address tbody tr:last-child th:first-child {
  border-bottom: 1px solid #00479d;
}

table.table_address tbody tr th, table.table_address tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
}

table.table_address tbody tr th:first-child, table.table_address tbody tr td:first-child {
  color: #00479d;
  border-bottom: 1px solid #00479d;
  border-top: 1px solid #00479d;
}

table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
}

table.table_timetable:last-child {
  margin-bottom: 0;
}

table.table_timetable th, table.table_timetable td {
  background: #fff;
  padding: 10px 0.2rem;
  text-align: center;
}

table.table_timetable thead th {
  background: #c7e8fa;
  color: #1a1a1a;
  font-weight: 400;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody th, table.table_timetable tbody td {
  border-bottom: solid 1px #666666;
  padding: 13px 0.2rem;
}

table.table_timetable tbody th {
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table_fee {
  table-layout: fixed;
  margin-bottom: 1em;
}

table.table_fee:last-child {
  margin-bottom: 0;
}

table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}

table.table_fee thead th, table.table_fee thead td {
  background: #00479d;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

table.table_fee tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: 400;
}

table.table_fee tbody td {
  text-align: left;
  padding-right: 1em;
}

table.table_fee tbody td:last-child {
  text-align: left;
}

table.table_fee2 {
  margin-bottom: 1em;
}

table.table_fee2:last-child {
  margin-bottom: 0;
}

table.table_fee2 th, table.table_fee2 td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}

table.table_fee2 tbody th {
  background: #f7f9fc;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  table.table_fee2 tbody th {
    width: 35%;
  }
}
table.table_fee2 tbody td {
  text-align: left;
  padding-right: 1em;
}

table.table_fee2 tbody td:last-child {
  text-align: left;
}

table.table_fee_bg tbody tr th {
  background: #f7f9fc;
}

table.table_fee_right tbody tr td:last-child {
  text-align: right;
}

table.table_fee2_right tbody tr td:last-child {
  text-align: right;
}

.consul {
  color: #00479d !important;
}

.consul2 {
  color: #c7e8fa !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}

.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table,
  .js-scrollable_pc table {
    width: auto;
    min-width: 768px;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.home .footer {
  border-top: none;
}

footer {
  padding: clamp(40px, 18.008px + 5.312vw, 120px) 0 0;
}

footer .footer_logo {
  text-align: center;
  margin-bottom: clamp(20px, 9.004px + 2.656vw, 60px);
}

footer .primary_block {
  margin-bottom: clamp(20px, 3.9vw, 45px) !important;
}

@media (min-width: 768px) {
  footer .primary_block {
    gap: 0 clamp(20px, 3.9vw, 47px);
  }
  footer .primary_block .col {
    width: 47%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  footer .primary_block {
    gap: 0 2%;
  }
  footer .primary_block .col {
    width: 49%;
  }
}
footer .footer_info {
  width: 100%;
}

footer .footer_info th,
footer .footer_info td {
  border-bottom: solid 1px #666666;
  vertical-align: top;
  line-height: 1.5;
  padding: 15px 0;
}

footer .footer_info th {
  width: clamp(85px, 80.876px + 0.996vw, 100px);
  text-align: left;
  font-weight: normal;
}

footer .access_list {
  line-height: 1.875;
}

footer .access_list a {
  font-weight: bold;
}

footer .access_list a:hover {
  text-decoration: none;
}

footer .ftr_nav {
  text-align: center;
  margin-bottom: clamp(15px, 10.876px + 0.996vw, 30px);
}

footer .ftr_nav a {
  padding-right: 16px;
  position: relative;
  text-decoration: none;
}

footer .ftr_nav a:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: solid 1px #454545;
  border-right: solid 1px #454545;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .ftr_nav a:hover {
  text-decoration: underline;
}

footer .ftr_nav {
  padding-top: clamp(40px, 7.8vw, 100px);
}

footer .official_bnr {
  margin-bottom: 30px;
}

footer .official_bnr a {
  color: #000033;
  font-size: 18px;
  border: solid 1px #6e6e6e;
  width: 240px;
  height: 74px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .official_bnr a:after {
  content: "";
  width: 11px;
  height: 11px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #6e6e6e;
  position: absolute;
  bottom: 6px;
  right: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .official_bnr a:hover {
  background: #6e6e6e;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .official_bnr a:hover:after {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .table_timetable {
  margin-bottom: 15px;
}

footer .table_txt strong {
  color: #00479d;
}

footer .information_bnr_list {
  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;
  gap: 15px 0;
  margin-bottom: clamp(20px, 3.9vw, 47px);
}

footer .information_bnr_list li {
  width: 48.584%;
}

@media (max-width: 767px) {
  footer .information_bnr_list li {
    width: 100%;
  }
}
.copyright {
  background: #7299d1;
  color: #fff;
  margin-top: 40px;
  padding: 10px 0 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 30%;
  }
}
.list_list dd a {
  color: #1a1a1a;
  text-decoration: none;
}

.list_list dd a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}
.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 120s linear infinite;
  animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2400px;
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
  }
}
@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1200px);
    transform: translateX(-1200px);
  }
}
@media only screen and (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
    animation: loopslider 140s linear infinite;
    width: 3840px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1920px);
      transform: translateX(-1920px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1920px);
      transform: translateX(-1920px);
    }
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 20px;
  height: 20px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 20px;
}

.img_slider .img_slide_main .slick-prev {
  left: 5px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 5px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 30px;
    height: 30px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }
  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.sec_top {
  margin: 0;
}

.sec_top h2, .sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #1a1a1a;
}

.sec_top h2:before, .sec_top h2:after, .sec_top h3:before, .sec_top h3:after {
  display: none;
}

.sec00 {
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .sec00 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1239px) {
  .sec00 {
    padding: 100px 0;
  }
}
.preparation_text {
  position: relative;
}

.preparation_text:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}

.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .pcbr02 {
    display: block !important;
  }
  .sp02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .spbr02 {
    display: block !important;
  }
  .pc02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .pc03 {
    display: none !important;
  }
}
@media (min-width: 1225px) {
  .sp03 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 25px;
  }
}
figure {
  text-align: center;
}

@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
.breadcrumb {
  display: none;
}

.common_contact {
  padding: clamp(30px, 5.2vw, 64px) 0;
  background: url(../img/common/common_contact_bg.jpg) no-repeat center/cover;
}

.common_contact h2.info_ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 4.29vw, 44px);
  padding: 0 clamp(30px, 5.9vw, 60px);
  margin: 0 auto clamp(20px, 4.55vw, 50px);
  letter-spacing: clamp(2px, 0.39vw, 5px);
  position: relative;
  display: table;
  line-height: 1.4;
}

.common_contact h2.info_ttl:before, .common_contact h2.info_ttl:after {
  content: "";
  width: clamp(15px, 1.9vw, 28px);
  height: clamp(30px, 3.9vw, 57px);
  position: absolute;
  bottom: 0;
  background: url(../img/common/common_ttl_line.png) no-repeat center/cover;
}

.common_contact h2.info_ttl:before {
  left: 0;
}

.common_contact h2.info_ttl:after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  right: 0;
}

.common_contact .information_bnr_list {
  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;
  gap: 15px 0;
}

.common_contact .information_bnr_list li {
  width: 48.584%;
  text-align: center;
}

@media (max-width: 767px) {
  .common_contact .information_bnr_list li {
    width: 100%;
  }
}
.invisalign_trouble {
  background: -webkit-gradient(linear, left top, left bottom, from(#e6effc), to(#e6effc));
  background: linear-gradient(#e6effc 0%, #e6effc 100%);
  padding: clamp(20px, 4.55vw, 50px) 0 0;
}

.invisalign_trouble .container {
  width: 1691px;
}

.invisalign_trouble .main_img {
  margin-bottom: clamp(20px, 4.55vw, 50px);
}

.invisalign_trouble h2.type_en .ttl {
  padding: 0;
}

.invisalign_trouble h2.type_en .ttl:before {
  display: none;
}

.invisalign_trouble .point_txt {
  text-align: center;
  font-size: clamp(22px, 4.29vw, 44px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: clamp(2px, 0.39vw, 5px);
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .invisalign_trouble .point_txt {
    margin-bottom: -50px !important;
  }
}
.invisalign_trouble .point_txt .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffc4d6));
  background: linear-gradient(transparent 70%, #ffc4d6 0%);
}

.invisalign_trouble .point_txt strong {
  font-family: "Noto Serif JP", serif;
}

.invisalign_trouble .point_txt .large {
  font-size: clamp(26px, 5.2vw, 64px);
  color: #5885c6;
}

.custom_type {
  background: url(../img/common/common_contact_bg02.jpg) no-repeat center/cover;
  padding-top: clamp(70px, 22.13vw, 270px);
  position: relative;
}

.custom_type:before {
  content: "";
  width: 100%;
  height: clamp(60px, 16.92vw, 200px);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #e6effc;
}

.top_mouthpiece {
  padding: clamp(40px, 7.8vw, 120px) 0;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .top_mouthpiece {
    padding-bottom: 15px;
  }
}
.top_mouthpiece:before {
  content: "";
  width: 489px;
  height: 499px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/top_mouthpiece_ic01.png) no-repeat center/cover;
  z-index: -1;
}

@media (max-width: 1224px) {
  .top_mouthpiece:before {
    width: 250px;
    height: 255px;
  }
}
.top_mouthpiece .container {
  width: 1450px;
}

.top_mouthpiece h2 {
  margin-bottom: clamp(15px, 2.86vw, 30px);
}

.top_mouthpiece h2 .en {
  color: #dce8f8;
  display: block;
  line-height: 1;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: clamp(22px, 6vw, 96px);
  letter-spacing: clamp(5px, 0.65vw, 9px);
  text-shadow: 1px 1px 0 #959799, -1px -1px 0 #959799, -1px 1px 0 #959799, 1px -1px 0 #959799, 0px 1px 0 #959799, -1px 0 #959799, -1px 0 0 #959799, 1px 0 0 #959799;
}

.top_mouthpiece h2 .en .color {
  color: #ffeaf0;
}

.top_mouthpiece h2 .ttl {
  font-size: clamp(22px, 3.6vw, 38px);
  font-weight: 500;
  letter-spacing: normal;
}

.top_mouthpiece .txt_wrap {
  line-height: 2.25;
}

.top_mouthpiece .col_img figure {
  position: relative;
  z-index: 0;
}

.top_mouthpiece .col_img figure:after {
  content: "";
  width: 515px;
  height: 497px;
  background: url(../img/top/top_mouthpiece_ic02.png) no-repeat center/cover;
  position: absolute;
  bottom: 20%;
  left: 35%;
  z-index: -1;
}

@media (max-width: 1224px) {
  .top_mouthpiece .col_img figure:after {
    width: 250px;
    height: 241px;
    left: 50%;
  }
}
@media (min-width: 1225px) {
  .top_mouthpiece .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 0 2%;
  }
  .top_mouthpiece .row .box {
    max-width: 625px;
    margin-left: auto;
  }
  .top_mouthpiece .col_img {
    width: 46%;
  }
  .top_mouthpiece .col_img figure {
    margin-bottom: -100px;
  }
  .top_mouthpiece .col_txt {
    width: 52%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_mouthpiece .row {
    display: block;
  }
  .top_mouthpiece h2 {
    text-align: center;
  }
  .top_mouthpiece .col_img img {
    max-width: 70%;
  }
}
.top_mouthpiece.typeA {
  padding-top: 0;
  padding-bottom: clamp(15px, 11vw, 210px);
  background: url(../img/top/top_mouthpiece02_bg.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .top_mouthpiece.typeA {
    padding-bottom: 20px;
  }
}
.top_mouthpiece.typeA:before {
  display: none;
}
.top_mouthpiece.typeA h3 {
  font-size: clamp(22px, 3.6vw, 38px);
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3421052632;
  margin: 0 auto clamp(15px, 2.86vw, 30px);
}
.top_mouthpiece.typeA h2 {
  margin: 0 auto clamp(15px, 2.86vw, 20px);
}
.top_mouthpiece.typeA h2 .kids {
  margin-left: clamp(10px, 2.6vw, 30px);
  color: #fffccb;
  position: relative;
}
.top_mouthpiece.typeA h2 .kids:before {
  content: "";
  width: 69px;
  height: 61px;
  position: absolute;
  bottom: calc(100% - 30px);
  right: -35px;
  background: url(../img/top/kids_ic.png) no-repeat center/cover;
}
@media (max-width: 1224px) {
  .top_mouthpiece.typeA h2 .kids:before {
    width: 40px;
    height: 35px;
    bottom: 100%;
  }
}
.top_mouthpiece.typeA h2 .kids .sps {
  margin-left: clamp(5px, 1.3vw, 15px);
}
.top_mouthpiece.typeA .col_img figure:after {
  display: none;
}
@media (min-width: 768px) {
  .top_mouthpiece.typeA h2 {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .top_mouthpiece.typeA figure.sp {
    margin-bottom: 25px;
  }
  .top_mouthpiece.typeA h2 {
    margin-bottom: 10px;
  }
  .top_mouthpiece.typeA h3 {
    margin-bottom: 30px;
  }
}

.top_point {
  padding: clamp(40px, 7.8vw, 120px) 0;
  background: url(../img/top/top_point_bg.jpg) no-repeat center top/cover;
}

.top_point h2 {
  margin-bottom: clamp(25px, 4vw, 70px) !important;
}

.top_point h2.top_ttl .en {
  color: rgba(255, 255, 255, 0.4);
}

.top_point h2.top_ttl .ttl:before {
  top: clamp(10px, 1.3vw, 20px);
}

.top_point h2.top_ttl .ttl .num {
  color: #7299d1;
  font-size: clamp(40px, 7.8vw, 104px);
  line-height: 1;
  -webkit-transform: translateY(clamp(5px, 0.6vw, 15px));
  transform: translateY(clamp(5px, 0.6vw, 15px));
  display: inline-block;
}

.top_point .point_wrap {
  display: table;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1224px) {
  .top_point .point_wrap {
    top: -25px;
  }
}
.top_point .point {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.top_point .point:before {
  content: "";
  width: 1px;
  height: clamp(20px, 2.6vw, 39px);
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  margin: auto;
  -webkit-transform: skew(135deg);
  transform: skew(135deg);
}

@media (max-width: 1224px) {
  .top_point .point:before {
    left: 15px;
  }
}
.top_point .point span {
  padding: 0 9px;
}

.top_point .point .en {
  font-size: clamp(16px, 1.8vw, 18px);
}

.top_point .point .num {
  font-size: clamp(35px, 6vw, 45px);
  padding-top: 5px;
}

.top_point h3.title {
  color: #7299d1;
  text-align: center;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 500;
  line-height: 1.1923076923;
  margin-bottom: 10px;
}

.top_point .primary_block .col {
  background: #fff;
  border: solid 1px #898989;
  padding: 30px 34px 30px;
  position: relative;
}

.top_point .primary_block .col:before {
  content: "";
  width: 33.333%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}

.top_point .primary_block .col figure {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .top_point .primary_block .col:not(:last-child) {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .top_point .primary_block {
    gap: clamp(40px, 5.2vw, 64px) 2%;
  }
  .top_point .primary_block .col {
    width: 32%;
  }
  .top_point .primary_block .col h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_point .primary_block .col {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .top_point .primary_block figure img {
    max-width: 30%;
  }
}
.top_point .secondary_block h3 {
  line-height: 1.4;
  font-size: clamp(27px, 4.6vw, 45px);
  margin-bottom: clamp(15px, 2.86vw, 30px);
  letter-spacing: clamp(2px, 0.4vw, 5px);
}

.top_point .secondary_block h3 .xlarge {
  font-size: clamp(43px, 7.5vw, 72px);
}

.top_point .secondary_block h3 .large {
  font-size: clamp(32px, 5.6vw, 54px);
}

.top_point .secondary_block h3 small {
  font-size: clamp(23px, 3.9vw, 38px);
}

.top_point .secondary_block .txt_wrap {
  line-height: 2.25;
}

@media (min-width: 768px) {
  .top_point .secondary_block {
    gap: 0 6.5%;
  }
  .top_point .secondary_block .txt_col {
    width: 57.5%;
  }
  .top_point .secondary_block .img_col {
    width: 36%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_point .secondary_block {
    display: block !important;
  }
  .top_point .secondary_block .col {
    width: 100%;
  }
}
@media (max-width: 1224px) {
  .top_point .secondary_block img {
    max-width: 70%;
  }
}
.top_point .tertiary_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 6%;
  margin-bottom: clamp(20px, 3.9vw, 80px);
}

.top_point .tertiary_list li {
  width: 47%;
}

@media (min-width: 1225px) {
  .top_point .tertiary_list {
    gap: 30px 6.5%;
  }
  .top_point .tertiary_list li {
    width: 29%;
  }
}
.top_point .quaternary_block h3 {
  font-size: clamp(27px, 4.6vw, 45px);
  font-weight: 500;
  line-height: 1.6222222222;
  margin-bottom: clamp(10px, 2.86vw, 30px);
}

.top_point .quaternary_block .txt_wrap {
  line-height: 2.25;
  margin-bottom: 35px;
}

.top_point .quaternary_block .check_list .check_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 55px;
  margin-bottom: 5px;
}

.top_point .quaternary_block .check_list .check_ttl:before, .top_point .quaternary_block .check_list .check_ttl:after {
  content: "";
  position: absolute;
}

.top_point .quaternary_block .check_list .check_ttl:before {
  width: 55px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #7299d1;
}

.top_point .quaternary_block .check_list .check_ttl:after {
  background: url(../img/top/check_ic.png) no-repeat center/cover;
  width: 27px;
  height: 21px;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

.top_point .quaternary_block .check_list .check_ttl .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(18px, 2.6vw, 22px);
  background: #fff;
  width: 100%;
  display: block;
  padding: 12px 18px;
  line-height: 1.4;
  letter-spacing: clamp(2px, 0.4vw, 5px);
}

.top_point .quaternary_block .check_list .contents {
  padding-left: 68px;
}

.top_point .quaternary_block .check_list .contents:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .top_point .quaternary_block {
    gap: 0 3.5%;
  }
  .top_point .quaternary_block .img_col {
    width: 41%;
  }
  .top_point .quaternary_block .txt_col {
    width: 55.5%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_point .quaternary_block {
    display: block;
  }
  .top_point .quaternary_block .col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top_point .quaternary_block .img_col {
    margin-bottom: 0;
  }
}
.top_comparison {
  padding: clamp(40px, 7.8vw, 120px) 0;
  background: url(../img/top/top_comparison_bg.jpg) no-repeat center/cover;
}

.top_comparison .comparison_table {
  width: 100%;
  border: solid 1px #606060;
  table-layout: fixed;
}

.top_comparison .comparison_table th,
.top_comparison .comparison_table td {
  border: solid 1px #606060;
  font-size: clamp(10px, 2.345vw, 22px);
  padding: clamp(10px, 1.3vw, 24px) clamp(5px, 1.3vw, 10px);
}

.top_comparison .comparison_table th {
  background: #dae7f9;
  font-weight: 400;
}

.top_comparison .comparison_table td {
  text-align: center;
  background: #fff;
}

.top_comparison .comparison_table .ttl {
  padding: 10px clamp(10px, 1.3vw, 20px);
  background: #d3e2f7;
  font-size: clamp(15px, 2.6vw, 26px);
  position: relative;
  line-height: 1.4;
}

.top_comparison .comparison_table .ttl:after {
  content: "";
  width: 32px;
  height: 15px;
  background-color: #dae7f9;
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.top_comparison .comparison_table .ttl .sub {
  display: block;
  border-top: solid 1px #1b1714;
  font-size: clamp(10px, 2.3vw, 20px);
  padding-top: 10px;
  margin-top: 10px;
}

.top_comparison .comparison_table .ttl.type_lightBlue {
  background-color: #d6effc;
}

.top_comparison .comparison_table .ttl.type_lightBlue:after {
  background-color: #d6effc;
}

.top_fee {
  padding: clamp(40px, 7.8vw, 120px) 0;
  background: url(../img/top/top_fee_bg.jpg) no-repeat center/cover;
}

.top_fee h2.top_ttl {
  margin-bottom: clamp(15px, 3.2vw, 40px);
}

.top_fee .free {
  text-align: center;
  font-size: clamp(18px, 3vw, 31px);
  display: table;
  margin: 0 auto clamp(55px, 11vw, 85px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: clamp(6px, 1vw, 10px) clamp(15px, 3.2vw, 50px) clamp(9px, 1.5vw, 15px);
  border: dashed 2px #1b1714;
  letter-spacing: 10px;
}

.top_fee .free .large {
  font-size: clamp(24px, 4.6vw, 40px);
}

.top_fee .case_block {
  padding: clamp(10px, 2.6vw, 63px);
  border: solid 1px #1b1714;
  margin-bottom: clamp(30px, 5vw, 80px);
}

.top_fee .case_block h3 {
  position: relative;
  text-align: center;
  display: table;
  line-height: 1.4;
  margin: -80px auto 85px;
  font-size: clamp(20px, 4vw, 38px);
  font-weight: 500;
  padding: 0 75px;
  background-color: #edf5ff;
}

.top_fee .case_block h3:before, .top_fee .case_block h3:after {
  content: "";
  width: 29px;
  height: 69px;
  background: url(../img/top/case_ic.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .top_fee .case_block h3 {
    padding: 0 50px;
    margin-top: -38px;
    margin-bottom: 50px;
  }
  .top_fee .case_block h3:before, .top_fee .case_block h3:after {
    width: 19px;
    height: 45px;
  }
}
.top_fee .case_block h3:before {
  left: 25px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.top_fee .case_block h3:after {
  right: 25px;
}

.top_fee .case_block .fee_case .txt {
  margin-top: 28px;
  font-size: clamp(16px, 2vw, 18px);
}

.top_fee .case_block .fee_case .box {
  background: #fff;
  border-radius: clamp(20px, 3.9vw, 50px);
  padding: clamp(55px, 13vw, 100px) 10px clamp(20px, 3.9vw, 50px);
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  -webkit-box-shadow: 0 0 27px rgba(108, 108, 108, 0.09);
  box-shadow: 0 0 27px rgba(108, 108, 108, 0.09);
}

.top_fee .case_block .fee_case .box:not(:last-child) {
  margin-bottom: clamp(50px, 12.1vw, 93px);
}

.top_fee .case_block .fee_case .box .ttl {
  font-size: clamp(23px, 3.9vw, 38px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: clamp(111px, 14.4vw, 122px);
  max-width: 747px;
  margin: auto;
  padding: 5px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  line-height: 1.2;
}

.top_fee .case_block .fee_case .box .ttl:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/fee_title_bg.png) no-repeat center/cover;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .top_fee .case_block .fee_case .box .ttl {
    max-width: 640px;
    height: 104px;
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .top_fee .case_block .fee_case .box .ttl {
    font-size: 16px;
    height: 61px;
    max-width: none;
    width: 375px;
    top: -30px;
  }
  .top_fee .case_block .fee_case .box .ttl:before {
    top: 3px;
  }
}
.top_fee .case_block .fee_case .c-price {
  font-size: clamp(28px, 5.7vw, 44px);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}

.top_fee .case_block .fee_case .c-price .price {
  font-size: 89px;
  font-size: clamp(32px, 11vw, 89px);
  font-weight: 700;
  line-height: 1;
  padding-left: clamp(75px, 18.8vw, 145px);
  position: relative;
}

.top_fee .case_block .fee_case .c-price .price:before {
  content: "";
  background: url(../img/top/monthly_img.png) no-repeat center/cover;
  width: clamp(60px, 15.1vw, 116px);
  height: clamp(54px, 13.54vw, 104px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top_fee .case_block .fee_case .c-price .tax {
  font-size: clamp(20px, 3.64vw, 28px);
}

.top_fee .case_block .fee_case .notes {
  font-size: 22px;
}

.top_fee .secondary_block {
  margin-bottom: clamp(50px, 7.8vw, 100px);
}

.top_fee .secondary_block h3 {
  font-size: clamp(22px, 3.1vw, 30px);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: clamp(20px, 3.9vw, 40px);
}

@media (min-width: 1224px) {
  .top_fee .secondary_block h3 {
    text-align: center;
  }
}
.top_fee .secondary_block h3 .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffefa7));
  background: linear-gradient(transparent 70%, #ffefa7 0%);
}

.top_fee .secondary_block h3 .number {
  color: #7299d1;
  font-size: clamp(30px, 5.2vw, 49px);
  line-height: 1;
  font-weight: 500;
}

.top_fee .secondary_block .kinds_price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 2%;
  margin-bottom: clamp(30px, 5.2vw, 80px);
}

.top_fee .secondary_block .kinds_price_block .col {
  width: 100%;
  padding: clamp(20px, 2.6vw, 32px);
  background: #2a4592;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
}

.top_fee .secondary_block .kinds_price_block .col:before {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: solid 1px #93a0c6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.top_fee .secondary_block .kinds_price_block .col.color_type2 {
  background: #5885c6;
}

.top_fee .secondary_block .kinds_price_block .col.color_type2:before {
  border-color: #98b6e2;
}

.top_fee .secondary_block .kinds_price_block .col.color_type3 {
  background: #91b3e4;
}

.top_fee .secondary_block .kinds_price_block .col.color_type3:before {
  border-color: #bbd2f3;
}

@media (min-width: 768px) {
  .top_fee .secondary_block .kinds_price_block .col {
    width: 32%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_fee .secondary_block .kinds_price_block .col {
    width: 49%;
  }
}
.top_fee .secondary_block .list {
  font-family: "Noto Serif JP", serif;
}

.top_fee .secondary_block .list li.c-ttl {
  font-size: 28px;
  line-height: 1.1071428571;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.top_fee .secondary_block .list li.c-txt {
  font-size: 20px;
}

.top_fee .secondary_block .list li.c-price {
  font-size: 35px;
}

.top_fee .secondary_block .list li.c-price .price {
  font-size: 70px;
  line-height: 1;
}

.top_fee .secondary_block .list li.c-tax {
  font-size: 22px;
  text-align: right;
}

@media (min-width: 1225px) {
  .top_fee .secondary_block .list li.c-tax {
    margin-top: -15px;
  }
}
.top_fee .price_table {
  width: 100%;
}

.top_fee .price_table th,
.top_fee .price_table td {
  font-size: clamp(14px, 2vw, 22px);
  line-height: 1.5;
  padding: clamp(10px, 2.6vw, 30px) clamp(10px, 1.9vw, 53px);
}

@media (min-width: 768px) {
  .top_fee .price_table th,
  .top_fee .price_table td {
    border: solid 1px #606060;
  }
}
.top_fee .price_table th {
  font-weight: 400;
  text-align: left;
  background: #dae7f9;
}

.top_fee .price_table td {
  background: #ffffff;
}

@media (min-width: 768px) {
  .top_fee .price_table td {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .top_fee .price_table {
    border: solid 1px #606060;
  }
  .top_fee .price_table th,
  .top_fee .price_table td {
    display: block;
    float: none;
    padding: 5px 10px;
  }
  .top_fee .price_table th {
    font-weight: 700;
  }
  .top_fee .price_table tr {
    background: #fff;
  }
}
.top_fee .pay_box {
  background: #dae7f9;
  border-radius: clamp(20px, 3.9vw, 50px);
  padding: clamp(20px, 3.25vw, 62px) 20px clamp(30px, 3.25vw, 50px);
  position: relative;
}

.top_fee .pay_box h3 {
  display: table;
  margin: 0 auto 30px;
  border-bottom: solid 2px #1a1a1a;
  font-size: clamp(23px, 3.9vw, 38px);
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top_fee .pay_box .txt {
  text-align: center;
  font-size: clamp(16px, 2vw, 18px);
}

.top_fee .pay_box .list {
  max-width: 955px;
  width: 100%;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.top_fee .pay_box .list li {
  font-size: clamp(22px, 3vw, 28px);
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 6px 6px #a8c3e9;
  box-shadow: 6px 6px #a8c3e9;
  border-radius: clamp(10px, 1.9vw, 20px);
  height: clamp(60px, 7.8vw, 84px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .top_fee .pay_box .list {
    gap: 10px 2.3%;
  }
  .top_fee .pay_box .list li {
    width: 31.8%;
  }
}
.top_flow {
  padding: clamp(40px, 7.8vw, 120px) 0;
  background: url(../img/top/top_flow_bg.jpg) no-repeat center/cover;
}

.top_flow h2.top_ttl {
  margin-bottom: clamp(20px, 5.2vw, 90px);
}

.top_flow .flow_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 2%;
}

.top_flow .flow_block .col {
  position: relative;
  z-index: 0;
  width: 375px;
}

.top_flow .flow_block .col:before {
  content: "";
  -webkit-clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 80px);
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 80px);
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.top_flow .flow_block .col:after {
  content: "";
  border-bottom: solid 1px #2e2e2e;
  border-right: solid 1px #2e2e2e;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.top_flow .flow_block .col figure {
  position: relative;
  margin-bottom: 40px;
}

.top_flow .flow_block .col figure:before {
  content: "";
  width: 113px;
  height: 117px;
  position: absolute;
  bottom: calc(100% - 79px);
  right: calc(100% - 74px);
}

@media (max-width: 767px) {
  .top_flow .flow_block .col figure:before {
    bottom: calc(100% - 79px);
  }
}
.top_flow .flow_block .col figure.n01:before {
  background: url(../img/top/num_ic01.png) no-repeat center/cover;
}

.top_flow .flow_block .col figure.n02:before {
  background: url(../img/top/num_ic02.png) no-repeat center/cover;
}

.top_flow .flow_block .col figure.n03:before {
  background: url(../img/top/num_ic03.png) no-repeat center/cover;
}

.top_flow .flow_block .col figure.n04:before {
  background: url(../img/top/num_ic04.png) no-repeat center/cover;
}

.top_flow .flow_block .col figure.n05:before {
  background: url(../img/top/num_ic05.png) no-repeat center/cover;
}

.top_flow .flow_block .col figure.n06:before {
  background: url(../img/top/num_ic06.png) no-repeat center/cover;
}

.top_flow .flow_block .col figure figcaption {
  font-size: 24px;
  text-align: center;
  display: table;
  background: #eef5ff;
  padding: 8px 15px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
}

.top_flow .flow_block .col .box {
  position: relative;
  padding: 31px;
}

.top_flow .flow_block .col .box:before, .top_flow .flow_block .col .box:after {
  content: "";
  position: absolute;
  background-color: #2e2e2e;
}

.top_flow .flow_block .col .box:before {
  height: 1px;
  width: calc(100% - 79px);
  right: 0;
  top: 0;
}

.top_flow .flow_block .col .box:after {
  height: calc(100% - 79px);
  width: 1px;
  left: 0;
  bottom: 0;
}

.top_flow .flow_block .txt_wrap {
  line-height: 1.6875;
}

@media (min-width: 768px) {
  .top_flow .flow_block {
    gap: 50px 4%;
  }
  .top_flow .flow_block .col {
    width: 30.6666666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_flow .flow_block {
    gap: 50px 4%;
  }
  .top_flow .flow_block .col {
    width: 348px;
  }
}
.top_greeting {
  padding-bottom: clamp(40px, 7.8vw, 120px);
  position: relative;
  z-index: 0;
}

.top_greeting:before, .top_greeting:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
}

.top_greeting:before {
  width: 288px;
  width: clamp(172px, 29.9vw, 288px);
  height: clamp(202px, 35vw, 338px);
  background: url(../img/top/top_greeting_ic01.png) no-repeat center/cover;
  bottom: 30%;
}

.top_greeting:after {
  width: clamp(207px, 74vw, 518px);
  height: clamp(293px, 50.9vw, 489px);
  background: url(../img/top/top_greeting_ic02.png) no-repeat center/cover;
  top: 0;
}

@media (max-width: 767px) {
  .top_greeting:after {
    top: 10%;
  }
}
@media (max-width: 1224px) {
  .top_greeting {
    padding-top: clamp(40px, 7.8vw, 120px);
  }
}
@media (min-width: 1225px) {
  .top_greeting .container {
    width: 100%;
    max-width: 100%;
  }
}
.top_greeting h2.top_ttl {
  margin-bottom: clamp(20px, 2.6vw, 80px);
}

.top_greeting h2.top_ttl .ttl {
  padding: 0;
  display: table;
  margin: auto;
  border-bottom: solid 1px #a4a4a4;
  padding-bottom: 10px;
  letter-spacing: clamp(5px, 0.6vw, 10px);
}

.top_greeting h2.top_ttl .ttl:before {
  display: none;
}

.top_greeting .e-greeting {
  color: #b8cdea;
  font-size: clamp(38px, 10.4vw, 122px);
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.top_greeting .img_col {
  padding-right: clamp(20px, 5.2vw, 75px);
  position: relative;
}

.top_greeting .box {
  line-height: 2.25;
}

@media (min-width: 1225px) {
  .top_greeting .box {
    padding-right: 90px;
  }
}
.top_greeting .doctor_name {
  text-align: center;
  font-size: clamp(20px, 2.9vw, 26px);
  font-family: "Noto Serif JP", serif;
  letter-spacing: clamp(2px, 0.2vw, 5px);
}

.top_greeting .doctor_name .name {
  font-size: clamp(26px, 3.6vw, 32px);
}

.top_greeting .primary_block {
  margin-bottom: clamp(20px, 5vw, 80px);
}

@media (min-width: 768px) {
  .top_greeting .primary_block {
    gap: 0 3%;
  }
  .top_greeting .primary_block .img_col {
    width: 45%;
  }
  .top_greeting .primary_block .txt_col {
    width: 52%;
  }
}
@media (min-width: 768px) and (max-width: 1224px) {
  .top_greeting .primary_block {
    display: block;
  }
  .top_greeting .primary_block .col {
    width: 100%;
  }
  .top_greeting .primary_block .img_col {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1225px) {
  .top_greeting .primary_block .img_col figure {
    height: 701px;
    height: clamp(610px, 49vw, 701px);
  }
  .top_greeting .primary_block .img_col figure img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .top_greeting .primary_block .txt_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1224px) {
  .top_greeting .primary_block .img_col {
    max-width: 850px;
    width: 100%;
    margin: auto;
  }
}
.top_greeting .secondary_block {
  max-width: 1200px;
  margin: auto;
  padding: clamp(20px, 4vw, 55px);
  border: dashed 1px #6e6e6e;
}

.top_greeting .secondary_block .tti_wrap {
  overflow: hidden;
  margin-bottom: clamp(10px, 1.3vw, 20px);
}

.top_greeting .secondary_block h3 {
  font-family: "Noto Serif JP", serif;
  display: table;
  position: relative;
  font-size: 26px;
}

.top_greeting .secondary_block h3:after {
  content: "";
  width: 50vw;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 16px);
  margin: auto;
}

.top_greeting .secondary_block .ul_circle {
  margin-bottom: 12px !important;
}

.top_greeting .secondary_block .ul_circle li {
  font-size: clamp(16px, 2vw, 18px);
}

.top_greeting .secondary_block .ul_circle li:before {
  background-color: #ffc4d6;
  top: 13px;
}

@media (min-width: 768px) {
  .top_greeting .list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 115px;
  }
}
.top_faq {
  padding: clamp(40px, 7.8vw, 120px) 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#e5effc), to(#f5faff));
  background: linear-gradient(to bottom right, #e5effc 0%, #f5faff 100%);
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}

.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}

.mce-content-body .calendar-caption {
  font-size: 1.2em;
}

.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}

.mce-content-body .monthly-prev-next {
  font-size: 1em;
}

.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}

.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}

.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}

.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}

.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}

.mce-content-body th.day-left {
  line-height: 2.5em;
}

.mce-content-body td.day-right {
  font-size: 1.5em;
}

.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-mix-calendar th, .mce-content-body .day-mix-calendar td {
  font-size: 1em;
}

.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}

.mce-content-body .content-form {
  margin-bottom: 1em;
}

.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}

.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}

.mce-content-body .content-form legend {
  font-size: 1.1em;
}

.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}

.mce-content-body .content-form td {
  font-size: 0.9em;
}

.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}

.mce-content-body .content-text.small {
  width: 3em;
}

.mce-content-body .input-number {
  margin-right: 1em;
}

.mce-content-body .content-form .booking-seimei {
  width: 3em;
}

.mce-content-body .bill-details td {
  padding-right: 0.5em;
}

.mce-content-body .bill-total, .mce-content-body .bill-tax {
  padding-right: 1.5em;
}

.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}

.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}

.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}

.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}

.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}

.mce-content-body .subscription-title {
  font-size: 1.2em;
} /*# sourceMappingURL=bond.css.map */