@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap");
html, body {
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.7;
}
@media screen and (max-width: 575px) {
  html, body {
    font-size: 14px;
  }
}
html.site_font_big, body.site_font_big {
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  html.site_font_big, body.site_font_big {
    font-size: 16px;
  }
}

body {
  word-break: break-word;
}
body.open {
  overflow: hidden;
}

.container-fluid {
  max-width: 1230px; /*　画面幅の上限　*/
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.narrow-width {
  max-width: 950px;
}

a {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
a:hover, a:active, a:focus {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}

.cookie_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  z-index: 999;
}
.cookie_content.is_show {
  visibility: visible;
}
.cookie_content .cookie_text {
  color: #fff;
}
.cookie_content .cookie_text a {
  color: dodgerblue;
}
.cookie_content .cookie_agree {
  color: #fff;
  background-color: dodgerblue;
  padding: 0.5em 1.5em;
}
.cookie_content .cookie_agree:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cookie_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie_content .cookie_text {
    margin-bottom: 1em;
  }
}

.cc_hide {
  display: none;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.anker {
  pointer-events: none;
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .anker {
    margin-top: -4rem;
    padding-top: 4rem;
  }
}

header.global_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  border-bottom: 0.5px solid #ccc;
  z-index: 100;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
header.global_header nav.global_nav h1 {
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17.908%;
  margin-left: 2.7%;
}
header.global_header nav.global_nav h1 a {
  display: block;
  width: 100%;
}
header.global_header nav.global_nav h1 a img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  header.global_header nav.global_nav h1 {
    width: 25%;
  }
}
header.global_header nav.global_nav div.global_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-right: 2%;
}
header.global_header nav.global_nav div.global_menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu {
  position: relative;
  padding: 0 1.625rem;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu + li.main_menu {
  border-left: 1px solid #333;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #2D2D2D;
  font-size: 1.125rem;
  line-height: 1.444;
  letter-spacing: 0.15em;
  font-weight: 500;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #2D2D2D;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu a:hover::after {
  width: 100%;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu .sub_menu {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 11px;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu .sub_menu div.inner {
  position: relative;
  padding: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: white;
  text-align: left;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu .sub_menu div.inner::before {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 100%;
  border-bottom: 11px solid white;
  border-left: 6px solid rgba(255, 255, 255, 0);
  border-right: 6px solid rgba(255, 255, 255, 0);
}
header.global_header nav.global_nav div.global_menu ul li.main_menu .sub_menu div.inner a {
  white-space: nowrap;
  display: inline-block;
}
header.global_header nav.global_nav div.global_menu ul li.main_menu .sub_menu div.inner a + a {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1550px) {
  header.global_header nav.global_nav div.global_menu ul li.main_menu {
    padding: 0 1rem;
  }
  header.global_header nav.global_nav div.global_menu ul li.main_menu a {
    font-size: 1rem;
  }
}
header.global_header nav.global_nav div.global_menu div.supple_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 1.25rem;
}
header.global_header nav.global_nav div.global_menu div.supple_menu div.site_font_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
header.global_header nav.global_nav div.global_menu div.supple_menu div.site_font_size input[type=radio] {
  opacity: 0;
  position: absolute;
}
header.global_header nav.global_nav div.global_menu div.supple_menu div.site_font_size label {
  font-size: 1rem;
  display: inline-block;
  color: #AAAAAA;
  background-color: #DDDDDD;
  width: 3.5rem;
  line-height: 2.25;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
header.global_header nav.global_nav div.global_menu div.supple_menu div.site_font_size label:first-of-type {
  border-top-left-radius: 1.125em;
  border-bottom-left-radius: 1.125em;
  margin-left: 10px;
}
header.global_header nav.global_nav div.global_menu div.supple_menu div.site_font_size label:last-of-type {
  border-top-right-radius: 1.125em;
  border-bottom-right-radius: 1.125em;
}
header.global_header nav.global_nav div.global_menu div.supple_menu div.site_font_size input[type=radio]:checked + label {
  background-color: #44C4E0;
  color: #fff;
}
header.global_header nav.global_nav div.global_menu div.supple_menu div.site_font_size input[type=radio]:focus + label {
  outline: 1px solid #333;
}
header.global_header nav.global_nav div.global_menu div.supple_menu div.site_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 3px;
}
header.global_header nav.global_nav div.global_menu div.supple_menu div.site_contact label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  height: 2.25rem;
  background-color: #E3FAFF;
  border-radius: 50px;
  margin: 0;
  padding-right: 1.375rem;
}
header.global_header nav.global_nav div.global_menu div.supple_menu div.site_contact label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 100%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #44C4E0;
  border-radius: 50px 0 0 50px;
  padding-left: 1.0625rem;
  padding-right: 0.875rem;
}
@media screen and (max-width: 1199px) {
  header.global_header nav.global_nav div.global_menu div.supple_menu div.site_contact {
    display: none;
  }
}
header.global_header nav.global_nav div.global_menu div.supple_menu a.access_btn {
  display: inline-block;
  width: 10em;
  text-align: center;
  background-color: #FF547D;
  color: #fff;
  border: 1px solid #FF547D;
  line-height: 2.125;
  border-radius: 1.0625em;
  text-decoration: none;
}
header.global_header nav.global_nav div.global_menu div.supple_menu a.access_btn:is(:hover, :focus, :active) {
  color: #FF547D;
  background-color: #fff;
}
header.global_header nav.global_nav label.modal_toggle_btn {
  padding: 0.75rem;
  padding-top: 1.4rem;
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  line-height: 1;
  width: 120px;
  margin-left: auto;
  background-color: #44C4E0;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
header.global_header nav.global_nav label.modal_toggle_btn span:not(:last-of-type) {
  display: block;
  width: 3rem;
  background-color: #ffffff;
  height: 3px;
}
header.global_header nav.global_nav label.modal_toggle_btn span:not(:last-of-type) + span {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.75rem;
}
header.global_header nav.global_nav label.modal_toggle_btn span:last-of-type {
  color: #fff;
}
header.global_header nav.global_nav label.modal_toggle_btn:hover, header.global_header nav.global_nav label.modal_toggle_btn:active, header.global_header nav.global_nav label.modal_toggle_btn:focus {
  background-color: rgb(155.495412844, 223.6055045872, 238.504587156);
}
header.global_header.header_scroll {
  height: 100px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header.header_scroll nav.global_nav h1 {
  width: 14%;
}
header.global_header.header_scroll nav.global_nav div.global_menu div.supple_menu {
  display: none;
}
@media screen and (max-width: 991px) {
  header.global_header {
    position: relative;
    height: 5.178rem;
  }
  header.global_header nav.global_nav h1 {
    width: 60%;
    max-width: 195px;
    margin-left: 1.3rem;
  }
  header.global_header nav.global_nav div.global_menu {
    display: none;
  }
  header.global_header label.modal_toggle_btn {
    width: 55px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 10px;
    margin-left: 0;
    padding: 15px 14px 9px;
  }
  header.global_header label.modal_toggle_btn span:not(:last-of-type) {
    width: 20px;
    height: 1px;
  }
  header.global_header label.modal_toggle_btn span:not(:last-of-type) + span {
    margin-top: 3px;
    font-size: 10px;
    white-space: nowrap;
  }
  header.global_header label.modal_toggle_btn span:last-of-type {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  header.global_header.header_scroll {
    height: 5.178rem;
  }
}

/******************/
label.modal_toggle_btn {
  position: fixed;
  top: 0.7857rem;
  right: 8px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.92857rem;
  height: 3.92857em;
  background: #44C4E0;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 0;
  z-index: 999;
}
label.modal_toggle_btn span {
  position: absolute;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
label.modal_toggle_btn span:first-of-type, label.modal_toggle_btn span:nth-of-type(2) {
  width: 1.7143rem;
  height: 2px;
  background-color: #fff;
}
label.modal_toggle_btn span:first-of-type {
  top: calc(50% - 9px);
}
label.modal_toggle_btn span:nth-of-type(2) {
  top: 50%;
}
label.modal_toggle_btn span:last-of-type {
  top: calc(50% + 12px);
  color: #fff;
  font-size: 8px;
  white-space: nowrap;
}
label.modal_toggle_btn:has(~ input#modal_menu_flg:checked) span:first-of-type, label.modal_toggle_btn:has(~ input#modal_menu_flg:checked) span:nth-of-type(2) {
  top: calc(50% - 5px);
}
label.modal_toggle_btn:has(~ input#modal_menu_flg:checked) span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
}
label.modal_toggle_btn:has(~ input#modal_menu_flg:checked) span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
}
@media screen and (max-width: 991px) {
  label.modal_toggle_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

input#modal_menu_flg {
  display: none;
}

div.modal_menu {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  opacity: 0;
  pointer-events: none;
  padding: 60px 30px;
  overflow-y: scroll;
}
input#modal_menu_flg:checked + div.modal_menu {
  opacity: 1;
  pointer-events: auto;
}
body:not(.open) > div.modal_menu div.global_menu ul li:has(label.sub_menu_flg input:checked) div.sub_menu {
  pointer-events: none;
}
div.modal_menu div.global_menu ul {
  padding: 0;
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  list-style: none;
  font-size: 1rem;
}
div.modal_menu div.global_menu ul li a {
  position: relative;
  display: block;
  color: #151515;
  text-decoration: none;
  padding: 0.625rem;
  border-bottom: 1px solid #999999;
}
div.modal_menu div.global_menu ul li a:hover, div.modal_menu div.global_menu ul li a:active, div.modal_menu div.global_menu ul li a:focus, div.modal_menu div.global_menu ul li a[href="javascript:void(0);"] {
  color: #fff;
  background-color: #999;
}
div.modal_menu div.global_menu ul li a[href="javascript:void(0);"] {
  cursor: default;
}
div.modal_menu div.global_menu ul li label.sub_menu_flg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
}
div.modal_menu div.global_menu ul li label.sub_menu_flg input {
  display: none;
}
div.modal_menu div.global_menu ul li label.sub_menu_flg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #44C4E0;
  border-right: 2px solid #44C4E0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.modal_menu div.global_menu ul li div.sub_menu {
  height: 0;
  opacity: 0;
  pointer-events: none;
}
div.modal_menu div.global_menu ul li div.sub_menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1rem;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
}
div.modal_menu div.global_menu ul li div.sub_menu a::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #44C4E0;
}
div.modal_menu div.global_menu ul li:has(label.sub_menu_flg) > a {
  padding-right: 50px;
}
div.modal_menu div.global_menu ul li:has(label.sub_menu_flg input:checked) label.sub_menu_flg::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.modal_menu div.global_menu ul li:has(label.sub_menu_flg input:checked) div.sub_menu {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 575px) {
  div.modal_menu div.global_menu ul li label.sub_menu_flg {
    width: 42px;
    height: 42px;
  }
  div.modal_menu div.global_menu ul li label.sub_menu_flg::after {
    width: 9px;
    height: 9px;
  }
}

