@charset "UTF-8";
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.section_bg {
  background: #e7f0f8;
}
.section_bg .box_bg {
  background: #fff;
}
.section_bg .box_bg .box_bg {
  background: #e7f0f8;
}
.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #e7f0f8;
}
.box_bg .box_bg {
  background: #fff;
}
.box_bg .box_bg .box_bg {
  background: #e7f0f8;
}

.box_border {
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
}

.box_border .box_bg {
  background: #e7f0f8;
}

.section_bg .box_border .box_bg {
  background: #e7f0f8;
}

.box_bg,
.box_border {
  border-radius: clamp(10px, 1.9vw, 20px);
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}
.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.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 (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%;
}

.googlemap {
  padding-top: 400px;
}

.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: 40px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}

.mce-content-body .link_anchor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}

.link_anchor {
  padding: 0;
  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: 10px;
  background: #0053a6;
  color: #fff !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: #4683c1;
  color: #fff !important;
}
.link_anchor a::after {
  width: 13px;
  height: 9px;
  left: auto;
  right: 15px;
  background: url(../img/common/arrow.png) no-repeat center/cover;
}
.link_anchor a:hover::after {
  border-color: #fff;
}
@media (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_dot,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}
.ul_circle:last-child,
.ul_dot:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_circle li,
.ul_dot li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 17.6px;
  position: relative;
}
.ul_circle li:last-child,
.ul_dot 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_dot li::before,
.ul_dot 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 li ul:first-child,
.ul_dot li ul:first-child,
.ul_triangle li ul:first-child,
.ul_check li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}
.ul_circle + p,
.ul_dot + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #663333;
  height: calc(16px / 2);
  left: 0.2em;
  top: calc(16px * 1.75 / 2 - 16px / 4);
  width: calc(16px / 2);
}

.ul_dot li::before {
  border-radius: 50%;
  background: #663333;
  height: calc(16px / 3);
  left: 0.5em;
  top: calc(16px * 1.75 / 2 - 16px / 6);
  width: calc(16px / 3);
}

.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: calc(16px * 1.75 / 2 - 16px / 4);
  width: 7px;
  z-index: 1;
}
.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #663333;
  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 #663333;
  top: calc(16px * 1.75 / 2 - 16px / 4);
}

.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: #663333;
  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: 19px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