body.site_font_big header.global_header nav.global_nav div.global_menu ul li.main_menu {
  padding: 0 1.1rem;
}

div.global_footer {
  position: relative;
  z-index: 1;
}
div.global_footer footer {
  position: relative;
  color: #333;
  background-color: #E2F7FF;
  padding-top: 3.03125rem;
  padding-bottom: 3.375rem;
}
div.global_footer footer div.footer_contents {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
div.global_footer footer div.footer_contents .hospital .logo {
  width: 342px;
  margin-bottom: 0.78125rem;
}
div.global_footer footer div.footer_contents .hospital .logo img {
  max-width: 100%;
}
div.global_footer footer div.footer_contents .hospital .info p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.785;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
div.global_footer footer div.footer_contents nav.footer_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
}
div.global_footer footer div.footer_contents nav.footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  list-style: none;
  letter-spacing: 0.15em;
  margin: 0;
  padding: 0;
}
div.global_footer footer div.footer_contents nav.footer_menu ul li {
  display: contents;
}
div.global_footer footer div.footer_contents nav.footer_menu ul li::after {
  content: "";
  width: 1px;
  background-color: #3CABC4;
}
div.global_footer footer div.footer_contents nav.footer_menu ul li:last-of-type::after {
  display: none;
}
div.global_footer footer div.footer_contents nav.footer_menu ul li a {
  display: inline-block;
  color: #333;
}
div.global_footer footer div.footer_contents nav.footer_menu ul.main_menu {
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.375rem;
}
div.global_footer footer div.footer_contents nav.footer_menu ul.main_menu li a {
  position: relative;
}
div.global_footer footer div.footer_contents nav.footer_menu ul.main_menu li::after {
  height: 1.25rem;
}
div.global_footer footer div.footer_contents nav.footer_menu ul.main_menu li:has(a[href*=news]) {
  display: none;
}
div.global_footer footer div.footer_contents nav.footer_menu ul.main_menu + .main_menu li:has(a[href*=news]) {
  display: contents;
}
div.global_footer footer div.footer_contents nav.footer_menu ul.main_menu + .main_menu li:first-of-type::before {
  content: "";
  width: 1px;
  height: 1.25rem;
  background-color: #3CABC4;
}
div.global_footer footer div.footer_contents nav.footer_menu ul.main_menu:has(+ .sub_menu) {
  margin-bottom: 2.8125rem;
}
div.global_footer footer div.footer_contents nav.footer_menu ul.sub_menu {
  font-size: 0.75rem;
  letter-spacing: 0.129em;
}
div.global_footer footer div.footer_contents nav.footer_menu ul.sub_menu li::after {
  height: 0.9375rem;
}
@media screen and (max-width: 991px) {
  div.global_footer footer {
    padding-top: 1.107rem;
    padding-bottom: 1.571rem;
  }
  div.global_footer footer div.footer_contents {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }
  div.global_footer footer div.footer_contents .hospital .logo {
    width: 216px;
    margin-bottom: 3px;
  }
  div.global_footer footer div.footer_contents .hospital div.info p {
    display: inline-block;
    width: 100%;
    font-size: 0.85714rem;
    line-height: 1.167;
    letter-spacing: 0.05em;
  }
  div.global_footer footer div.footer_contents nav.footer_menu {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    padding-top: 10px;
  }
  div.global_footer footer div.footer_contents nav.footer_menu ul.main_menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  div.global_footer footer div.footer_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  div.global_footer footer div.footer_contents nav.footer_menu {
    margin-left: auto;
    padding: 0;
  }
}
div.global_footer div.copyright {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.33;
  letter-spacing: 0.136em;
  text-align: center;
  background-color: #44C4E0;
  padding: 1.0625rem;
}
@media screen and (max-width: 767px) {
  div.global_footer div.copyright {
    font-size: 10px;
    letter-spacing: 0.05em;
    padding-top: 0.9643rem;
    padding-bottom: 0.9643rem;
  }
}

/* ページトップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
#page-top a {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(68, 196, 224, 0.9);
  font-size: 1rem;
  text-align: center;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
}
#page-top a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1rem;
}
#page-top a:hover, #page-top a:active {
  color: #999999;
}

body.site_font_big div.global_footer footer div.footer_contents nav.footer_menu ul {
  gap: 0.5em;
}

body:not(.top-page) main {
  min-height: calc(100dvh - 470px);
  margin-top: 135px;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  body:not(.top-page) main {
    min-height: calc(100dvh - 302px);
  }
}
@media screen and (max-width: 575px) {
  body:not(.top-page) main {
    min-height: calc(100dvh - 278px);
  }
}
main .rowwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  overflow: hidden;
}
main .rowwrap .primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 68%;
}
main .rowwrap .secondary {
  width: 25%;
}
@media screen and (max-width: 991px) {
  body:not(.top-page) main {
    margin-top: 0;
  }
  main:has(.rowwrap) > .container-fluid {
    padding: 0;
  }
  main .rowwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  main .rowwrap .primary {
    width: 100%;
    padding: 0 10px;
  }
  main .rowwrap .secondary {
    width: 100%;
  }
}

/*****************/
/* ページタイトル */
/****************/
main div.page-title {
  color: #333;
  background-color: #fff;
  height: 8.59375rem;
  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;
}
main div.page-title > h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1875rem;
  max-width: 1230px;
  width: 100%;
  font-size: 2.5rem;
  margin: 0;
  padding: 0 15px;
}
main div.page-title > h2::before {
  content: "";
  display: block;
  width: 5px;
  height: 5.375rem;
  border-radius: 5px;
  background-color: #44C4E0;
}
main div.page-title > h2 span {
  font-size: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  main div.page-title {
    height: 4.9643rem;
    padding: 0 10px;
  }
  main div.page-title > h2 {
    font-size: 1.2857rem;
    gap: 1rem;
    padding: 0;
  }
  main div.page-title > h2 span {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.15em;
  }
  main div.page-title > h2::before {
    width: 4px;
    height: 2.643rem;
  }
}

/***************+*/
/* ぱんくずリスト */
/****************/
nav.breadcrumb-wrap {
  margin-bottom: 2.5rem;
  background-color: #E2F7FF;
}
nav.breadcrumb-wrap ol.bread_crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  max-width: 1230px;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.215;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4175;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  margin: 0 auto;
  padding: 0.5rem 15px;
}
nav.breadcrumb-wrap ol.bread_crumb li {
  display: contents;
}
nav.breadcrumb-wrap ol.bread_crumb li a {
  color: #333;
}
nav.breadcrumb-wrap ol.bread_crumb li + li::before {
  content: "|";
  color: #747474;
  padding: 0;
}
nav.breadcrumb-wrap ol.bread_crumb li.active {
  color: #333;
}
@media screen and (max-width: 991px) {
  nav.breadcrumb-wrap {
    margin-bottom: 2rem;
  }
  nav.breadcrumb-wrap ol.bread_crumb {
    padding-left: 10px;
    padding-right: 10px;
  }
  nav.breadcrumb-wrap ol.bread_crumb li.active {
    display: inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  nav.breadcrumb-wrap ol.bread_crumb li.active::before {
    margin-right: 0.5em;
  }
}

/****************/
/* サイドメニュー */
/***************/
aside.secondary nav.sidebar-menu {
  margin-bottom: 2rem;
  /* メニュー本体 */
}
aside.secondary nav.sidebar-menu > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-size: 1.125rem;
  color: #333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #E2F7FF;
  margin-bottom: 9px;
  padding: 0.9375rem 0.75rem;
}
aside.secondary nav.sidebar-menu > h3::before {
  content: "";
  display: block;
  width: 4px;
  height: 1.875rem;
  background-color: #44C4E0;
  border-radius: 5px;
}
aside.secondary nav.sidebar-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
aside.secondary nav.sidebar-menu > ul > li {
  line-height: 1.375;
  border-bottom: 1px solid #EEE;
}
aside.secondary nav.sidebar-menu > ul > li > a {
  position: relative;
  display: block;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 1em 2.5em 1em 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
aside.secondary nav.sidebar-menu > ul > li > a::after {
  color: #007BCC;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: 0.5rem;
}
aside.secondary nav.sidebar-menu > ul > li:is(:hover, :active, .active) > a {
  color: #44C4E0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
aside.secondary nav.sidebar-menu + nav.sidebar-menu {
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  aside.secondary nav.sidebar-menu {
    margin: 0;
  }
  aside.secondary nav.sidebar-menu > h3 {
    gap: 1.0714rem;
    font-size: 1.143rem;
    margin-bottom: 2px;
    padding: 0.85714rem 10px;
  }
  aside.secondary nav.sidebar-menu > h3::before {
    height: 1.785rem;
  }
  aside.secondary nav.sidebar-menu > ul > li > a {
    padding-left: 10px;
  }
  aside.secondary nav.sidebar-menu > ul > li > a::after {
    right: 0.875rem;
  }
}
aside.secondary ul.banner_list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
aside.secondary ul.banner_list li {
  margin-bottom: 1rem;
}
aside.secondary ul.banner_list li a {
  display: block;
  text-align: center;
}

body:not(.top-page):has(.list_childrenpage) main {
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  body:not(.top-page):has(.list_childrenpage) main {
    padding-bottom: 2.5rem;
  }
  body:not(.top-page) main > .container-fluid {
    padding: 0;
  }
  body:not(.top-page) main > .container-fluid .rowwrap .primary {
    padding-left: 10px;
    padding-right: 10px;
  }
  body:not(.top-page) main article .container-fluid {
    padding: 0 10px;
  }
}

/********/
/*見出し*/
/*******/
.lv1 {
  position: relative;
  color: #333;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.466;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #F2F2F2;
  padding-bottom: 0.75rem;
}
.lv1::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 6rem;
  border-bottom: 2px solid #44C4E0;
}
@media screen and (max-width: 767px) {
  .lv1 {
    font-size: 1.2857rem;
    padding-bottom: 10px;
  }
  .lv1::after {
    width: 6.857rem;
  }
}

.lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  color: #333;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.lv2::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 4px;
  height: 1.875rem;
  background-color: #44C4E0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .lv2 {
    font-size: 1.2857rem;
  }
}

.lv3 {
  color: #44C4E0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lv3 {
    font-size: 1.4167rem;
  }
}

.lv4 {
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lv4 {
    font-size: 1.4167rem;
  }
}

/*************/
/*テキストのみ*/
/************/
.text-only p {
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .text-only p {
    font-size: 1rem;
  }
}

/************/
/* 写真のみ */
/**********/
.photo-only {
  margin: 0;
  text-align: center;
}
.photo-only a img {
  display: inline-block;
}
.photo-only p.caption {
  margin-top: 0.5em;
  margin-bottom: 0;
}

/*****************/
/* 写真＋テキスト */
/****************/
.photo-and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
.photo-and-text:where(.photo-left) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.photo-and-text:where(.photo-right) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.photo-and-text div.text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.photo-and-text div.text-area > strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.photo-and-text div.text-area p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.photo-and-text span.photo-area {
  max-width: 80%;
}
.photo-and-text span.photo-area img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .photo-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
  .photo-and-text span.photo-area {
    display: block;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
  }
  .photo-and-text span.photo-area:not(:has(img)) {
    display: none;
  }
  .photo-and-text span.photo-area img {
    margin-bottom: 0;
  }
  .photo-and-text div.text-area > strong {
    margin-bottom: 10px;
  }
  .photo-and-text div.text-area p {
    font-size: 1rem;
  }
}