@media (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;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  line-height: 1.6;
}
table.table_address,
table.table_timetable,
table.table {
  margin-bottom: 1em;
}
table.table_address:last-child,
table.table_timetable:last-child,
table.table:last-child {
  margin-bottom: 0;
}
table.table_address {
  background: none;
}
table.table_address th,
table.table_address td {
  text-align: left;
  padding: 1em 0 1em 0.5em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
table.table_address th {
  color: #4683c1;
  border-top: 1px solid #4683c1;
  border-bottom: 1px solid #4683c1;
  font-weight: 600;
  text-align: left;
  width: 32%;
}
@media (min-width: 768px) {
  table.table_address th {
    width: 25%;
  }
  table.table_address th,
  table.table_address td {
    padding: 1.5em 0 1.5em 1em;
  }
}
table.table_timetable {
  table-layout: fixed;
}
table.table_timetable th,
table.table_timetable td {
  border-bottom: 1px solid #0053a6;
  padding: 14px 0.2rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
}
table.table_timetable thead th {
  background: #4683c1;
  color: #fff;
}
table.table_timetable thead th:first-child {
  width: 30%;
}
table.table_timetable tbody th,
table.table_timetable tbody td {
  padding: 18px 0.2rem;
}
table.table_timetable tbody th {
  text-align: center;
}
@media (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
}
table.table th,
table.table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th,
table.table thead td {
  background: #4683c1;
  color: #fff;
  font-weight: bold;
}
table.table tbody th {
  background: #f7f9fc;
}
table.table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  table.table th,
  table.table td {
    padding: 1.3em 1em;
  }
}
table.th_td_left tbody th,
table.th_td_left tbody td {
  text-align: left;
}
table.th_left tbody th {
  text-align: left;
}
table.td_left tbody td {
  text-align: left;
}
table.td_right tbody td {
  text-align: right;
}
table.td_last_right tbody td:last-child {
  text-align: right;
}
table.table_default tbody th,
table.table_default tbody td {
  text-align: left;
}
table.table_default:not(.table_fixed) tbody tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default:not(.table_fixed) tbody tr th:first-child {
    width: 25%;
  }
}
table.table_fee tbody th {
  text-align: left;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
table.table_fixed {
  table-layout: fixed;
}
@media (max-width: 767px) {
  table.table_sp_stack,
  table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead,
  table.table_sp_stack tbody,
  table.table_sp_stack tr,
  table.table_sp_stack th,
  table.table_sp_stack td,
  table.table_sp_stack_noborder thead,
  table.table_sp_stack_noborder tbody,
  table.table_sp_stack_noborder tr,
  table.table_sp_stack_noborder th,
  table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th,
  table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td,
  table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.consul {
  color: #0053a6 !important;
}

.consul2 {
  color: #4683c1 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
.js-scrollable_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  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-size: 26px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.box_faq .question {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #0053a6;
}
.box_faq .question .faq_title {
  cursor: pointer;
  font-weight: 500;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}
.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #4683c1;
  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: #663333;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  background: #fff;
  border-radius: clamp(10px, 1.9vw, 20px);
  margin-top: 82px;
  padding: 50px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #75c0e8;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media (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: #4683c1;
}
.flow-block .title {
  --flow-title-font-size: 18px; /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5; /* .flow-block .title の line-height */
  /**/
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}
@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px; /* .flow-block .title の font-size */
  }
}
.flow-block .title::after,
.flow-block .title::before {
  display: none;
}
.flow-block .title .num {
  --flow-num-font-percent: 0.83; /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc(
    var(--flow-title-line-height) * var(--flow-title-font-size) *
      var(--flow-num-font-percent) + (var(--flow-title-font-size) / 6)
  ); /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #4683c1;
  background: #4683c1;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  -webkit-transform: translateY(
    calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus))
  );
  transform: translateY(
    calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus))
  );
}
@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}

.home .footer {
  border-top: none;
}

footer {
  background: #e7f0f8;
  padding: clamp(40px, 7.8vw, 90px) 0 0;
}
footer .footer_bnr_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: 30px 40px;
}

@media ( max-width : 767px ) {
  .common_block .ftr_logo {
    text-align: center;
  }
}

.common_block .ftr_logo {
  margin-bottom: 20px;
}
.common_block .common_address {
  width: 100%;
  margin-bottom: clamp(20px, 3.25vw, 35px);
}
.common_block .common_address tr {
  border-top: solid 1px #c2c2c2;
}
.common_block .common_address tr:last-child {
  border-bottom: solid 1px #c2c2c2;
}
.common_block .common_address th,
.common_block .common_address td {
  padding: 15px 0;
  line-height: 1.4;
}
.common_block .common_address th {
  width: 90px;
  text-align: left;
  font-weight: 400;
}
@media (min-width: 768px) {
  .common_block .row {
    gap: 0 3.2%;
  }
  .common_block .row .col_2 {
    width: 48.4%;
    margin: 0;
  }
  .common_block .googlemap {
    padding-top: 0;
    height: 100%;
  }
}

.copyright {
  margin-top: 90px;
  padding: 10px 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    padding: 10px 0 17%;
  }
}

.list_list dd a {
  color: #424242;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (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 (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 140s linear infinite;
    animation: loopslider 140s linear infinite;
    width: 4560px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-2280px);
      transform: translateX(-2280px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-2280px);
      transform: translateX(-2280px);
    }
  }
}
.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 (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: #424242;
}
.sec_top h2:before,
.sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}

.sec00 {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sec00 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1240px) {
  .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;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .sp03 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 25px;
  }
}
.top_news {
  padding: clamp(40px, 7.8vw, 90px) 0;
  background: #e7f0f8;
}
.top_news .headline h2 {
  padding: 0;
  margin-bottom: 20px;
  font-size: clamp(26px, 3.6vw, 34px);
}
.top_news .headline h2:before,
.top_news .headline h2:after {
  display: none;
}
.top_news .headline .box {
  display: table;
}
.top_news .headline .btnstyle a {
  font-size: 14px;
  padding: 9px 42px;
  font-weight: 500;
}
.top_news .headline .btnstyle a:after {
  right: 10px;
}
@media (max-width: 767px) {
  .top_news .headline {
    margin-bottom: 20px;
  }
  .top_news .headline h2 {
    margin: 0;
  }
  .top_news .headline .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top_news .list_list dt,
  .top_news .list_list dd {
    padding-left: 10px;
  }
  .top_news .list_list dd {
    border-bottom: solid 1px #b4c6d7;
  }
}
@media (min-width: 768px) {
  .top_news {
    margin-top: 15px;
  }
  .top_news .primary_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top_news .primary_block .headline {
    width: 19.5%;
  }
  .top_news .primary_block .contents {
    width: 80.5%;
  }
  .top_news .list_list {
    border-bottom: solid 1px #b4c6d7;
  }
  .top_news .list_list dt,
  .top_news .list_list dd {
    border-top: solid 1px #b4c6d7;
    padding: 20px 0;
  }
  .top_news .list_list dt {
    width: 130px;
  }
}

.top_info {
  padding: clamp(40px, 7.8vw, 90px) 0;
}

.top_contact {
  padding: 40px;
  background: #f0ede3;
}
.top_contact .contents {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 80px;
}
.top_contact .contents h2 {
  padding: 0;
  margin: 0;
  color: #663333;
  font-size: clamp(24px, 3.38 vw, 30px);
  font-weight: 700;
  display: table;
}
.top_contact .contents h2:after {
  display: none;
}
@media (min-width: 1250px) {
  .top_contact .contents h2 {
    letter-spacing: 0.166em;
  }
}
.top_contact .contents .tel a {
  font-size: 40px;
  color: #663333;
  font-weight: 500;
  padding-left: 32px;
  line-height: 1;
  position: relative;
}
.top_contact .contents .tel a:before {
  content: "";
  width: 27px;
  height: 33px;
  background: url(../img/common/tel_ic.png) no-repeat center/cover;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 1250px) {
  .top_contact .contents .tel a {
    letter-spacing: 0.0833em;
  }
}
@media (min-width: 768px) {
  .top_contact h2:before {
    content: "";
    background: #c4c4c4;
    height: 85px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 40px);
    margin: auto;
  }
}

.top_slider {
  padding: clamp(40px, 7.8vw, 90px) 0;
}
.top_slider .loopslider_item {
  margin: 0 14px;
}

.top_feature .bg {
  padding: 45px 0 100px;
  background: #e7f0f8;
}
.top_feature h2 {
  font-weight: 700;
  font-size: clamp(22px, 4.16vw, 40px);
  color: #663333;
  display: table;
  margin: 0 auto 30px;
  padding: 4px 10px 7px;
}
.top_feature h2:before,
.top_feature h2:after {
  content: "";
  width: 16px;
  height: 58px;
  background: url(../img/top/top_feature_dec.png) no-repeat center/cover;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.top_feature h2:before {
  right: 100%;
}
.top_feature h2:after {
  left: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top_feature h2 small {
  font-size: clamp(24px, 3.38vw, 29px);
}
.top_feature h2 .color {
  color: #0053a6;
}
@media (min-width: 1250px) {
  .top_feature h2 {
    letter-spacing: 0.1666em;
  }
}
.top_feature .primary_block figure {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
.top_feature .primary_block figure figcaption {
  font-family: Arial, sans-serif;
  color: #0053a6;
  font-size: clamp(40px, 6.5vw, 69px);
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.top_feature .primary_block h3 {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  font-size: clamp(20px, 2.99vw, 26px);
  text-align: center;
}
.top_feature .primary_block h3:before {
  display: none;
}
.top_feature .primary_block .txt_wrap {
  color: #454545;
}
.top_feature .primary_block .txt_wrap p {
  line-height: 1.8125;
}
@media (min-width: 768px) {
  .top_feature .primary_block {
    gap: 42px 6.2%;
  }
  .top_feature .primary_block .col {
    width: 29.2%;
  }
  .top_feature .primary_block figure figcaption {
    left: -17px;
  }
}

.top_medical_information {
  padding: clamp(40px, 7.8vw, 90px) 0;
}
.top_medical_information .primary_block:not(:last-child),
.top_medical_information .secondary_block:not(:last-child) {
  margin-bottom: clamp(20px, 5.2vw, 62px);
}
.top_medical_information .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.top_medical_information .link_list .btnstyle {
  width: 49%;
  margin: 0;
}
.top_medical_information .link_list .btnstyle a {
  font-size: clamp(16px, 2.3vw, 20px);
  max-width: none;
  padding: clamp(15px, 1.9vw, 22px) 0.8em;
}
.top_medical_information .primary_block {
  max-width: 1482px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
  padding: clamp(30px, 5.2vw, 60px) 0;
}
.top_medical_information .primary_block:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/top_medical_information_bg.jpg) no-repeat
    center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.top_medical_information .primary_block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top_medical_information .primary_block h3 {
  color: #fff;
  border-bottom: solid 1px #fff;
  padding: 0 0 10px;
  margin-bottom: 15px;
  font-size: clamp(22px, 3.125vw, 28px);
}
.top_medical_information .primary_block h3:before {
  display: none;
}
.top_medical_information .primary_block .txt_wrap {
  color: #fff;
}
.top_medical_information .primary_block .col {
  max-width: 525px;
  width: 100%;
}
.top_medical_information .secondary_block h3 {
  display: table;
  margin: 0 auto clamp(20px, 2.6vw, 30px);
  padding: 0 10px;
  border: 0;
  font-size: clamp(22px, 3.125vw, 28px);
}
.top_medical_information .secondary_block h3:before,
.top_medical_information .secondary_block h3:after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0053a6;
}
.top_medical_information .secondary_block h3:before {
  left: 100%;
}
.top_medical_information .secondary_block h3:after {
  right: 100%;
}
.top_medical_information .secondary_block .row .col {
  padding: clamp(40px, 6.77vw, 52px) clamp(20px, 5.46vw, 42px);
  background: #e7f0f8;
  border-radius: clamp(10px, 1.9vw, 20px);
  position: relative;
}
.top_medical_information .secondary_block .row .col:before {
  content: "";
  border: solid 1px #9ab9d5;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: clamp(5px, 0.9765vw, 10px);
}
.top_medical_information .secondary_block .row .col.type_brown {
  background: #f0ede3;
}
.top_medical_information .secondary_block .row .col.type_brown:before {
  border-color: #c8c1a8;
}
.top_medical_information .secondary_block .row .col.type_brown h3 {
  color: #663333;
}
.top_medical_information .secondary_block .row .col.type_brown h3:before,
.top_medical_information .secondary_block .row .col.type_brown h3:after {
  background: #663333;
}
.top_medical_information
  .secondary_block
  .row
  .col.type_brown
  .link_list
  .btnstyle
  a.type_wh {
  color: #663333 !important;
  border-color: #663333 !important;
}
.top_medical_information
  .secondary_block
  .row
  .col.type_brown
  .link_list
  .btnstyle
  a.type_wh:after {
  background: url(../img/common/arrow_brown.png) no-repeat center/cover;
}
.top_medical_information .secondary_block .link_list .btnstyle a {
  text-align: left;
}
.top_medical_information .tertiary_block .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 6px;
  margin: 0;
}
.top_medical_information .tertiary_block .tab_btn {
  display: block;
  font-size: clamp(18px, 2.6vw, 24px);
  background: #e3e3e3;
  color: #696969;
  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;
  min-height: clamp(50px, 10.1vw, 78px);
  border-radius: 10px 10px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}
.top_medical_information .tertiary_block .tab_btn.active {
  background: #0053a6;
  color: #fff;
}
.top_medical_information .tertiary_block .tab_item_wrap {
  padding: clamp(10px, 3.9vw, 40px);
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
  border-radius: clamp(10px, 1.9vw, 20px);
}
.top_medical_information .tertiary_block .tab_item {
  display: none;
}
.top_medical_information .tertiary_block .tab_item.active {
  display: block;
}
@media (min-width: 768px) {
  .top_medical_information .link_list {
    gap: 35px 3.125%;
  }
  .top_medical_information .link_list .btnstyle {
    width: 31.25%;
  }
  .top_medical_information .link_list.link_col_2 {
    gap: 24px 5%;
  }
  .top_medical_information .link_list.link_col_2 .btnstyle {
    width: 47.5%;
  }
  .top_medical_information .primary_block:after {
    border-radius: clamp(10px, 1.9vw, 20px);
  }
  .top_medical_information .secondary_block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 3.2%;
  }
  .top_medical_information .secondary_block .row .col {
    width: 48.4%;
  }
  .top_medical_information .tertiary_block .tab_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 6px;
    margin: 0;
  }
  .top_medical_information .tertiary_block .tab_btn {
    min-width: 320px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
@media (max-width: 767px) {
  .top_medical_information .primary_block .row {
    margin-bottom: 20px;
  }
}
@media (min-width: 1250px) {
  .top_medical_information .primary_block .txt_wrap {
    letter-spacing: 0.0833em;
  }
}

.top_symptoms {
  padding: clamp(40px, 7.8vw, 90px) 0;
  background: #f0ede3;
}
.top_symptoms h2.top_ttl {
  color: #663333;
}
.top_symptoms h2.top_ttl:after {
  background: #663333;
}
.top_symptoms .top_link_list li a {
  font-weight: 700;
  letter-spacing: 0.001em;
}
.top_symptoms .top_link_list li a .img {
  margin-bottom: 5px;
}

.top_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 1%;
}
.top_link_list li {
  width: 49.5%;
}
.top_link_list li a {
  background: #0053a6;
  color: #fff;
  text-decoration: none;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: clamp(100px, 18.75vw, 144px);
  font-size: clamp(15px, 2.3vw, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.top_link_list li a:after {
  content: "";
  width: 13px;
  height: 9px;
  background: url(../img/common/arrow.png) no-repeat center/cover;
  position: absolute;
  bottom: clamp(6px, 1.56vw, 12px);
  right: clamp(6px, 1.56vw, 12px);
}
.top_link_list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_link_list li a .img {
  margin-bottom: 10px;
}
.top_link_list li a .ttl {
  text-align: center;
  line-height: 1.2;
}
.top_link_list li a .ttl small {
  font-size: 80%;
}
.top_link_list.type_wh li a {
  background: #fff;
  color: #663333;
  border: solid 1px #663333;
}
.top_link_list.type_wh li a:after {
  background: url(../img/common/arrow_brown.png) no-repeat center/cover;
}
@media (min-width: 1250px) {
  .top_link_list li a {
    letter-spacing: 0.166em;
  }
}
@media (max-width: 767px) {
  .top_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px 2%;
  }
  .top_link_list li {
    width: 49%;
  }
  .top_link_list li a .img {
    text-align: center;
  }
  .top_link_list li a .img img {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .top_link_list.link_col_4 {
    gap: 24px 2%;
  }
  .top_link_list.link_col_4 li {
    width: 23.5%;
  }
}

.top_doctor {
  padding: clamp(40px, 7.8vw, 90px) 0;
}
.top_doctor h2 {
  display: table;
  position: relative;
  font-size: clamp(24px, 3.64vw, 34px);
  font-weight: 700;
  padding: 0;
  margin-bottom: 15px;
}
.top_doctor h2:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #0053a6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 20px);
  margin: auto;
}
.top_doctor .row .col {
  overflow: hidden;
}
@media (min-width: 768px) {
  .top_doctor .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 7.5%;
  }
  .top_doctor .row .txt_container {
    width: 44%;
  }
  .top_doctor .row .img_container {
    width: 48.5%;
  }
}
@media (min-width: 1250px) {
  .top_doctor .txt_wrap {
    letter-spacing: 0.0833em;
  }
}

.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 */