/*********************/
/* 2列写真+キャプション */
/* 3列写真+キャプション */
/* 4列写真+キャプション */
/*********************/
.two-photo,
.three-photo,
.four-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin: 0;
}
.two-photo .photo_set,
.three-photo .photo_set,
.four-photo .photo_set {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.two-photo .photo_set img,
.three-photo .photo_set img,
.four-photo .photo_set img {
  display: inline-block;
  width: 100%;
}
.two-photo .photo_set .caption-title, .two-photo .photo_set .caption-text,
.three-photo .photo_set .caption-title,
.three-photo .photo_set .caption-text,
.four-photo .photo_set .caption-title,
.four-photo .photo_set .caption-text {
  letter-spacing: 0.1em;
}
.two-photo .photo_set .caption-title,
.three-photo .photo_set .caption-title,
.four-photo .photo_set .caption-title {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.two-photo .photo_set .caption-text,
.three-photo .photo_set .caption-text,
.four-photo .photo_set .caption-text {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.two-photo .photo_set span.photo_even,
.three-photo .photo_set span.photo_even,
.four-photo .photo_set span.photo_even {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.5;
  position: relative;
}
.two-photo .photo_set span.photo_even img,
.three-photo .photo_set span.photo_even img,
.four-photo .photo_set span.photo_even img {
  max-width: 100%;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.two-photo a img,
.three-photo a img,
.four-photo a img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #fff;
}
.two-photo a:hover img,
.three-photo a:hover img,
.four-photo a:hover img {
  opacity: 0.7;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .two-photo,
  .three-photo,
  .four-photo {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .two-photo.turn_on,
  .three-photo.turn_on,
  .four-photo.turn_on {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .two-photo.turn_on div.photo_set,
  .three-photo.turn_on div.photo_set,
  .four-photo.turn_on div.photo_set {
    width: 100%;
  }
  .two-photo.turn_on div.photo_set span.photo_even,
  .three-photo.turn_on div.photo_set span.photo_even,
  .four-photo.turn_on div.photo_set span.photo_even {
    aspect-ratio: unset !important;
  }
  .two-photo.turn_on div.photo_set span.photo_even img,
  .three-photo.turn_on div.photo_set span.photo_even img,
  .four-photo.turn_on div.photo_set span.photo_even img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .two-photo.turn_on div.photo_set + div.photo_set,
  .three-photo.turn_on div.photo_set + div.photo_set,
  .four-photo.turn_on div.photo_set + div.photo_set {
    margin-top: 2rem;
  }
}

.two-photo {
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}

/**********/
/* リスト */
/*********/
ul.dot, ol.dot, ul.none, ol.none {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dot > li, ol.dot > li, ul.none > li, ol.none > li {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 2em;
}
ul.dot > li::before, ol.dot > li::before, ul.none > li::before, ol.none > li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 2em;
  color: #44C4E0;
}

ul.dot > li::before, ol.dot > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "•";
  text-align: center;
}

ul.counter, ol.counter {
  display: table;
  margin: 0;
  padding: 0;
}
ul.counter > li, ol.counter > li {
  display: table-row;
  counter-increment: number;
  list-style-type: none;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}
ul.counter > li::before, ol.counter > li::before {
  content: counter(number) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
  min-width: 1.375rem;
  white-space: nowrap;
}
ul.counter > li::after, ol.counter > li::after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
ul.counter > li:last-of-type:after, ol.counter > li:last-of-type:after {
  margin-bottom: 0;
}
ul.counter > li:has(ul), ol.counter > li:has(ul) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.counter > li:has(ul) ul, ol.counter > li:has(ul) ul {
  width: 100%;
  list-style: none;
  margin: 10px 0;
  padding-left: 1.5rem;
}
ul.counter > li:has(ul) ul.dot, ol.counter > li:has(ul) ul.dot {
  padding: 0;
}

/**********/
/* ボタン */
/*********/
.btn-on {
  margin: 0;
}

.original-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 280px;
  min-height: 50px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.28;
  text-decoration: none;
  text-align: center;
  background-color: #44C4E0;
  border: 1px solid #44C4E0;
  border-radius: 51px;
  padding: 0.8125rem 2.1875rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.original-btn:hover, .original-btn:active, .original-btn:focus {
  text-decoration: none;
  background-color: #fff;
  color: #44C4E0;
}
.original-btn.btn-big {
  min-width: 320px;
  min-height: 65px;
  font-size: 1.125rem;
  padding: 1.21875rem 2.1875rem;
}
.original-btn.btn-small {
  min-width: 200px;
  min-height: 35px;
  font-size: 0.875rem;
  padding: 0.46875rem 1.375rem;
}
.original-btn.btn-blue {
  border: 2px solid #00238C;
  background-color: #00238C;
}
.original-btn.btn-blue:hover, .original-btn.btn-blue:active, .original-btn.btn-blue:focus {
  background-color: transparent;
  color: #00238C;
}
.original-btn.btn-green {
  border: 2px solid #006600;
  background-color: #006600;
}
.original-btn.btn-green:hover, .original-btn.btn-green:active, .original-btn.btn-green:focus {
  background-color: transparent;
  color: #006600;
}
.original-btn.btn-orange {
  border: 2px solid #FF8000;
  background-color: #FF8000;
}
.original-btn.btn-orange:hover, .original-btn.btn-orange:active, .original-btn.btn-orange:focus {
  background-color: transparent;
  color: #FF8000;
}
.original-btn.btn-gray {
  border: 2px solid #999;
  background-color: #999;
}
.original-btn.btn-gray:hover, .original-btn.btn-gray:active, .original-btn.btn-gray:focus {
  background-color: transparent;
  color: #999;
}
@media screen and (max-width: 767px) {
  .original-btn {
    padding: 0.71428rem;
  }
  .original-btn.btn-big {
    font-size: 1.0714rem;
    padding: 1.0714rem;
  }
  .original-btn.btn-small {
    font-size: 0.85714rem;
    padding: 0.71428rem;
  }
}

.hr-on {
  margin: 0;
}

/***********************************************/
/* Youtube GoogleMap 埋め込みタグ レスポンシブ化 */
/***********************************************/
.youtube-box,
.gmap-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-box iframe,
.gmap-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-on,
.googlemap-on {
  margin: 0;
}

/************/
/* テーブル */
/***********/
table.table-standard,
table.table-flexible {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 0px;
}
table.table-standard tr:last-of-type th,
table.table-flexible tr:last-of-type th {
  border-bottom: 1px solid #44C4E0;
}
table.table-standard tr:last-of-type td,
table.table-flexible tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}
table.table-standard tr th,
table.table-flexible tr th, table.table-standard tr td,
table.table-flexible tr td {
  color: #333;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding: 0.9375em 1.375rem;
}
table.table-standard tr th,
table.table-flexible tr th {
  font-weight: 500;
  white-space: nowrap;
  background-color: #E2FAFF;
  border-color: #44C4E0;
}
table.table-standard tr td,
table.table-flexible tr td {
  border-color: #ccc;
}

.table-on {
  margin-bottom: 2rem;
}

table.table-standard.tophead tr:nth-of-type(2) td, table.table-standard.lefttophead tr:nth-of-type(2) td,
table.table-flexible.tophead tr:nth-of-type(2) td,
table.table-flexible.lefttophead tr:nth-of-type(2) td {
  border-top-color: #44C4E0;
}
table.table-standard tr:nth-of-type(odd),
table.table-flexible tr:nth-of-type(odd) {
  background-color: #eee;
}
table.table-standard tr:nth-of-type(even),
table.table-flexible tr:nth-of-type(even) {
  background-color: #fff;
}
table.table-standard tr.row-even,
table.table-flexible tr.row-even {
  background-color: #eee;
}
table.table-standard tr.row-odd,
table.table-flexible tr.row-odd {
  background-color: #fff;
}
table.table-standard tr.last-th-row th,
table.table-flexible tr.last-th-row th {
  border-bottom: 1px solid #44C4E0;
}
@media screen and (max-width: 767px) {
  table.table-standard tr th, table.table-standard tr td,
  table.table-flexible tr th,
  table.table-flexible tr td {
    font-size: 1rem;
    padding: 10px;
  }
}

@media screen and (max-width: 991px) {
  table.table-flexible {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  table.table-flexible tbody {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr th, table.table-flexible tbody tr td {
    display: block;
    width: 100%;
    border-bottom: none;
    word-break: break-all;
    padding: 10px;
  }
  table.table-flexible tbody tr th {
    text-align: left;
    padding: 8.5px 10px;
  }
  table.table-flexible tbody tr:has(th + td) th {
    border-bottom: 1px solid #44C4E0;
  }
  table.table-flexible tbody tr:has(th + td) td:first-of-type {
    border-top: none;
  }
  table.table-flexible tbody tr:last-of-type td {
    border-bottom: none;
  }
  table.table-flexible tbody tr:last-of-type td:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  table.table-flexible.tophead tr:first-of-type, table.table-flexible.lefttophead tr:first-of-type {
    display: none;
  }
  table.table-flexible.tophead tr:nth-of-type(2) td, table.table-flexible.lefttophead tr:nth-of-type(2) td {
    border-top-color: #ccc;
  }
  table.table-flexible.tophead td::before, table.table-flexible.lefttophead td::before {
    content: attr(data-tophead) "：";
    font-weight: bold;
  }
  table.table-standard {
    margin-bottom: 0;
    border-left: none;
    border-top: none;
    white-space: nowrap;
  }
  table.table-standard tbody {
    display: block;
  }
  table.table-standard tbody tr th,
  table.table-standard tbody tr td {
    min-width: 10em;
  }
  table.table-standard tbody tr:not(:has(th)) td {
    width: auto;
  }
}
/********/
/* 全幅 */
/*******/
section.extend {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 15px;
}
section.extend.extend_fixed {
  background-attachment: fixed;
}
section.extend.none_space {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .view_pc_blocktype {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view_sp_blocktype {
    display: none !important;
  }
}
section.input_wrap {
  width: 100%;
}
section.input_wrap .input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
section.input_wrap .input_group:first-of-type {
  border-top: 1px solid #CCCCCC;
}
section.input_wrap .input_group .input_label {
  display: block;
  width: 13em;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}
section.input_wrap .input_group .input_label span.required {
  font-size: 1rem;
  color: #FF6A06;
  margin-left: 1em;
}
section.input_wrap .input_group .input_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
section.input_wrap .input_group .input_content.name_set div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set div:first-of-type {
  padding-right: 1rem;
}
section.input_wrap .input_group .input_content.name_set div:last-of-type {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  section.input_wrap .input_group .input_content.name_set div:first-of-type {
    padding-right: 0.5rem;
  }
  section.input_wrap .input_group .input_content.name_set div:last-of-type {
    padding-left: 0.5rem;
  }
}
section.input_wrap .input_group .input_content.address_set {
  width: 100%;
}
section.input_wrap .input_group .input_content.address_set div:first-of-type {
  margin-bottom: 1rem;
}
section.input_wrap .input_group .input_content .schedule_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=date],
section.input_wrap .input_group .input_content .schedule_set input[type=date] {
  width: 9rem;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=time],
section.input_wrap .input_group .input_content .schedule_set input[type=time] {
  width: 7rem;
}
@media screen and (max-width: 575px) {
  section.input_wrap .input_group .input_content .schedule_set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.input_wrap .input_group .input_content .schedule_set span {
    display: block;
    width: calc(100% - 17rem);
  }
  section.input_wrap .input_group .input_content .schedule_set span ~ input[type=date] {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  section.input_wrap .input_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section.input_wrap .input_group .input_label {
    width: auto;
    margin-bottom: 1rem;
  }
}
section.input_wrap .input_group.has-error .input_item {
  border-color: #ff5757;
}
section.input_wrap .input_group.has-error span.error_message {
  font-size: 1rem;
  color: #ff5757;
  display: inline-block;
  font-weight: 600;
  margin-top: 0.5em;
}

.submit_area {
  text-align: center;
  margin-top: 4.125rem;
}
.submit_area p {
  width: 100%;
  margin-bottom: 2.625rem;
}
.submit_area .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.submit_area .button_wrap .original-btn {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.submit_area button + button {
  margin-top: 1rem;
}

.input_item {
  display: block;
  width: 100%;
  height: 3.5em;
  padding: 1em 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e3e3e;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  outline: none;
}
.input_item::-webkit-input-placeholder {
  color: #AAAAAA;
}
.input_item::-moz-placeholder {
  color: #AAAAAA;
}
.input_item:-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::placeholder {
  color: #AAAAAA;
}
.input_item.inline_parts {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .input_item {
    height: 2.5em;
    padding: 0.5em;
  }
}
.input_item:active, .input_item:focus {
  border-color: #333333;
  background-color: #fffad7;
}

textarea.input_item {
  height: auto;
}

/*** ラジオボタン ****/
input.input_item[type=radio] {
  display: none;
  border: 0;
  margin: 0;
}
input.input_item[type=radio] + label {
  display: block;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
input.input_item[type=radio] + label:empty {
  min-height: 1em;
}
input.input_item[type=radio] + label:last-of-type {
  margin-bottom: 0;
}
input.input_item[type=radio] + label:before, input.input_item[type=radio] + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
input.input_item[type=radio] + label:before {
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #999;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input.input_item[type=radio] + label:after {
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background-color: transparent;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
}
input.input_item[type=radio]:checked + label:after {
  background-color: #44C4E0;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

input.input_item[type=checkbox] {
  display: none;
  margin: 0;
}
input.input_item[type=checkbox] + label {
  position: relative;
  padding: 10px 0px 10px 35px;
  line-height: 1.4;
  margin-bottom: 0;
}
input.input_item[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: white;
  border: 2px solid #c2ced2;
}
input.input_item[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: 13px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #44C4E0;
  border-bottom: 3px solid #44C4E0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/***************************/
/* 一覧表示（TOP・一覧共通） */
/***************************/
.news_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news_list .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1rem;
  line-height: 2;
  border-bottom: 1px dotted #CCC;
  padding: 1.40625rem 0;
}
.news_list .headline:first-of-type {
  padding-top: 0;
}
.news_list .headline span.date {
  min-width: 8.75em;
  color: #333;
  letter-spacing: 0.1em;
  margin-right: 1.5rem;
}
.news_list .headline span.cat {
  min-width: 8.75rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #666;
  border: 1px solid;
  border-radius: 14px;
  margin-right: 1.125rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.news_list .headline span.cat a {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
}
.news_list .headline span.new {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  color: #fff;
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #FF547D;
  white-space: nowrap;
}
.news_list .headline a.title {
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
}
.news_list .headline p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  margin-bottom: 0;
}
.news_list:has(+ nav) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .news_list .headline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_list .headline p {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .news_list .headline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .news_list {
    padding-bottom: 1.285rem;
  }
  .news_list .headline span.date {
    font-size: 0.8571rem;
    min-width: unset;
    font-weight: 400;
    line-height: 1.4175;
    letter-spacing: 0;
    margin-right: 1.416em;
  }
  .news_list .headline span.cat {
    font-size: 0.7143rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: unset;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  .news_list .headline span.new {
    width: 2.285rem;
    font-size: 9px;
    background-color: #FF4040;
  }
  .news_list .headline p {
    gap: 10px;
    margin-top: 0.4286em;
  }
  .news_list .headline p a.title {
    letter-spacing: normal;
  }
}

nav ul.pagination li.page-item .page-link {
  color: #aeaeae;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: transparent;
  border: none;
}
nav ul.pagination li.page-item.active .page-link {
  color: #44C4E0;
}
nav ul.pagination li.page-item:first-of-type, nav ul.pagination li.page-item:last-of-type {
  background-color: #fafafa;
  border: 2px solid #ececec;
  border-radius: 10px;
}
nav ul.pagination li.page-item:first-of-type .page-link, nav ul.pagination li.page-item:last-of-type .page-link {
  color: #44C4E0;
}
nav ul.pagination li.page-item:first-of-type {
  margin-right: 2.125rem;
}
nav ul.pagination li.page-item:last-of-type {
  margin-left: 2.125rem;
}

/**************/
/* 一覧ページ */
/**************/
.page-item .page-link {
  color: #44C4E0;
}
.page-item.active .page-link {
  background-color: #44C4E0;
  border-color: #44C4E0;
}
.page-item a.page-link[href="list.php?page="] {
  cursor: auto;
  pointer-events: none;
  color: #151515;
  background-color: #dddddd;
}

/*********/
/* 詳細画面 */
/********/
body.news-page div.content em.content-title {
  display: block;
  border-bottom: 3px solid #44C4E0;
  font-style: normal;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
body.news-page div.content p.content-data {
  border-top: 1px solid #44C4E0;
  border-bottom: 1px solid #44C4E0;
  text-align: right;
  padding: 0.5rem 0;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  body.news-page div.content em.content-title {
    font-size: 1.3rem;
  }
}
body.news-page dl.headline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
body.news-page dl.headline dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.news-page dl.headline dd {
  width: 100%;
  margin: 0;
}

.category-list .category {
  display: inline-block;
  color: #44C4E0 !important;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 1px solid #44C4E0 !important;
  padding: 0 7px;
}
.category-list .category + .category {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .category-list .category {
    font-size: 0.75rem;
    padding: 0 6px;
  }
}

body.top-page.site_font_big section.top_mainvisual div.contents div.catch {
  max-width: 1000px;
}
body.top-page.site_font_big .top_news_wrap .top_information_wrap .news_tab .tab_inner .top_btn {
  padding-left: 1rem;
}
body.top-page header.global_header {
  border: none;
}
body.top-page section.top_mainvisual {
  width: 100%;
  height: 0;
  padding-bottom: 720px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 135px;
}
@media screen and (max-width: 991px) {
  body.top-page section.top_mainvisual {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual {
    width: 100%;
    background-color: #EBF8FF;
    padding-bottom: 79.645%;
  }
}
body.top-page section.top_mainvisual div.top_slideshow {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  color: #EAEEF2;
}
body.top-page section.top_mainvisual div.top_slideshow .slide {
  position: absolute;
  top: 0%;
  left: 0%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, transform 5s linear;
  transition: opacity 3s ease, transform 5s linear, -webkit-transform 5s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.15) translate3d(0, 0, 0);
          transform: scale(1.15) translate3d(0, 0, 0);
}
body.top-page section.top_mainvisual div.top_slideshow .slide.showfase {
  opacity: 1;
  -webkit-transform: scale(1.075) translate3d(0, 0, 0) rotate(0.0001deg);
          transform: scale(1.075) translate3d(0, 0, 0) rotate(0.0001deg);
}
body.top-page section.top_mainvisual div.top_slideshow .slide.fadefase {
  opacity: 0;
  -webkit-transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
          transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.top_slideshow {
    width: 100%;
    height: 80.5%;
  }
}
body.top-page section.top_mainvisual div.top_photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.top-page section.top_mainvisual div.contents {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 4.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.top-page section.top_mainvisual div.contents div.catch {
  width: 100%;
  max-width: 856px;
  color: #fff;
}
body.top-page section.top_mainvisual div.contents div.catch h2 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.129em;
  line-height: 1.63;
  margin: 0;
  margin-bottom: 1rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.76);
}
body.top-page section.top_mainvisual div.contents div.catch h2 br {
  display: none;
}
body.top-page section.top_mainvisual div.contents div.catch p {
  font-size: 1.125rem;
  line-height: 1.888;
  font-weight: 500;
  letter-spacing: 0.129em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.81);
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.contents {
    bottom: 4.5%;
    background-image: none;
    padding: 0 10px;
  }
  body.top-page section.top_mainvisual div.contents div.catch {
    display: inline-block;
    max-width: unset;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.285rem;
    line-height: 1.33;
    background-color: #0075C2;
    padding: 0.89rem 1.285rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 1.285rem;
    font-weight: bold;
    text-shadow: none;
    margin: 0;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 br {
    display: block;
  }
  body.top-page section.top_mainvisual div.contents div.catch p {
    display: none;
  }
}
body.top-page main {
  background-color: #E2F7FF;
  padding-bottom: 1px;
}
body.top-page .top_title {
  position: relative;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.455;
  letter-spacing: 0.129em;
  padding-left: 1.5625rem;
}
body.top-page .top_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: calc(100% + 4px);
  background-color: #44C4E0;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  body.top-page .top_title {
    font-weight: 500;
  }
  body.top-page .top_title::before {
    height: calc(100% + 1px);
  }
}
body.top-page .top_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.129em;
  text-decoration: none;
  background-color: #44C4E0;
  border: 1px solid #44C4E0;
  border-radius: 22px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-right: 0.8125rem;
}
body.top-page .top_btn span {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #B9EBFF;
  border-radius: 50%;
}
body.top-page .top_btn:hover {
  color: #44C4E0;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_menu_wrap {
  padding-top: 0;
  padding-bottom: 1.875rem;
}
body.top-page .top_menu_wrap .container-fluid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1875rem;
  margin-top: -2.4375rem;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on {
  width: 50%;
  background-color: #fff;
  border: 2px solid #44C4E0;
  border-radius: 15px;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) {
  padding: 2.0625rem 2.03125rem;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  height: 6.5rem;
  background-color: #44C4E0;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 1.125rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a span {
  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;
  background-color: #B9EBFF;
  width: 67px;
  height: 67px;
  border-radius: 50%;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a span img {
  width: 60%;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.129em;
  margin-bottom: 0;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a:is(:hover, :focus) {
  background-color: #0167AB;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a:is(:hover, :focus) span {
  background-color: #ffffff;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) {
  padding: 1.875rem;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .top_title {
  margin-bottom: 0.75rem;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap {
  padding-left: 1.4375rem;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap > span {
  display: inline-block;
  color: #333;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.445;
  letter-spacing: 0.01em;
  border-radius: 5px;
  background-color: #FFF2C8;
  margin-bottom: 10px;
  padding: 9px 1.875rem 7px;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap > span strong {
  font-weight: bold;
  letter-spacing: 0.1em;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap > p {
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.5rem;
  padding-left: 2px;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap > p span {
  display: inline-block;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  margin-bottom: 1.1875rem;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap .btn_area a.top_btn {
  max-width: 238px;
  width: 50%;
  font-size: 1.125rem;
  line-height: 1.375;
  border-radius: 50px;
  padding: 10px 1.375rem;
  padding-right: 10px;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap .btn_area a.top_btn span {
  width: 1.875rem;
  height: 1.875rem;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li {
  border-bottom: 1px dotted #ccc;
  padding: 1.5625rem 0.6875rem;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  font-weight: bold;
  margin: 0;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dt {
  min-width: 75px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: right;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dt p {
  display: inline-block;
  margin-bottom: 0;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dt p span {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-align: right;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dd {
  margin: 0;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dd:has(small) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dd:has(small) small {
  color: #333;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.11em;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dd:has(small) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #0075C2;
  font-size: 1.375rem;
  line-height: 1.3185;
  letter-spacing: 0.05em;
  text-decoration: none;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li:first-of-type {
  border-top: 1px dotted #ccc;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li:first-of-type dl dt {
  color: #FF547D;
}
body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li:last-of-type {
  color: #0075C2;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
@media screen and (max-width: 1199px) {
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) {
    padding: 1.5rem 1rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list {
    gap: 0.75rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a {
    gap: 0.5rem;
    padding: 0.75rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a span {
    width: 55px;
    height: 55px;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a p {
    letter-spacing: 0.05em;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap {
    padding: 0;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dt {
    width: 30%;
    max-width: 80px;
  }
}
@media screen and (max-width: 991px) {
  body.top-page .top_menu_wrap {
    padding: 0;
  }
  body.top-page .top_menu_wrap .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on {
    width: 100%;
    border: none;
    border-radius: 0;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) {
    padding: 15px 10px 2.643rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap {
    padding: 0;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap > span {
    font-size: 1rem;
    padding: 10px 9px;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap > p {
    font-size: 0.85714rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap .btn_area {
    gap: 9px;
    margin-bottom: 1.571rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap .btn_area .top_btn {
    gap: 10px;
    padding-right: 10px;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li {
    padding: 1rem 9px !important;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dt {
    width: 25%;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dd {
    font-size: 1.285rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dd:has(small) small {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dd:has(small) a {
    font-size: 1.571rem;
  }
}
@media screen and (max-width: 575px) {
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a {
    height: 5.5rem;
    padding: 0.5rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a span {
    width: 50px;
    height: 50px;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(nav.menu_list) nav.menu_list a p {
    font-size: 1rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap .btn_area a.top_btn {
    gap: 5px;
    min-width: unset;
    width: 50%;
    font-size: 1rem;
    padding-left: 1rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) .inner_wrap .btn_area a.top_btn span {
    width: 1.3214rem;
    height: 1.3214rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl {
    gap: 1.857rem;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dt {
    width: auto;
    min-width: 70px;
    text-align: left;
  }
  body.top-page .top_menu_wrap .container-fluid div.tag-on:has(.top_title) ul li dl dd {
    font-size: 1.0714rem;
  }
}
body.top-page .top_special_info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 15px;
  margin-bottom: 25px;
}
body.top-page .top_special_info_wrap .title {
  width: 23.412%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-radius: 10px 0 0 10px;
  padding: 1rem;
}
body.top-page .top_special_info_wrap .title img {
  width: 2.375rem;
  height: 2.375rem;
}
body.top-page .top_special_info_wrap .title h3 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
}
body.top-page .top_special_info_wrap .info_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  font-size: 1.125rem;
}
body.top-page .top_special_info_wrap .info_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.top-page .top_special_info_wrap .info_list ul li {
  line-height: 1.44;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
}
body.top-page .top_special_info_wrap .info_list ul li::before {
  content: "";
  display: inline-block;
  min-width: 1.6875rem;
  height: 1.6875rem;
  background-image: url("../img/icon_alert_red.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.top-page .top_special_info_wrap .info_list ul li + li {
  margin-top: 1.25rem;
}
body.top-page .top_special_info_wrap .info_list ul li a {
  color: #333;
  text-decoration: underline;
}
body.top-page .top_special_info_wrap.important {
  background-color: #FFF3F6;
  border-color: #FF547D;
}
body.top-page .top_special_info_wrap.important .title {
  background-color: #FF547D;
}
body.top-page .top_special_info_wrap.important .info_list ul li::before {
  background-image: url("../img/icon_alert_pink.png");
}
body.top-page .top_special_info_wrap.covid19 {
  background-color: #FFFCF2;
  border-color: #FFCC40;
}
body.top-page .top_special_info_wrap.covid19 .title {
  background-color: #FFCC40;
}
body.top-page .top_special_info_wrap.covid19 .info_list ul li::before {
  background-image: url("../img/icon_alert_yellow.png");
}
@media screen and (max-width: 991px) {
  body.top-page .top_special_info_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    background-color: transparent !important;
    border: none;
    margin-bottom: 24px;
    padding: 0 10px;
  }
  body.top-page .top_special_info_wrap .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 45.576%;
    border-top-width: 2px;
    border-top-style: solid;
    border-radius: 5px 5px 0 0;
    gap: 9px;
    padding: 9px 0.93rem;
  }
  body.top-page .top_special_info_wrap .title img {
    width: 1.2857rem;
    height: 1.2857rem;
  }
  body.top-page .top_special_info_wrap .title h3 {
    font-size: 1rem;
  }
  body.top-page .top_special_info_wrap .info_list {
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
    padding: 1rem 0.7143rem;
  }
  body.top-page .top_special_info_wrap .info_list ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
  body.top-page .top_special_info_wrap .info_list ul li a {
    font-size: 15px;
  }
  body.top-page .top_special_info_wrap.important .title,
  body.top-page .top_special_info_wrap.important .info_list {
    border-color: #FF4040;
  }
  body.top-page .top_special_info_wrap.important .info_list {
    background-color: #FFF3F6;
  }
  body.top-page .top_special_info_wrap.covid19 {
    margin-bottom: 2.643rem;
  }
  body.top-page .top_special_info_wrap.covid19 .title,
  body.top-page .top_special_info_wrap.covid19 .info_list {
    border-color: #FFCC40;
  }
  body.top-page .top_special_info_wrap.covid19 .title br,
  body.top-page .top_special_info_wrap.covid19 .info_list br {
    display: none;
  }
}
body.top-page .top_news_wrap {
  padding-top: 2.375rem;
  padding-bottom: 3.75rem;
}
body.top-page .top_news_wrap .top_information_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid #44C4E0;
  padding: 2.5rem 2rem;
}
body.top-page .top_news_wrap .top_information_wrap .news_tab {
  width: 21.5%;
}
body.top-page .top_news_wrap .top_information_wrap .news_tab .top_title {
  margin-bottom: 2.5625rem;
}
body.top-page .top_news_wrap .top_information_wrap .news_tab .tab_inner {
  padding-left: 1.6875rem;
}
body.top-page .top_news_wrap .top_information_wrap .news_tab .tab_inner .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
  list-style: none;
  margin-bottom: 3.25rem;
  padding: 0;
}
body.top-page .top_news_wrap .top_information_wrap .news_tab .tab_inner .cat_list li.cat_name {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_news_wrap .top_information_wrap .news_tab .tab_inner .cat_list li.cat_name.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: bold;
  pointer-events: none;
}
body.top-page .top_news_wrap .top_information_wrap .news_tab .tab_inner .cat_list li.cat_name.active::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #44C4E0;
  border-radius: 5px;
}
body.top-page .top_news_wrap .top_information_wrap .news_tab .tab_inner .cat_list li.cat_name:hover {
  color: #44C4E0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .top_news_wrap .top_information_wrap .news_tab .tab_inner .top_btn {
  width: 165px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  border-radius: 28px;
  padding: 0.7195rem 2.0625rem;
  padding-right: 0.9375rem;
}
body.top-page .top_news_wrap .top_information_wrap .top_news_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 884px;
  width: 78.5%;
  border-left: 1px dotted #ccc;
  margin-left: auto;
  padding-left: 2.59375rem;
}
body.top-page .top_news_wrap .top_information_wrap .top_news_list ul.news_list li.headline p {
  overflow: hidden;
}
body.top-page .top_news_wrap .top_information_wrap .top_news_list ul.news_list li.headline p a.title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.top-page .top_news_wrap .top_information_wrap .top_news_list ul.news_list li.none_headline {
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  body.top-page .top_news_wrap .top_information_wrap .news_tab .tab_inner {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  body.top-page .top_news_wrap {
    padding-top: 1.643rem;
    padding-bottom: 2.143rem;
  }
  body.top-page .top_news_wrap .container-fluid {
    padding: 0;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .news_tab {
    display: contents;
    padding: 0;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .news_tab .top_title {
    display: none;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .news_tab .tab_inner {
    display: contents;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .news_tab .tab_inner .cat_list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin: 0;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .news_tab .tab_inner .cat_list li.cat_name {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #666;
    font-size: 0.85714rem;
    letter-spacing: normal;
    text-align: center;
    background-color: #eee;
    border-right: 1px solid #ddd;
    padding: 10px;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .news_tab .tab_inner .cat_list li.cat_name.active {
    color: #fff;
    background-color: #44C4E0;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .news_tab .tab_inner .cat_list li.cat_name::before {
    display: none;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .news_tab .tab_inner .cat_list li.cat_name:last-of-type {
    border-right: none;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .news_tab .tab_inner .top_btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9px;
    width: 100%;
    font-size: 1rem;
    border-radius: 0;
    padding: 0.875rem 0.9375rem;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .top_news_list {
    max-width: 100%;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .top_news_list ul.news_list li {
    padding: 1.785rem 15px;
  }
  body.top-page .top_news_wrap .container-fluid .top_information_wrap .top_news_list ul.news_list li:first-of-type {
    padding-top: 1.428rem;
  }
}
body.top-page .top_img_wrap {
  width: 100%;
  height: 0;
  background-position: center 28%;
  padding-bottom: 30.132%;
}
@media screen and (max-width: 767px) {
  body.top-page .top_img_wrap {
    background-size: 153%;
    background-position: center;
    padding-bottom: 58.016%;
  }
}

/************************************
サイトマップテーブル
************************************/
table.sitemap-table {
  width: 100%;
}
table.sitemap-table th,
table.sitemap-table td {
  line-height: 1.2;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
table.sitemap-table th {
  font-size: 1rem;
  width: 50px;
  white-space: nowrap;
  font-weight: normal;
}
table.sitemap-table a {
  color: #212529;
  text-decoration: none;
}
table.sitemap-table a:hover, table.sitemap-table a:active, table.sitemap-table a:focus {
  text-decoration: underline;
}
table.sitemap-table td {
  font-size: 1rem;
  font-weight: normal;
}
table.sitemap-table td p {
  margin-bottom: 0;
}
table.sitemap-table td p + p {
  margin-top: 1em;
}
table.sitemap-table td p a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
table.sitemap-table td p a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 0;
  left: 0;
  color: #44C4E0;
}
@media screen and (max-width: 767px) {
  table.sitemap-table {
    display: block;
  }
  table.sitemap-table tbody, table.sitemap-table tr, table.sitemap-table th, table.sitemap-table td {
    display: block;
  }
  table.sitemap-table th {
    width: auto;
    white-space: normal;
    border-bottom: none;
    padding: 15px 10px;
  }
  table.sitemap-table td {
    padding: 0 20px;
    margin: 10px;
  }
}

.list_childrenpage ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_childrenpage ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  width: 100%;
  height: 150px;
  text-decoration: none;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px 9px;
  padding-right: 1.25rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list_childrenpage ul li a h3 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4285;
  letter-spacing: 0.15em;
  margin: 0;
}
.list_childrenpage ul li a h3 span {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.4375rem;
}
.list_childrenpage ul li a::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% + 2px);
  background-color: #44C4E0;
  border-radius: 5px;
}
.list_childrenpage ul li a span.arrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #44C4E0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-left: auto;
}
.list_childrenpage ul li a span.arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background-color: #fff;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.list_childrenpage ul li a:is(:hover, :focus) {
  background-color: #E2F7FF;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list_childrenpage ul li a:is(:hover, :focus) span.arrow {
  background-color: #fff;
}
.list_childrenpage ul li a:is(:hover, :focus) span.arrow::after {
  background-color: #44C4E0;
}
@media screen and (max-width: 767px) {
  .list_childrenpage ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .list_childrenpage ul li {
    width: 100%;
  }
  .list_childrenpage ul li a {
    gap: 0.93rem;
    height: 75px;
    padding: 15px 10px;
    padding-right: 15px;
  }
  .list_childrenpage ul li a h3 {
    font-size: 1.142857rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .list_childrenpage ul li a h3 span {
    font-size: 0.7857rem;
    margin: 0;
  }
  .list_childrenpage ul li a::after {
    right: 10px;
  }
}

div.table-on.color_tbl table {
  border-spacing: 2px;
}
div.table-on.color_tbl table tr th, div.table-on.color_tbl table tr td {
  border: none;
}
div.table-on.color_tbl table tr th {
  color: #fff;
  background-color: #44C4E0;
}
div.table-on.color_tbl table tr td {
  background-color: #E6FBFF;
}

.kensyuui_block div.text-area > strong {
  position: relative;
  display: block;
  width: 100%;
  color: #333;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.466;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #F2F2F2;
  padding-bottom: 0.75rem;
}
.kensyuui_block div.text-area > strong::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 6rem;
  border-bottom: 2px solid #44C4E0;
}
.kensyuui_block div.text-area p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  color: #333;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.kensyuui_block div.text-area p::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 4px;
  height: 1.875rem;
  background-color: #44C4E0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .kensyuui_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .kensyuui_block div.text-area > strong {
    font-size: 1.2857rem;
    margin-bottom: 1rem;
    padding-bottom: 10px;
  }
  .kensyuui_block div.text-area > strong::after {
    width: 6.857rem;
  }
  .kensyuui_block div.text-area p {
    font-size: 1.2857rem;
  }
}

div.table-on.tantou_tbl table {
  border-collapse: collapse;
  border-spacing: 0px;
}
div.table-on.tantou_tbl table tr th, div.table-on.tantou_tbl table tr td {
  text-align: center;
  white-space: nowrap;
  border-left: 1px solid;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
div.table-on.tantou_tbl table tr th:last-of-type, div.table-on.tantou_tbl table tr td:last-of-type {
  border-right: 1px solid;
}
div.table-on.tantou_tbl table tr th {
  border-left-color: #44C4E0;
}
div.table-on.tantou_tbl table tr th:last-of-type {
  border-right-color: #44C4E0;
}
div.table-on.tantou_tbl table tr td {
  vertical-align: middle;
  border-left-color: #ccc;
}
div.table-on.tantou_tbl table tr td:last-of-type {
  border-right-color: #ccc;
}
div.table-on.tantou_tbl table tr td strong {
  color: red;
  font-size: 80%;
}

/*********/
/*詳細画面*/
/********/
body.news-page div.content em.content-title {
  display: block;
  border-bottom: 3px solid #44C4E0;
  font-style: normal;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
body.news-page div.content p.content-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 100%;
  border-top: 1px solid #44C4E0;
  border-bottom: 1px solid #44C4E0;
  text-align: right;
  padding: 0.5rem 0;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
body.news-page div.content p.content-data span.category {
  min-width: 8.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid;
  border-radius: 14px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.news-page div.content p.content-data span.category a {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body.news-page div.content em.content-title {
    font-size: 1.3rem;
  }
}
body.news-page.information-list main {
  margin-bottom: 3.25rem;
}

body.form-page .custom-form {
  margin-top: -4.25rem;
  padding-top: 8.5rem;
}
body.form-page p.form_lead {
  margin-bottom: 3.25rem;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number,
body.form-page section.contactform_wrap div.fax-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.form-page section.contactform_wrap div.tel-number h4,
body.form-page section.contactform_wrap div.fax-number h4 {
  font-size: 1.25rem;
  width: 100%;
  margin-bottom: 0;
}
body.form-page section.contactform_wrap div.tel-number p,
body.form-page section.contactform_wrap div.fax-number p {
  margin-bottom: 0;
}
body.form-page section.contactform_wrap div.tel-number p.type,
body.form-page section.contactform_wrap div.fax-number p.type {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px solid #000000;
  margin-right: 1em;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number p.number,
body.form-page section.contactform_wrap div.fax-number p.number {
  font-size: 2.5rem;
  font-weight: 500;
  margin-right: 2rem;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number p.supplementary,
body.form-page section.contactform_wrap div.fax-number p.supplementary {
  font-size: 1rem;
  letter-spacing: 0.092em;
}
@media screen and (max-width: 767px) {
  body.form-page section.contactform_wrap div.tel-number,
  body.form-page section.contactform_wrap div.fax-number {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.form-page section.contactform_wrap div.tel-number p.number,
  body.form-page section.contactform_wrap div.fax-number p.number {
    white-space: nowrap;
    font-size: 2rem;
  }
  body.form-page section.contactform_wrap div.tel-number p.supplementary,
  body.form-page section.contactform_wrap div.fax-number p.supplementary {
    width: 100%;
  }
}

section.reserve_form {
  max-width: 800px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */