/*
Theme Name: XeoryExtension Child
Theme URI: https://xeory.jp/extension
Template: xeory_extension
Author: バズ部
Author URI: https://bazubu.com/
Description: クリニック用テーマ
Version: 0.2.5.1628232290
Updated: 2021-08-06 06:44:50

/* =======================================================
======== PC base ========================================== */
html {
  margin: 0;
}
@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "游ゴシック", "遊ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  background: none;
  line-height: 2;
  letter-spacing: 0.02rem;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal; }
menu, ol, ul {
  padding: 0;
  margin: 0;
}
p {
  margin: 0 0 1rem;
}
.alignleft {
  margin: 0 2rem 0 0;
}
.text-ad-links {
  display: none; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animation {
  margin: 50px 0;
  font-size: 40px;
  font-weight: bold;
  color: #ff0000; }
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
::selection {
  background: #cde6f9;
  /* Safari用 */ }
::-moz-selection {
  background: #cde6f9;
  /* Firefox用 */ }
ul li {
  list-style: none; }
h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold; }
img {
  vertical-align: bottom; }
a {
  display: inline-block;
  text-decoration: none;
  color: #004dbc;
  outline: none; }
  a:hover {
    opacity: .8; }
  a:focus {
    outline: none; }
table {
  width: 100%;
}
table tr .tb_md {
  text-align: left !important;
  width: 30%;
}
table tr th, table tr td {
  border: 0;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
table tr th > span {
  font-weight: normal;
}
table tr td > span {
  font-weight: bold;
}
.main-inner {
  margin-bottom: 3rem;
}
.no-sidebar {
  margin: 0 auto !important;
  width: 100%;
  max-width: 1024px;
}
/* =======================================================
======== PC header ========================================== */
@media screen and (min-width: 800px) {
  .layout_100vh {
    position: relative;
    width: 100%; }
  .top_aboutBlock_inner .wp-block-columns {
    margin: 0;
    }
  .layout_1280 {
    position: relative;
    width: 94%;
    max-width: 1280px;
    margin: 0 auto 240px; }
  .layout_1024 {
    position: relative;
    width: 94%;
    max-width: 1024px;
    margin: 0 auto; }
  .contents_h1 {
    position: relative;
    top: 15px;
    left: 0;
    height: 100px;
    font-size: 1.6em;
    z-index: 2; }
  .contents_h2, .page-postcont h2 {
    position: relative;
    padding: 0 0 0 1rem;
    color: #222 !important;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.04rem;
    margin: 3rem 0 1rem; }
  .contents_h2:first-of-type, .page-postcont h2:first-of-type {
    margin: 0 0 2rem; }
    .contents_h2:before, .page-postcont h2:before {
      position: absolute;
      left: 0;
      display: inline-block;
      width: 6px;
      height: 100%;
      background: #004dbc;
      content: ""; }
  .contents_h3, .page-postcont h3 {
    margin: 1.5rem 0 0.2rem 0;
    color: #222;
    font-size: 1.3em; }
  header {
    position: relative;
    background-color: #ffffff !important;
    z-index: 1000; }
    header .header_inner {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto; }
      header .header_inner .header_gNav {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 10px 0 10px 20px;
        text-align: center; }
        header .header_inner .header_gNav > ul {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: flex-start;
          justify-content: flex-start; }
          header .header_inner .header_gNav > ul > li {
            -webkit-flex-grow: 1;
            flex-grow: 1;
            margin: 0;
            padding: 10px 0;
            box-sizing: border-box; }
            header .header_inner .header_gNav > ul > li:last-of-type {
              margin: 0; }
        header .header_inner .header_box .header_logo {
          display: inline-block;
          position: relative;
          margin: 1rem 0 0 1rem;
          vertical-align: top; }
          #header #logo {
            float: none;
            height: inherit;
            line-height: inherit;
            font-size: inherit;
            line-height: 0; }
          #header #logo img {
            max-height: 40px;
          }
        .header_btn {
          display: flex;
          justify-content: flex-end;
          position: absolute;
          top: 1rem;
          right: 1rem;
          width: 100%;
        }
        .header_recruit {
          position: relative;
          top: 2px;
          line-height: 0.8rem;
          height: 40px;
          font-size: 0.8rem;
          margin: -0.2rem 1rem 0;
          padding: 0.8rem 1rem;
          text-decoration: none;
          color: #004dbc !important;
          border: 1px solid #004dbc;
          box-sizing: border-box;
          border-radius: 6px;
        }
        .header_recruit img {
          width: 20px;
          position: relative;
          top: -4px;
        }
        .header_recruit:hover {
          text-decoration: underline;
        }
        header .header_inner .header_box .header_btnReserve {
          display: flex;
          width: 188px;
          height: 40px;
          margin: 0 1rem 0 0;
          padding: 0.5rem;
          font-size: 0.8rem;
          border-radius: 6px;
          font-weight: bold;
          text-align: center;
          background-color: #B7920E;
          box-sizing: border-box;
          vertical-align: top;
          justify-content: center; }
          header .header_inner .header_box .header_btnReserve .reserveBtn_icon {
            position: relative;
            top: -5px;
            display: inline-block;
            width: 16px;
            margin: 0 6px 0 0; }
            header .header_inner .header_box .header_btnReserve .reserveBtn_icon img {
              width: 100%; }
          header .header_inner .header_box .header_btnReserve .reserveBtn_txt {
            display: inline-block;
            color: #ffffff; }
        header .header_inner .header_box .header_btnTel {
          display: flex;
          width: 188px;
          height: 40px;
          border-radius: 6px;
          text-align: center;
          margin: 0 !important;
          padding: 0 0.5rem !important;
          background-color: #004dbc;
          box-sizing: border-box;
          vertical-align: top;
          justify-content: center; }
          header .header_inner .header_box .header_btnTel .telBtn_icon {
            position: relative;
            top: 2px;
            display: inline-block;
            width: 10px;
            margin: 0 6px 0 0;
            vertical-align: top; }
          header .header_inner .header_box .header_btnTel .telBtn_num {
            position: relative;
            left: -3px;
            top: -5px;
            display: inline-block;
            margin: 0;
            box-sizing: border-box; }
            header .header_inner .header_box .header_btnTel .telBtn_num .tel_guide {
              position: relative;
              top: -2px;
              color: #ffffff;
              font-size: 0.6em;
              font-weight: bold;
              letter-spacing: 0; }
            header .header_inner .header_box .header_btnTel .telBtn_num .tel_number {
              position: relative;
              display: block;
              color: #ffffff !important;
              font-family: 'Bebas Neue', cursive;
              top: -21px;
              font-size: 1.3rem;
              left: 0; }
  #header-gnav-area {
    width: 100%;
  }
  #header a {
    color: #222222;
  }
  #header a:hover {
    text-decoration: none;
  }
  #header-fnav-area, #header-gnav-area, #gnav {
    float: none;
    background: #fff;
  }
  #gnav-ul {
    display: flex;
  }
  #gnav-ul > li {
    width: calc(100% / 7);
    text-align: center;
    background: #fff;
  }
  #gnav ul {
    background: #fff;
    letter-spacing: 0.0rem;
    margin: 1.5rem 0 0 0;
  }
  #gnav ul li .sub-menu {
    margin: 0;
    z-index: 999;
    border: none;
    left: -10%;
    width: 120%;
  }
  #gnav ul li .sub-menu li a {
    font-size: 0.85rem;
    line-height: 1.3;
  }
  #gnav ul li a {
    background: #fff;
    color: #222;
    padding: 1rem 0.5rem 0.5rem;
    font-size: 0.9rem;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
  }
  #gnav > #gnav-container > #gnav-ul > li.current-menu-item > a, #gnav > #gnav-container > #gnav-ul > li > a:hover {
    background-color: inherit !important;
    border-bottom: 2px solid #004dbc;
    box-sizing: border-box;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
  }
  #gnav ul li a:hover,#gnav ul li > a:active, #gnav ul li:hover > a {
    color: #222;
    background: transparent !important;
  }

  .header_no_link > a {
    color: #999999 !important; }
    .header_no_link > a > span:hover:after {
      content: none !important; }

  .breadcrumb li a {
    display: inline-block;
  }
  .breadcrumb li {
    margin-left: 0.25rem;
  }
  .breadcrumb-area {
    border: none;
  }
  .breadcrumb-area .wrap {
    padding: 1rem 0;
  }
  .fa-pencil-square-o {
    display: none;
  }
  .fa-file {
    display: none;
  }
  /* =======================================================
  ======== PC slider ========================================== */
  .slider {
    width: 100%;
    margin: 0 auto 80px !important;
  }
  .slick-slide img {
    width: 600px;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .mypattern .slick-slide {
    position: relative;
    margin: 0 0.5rem;
  }
  .mypattern .slick-slide h2 {
    position: relative;
    color: #222;
    font-weight: bold;
    text-align: center;
    font-size: 0.9rem;
    width: 100%;
    padding: 1.2rem 1rem;
    box-sizing: border-box;
    line-height: 1.5;
  }
  /*slick setting*/
  .mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(60%);
    -moz-filter: opacity(60%);
    -o-filter: opacity(60%);
    -ms-filter: opacity(60%);
    filter: opacity(60%);
    transition: 0.2s linear;
  }
  /*-----------矢印表示----------*/
  .slick-next{
    right: 200px !important;
  }
  .slick-next:before {
    background-image: url("img/arrow-right.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .slick-prev {
    left: 210px !important;
  }
  .slick-prev:before{
    background-image: url("img/arrow-left.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .slick-arrow{
    z-index: 2 !important;
    width: 30px !important;
    height: 30px !important;
  }
  .slick-arrow:before{
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
  }
  /* =======================================================
  ======== PC staff ========================================== */
  .signature {
    display: block;
    text-align: right;
    margin: 1rem 0 0 0;
  }
  .staff-img {
    width: 240px;
  }

  /* =======================================================
  ======== PC philosophy ========================================== */
  .philosophy-block {
    padding: 2rem;
    background: #F8FAFF;
    border: 1px solid #004dbc;
    box-sizing: border-box;
  }
  .philosophy-block li {
    line-height: 2rem;
  }
  .philosophy-block span {
    display: block;
    color: #004dbc;
    font-weight: bold;
    line-height: 1;
    margin: 2rem 0 0.5rem 0;
  }
  .philosophy-block li:first-of-type span {
    margin: 0 0 0.5rem 0;
  }



  /* =======================================================
  ======== PC accordion ========================================== */
  .accordion_cont {
    margin: 0 0 20px 0;
    padding: 5px;
    border: 4px solid #f3f5f0;
    box-sizing: border-box; }
    .accordion_cont .accordion_contInner {
      position: relative;
      display: block;
      box-sizing: border-box;
      padding: 14px 20px 14px; }
      .accordion_cont .accordion_contInner .accordion_link {
        position: relative;
        font-weight: bold;
        font-size: 1.2em;
        box-sizing: border-box; }
        .accordion_cont .accordion_contInner .accordion_link p {
          padding: 0;
          margin: 0;
          font-weight: normal; }
        .accordion_cont .accordion_contInner .accordion_link:after {
          position: absolute;
          display: block;
          width: 10px;
          height: 10px;
          margin: 0 10px;
          border-bottom: 3px solid #004dbc;
          border-right: 3px solid #004dbc;
          transform: rotate(45deg);
          top: 10px;
          right: -8px;
          content: '';
          z-index: 3; }
        .accordion_cont .accordion_contInner .accordion_link .accordion_detail {
          position: relative;
          display: block;
          margin: 40px 10px 10px 0;
          font-weight: normal;
          line-height: 1.8em;
          color: #222;
          font-size: 0.9em; }
          .accordion_cont .accordion_contInner .accordion_link .accordion_detail li > .career_date {
            display: inline-block;
            width: 35%;
            font-weight: bold; }
          .accordion_cont .accordion_contInner .accordion_link .accordion_detail li > .career_txt {
            display: inline-block;
            margin: 0 0 0 10px; }
          .accordion_cont .accordion_contInner .accordion_link .accordion_detail li > .accordion_linkimg {
            margin: 30px 0 0 0; }
            .accordion_cont .accordion_contInner .accordion_link .accordion_detail li > .accordion_linkimg img {
              width: 100%; }
  /* =======================================================
  ======== PC sidebar ========================================== */
  .sidebar-listlink .rpwe-ul li {
    border: none;
  }
  .side-inner {
    /* border-left: 1px solid #e0e0e0; */
    padding: 0 0 0 2rem;
    box-sizing: border-box;
  }
  .side-inner h2 {
    font-size: 0.9rem;
    color: #004dbc;
    font-weight: bold !important;
    padding: 0.2rem 0 0.2rem 0.8rem;
    margin: 0 0 0.85rem 0 !important;
    background: #F8FAFF;
  }
  .side-inner .menu {
    margin: 0 0 2rem 0 !important;
  }
  .side-inner ul {
    padding: 0 0 0 1rem !important;
  }
  .side-inner ul li {
    padding: 0.25rem 0 0 !important;
    font-size: 0.9rem;
  }
  .rpwe-block li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
   .sidebar-listlink .rpwe-block .rpwe-ul h3 {
    font-size: 0.9rem !important;
    padding: 0.5rem 0 0.5rem 0.85rem;
    line-height: 1.4;
  }
  #vkexunit_banner-2 {
    margin: 1rem 0 0 0;
  }
  /* =======================================================
  ======== PC footer ========================================== */
  .top_footer_group {
    position: relative;
    top: 140px;
  }
  .footer_group {
    position: relative;
    /* top: 200px; */
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; }
  .timeBlock {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 2rem 0 5rem;
    box-sizing: border-box; }
  .timeBlock .timeBlock_inner {
    width: 100%;
    max-width: 1124px;
    margin: 0 auto; }
  .reserve_cont {
    display: flex;
    width: 880px;
    justify-content: center;
    margin: 0 auto;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.25); }
  .reserve_cont .tell_box, .reserve_cont .net_box {
    display: inline-block;
    padding: 1rem 2.5rem 2rem;
    vertical-align: top;
    box-sizing: border-box; }
  .reserve_cont .tell_box a, .reserve_cont .net_box a {
    width: 300px;
    height: 48px;
    padding: 0.5rem 0 0 0;
    margin: 1rem 0 0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box; }
  .reserve_cont .tell_box, .reserve_cont .net_box {
    width: calc(300px + 5rem); }
  .reserve_cont .tell_box {
    margin: 0 2rem 0 0; }
  .reserve_cont .tell_box h2, .reserve_cont .net_box h2 {
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 1.4em; }
  .reserve_cont .tell_box h2 {
    color: #004dbc; }
  .reserve_cont .tell_box p, .reserve_cont .net_box p {
    font-size: 0.9rem;
    line-height: 1.6em;
    margin: 0; }
  .reserve_cont .tell_box a {
    background: #004dbc;
  }
  .reserve_cont .tell_box a img {
    margin: -4px 10px 0 0;
    vertical-align: middle;
  }
  .reserve_cont .net_box h2 {
    color: #B7920E;
  }
  .reserve_box {
    height: 100px;
  }
  .net_box a {
    background: #B7920E;
  }
  .net_box p span {
    display: block;
    padding: 0;
    font-size: 0.7em;
    box-sizing: border-box;
  }
  .time_cont {
    width: 100%;
    margin: 4rem 0 0 0;
  }
  .time_cont .timetxt_box {
    width: 38%;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .time_cont .timetxt_box h2 {
    margin: 0 0 1rem !important;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .time_cont .timetxt_box p {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .time_cont .time_box {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .time_cont .time_box .time_table {
    display: flex;
    padding: 0;
    /* background: #ffffff;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.25); */
  }
  .time_cont .time_box .time_table .each_timetable {
    position: relative;
    width: 100%;
    border: none;
    z-index: 1;
  }
  .time_cont .time_box .time_table .each_timetable h2 {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
  }
  .time_cont .time_box .time_table .each_timetable h2:after {
    display: block;
    width: auto;
    height: 8px;
    position: relative;
    top: -6px;
    z-index: -1;
    content: '';
  }
  .time_cont .time_box .time_table .tb_jibika h2:after {
    background-color: #EFFBE0;
  }
  .time_cont .time_box .time_table .tb_naika h2:after {
    background-color: #FFEFF7;
  }
  .time_cont .time_box .time_table .each_timetable h3 {
    position: relative;
    display: block;
    margin: 0 0 0.75rem;
    padding: 0 0 0 0.7rem;
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .time_cont .time_box .time_table .each_timetable h3:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    display: block;
    content: '';
  }
  .time_cont .time_box .time_table .tb_jibika h3:before {
    background-color: #6FC800;
  }
  .time_cont .time_box .time_table .tb_naika h3:before {
    background-color: #FF50A4;
  }
  .time_cont .time_box .time_table .each_timetable p {
    font-size: 0.95rem;
    margin: 0 0 1.5rem;
  }
  .time_cont .time_box .time_table .each_timetable table {
    background: #ffffff;
    border: none;
    table-layout: fixed;
    width: 530px !important;
  }
  .time_cont .time_box .time_table .each_timetable:last-of-type {
    margin: 0 0 0 3rem;
  }
  .time_cont .time_box .time_table table tr {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
  }
  .time_cont .time_box .time_table table tr:first-of-type {
    border-bottom: none;
  }
  .time_cont .time_box .tb_jibika table tr:first-of-type > th {
    background-color: #EFFBE0;
    color: #156900;
  }
  .time_cont .time_box .tb_naika table tr:first-of-type > th {
    background-color: #FFEFF7;
    color: #941200;
  }
  .time_cont .time_box .time_table table tr:first-of-type > th {
    padding: 4px 0;
    font-size: 1em;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
  }
  .time_cont .time_box .time_table table tr > th:last-of-type,
  .time_cont .time_box .time_table table tr > td:last-of-type {
    width: 57px !important;
    padding: 0 12px 0 0;
  }
  .time_cont .time_box .time_table table tr > th:first-of-type {
    width: 160px !important;
    padding: 0 0 0 12px;
  }
  .time_cont .time_box .time_table table tr th {
    padding: 12px 0 12px 24px;
    font-size: 0.9em !important;
    text-align: left;
    font-weight: bold;
    font-size: 1.5em;
    border: none; }
      .time_cont .time_box .time_table table tr td {
        padding: 16px 0;
        border: none; }
        .time_cont .time_box .time_table .each_timetable > ul {
          margin: 1rem 0 0 0;
          font-size: 0.8rem;
        }
        .time_cont .time_box .time_table .each_timetable > ul > li {
          line-height: 1.2rem;
        }
        .time_cont .time_box .time_table .each_timetable > ul > li > a {
          color: #222;
          font-weight: bold;
          text-decoration: underline;
        }
    .black_circle:before, .white_circle:before {
      display: block;
      width: 14px;
      height: 14px;
      margin: 0 auto;
      border-radius: 16px;
      content: ""; }

    .black_circle:before {
      background-color: #222; }

    .white_circle:before {
      border: 1px solid #222;
      box-sizing: border-box; }

    .tb_line:before {
      display: block;
      width: 12px;
      height: 1px;
      margin: 0 auto;
      background-color: #222;
      content: ""; }
	
    .mapBlock {
      position: relative; }
      .mapBlock .mapBlock_inner #map {
        width: 100%;
        height: 400px;
        background-color: #e0e0e0; }

    .telBlock {
      position: relative; }
      .telBlock .telBlock_inner {
        width: 800px;
        margin: 0 auto; }
        .telBlock .telBlock_inner p {
          margin: 30px 0 0 0; }
        .bnr_reserve_block {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          margin: 1rem 0 2rem;
        }
        .tel_cont, .internet_cont {
          display: block;
          vertical-align: top;
          box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.25);
          border-radius: 6px;
          box-sizing: border-box; }
          .tel_cont {
            margin: 0 1rem 0 0;
          }
          .internet_cont {
            margin: 0;
          }
          .telBlock .telBlock_inner .internet_cont img {
            width: 100%; }
      .btn_topback {
        position: relative;
        width: 100%;
        height: 70px;
        background-color: #004dbc;
        text-align: center; }
        .btn_topback > span.topback_anchor {
          position: relative;
          display: inline-block;
          top: 0; }
          .btn_topback > span.topback_anchor::before {
            display: block;
            width: 7px;
            height: 7px;
            border: 2px solid #ffffff;
            border-left-width: 0;
            border-bottom-width: 0;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            content: ''; }
        .btn_topback > .topback_txt {
          display: inline-block;
          padding: 20px 0 0 8px;
          color: #ffffff;
          font-size: 1em;
          text-align: center;
          letter-spacing: 0.1rem; }

  .footer {
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
    box-sizing: border-box;
  }
  .footer .footer_block {
    padding: 60px 60px 0;
    box-sizing: border-box;
  }
  .footer .footer_block .footer_blockInner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 2rem;
  }
            .footer .footer_block .footer_blockInner .footer_nav {
              display: inline-block;
              width: 42%;
              vertical-align: top;
              box-sizing: border-box; }
              .footer .footer_block .footer_blockInner .footer_nav ul {
                display: inline-block;
                width: 45%;
                vertical-align: top; }
                .footer .footer_block .footer_blockInner .footer_nav ul li a {
                  font-size: 0.8em;
                  font-weight: bold; }
            .footer .footer_block .footer_blockInner .footer_description {
              display: inline-block;
              width: calc(100% - 44%);
              margin-right: 0; }
              .footer .footer_block .footer_blockInner .footer_description > h2 {
                font-size: 0.9em;
                margin: 0 0 10px 0; }
              .footer .footer_block .footer_blockInner .footer_description > p {
                font-size: 0.8em; }
  .footer .footer_block .footer_bnr_block_main {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top; }
  .footer_bnr_block_main_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_bnr_block_main_inner > div {
    width: calc((100% - 2rem) / 5);
    margin: 0.5rem 0.35rem 0 0;
    vertical-align: top;
  }
  .footer_bnr_block_main_inner > div > a > img {
    width: 100%;
  }

  .footer-copyright {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 0.6em;
    background-color: #e0e0e0;
    text-align: center;
    margin: 0;
  }

  /* =======================================================
  ======== PC TOP - main images - ========================================== */
  .top_mainImg {
    position: relative;
    width: 100%;
    height: 280px;
    margin: 0 0 120px 0;
    background-size: cover;
    z-index: 1; }
    .top_mainImg .top_mainImg_inner {
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center; }
      .top_mainImg .top_mainImg_inner img {
        width: 100%; }

  .top_mainImg .top_mainImg_inner img.top_mainvisual_tree {
    position: absolute;
    top: -50%;
    right: -52%;
    width: 60%;
    z-index: 2; }
  .top_mainImg .top_mainImg_inner img.top_mainvisual_doctor {
    position: absolute;
    top: 12%;
    right: 8%;
    width: 40%;
    z-index: 2; }
  .top_mainImg .top_mainImg_inner .top_mainvisual_txt {
    position: absolute;
    top: 30%;
    width: 400px;
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    z-index: 5;
    font-size: 1.1em; }
    .top_mainImg .top_mainImg_inner .top_mainvisual_txt:before {
      position: absolute;
      top: -80%;
      left: -60%;
      width: 300px;
      height: 200px;
      background-color: rgba(83, 189, 102, 0.8);
      border-right-width: 0;
      border-top-width: 0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      content: "";
      z-index: -1; }
    .top_mainImg .top_mainImg_inner .top_mainvisual_txt h1 {
      margin: 0;
      font-size: 1.2em;
      color: #222;
      font-weight: normal;
      letter-spacing: 0.04rem;
      line-height: 1.8em; }

  /* =======================================================
  ======== PC TOP - コロナお知らせ - ========================================== */
  .top_vaccineBlock {
    position: relative;
    width: 960px;
    margin: 0 auto;
    border: 8px solid #004dbc;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #f5fafc;
    z-index: 1; }
    .top_vaccineBlock .top_vaccineBlock_inner {
      width: 86%;
      margin: 0 auto;
      padding: 2.5rem 0;
      box-sizing: border-box; }
      .top_vaccineBlock .top_vaccineBlock_inner h2 {
        margin: 0 0 16px 0;
        color: #004dbc;
        font-size: 1.6rem;
        text-align: center; }
        .top_vaccineBlock .top_vaccineBlock_inner h2 > span {
          display: block;
          font-size: 1rem;
          line-height: 1.1rem; }
      .top_vaccineBlock .top_vaccineBlock_inner > p {
        margin: 1rem 0 0 0; }
        .top_vaccineBlock .top_vaccineBlock_inner > p > span {
          font-weight: bold;
          font-size: 1.3em;
          line-height: 1;
          color: #cd2d2d; }
      .top_vaccineBlock .top_vaccineBlock_inner > h3 {
        margin: 2rem 0 0 0;
        color: #222; }
      .top_vaccineBlock .top_vaccineBlock_inner > span {
        display: block;
        margin: 0.5rem 0 0 0;
        line-height: 1.6; }
      .top_vaccineBlock .top_vaccineBlock_inner > .attention_txt {
        font-size: 0.8em; }
      .top_vaccineBlock .top_vaccineBlock_inner .top_vaccine_box {
        width: 78%;
        margin: 0 auto; }
        .top_vaccineBlock .top_vaccineBlock_inner .top_vaccine_box span {
          font-size: 0.9em; }

  /* =======================================================
  ======== PC TOP - 改装お知らせ & 当院について - ========================================== */
  .top_aboutBlock .top_aboutBlock_inner {
    width: 880px;
    margin: 0 auto;
    padding: 60px 0 0 0;
    box-sizing: border-box; }

  .top_news_box {
    margin: 16px 0 64px 0;
    padding: 16px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box; }
    .top_news_box .wp-block-column:nth-child(1n) {
      width: 50%;
      float: left;
      padding: 8px 24px 0 0;
      box-sizing: border-box; }
      .top_news_box .wp-block-column:nth-child(1n) > h2 {
        font-size: 1.3em;
        color: #222;
        font-weight: bold;
        margin: 0 0 8px 0; }
      .top_news_box .wp-block-column:nth-child(1n) > h3 {
        font-size: 1.25em;
        color: #222;
        font-weight: bold;
        margin: 0 0 0.85rem; }
    .top_news_box .wp-block-column:nth-child(2n) {
      width: 50%;
      float: right; }
      .top_news_box .wp-block-column:nth-child(2n) > img {
        width: 100%; }

    .top_about_box .top_ttl {
      margin: 0; }
    .top_about_box p {
      line-height: 1.5; }
    #content {
      padding: 2rem 0 0 0;
    }
    .top_ttl {
      width: 100%;
      margin: 0 auto;
      text-align: left; }
      .top_ttl h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 1rem;
        font-weight: bold;
        letter-spacing: 0.02rem !important;
        font-size: 1.6em;
        text-align: center; }
      .top_ttl h2 span {
        display: inline-block;
        font-weight: bold;
        padding: 0 0 0 0.5rem;
        font-family: 'Josefin Sans', sans-serif !important;
        font-size: 0.8rem;
        letter-spacing: 0.02rem;
        color: #004dbc;
        text-align: center; }
      .top_outpatientBlock_inner .top_ttl h2 span {
        color: #fff;
      }


  .top_aboutbtn_box {
    margin: 20px 0 0 0; }
    .top_aboutbtn_box ul {
      display: -webkit-flex;
      display: flex;
      margin: 0; }
    .top_aboutbtn_box ul li {
      width: 22%;
      margin: 0 4% 0 0;
      height: 140px;
      vertical-align: top; }
      .top_aboutbtn_box ul li:last-of-type {
        margin: 0; }
        .top_aboutbtn_box ul li:last-of-type > a > img {
          position: absolute;
          top: 34px;
          left: 38%; }
      .top_aboutbtn_box ul li:first-of-type > a > img {
        position: absolute;
        top: 34px;
        left: 40%; }
      .top_aboutbtn_box ul li:nth-child(2) > a > img {
        position: absolute;
        top: 22px;
        left: 42%; }
      .top_aboutbtn_box ul li > a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 30px 0 0 0;
        border-radius: 2px;
        border: 1px solid #004dbc;
        border-radius: 12px;
        text-align: center;
        letter-spacing: 0.02rem;
        box-sizing: border-box; }
        .top_aboutbtn_box ul li > a > img {
          width: auto;
          margin: 0 auto;
          vertical-align: bottom; }
        .top_aboutbtn_box ul li > a > p {
          position: absolute;
          display: block;
          top: 84px;
          width: 100%;
          bottom: 16px;
          margin: 0 !important;
          text-align: center;
          color: #004dbc;
          font-weight: bold;
          vertical-align: top; }

  /* =======================================================
  ======== PC TOP - 外来について - ========================================== */
  .top_outpatientBlock {
    background: #004dbc;
    width: 100%; }
    .top_outpatientBlock .top_outpatientBlock_inner {
      width: 94%;
      max-width: 980px;
      margin: 0 auto;
      padding: 60px 0;
      box-sizing: border-box; }
      .top_outpatientBlock .top_outpatientBlock_inner .top_ttl > h2 {
        margin: 0 !important;
        color: #ffffff; }
      .top_outpatientBlock .top_outpatientBlock_inner .top_ttl > span {
        color: #ffffff; }
      .top_outpatientBlock .top_outpatientBlock_inner p {
        margin: 0 0 1rem;
        line-height: 1.5;
        color: #ffffff; }

  .top_outpatient_link ul {
    padding: 0;
  }
  .top_outpatient_link ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 1rem;
    box-sizing: border-box;
    background: #ffffff; }
    .top_outpatient_link ul li:last-of-type {
      margin: 0; }
    .top_outpatient_link ul li > h3 {
      position: relative;
      font-size: 1rem; }
      .top_outpatient_link ul li > h3:after {
        position: absolute;
        display: block;
        top: 10px;
        right: 2px;
        width: 10px;
        height: 10px;
        border: 2px solid #004dbc;
        border-right-width: 0;
        border-top-width: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        content: ''; }
    .top_outpatient_link ul li .accordion_link {
      position: relative;
      padding: 0 !important;
      line-height: 1.6em;
      letter-spacing: 0.02rem;
      color: #222 !important;
      box-sizing: border-box;
      font-size: 0.9em; }
      .top_outpatient_link ul li .accordion_link .accordion_detail ul {
        margin: 20px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        padding: 0; }
        .top_outpatient_link ul li .accordion_link .accordion_detail ul li {
          position: relative;
          width: calc(50% - 1%);
          margin: 0 2% 0 0;
          border-bottom: 1px solid #e0e0e0;
          color: #222;
          font-weight: bold;
          padding: 20px 0 14px 14px; }
          .top_outpatient_link ul li .accordion_link .accordion_detail ul li:nth-child(2n) {
            margin: 0; }
          .top_outpatient_link ul li .accordion_link .accordion_detail ul li:after {
            position: absolute;
            display: block;
            top: 30px;
            right: 20px;
            width: 10px;
            height: 10px;
            border: 2px solid #004dbc;
            border-left-width: 0;
            border-top-width: 0;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            content: ''; }


  /* =======================================================
  ======== PC TOP - 季節系コンテンツ - ========================================== */
  .top_seasonBlock {
    margin: 60px auto 20px; }
    .top_seasonBlock .top_seasonBlock_inner {
      margin: 0; }
      .top_seasonBlock .top_seasonBlock_inner .txtimg_season {
        width: 100%;
        margin: 20px 0 0 0; }
        .top_seasonBlock .top_seasonBlock_inner .txtimg_season .txt_season {
          display: inline-block;
          width: calc(100% - 408px);
          margin: 0 80px 0 0;
          vertical-align: top; }
          .top_seasonBlock .top_seasonBlock_inner .txtimg_season .txt_season p {
            margin: 0 !important;
            line-height: 2em; }
        .top_seasonBlock .top_seasonBlock_inner .txtimg_season .img_season {
          display: inline-block; }
          .top_seasonBlock .top_seasonBlock_inner .txtimg_season .img_season img {
            width: 320px; }
  /* =======================================================
  ======== PC TOP - お知らせニュース - ========================================== */
  /* top > news */
  .top_newsBlock {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto 80px;
    box-sizing: border-box; }
    .top_newsBlock .top_newsBlock_inner ul {
      width: 100%;
      margin: 0 auto; }
      .top_newsBlock .top_newsBlock_inner ul a {
        margin: 0 0 1rem 0;
      }
      .top_newsBlock .top_newsBlock_inner ul li {
        position: relative;
        width: 100%;
        padding: 4px 20px 16px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        background: #fff;
        box-sizing: border-box;
        vertical-align: top; }
        .top_newsBlock .top_newsBlock_inner ul li:last-of-type {
          margin: 0; }

  .news_tag {
    position: absolute;
    display: block;
    top: 10px;
    left: -6px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 0.7em;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #ed6d36; }

  .news_link:hover {
    text-decoration: none; }

  .news_date {
    display: block;
    padding: 0;
    font-size: 0.8rem;
    text-align: right;
    color: #222;
    box-sizing: border-box; }

  .news_ttl {
    margin: 0 0 0.5rem;
    line-height: 1.4;
    color: #222;
    font-weight: bold;
    font-size: 1.1rem; }

  .news_txt {
    color: #222; }

  .news_txt p {
    margin: 0; }
  /* =======================================================
  ======== PC page ========================================== */
  .page-postcont {
    margin: 0 0 4rem 0;
  }
  .postcont-sec {
    margin: 0 0 5rem 0;
  }
  .postcont-sec > h3 {
    font-size: 1.1rem;
  }
  .postcont-sec > p {
    line-height: 2.3rem;
  }
  .postcont-sec > p > img {
    display: block;
    margin: 2rem auto;
    text-align: center;
  }
  .postcont-sec > p > a {
    display: inline-block;
  }
  .postcont-sec > ul > li {
    margin: 0 0 0 1.5rem;
    list-style: disc;
  }
  .postcont-sec > ol {
    margin: 1rem 0 2rem 0;
  }
  .postcont-sec hr {
   border: 1px solid #EBEBEB;
   margin: 2rem 0 0;
  }
  .postcont-sec .attention_list li {
    font-size: 0.9rem;
    line-height: 1.6;
    list-style: none !important;
  }
  .postcont-sec .attention_list li:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0.5rem 0.5rem 0 0;
    content: '*';
  }
  .reference_ttl {
    display: block;
    font-weight: bold;
  }
  .img-ratio169 {
    width: 42rem;
    height: auto;
    margin: 2rem auto;
  }
  .img-ratio169 img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0;
  }
  .cat-content, article.post, article.page, .post-header {
    border: none;
    margin: 0;
  }
  .cat-content .post-header, article.page .post-header {
    padding: 1rem 0;
  }
  .contents_mainvisual {
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    margin: 0 auto !important;
    background-image: linear-gradient(90deg, rgba(0, 77, 188, 1), rgba(83, 189, 102, 0) 80%); }

  .contents_ttl1_txt {
    position: relative;
    top: 56px;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 0 0; }
    .contents_ttl1_txt > h1 {
      position: relative;
      display: inline-block;
      margin: 0;
      color: #fff;
      font-size: 1.8rem;
      line-height: 1.7;
      letter-spacing: 0.02rem; }
    .contents_ttl1_txt > span {
      display: block;
      margin: -6px 0 0 0;
      font-size: 0.8rem;
      color: #fff;
      font-family: 'Josefin Sans', sans-serif; }
    .contents_ttl1_img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 200px;
      z-index: -1; }
    .contents_ttl1_img > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    /* ==================================== PC cost 治療費 ================================ */
    .cost-nav {
      position: fixed;
      width: 100%;
      margin: 0;
      padding: 2rem;
      box-sizing: border-box;
      background: #fff;
      z-index: 1;
      left: 0;
      bottom: 0;
      box-shadow: 0px -3px 4px #ededed;
    }
    .cost-nav > ul {
      margin: 0;
      text-align: center;
    }
    .cost-nav > ul > li {
      text-align: center;
      display: inline-block;
      box-sizing: border-box;
      margin: 0 1rem 0 0;
    }
    .cost-nav > ul > li:last-of-type {
      margin: 0;
    }
    .cost-nav > ul > li > a {
      color: #fff;
      font-weight: bold;
      padding: 0.2rem 1rem;
      background-color: #0A46B4;
      border-radius: 100px;
    }
    .tb_ttl {
    display: block;
    width: 100%;
    margin: 30px 0 4px 0 !important;
    padding: 0.5rem 0 !important;
    font-size: 1.1em;
    background-color: #E0E7F4 !important;
    text-align: center; }
    .tb_ttl:before {
      display: none !important; }
    .base_cost {
      border: none; }
    .base_cost:last-of-type, .base_cost:first-of-type {
      border-bottom: 1px solid #e0e0e0 !important; }
    .base_cost tbody > tr > th {
      height: 50px;
      padding: 0.5rem 0;
      text-align: center;
      background-color: #f1f1f1;
      border-bottom: 2px solid #ffffff !important;
      border: 1px solid #ffffff !important;
      box-sizing: border-box; }
    .base_cost tbody > tr > td {
      height: 60px;
      padding: 0.5rem;
      text-align: left;
      line-height: 1.2em;
      background-color: #ffffff;
      border-top: none;
      border-bottom: 1px solid #e0e0e0 !important;
      border-right: 1px solid #e0e0e0 !important;
      border-left: 1px solid #e0e0e0 !important;
      box-sizing: border-box; }
      /* .base_cost tbody > tr:last-of-type > td {
        border-bottom: none !important; } */
    .base_cost tbody > tr > td > ul > li {
      list-style: disc;
      margin: 0 0 0 1.5rem;
      line-height: 1.5rem;
    }
    .base_cost tbody > tr > td > ul > li.attention_txt {
      list-style: none;
    }
    .txt-left {
      text-align: left !important;
    }
    .cost_txt {
      margin: 1rem 0 5rem;
    }
    .cost_txt > h4 {
      font-size: 0.9rem;
    }
    .cost_txt > p {
      font-size: 0.9rem;
      margin: 0;
    }
    .cost_txt > ul > li {
      font-size: 0.9rem;
      margin: 0 0 0 1.5rem;
      line-height: 1.4rem;
      list-style: disc;
    }
    .width_20 {
      width: 20%; }
    .width_40 {
      width: 40%; }
    .bold_txt {
      font-weight: bold;
    }
    .table_blue {
      background-color: #F4F8FF !important;
    }
    .table_pink {
      background-color: #FFF4FB !important;
    }
    .table_green {
      background-color: #E4F6F4 !important;
    }
    .table_yellow {
      background-color: #FAF4E2 !important;
    }
    .table_purple {
      background-color: #F4F0FF !important;
    }
    .cost_tb-circle tbody tr td:nth-child(2),
    .cost_tb-circle tbody tr td:nth-child(3), .cost_tb-circle tbody tr td:nth-child(4),
    .cost_tb-circle tbody tr td:nth-child(5), .cost_tb-circle tbody tr td:nth-child(6),
    .cost_tb-circle tbody tr td:nth-child(7) {
      text-align: center;
    }
    /* ==================================== PC access ==================================== */
                  .access_pic ul {
                    display: flex;
                    justify-content: space-between;}
                  .access_pic ul li {
                    position: relative;
                    display: inline-block;
                    width: 30%;
                    margin: 0 5% 0 0;
                    vertical-align: top;
                    line-height: 1.6;
                    font-size: 0.9rem;
                    letter-spacing: 0.02rem; }
                    .access_pic ul li img {
                      width: 100%;
                      margin: 0 0 0.5rem 0; }
                    .access_pic ul li p {
                      margin: 12px 0 0 0;
                      line-height: 1.3em; }
                      .access_pic .img-ratio169 {
                        width: 100%;
                        margin: 0 auto;
                      }
                    .access_pic ul li:after {
                      display: block;
                      position: absolute;
                      right: -24px;
                      top: 30%;
                      width: 10px;
                      height: 10px;
                      border-top: 2px solid #004dbc;
                      border-right: 2px solid #004dbc;
                      -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
                      content: ''; }
                    .access_pic ul li:last-of-type {
                      margin: 0; }
                      .access_pic ul li:last-of-type:after {
                        content: none; }
  /* =======================================================
  ======== PC TOP - 初めての方へ - ========================================== */
  .top_firstVisitorBlock {
    margin: 2rem 0 3rem !important; }
    .top_firstVisitorBlock .top_firstVisitorBlock_inner {
      width: 880px;
      max-width: 880px;
      margin: 0 auto; }

  .top_firstVisitor_cont {
    background-color: #f1f1f1;
    padding: 30px;
    margin: 40px 0 0 0;
    box-sizing: border-box; }
    .top_firstVisitor_cont > h3 {
      margin: 0 0 10px 0;
      color: #222 !important; }
    .top_firstVisitor_cont > .attention_txt {
      margin: 24px 0 0 8px; }
    .top_firstVisitor_cont > ul {
      margin: 0 0 0 24px; }
      .top_firstVisitor_cont > ul > li {
        list-style: disc;
        margin: 0 0 4px 0; }

  /* =======================================================
  ======== PC TOP - よくあるご質問 - ========================================== */
  /* top > faq */
  .top_faqBlock {
    position: relative;
    display: block;
    padding: 60px 0 80px;
    background-color: #E0E7F4;
    background-repeat: no-repeat;
    box-sizing: border-box; }
    .top_faqBlock > .top_faqBlock_inner {
      width: 1024px;
      margin: 0 auto; }
      .top_faqBlock > .top_faqBlock_inner > .top_ttl {
        margin: 0 0 20px 0;
        color: #222; }
  .top_faq_link ul {
    padding: 0; }
  .top_faq_link h2 {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 2rem 0 0.5rem 0; }
  .top_faq_link h2:first-of-type {
    margin: 0 0 0.5rem 0; }
  .top_faq_link ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 30px;
    box-sizing: border-box;
    background: #ffffff; }
    .top_faq_link ul li:last-of-type {
      margin: 0; }
    .top_faq_link ul li > .accordion_link {
      position: relative;
      margin: 0 !important;
      line-height: 1.6em;
      letter-spacing: 0.02rem;
      box-sizing: border-box;
      font-weight: bold;
      font-size: 1.1em;
      color: #222 !important; }
      .top_faq_link ul li > .accordion_link:before {
        margin: 0 10px 0 0;
        font-size: 1.2em;
        color: #004dbc;
        content: "Q"; }
      .top_faq_link ul li > .accordion_link:after {
        position: absolute;
        display: block;
        top: 10px;
        right: 2px;
        width: 10px;
        height: 10px;
        border: 2px solid #004dbc;
        border-right-width: 0;
        border-top-width: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        content: ''; }
      .top_faq_link ul li > .accordion_link > .accordion_detail {
        margin: 40px 0 0 0;
        font-weight: normal;
        font-size: 0.9em; }
        .top_faq_link ul li > .accordion_link > .accordion_detail p {
          position: relative;
          width: 100%;
          margin: 0;
          padding: 20px;
          box-sizing: border-box; }
        .top_faq_link ul li > .accordion_link > .accordion_detail:before {
          margin: 0 10px 0 0;
          font-size: 1.5em;
          font-weight: bold;
          color: #ed6d36;
          content: "A"; }

  /* =======================================================
  ======== PC TOP - よくあるご質問 - ========================================== */
  .top_accessBlock {
    margin: 2rem auto; }
    .top_accessBlock .top_accessBlock_inner h3 {
      color: #222;
      font-size: 1.4em;
      margin: 0 0 20px 0; }
    .top_accessBlock .top_accessBlock_inner .top_access_cont ul li {
      position: relative;
      width: 28%;
      margin: 0 7% 0 0;
      display: inline-block;
      vertical-align: top;
      list-style: none; }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li:last-of-type {
        margin: 0; }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li:after {
        position: absolute;
        display: block;
        top: 36%;
        right: -16%;
        width: 20px;
        height: 20px;
        border: 2px solid #222;
        border-left-width: 0;
        border-top-width: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        content: ''; }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li:last-of-type:after {
        content: none; }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li span {
        position: absolute;
        top: 10px;
        padding: 2px 10px;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 5px rgba(22, 22, 22, 0.2); }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li .top_access_cont_img img {
        width: 100%; }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li .top_access_cont_txt p {
        margin: 10px 0 0 0;
        line-height: 1.6em; }

  /* =======================================================
  ======== PC clinic - 当院について - ========================================== */
  .clinic_block {
    display: inline-block;
    width: 76%;
    padding: 0 0 0 30px;
    vertical-align: top;
    box-sizing: border-box; }

  .clinic_sec {
    margin: 40px 0 60px 0; }
    .clinic_sec:first-of-type {
      margin: 0 0 60px 0; }
    .clinic_sec .clinic_secInner {
      display: -webkit-flex;
      display: flex; }
      .clinic_sec .clinic_secInner .clinic_img {
        width: 40%; }
        .clinic_sec .clinic_secInner .clinic_img > img {
          width: 100%; }
      .clinic_sec .clinic_secInner .clinic_txt {
        width: 60%;
        margin-top: 0 !important; }
        .clinic_sec .clinic_secInner .clinic_txt > p {
          margin: 30px 0 0 0; }
      .clinic_sec .clinic_secInner > .clinic_right {
        margin: 0 0 0 30px; }
  /* =======================================================
  ======== PC 診療の流れ ========================================== */
  .flow_cont {
    padding: 1.8rem 2rem;
    margin: 0 0 2rem 0;
    border: 1px solid #004dbc;
    background: #F8FAFF;
    box-sizing: border-box;
  }
  .flow_cont > h3 {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    line-height: 1.4;
  }
  .flow_cont > h3 > span {
    color: #004dbc;
  }
  .flow_cont > ul {
    margin: 0 0 0 1rem;
  }
  .flow_cont > ul > li {
    line-height: 1.6;
    list-style: outside !important;
    padding-left: 0.2rem;
    text-indent: -0.2rem;
    margin: 0 0 0.5rem 0;
  }
  .flow_cont > ul > li:last-of-type {
    margin: 0;
  }
  .flow_cont > p {
    margin: 0;
  }

  /* =======================================================
  ======== PC 理事長のご挨拶  / スタッフ greeting(staff) ========================================== */
  .greeting-cont {
    display: flex;
    gap: 0 2rem;
    margin: 0 0 3rem 0;
  }
  .greeting-img {
    position: relative;
    width: 16rem;
    height: auto;
    margin: 0 0 1rem 0;
    overflow: hidden;
  }
  .greeting-img img {
    width: 100%;
  }
  .greeting-text {
    width: calc(100% - 18rem);
    font-size: 1rem;
    margin: -0.7rem 0 0 0;
    line-height: 2.3rem;
  }
  .greeting-text span {
    display: block;
    line-height: 1.4rem;
    text-align: right;
  }
  .greeting-text span:first-of-type {
    margin: 2rem 0 0 0;
  }

  /* =======================================================
  ======== PC アコーディオン accordion ========================================== */
  /* =======================================================
  ======== PC 疾患 ========================================== */
  .disease-list, .disease-list a {
    display: flex;
    flex-wrap: wrap;
  }
  .disease-list li {
    width: 33%;
    margin: 0 0 1rem;
  }
  .disease-listimg {
    width: 80px;
    height: 60px;
  }
  .disease-listimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .disease-listtxt {
    margin: 0 0 0 1rem;
  }
  /* =======================================================
  ======== PC 設備機器 facility ========================================== */
  .facility_cont {

  }
  .facility_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 4rem 0;
  }
  .facility_list h3 {
    font-size: 1.2rem;
    margin: 0 0 0.2rem 0;
  }
  .facility_list .facility_img {
    width: 26rem;
  }
  .facility_list .facility_img img {
    margin: 0 0 1rem 0;
  }
  .facility_list .facility_img img:last-of-type {
    margin: 0;
  }
  .facility_list .facility_text {
    width: calc(100% - 28rem);
    font-size: 1.05rem;
    margin: 0 2rem 0 0;
  }
  .machine_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }
  .machine_list {
    width: calc(50% - 1.5rem);
    display: flex;
    flex-direction: column;
  }
  .machine_list h3 {
    font-size: 1.1rem;
    margin: 0;
  }
  .machine_list p {
    line-height: 1.7;
  }
  .machine_list .machine_text {
    flex-grow: 1;
  }
  /* .machine_list:nth-child(2n) {
    margin: 0 0 0 2rem;
  } */
  /* =======================================================
  ======== PC 外来 ========================================== */
  .department-cont {
    display: flex;
    flex-wrap: wrap;
  }
  .department-cont li {
    width: 46%;
    margin: 0 3rem 3rem 0;
  }
  .department-cont li:nth-child(2n), {
    margin: 0 0 3rem;
  }
  .department-cont li:nth-child(3n) {
    margin: 0 3rem 0 0;
  }
  .department-cont li:nth-child(4n) {
    margin: 0;
  }
  .department-cont li a {
    display: flex;
  }
  .department-cont li a:hover {
    text-decoration: none;
  }
  .department-img {
    width: 12rem;
    height: auto;
  }
  .department-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .department-txt {
    width: calc(100% - 13rem);
    margin: 0 0 0 1rem;
    line-height: 1.6;
    letter-spacing: 0.02rem;
  }
  .department-txt h4 {
    font-size: 1.1rem;
    margin: 0 0 0.5rem;
  }
  .department-txt p {
    font-size: 0.9rem;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  /* =============================================================================================================
  ======== PC 限定 =================================================== */
  .is_sp {
    display: none;
  }
}
/* =============================================================================================================
======== Mobile header =================================================== */
@media screen and (max-width: 799px) {
  body {
    font-size: 14px;
    line-height: 1.8rem;
    letter-spacing: 0.02rem;
    background: #fff; }
  .is_pc {
    display: none; }
  .top_ttl {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center; }
  .top_ttl .top_h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0.04rem;
    font-size: 1.2em;
    text-align: center; }
  .top_ttl .top_h2_en {
    display: block;
    padding: 4px 0 0 0;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: bold !important;
    font-style: italic;
    font-size: 0.6em;
    line-height: 1em;
    text-align: center; }

  #gnav {
    display: block;
    float: none;
    text-align: left;
    margin: 50px 0 0 auto;
    background: transparent;
  }
  #gnav ul li {
    display: block;
  }
  #gnav ul li.current-menu-item a {
    background: transparent;
  }
  #gnav ul li a {
    padding: 0.85rem;
    background: transparent !important;
    line-height: inherit;
  }
  #gnav ul li a:hover {
    background: transparent;
  }
  #gnav ul li .sub-menu {
    display: block !important;
    position: relative;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
  }
  #gnav ul li .sub-menu li {
    border: none;
  }
  #gnav ul li .sub-menu li a {
    border: none;
    color: #fff;
  }
  #gnav ul li .sub-menu li a:hover {
    color: #fff;
  }
  .header_inner {
  position: relative;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ffffff;
  box-sizing: border-box;
  z-index: 1000; }
  .header_inner .header_box .header_logo {
    position: relative;
    top: 16px;
    left: 10px;
    max-width: 190px; }
  .header_inner .header_box .header_logo h1 {
    margin: 0;
  }
    .header_inner .header_box .header_logo > a > img {
      width: 100%; }
  .header_inner .header_box .header_reserve {
    position: absolute;
    right: 110px;
    top: 0;
    display: inline-block;
    width: 40px;
    height: 100%;
  z-index: -1; }
    .header_inner .header_box .header_reserve a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 9999;
    }
    .header_inner .header_box .header_reserve a img {
      position: absolute;
      top: 16px;
      left: 28%;
      width: 21px;
    }
    .header_inner .header_box .header_reserve a:after {
      position: relative;
      bottom: -32px;
      left: 12px;
      font-weight: bold;
      font-size: 0.6em;
      color: #222;
      content: "予約"; }
  .header_inner .header_box .header_tel {
    position: absolute;
    right: 60px;
    top: 0;
    display: inline-block;
    width: 40px;
    height: 100%;
    z-index: -1; }
    .header_inner .header_box .header_tel a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 9999;
    }
    .header_inner .header_box .header_tel a img {
      position: absolute;
      left: 28%;
      top: 16px;
      width: 18px;
    }
    .header_inner .header_box .header_tel a:after {
      position: absolute;
      bottom: -1px;
      left: 11px;
      font-family: 'Josefin Sans', sans-serif;
      font-weight: bold;
      font-size: 0.6em;
      content: "TEL";
      color: #222; }

  /*  header > heaeder_gNav
  ------------------------*/
  .header_gNav_sp {
    width: 100%;
    height: 100%;
    padding: 0 0 40px 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #004dbc;
    overflow: scroll !important;
    box-sizing: border-box; }
    .header_gNav_sp > ul {
      display: block;
      width: 94%;
      margin: 0 auto;
      height: auto;
      padding: 40px 0 20px 0;
      box-sizing: border-box; }
      .header_gNav_sp > ul > .header_gNav_list {
        height: auto; }
      .header_gNav_sp > ul > li {
        width: 100%;
        height: 60px;
        padding: 16px 0 0 0;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .header_gNav_sp > ul > li > a {
          width: 100%;
          height: 100%;
          color: #ffffff;
          box-sizing: border-box; }
          .header_gNav_sp > ul > li > a > span {
            display: block;
            margin: 0 20px;
            font-size: 1em;
            font-weight: bold;
            letter-spacing: 0.01rem;
            box-sizing: border-box; }

  .header_gNav_second {
    width: 100%;
    position: relative;
    background-color: #4FB6E6;
    padding: 10px 0 0 0;
    box-sizing: border-box; }
    .header_gNav_second > li {
      display: block;
      text-align: left;
      margin: 0px 10px 0;
      padding: 20px 0 18px 10px;
      font-size: 1em;
      font-weight: bold;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      line-height: 1em;
      box-sizing: border-box; }
      .header_gNav_second > li:last-of-type {
        border: none; }
      .header_gNav_second > li:first-of-type {
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .header_gNav_second > li > a {
        width: 100%;
        display: block;
        color: #ffffff; }
        .header_gNav_second > li > a > span {
          position: relative; }

  .header_no_link > a {
    color: rgba(255, 255, 255, 0.2) !important; }
    .header_no_link > a > span:hover:after {
      content: none !important; }

  /*  header > menu-tregger
  ------------------------*/
  .header_btn {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999; }
    .header_btn > .gNav_trigger {
      position: absolute;
      top: 16px;
      right: 19px;
      width: 22px;
      height: 19px;
      z-index: 9999; }
      .header_btn > .gNav_trigger > span {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 3px;
        background-color: #222;
        transition: all .4s;
        box-sizing: border-box; }
        .header_btn > .gNav_trigger > span:nth-of-type(1) {
          top: 0; }
        .header_btn > .gNav_trigger > span:nth-of-type(2) {
          top: 8px; }
        .header_btn > .gNav_trigger > span:nth-of-type(3) {
          bottom: 0; }
      .header_btn a:after {
        position: absolute;
        left: -3px;
        top: 19px;
        color: #222;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 0.5em;
        font-weight: bold;
        content: "MENU";
        letter-spacing: 0;
        z-index: -999; }

  .gNav_trigger.active {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999; }
    .gNav_trigger.active > span {
      background-color: #ffffff; }
    .gNav_trigger.active::after {
      position: absolute;
      left: -3px;
      bottom: -24px;
      color: #ffffff;
      font-family: 'Josefin Sans', sans-serif;
      font-weight: bold;
      font-size: 0.5em;
      font-weight: bold !important;
      content: "CLOSE"; }

  .gNav_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-44deg);
    transform: translateY(8px) rotate(-44deg); }

  .gNav_trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards; }

  .gNav_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(44deg);
    transform: translateY(-8px) rotate(44deg); }

  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0; } }
  @keyframes active-menu-bar02 {
    100% {
      height: 0; } }
  .is_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%; }

    /* pc > top　mainImg */
  .top_mainImg {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 0 40px 0;
    background-size: 100%;
    z-index: 1; }
    .top_mainImg .top_mainImg_inner {
      position: relative;
      width: 100%;
      margin: 0 auto 40px;
      text-align: center; }
      .top_mainImg .top_mainImg_inner img {
        width: 100%; }

  .top_cont_group {
    position: relative;
    top: 60px;
    overflow: hidden; }
  /* ========================================
   mobile > base ======================================== */
   .cat-content, article.post, article.page {
    border: none;
    margin-bottom: 0; }
   .post-share {
     display: none; }
  h1 {
    margin: 0; }
  .contents_h1 {
    position: relative;
    left: 0;
    font-size: 1.1rem;
    z-index: 2; }
  .contents_h2, .page-postcont h2 {
    position: relative;
    padding: 0 0 1.5rem 0.75rem;
    color: #222 !important;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: bold;
    margin: 0.5rem 0 0; }
    .contents_h2:before, .page-postcont h2:before {
      position: absolute;
      left: 0;
      top: -1px;
      display: inline-block;
      width: 4px;
      height: 32px;
      background: #004dbc;
      content: ""; }
  .contents_h3, .page-postcont h3 {
    margin: 0 0 5px 0;
    color: #222;
    font-size: 1.1rem; }

    /*------------------- slider_mobile --------------------*/
    .slider {
      width: 100%;
    }
    .slick-dotted.slick-slider {
      position: relative;
      margin: 60px 0 32px !important;
    }
    .slick-slide img {
      position: relative;
      width: 100vw;
      height: auto;
      aspect-ratio: 16 / 9;
      object-fit: cover;
    }
    .mypattern .slick-slide {
      position: relative;
      margin: 0 0.5rem;
    }
    .mypattern .slick-slide h2 {
      width: 100%;
      max-width: 100vw;
      margin: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      overflow-wrap: break-word;
      word-break: break-word;
      position: relative;
      color: #222;
      font-weight: bold;
      text-align: center;
      font-size: 0.9rem;
      width: 100%;
      padding: 0.8rem 1rem 0.4rem;
      box-sizing: border-box;
      line-height: 1.5;
    }
    /*slick setting*/
    .mypattern .slick-slide:not(.slick-center) {
      -webkit-filter: opacity(100%);
      -moz-filter: opacity(100%);
      -o-filter: opacity(100%);
      -ms-filter: opacity(100%);
      filter: opacity(100%);
      transition: 0.2s linear;
    }
    /*-----------矢印表示----------*/
    .slick-next{
      right: 6px !important;
    }
    .slick-dots {
      display: none;
    }
    .slick-next:before {
      background-image: url("img/arrow-right.png") !important;
      background-size: contain !important;
      background-repeat: no-repeat;
    }
    .slick-prev {
      left: 14px !important;
    }
    .slick-prev:before{
      background-image: url("img/arrow-left.png") !important;
      background-size: contain !important;
      background-repeat: no-repeat;
    }
    .slick-arrow{
      z-index: 2 !important;
      width: 20px !important;
      height: 20px !important;
    }
    .slick-arrow:before{
      content: "" !important;
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1 !important;
    }
    .searchHead__search {
      display: none;
    }
    .globalNavi::after, .globalNavi::before {
      display: none;
    }


  /* ========================================
   mobile > top　mainImg======================================== */
   #content {
     padding: 1rem 0;
   }
  .top_mainImg {
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 1; }
    .top_mainImg .top_mainImg_inner {
      position: relative;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      .top_mainImg .top_mainImg_inner img {
        width: 100%; }

  .top_mainImg .top_mainImg_inner img.top_mainvisual_tree {
    position: absolute;
    top: -30%;
    right: -32%;
    width: 50%;
    z-index: 2; }
  .top_mainImg .top_mainImg_inner img.top_mainvisual_doctor {
    position: absolute;
    top: 16%;
    right: 0;
    width: 36%;
    z-index: 2; }
  .top_mainImg .top_mainImg_inner .top_mainvisual_txt {
    position: absolute;
    top: 42%;
    background-color: #ffffff;
    padding: 12px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    z-index: 5; }
    .top_mainImg .top_mainImg_inner .top_mainvisual_txt:before {
      position: absolute;
      top: -60%;
      left: -120%;
      width: 300px;
      height: 200px;
      background-color: rgba(117, 212, 255, 0.8);
      border-right-width: 0;
      border-top-width: 0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      content: "";
      z-index: -1; }
    .top_mainImg .top_mainImg_inner .top_mainvisual_txt h1 {
      margin: 0;
      font-size: 0.9em;
      color: #222;
      font-weight: normal;
      letter-spacing: 0.02rem;
      line-height: 1.4em; }

    /* ======================================= mobile > top vaccine ========================================= */
    .top_vaccineBlock {
      position: relative;
      display: none;
      width: 94%;
      margin: 0 auto;
      border: 6px solid #add4e2;
      border-radius: 12px;
      box-sizing: border-box;
      background-color: #f5fafc;
      z-index: 1; }
      .top_vaccineBlock .top_vaccineBlock_inner {
        width: 100%;
        margin: 0 auto;
        padding: 16px;
        box-sizing: border-box; }
        .top_vaccineBlock .top_vaccineBlock_inner h2 {
          margin: 0 0 12px 0;
          color: #1891b9;
          text-align: center;
          font-size: 1.2em; }
          .top_vaccineBlock .top_vaccineBlock_inner h2 > span {
            display: block;
            font-size: 0.7em; }
        .top_vaccineBlock .top_vaccineBlock_inner > p {
          margin: 0 0 1rem 0; }
          .top_vaccineBlock .top_vaccineBlock_inner > p > span {
            font-weight: bold;
            font-size: 1.1em;
            color: #cd2d2d; }
        .top_vaccineBlock .top_vaccineBlock_inner > h3 {
          margin: 2rem 0 0 0;
          color: #222; }
        .top_vaccineBlock .top_vaccineBlock_inner > span {
          display: block;
          margin: 0.25rem 0 0 0; }
        .top_vaccineBlock .top_vaccineBlock_inner > .attention_txt {
          margin: 0.5rem 0 0 0;
          line-height: 1.5;
          font-size: 0.8em; }
        .top_vaccineBlock .top_vaccineBlock_inner .top_vaccine_box {
          width: 100%;
          margin: 0 auto; }
          .top_vaccineBlock .top_vaccineBlock_inner .top_vaccine_box span {
            display: inline-block;
            font-size: 0.8em;
            line-height: 1.4em; }

    /* ======================================== mobile > top about ============================================ */
    .top_aboutBlock .top_aboutBlock_inner {
      width: 94%;
      margin: 0 auto 40px;
      padding: 40px 0 0 0; }

    .top_about_box {
      margin: 0 auto 20px; }
    .top_about_box #my_sidebar_widget {
      padding: 0;
    }
      .top_about_box .top_ttl {
        margin: 0 0 20px 0; }
      .top_about_box p {
        margin: 0 0 20px 0; }

  /* ======================================= mobile top > news ============================== */
  .top_newsBlock {
    position: relative;
    width: 94%;
    padding: 0;
    margin: 40px auto;
    box-sizing: border-box; }
    .top_newsBlock .top_newsBlock_inner ul {
      width: 100%;
      margin: 0.5rem auto 0;
      padding: 0; }
      .top_newsBlock .top_newsBlock_inner ul li {
        position: relative;
        width: 100%;
        padding: 14px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        background: #ffffff;
        box-sizing: border-box;
        vertical-align: top; }
        .top_newsBlock .top_newsBlock_inner ul li:last-of-type {
          margin: 0; }
        .top_newsBlock_inner a {
          color: #222;
        }
        .top_newsBlock_inner a:hover {
          text-decoration: none;
        }
        .news_tag {
          position: absolute;
          display: block;
          top: 10px;
          left: -6px;
          padding: 0 8px;
          color: #ffffff;
          font-size: 0.7em;
          box-sizing: border-box;
          border-radius: 3px;
          background-color: #ed6d36; }
        .news_link:hover {
          text-decoration: none; }
        .news_date {
          display: block;
          padding: 0;
          font-size: 0.7rem;
          text-align: right;
          color: #222;
          box-sizing: border-box; }
        .news_ttl {
          margin: 0 0 0.5rem;
          line-height: 1.4;
          color: #222;
          font-weight: bold;
          font-size: 0.9rem; }

        .news_txt {
          color: #222; }
        .news_txt p {
          margin: 0;
          font-size: 0.8rem;
          line-height: 1.6; }

  .top_news_oddlist {
    margin: 0 0 2% 0; }

  .top_news_evenlist {
    display: inline-block;
    margin: 0 0 2% 0; }
  #my_sidebar_widget, .top_news_box .wp-block-columns {
    margin: 0;
    padding: 0;
  }
  .top_news_box {
    margin: 32px 0 48px 0;
    padding: 0.5rem;
    border: 1px solid #e0e0e0;
    box-sizing: border-box; }
    .top_news_box ul {
      padding: 0;
    }
    .top_news_box h3 {
      margin: 0.5rem 0 0.5rem;
      font-size: 0.9rem;
    }
    .top_news_box p {
      font-size: 0.8rem;
      line-height: 1.8;
      letter-spacing: 0.02rem;
      margin: 0 0 0.5rem;
    }
    /* ===========================================
    mobile time_box共通 ========================================= */
  .top_footer_group {
    position: relative;
    top: 60px; }
  .footer_group {
    position: relative;
    top: 0; }
  .timeBlock {
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
    margin: 0;
    padding: 2rem 0;
    box-sizing: border-box; }
    .timeBlock .timeBlock_inner {
      width: 94%;
      max-width: 94%;
      margin: 0 auto; }
    .timeBlock p {
      margin: 0 0 0.5rem;
      font-size: 0.8rem;
      line-height: 1.4; }

  .reserve_cont {
    display: block;
    margin: 0 0 0.5rem 0; }
    .reserve_cont h2 {
      font-size: 1rem; }
    .reserve_cont .tell_box, .reserve_cont .net_box {
      display: block;
      padding: 16px;
      margin: 20px 0 0 0;
      vertical-align: top;
      background-color: #fff;
      box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.25);
      border-radius: 6px;
      box-sizing: border-box; }
      .reserve_cont .tell_box a, .reserve_cont .net_box a {
        width: 100%;
        height: 48px;
        padding: 12px 0 0 0;
        margin: 0;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        border-radius: 4px;
        box-sizing: border-box; }
    .reserve_cont .tell_box {
      width: 100%;
      margin: 0; }
      .reserve_cont .tell_box h2, .reserve_cont .net_box h2 {
        margin: 0 0 10px 0;
        line-height: 1.4rem; }
        .reserve_cont .tell_box h2 {
          color: #004dbc; }
      .reserve_cont .tell_box a {
        margin: 0 auto;
        background: #004dbc; }
        .reserve_cont .tell_box a img {
          margin: -4px 10px 0 0;
          vertical-align: middle; }
    .reserve_cont .net_box {
      width: 100%;
      margin: 0.5rem 0 0 0; }
      .reserve_cont .net_box h2 {
        margin: 0 0 1rem;
        color: #B7920E; }
      .reserve_cont .net_box a {
        background: #B7920E;
      }
      .reserve_cont .net_box span {
        display: block;
      }
      .reserve_cont .net_box .net_reserve_box {
        margin: 0 0 40px 0; }
        .reserve_cont .net_box .net_reserve_box:last-of-type {
          margin: 0; }
        .reserve_cont .net_box .net_reserve_box .net_reserve_ttl {
          display: block;
          width: 100%;
          vertical-align: top; }
          .reserve_cont .net_box .net_reserve_box .net_reserve_ttl h3 {
            color: #222;
            margin: 0 0 0.5rem 0;
            font-size: 1rem;
            line-height: 1.4em; }
            .reserve_cont .net_box .net_reserve_box .net_reserve_ttl h3 span {
              display: block;
              margin: 5px 0 0 16px;
              font-size: 0.7em;
              font-weight: normal;
              letter-spacing: 0.02em;
              line-height: 1.3em; }
              .reserve_cont .net_box .net_reserve_box .net_reserve_ttl h3 span:before {
                display: inline-block;
                margin: 0 0 0 -16px;
                content: '※'; }
        .reserve_cont .net_box .net_reserve_box .net_reserve_btn {
          display: block;
          margin: 0;
          width: 100%; }
          .reserve_cont .net_box .net_reserve_box .net_reserve_btn a {
            padding: 10px 0 0 0;
            background: #B7920E; }
          .reserve_cont .net_box .net_reserve_box .net_reserve_btn span {
            display: block;
            padding: 0.5rem 0 0 0;
            font-size: 0.9em;
            line-height: 1.4;
            box-sizing: border-box; }

  .time_cont {
    width: 100%; }
    .time_cont .timetxt_box {
      width: 100%;
      margin: 0 0 1rem 0;
      display: inline-block;
      vertical-align: top; }
      .time_cont .time_box .time_table {
        padding: 0;
        background: #fff;
        padding: 16px !important;
        border-radius: 6px;
        box-shadow: 0px 0px 16px -7px rgba(0,0,0,0.25);
        box-sizing: border-box; }
        .time_cont .time_box .time_table table {
          position: relative;
          width: 100%;
          border: none;
          z-index: 1; }


    .time_cont {
      width: 100%;
      margin: 0;
    }
    .time_cont .timetxt_box h2 {
      margin: 0 0 1rem !important;
      font-size: 1.4rem;
      line-height: 1.5;
    }
    .time_cont .timetxt_box p {
      font-size: 0.9rem;
      line-height: 1.8;
    }
    .time_cont .time_box {
      width: 100%;
      display: inline-block;
    }
    .time_cont .time_box .time_table {
      padding: 0;
    }
    .time_cont .time_box .time_table .each_timetable {
      position: relative;
      width: 100%;
      border: none;
      z-index: 1;
    }
    .time_cont .time_box .time_table .each_timetable h2 {
      position: relative;
      display: inline-block;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.2rem;
      margin: 0;
    }
    .time_cont .time_box .time_table .each_timetable h2:after {
      display: block;
      width: auto;
      height: 8px;
      position: relative;
      top: -6px;
      z-index: -1;
      content: '';
    }
    .time_cont .time_box .time_table .tb_jibika h2:after {
      background-color: #EFFBE0;
    }
    .time_cont .time_box .time_table .tb_naika h2:after {
      background-color: #FFEFF7;
    }
    .time_cont .time_box .time_table .each_timetable h3 {
      position: relative;
      display: block;
      margin: 0 0 0.75rem;
      padding: 0 0 0 0.7rem;
      font-size: 0.95rem;
      line-height: 1.4rem;
    }
    .time_cont .time_box .time_table .each_timetable h3:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 100%;
      display: block;
      content: '';
    }
    .time_cont .time_box .time_table .tb_jibika {
      margin: 1rem 0 0 0;
    }
    .time_cont .time_box .time_table .tb_jibika h3:before {
      background-color: #6FC800;
    }
    .time_cont .time_box .time_table .tb_naika h3:before {
      background-color: #FF50A4;
    }
    .time_cont .time_box .time_table .each_timetable p {
      font-size: 0.95rem;
      margin: 0 0 0.75rem;
    }
    .time_cont .time_box .time_table .each_timetable table {
      background: #ffffff;
      border: none;
      table-layout: fixed;
    }
    .time_cont .time_box .time_table .each_timetable:last-of-type {
      margin: 3rem 0 0 0;
    }
    .time_cont .time_box .time_table table tr {
      text-align: center;
      border-bottom: 1px solid #e0e0e0;
      box-sizing: border-box;
    }
    .time_cont .time_box .time_table table tr:first-of-type {
      border-bottom: none;
    }
    .time_cont .time_box .tb_jibika table tr:first-of-type > th {
      background-color: #EFFBE0;
      color: #156900;
    }
    .time_cont .time_box .tb_naika table tr:first-of-type > th {
      background-color: #FFEFF7;
      color: #941200;
    }
    .time_cont .time_box .time_table table tr:first-of-type > th {
      padding: 4px 0;
      font-size: 1em;
      font-weight: bold;
      box-sizing: border-box;
      text-align: center;
    }
    .time_cont .time_box .time_table table tr > th:last-of-type,
    .time_cont .time_box .time_table table tr > td:last-of-type {
      width: 42px !important;
      padding: 0 12px 0 0;
    }
    .time_cont .time_box .time_table table tr > th:first-of-type {
      width: 100px !important;
      padding: 0 0 0 12px;
      line-height: 1.2rem;
    }
    .time_cont .time_box .time_table table tr th {
      padding: 12px 0 12px 24px;
      font-size: 0.9em !important;
      text-align: left;
      font-weight: bold;
      font-size: 1.5em;
      border: none; }
        .time_cont .time_box .time_table table tr td {
          padding: 16px 0;
          border: none; }
          .time_cont .time_box .time_table .each_timetable > ul {
            margin: 1rem 0 0 0;
            font-size: 0.8rem;
          }
          .time_cont .time_box .time_table .each_timetable > ul > li {
            line-height: 1rem;
            font-size: 0.7rem;
          }
          .time_cont .time_box .time_table .each_timetable > ul > li > a {
            color: #222;
            font-weight: bold;
            text-decoration: underline;
          }
          /* .time_cont .time_box > ul {
            margin: 14px 0 0 0; }
            .time_cont .time_box > ul > li {
              font-size: 0.8em;
              line-height: 1.4em;
              letter-spacing: 0.02rem;
              margin: 0 0 8px 0; }
              .time_cont .time_box > ul > li:last-of-type {
                margin: 0; }
              .time_cont .time_box > ul > li a {
                display: inline-block;
                padding: 0 2px;
                font-weight: bold;
                color: #222;
                text-decoration: underline; } */

      .black_circle:before, .white_circle:before {
        display: block;
        width: 14px;
        height: 14px;
        margin: 0 auto;
        border-radius: 16px;
        content: ""; }

      .black_circle:before {
        background-color: #222; }

      .white_circle:before {
        border: 1px solid #222;
        box-sizing: border-box; }

      .tb_line:before {
        display: block;
        width: 12px;
        height: 1px;
        margin: 0 auto;
        background-color: #222;
        content: ""; }

  .mapBlock .mapBlock_inner #map {
    width: 100%;
    height: 400px;
    background-color: grey; }

  .telBlock .telBlock_inner {
    width: 94%;
    margin: 0 auto; }
    .telBlock .telBlock_inner p {
      margin: 0 0 1rem 0;
      font-size: 0.8rem; }
    .telBlock .telBlock_inner .tel_cont {
      margin: 8px 0 20px;
      text-align: center; }
      .telBlock .telBlock_inner .tel_cont img {
        width: 100%; }
    .telBlock .telBlock_inner .internet_cont {
      margin: 0 0 30px;
      text-align: center; }
      .telBlock .telBlock_inner .reserve_cont img {
        width: 100%; }

  .footer .footer_block .footer_blockInner .footer_nav > ul > li {
    position: relative;
    height: 58px;
    border-bottom: 1px solid #e0e0e0; }
    .footer .footer_block .footer_blockInner .footer_nav > ul > li::after {
      position: absolute;
      top: 24px;
      right: 14px;
      display: block;
      width: 7px;
      height: 7px;
      border: 2px solid #e0e0e0;
      border-top-width: 0;
      border-left-width: 0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      content: ''; }
    .footer .footer_block .footer_blockInner .footer_nav > ul > li > a {
      width: 100%;
      padding: 16px 0 0 14px;
      color: #222;
      font-size: 0.9em;
      font-weight: bold;
      box-sizing: border-box; }

  .footer_description {
    padding: 30px 20px 20px;
    background-color: #f1f1f1;
    box-sizing: border-box; }
    .footer_description > h2 {
      margin: 0;
      line-height: 1em;
      font-size: 0.9em; }
    .footer_description > p {
      margin: 16px 0 0 0;
      line-height: 1.6em;
      font-size: 0.8em; }

  .footer_bnr_block_main {
    display: block;
    width: 100%;
    padding: 0 0 1rem 0;
    background-color: #f1f1f1; }
    .footer_bnr_block_main .footer_bnr_block_main_inner {
      width: 94%;
      margin: 0 auto; }
      .footer_bnr_block_main .footer_bnr_block_main_inner a {
        display: block;
        width: 100%;
        margin: 0 0 1rem 0;
        box-sizing: border-box; }
        .footer_bnr_block_main .footer_bnr_block_main_inner a:nth-child(5n) {
          margin: 0; }
          .footer_bnr_block_main .footer_bnr_block_main_inner a img {
            width: 100%; }

  .footer_bnr_block_sub {
    display: block;
    width: 100%;
    background-color: #f1f1f1; }
    .footer_bnr_block_sub .footer_bnr_block_sub_inner {
      width: 94%;
      margin: 0 auto; }
      .footer_bnr_block_sub .footer_bnr_block_sub_inner .footer_bnr_sub {
        display: inline-block;
        width: calc((100% - 1rem) / 2);
        margin: 0 1rem 1rem 0;
        box-sizing: border-box; }
        .footer_bnr_block_sub .footer_bnr_block_sub_inner .footer_bnr_sub:nth-child(2), .footer_bnr_block_sub .footer_bnr_block_sub_inner .footer_bnr_sub:nth-child(4) {
          margin: 0; }
        .footer_bnr_block_sub .footer_bnr_block_sub_inner .footer_bnr_sub a img {
          text-align: center;
          width: 100%; }

  .footer-copyright {
    height: 40px;
    padding: 10px 0 0 0;
    margin: 0;
    background-color: #e0e0e0;
    font-size: 0.5rem;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box; }

  .btn_topback {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #004dbc;
    z-index: 200;
    text-align: center; }
    .btn_topback > .topback_anchor {
      position: relative;
      top: 0;
      display: inline-block;
      padding: 0 0 0 14px; }
      .btn_topback > .topback_anchor::before {
        position: absolute;
        top: -30px;
        left: 0;
        display: block;
        width: 8px;
        height: 8px;
        border: 3px solid #ffffff;
        border-left-width: 0;
        border-bottom-width: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        content: ''; }
    .btn_topback > .topback_txt {
      display: inline-block;
      padding: 12px 0 0 8px;
      color: #ffffff;
      font-size: 0.9em;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.1em;
      overflow: hidden;
      box-sizing: border-box; }

  /* =============================================== mobile top > outpatient ================================== */
  .top_outpatientBlock {
    background: #004dbc;
    width: 100%; }
    .top_outpatientBlock .top_outpatientBlock_inner {
      width: 94%;
      max-width: 100%;
      margin: 0 auto;
      padding: 2rem 0;
      box-sizing: border-box; }
      .top_outpatientBlock .top_outpatientBlock_inner .top_ttl > h2 {
        margin: 0;
        color: #ffffff; }
      .top_outpatientBlock .top_outpatientBlock_inner .top_ttl > span {
        color: #ffffff; }
      .top_outpatientBlock .top_outpatientBlock_inner p {
        margin: 0 0 20px 0;
        color: #ffffff;
        font-size: 0.9rem;
        letter-spacing: 0.02rem; }

  .top_outpatient_link ul {
    padding: 0;
  }
  .top_outpatient_link ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0.85rem;
    box-sizing: border-box;
    background: #ffffff; }
    .top_outpatient_link ul li:last-of-type {
      margin: 0; }
    .top_outpatient_link ul li > h3 {
      position: relative;
      font-size: 0.9rem;
      margin: 0 0 0.5rem; }
      .top_outpatient_link ul li > h3:after {
        position: absolute;
        display: block;
        top: 3px;
        right: 2px;
        width: 6px;
        height: 6px;
        border: 2px solid #004dbc;
        border-right-width: 0;
        border-top-width: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        content: ''; }
    .top_outpatient_link ul li .accordion_link {
      position: relative;
      padding: 0 !important;
      line-height: 1.4;
      letter-spacing: 0.02rem;
      color: #222 !important;
      box-sizing: border-box;
      font-size: 0.7em; }
      .top_outpatient_link ul li .accordion_link .accordion_detail ul {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        padding: 0; }
        .top_outpatient_link ul li .accordion_link .accordion_detail ul li {
          position: relative;
          width: calc(50% - 1rem);
          margin: 0 0.5rem 0 0;
          border-bottom: 1px solid #e0e0e0;
          font-size: 0.75rem;
          color: #222;
          font-weight: bold;
          padding: 20px 0 14px 8px; }
          .top_outpatient_link ul li .accordion_link .accordion_detail ul li:nth-child(2n) {
            margin: 0; }
          .top_outpatient_link ul li .accordion_link .accordion_detail ul li:after {
            position: absolute;
            display: block;
            top: 24px;
            right: 10px;
            width: 6px;
            height: 6px;
            border: 2px solid #004dbc;
            border-left-width: 0;
            border-top-width: 0;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            content: ''; }

  /* =======================================================
  ======== mobile accordion ========================================== */
  .accordion_cont {
    margin: 0 0 0.5rem 0;
    padding: 5px;
    border: 4px solid #f3f5f0;
    box-sizing: border-box; }
    .accordion_cont .accordion_contInner {
      position: relative;
      display: block;
      box-sizing: border-box;
      padding: 0.5rem 0.85rem 0.5rem 0.25rem; }
      .accordion_cont .accordion_contInner .accordion_link {
        position: relative;
        font-weight: bold;
        font-size: 1rem;
        box-sizing: border-box; }
        .accordion_cont .accordion_contInner .accordion_link p {
          padding: 0;
          margin: 0;
          font-weight: normal; }
        .accordion_cont .accordion_contInner .accordion_link:after {
          position: absolute;
          display: block;
          width: 6px;
          height: 6px;
          margin: 0 10px;
          border-bottom: 3px solid #004dbc;
          border-right: 3px solid #004dbc;
          transform: rotate(45deg);
          top: 6px;
          right: -14px;
          content: '';
          z-index: 3; }
        .accordion_cont .accordion_contInner .accordion_link .accordion_detail {
          position: relative;
          display: block;
          margin: 40px 10px 10px 0;
          font-weight: normal;
          line-height: 1.8em;
          color: #222;
          font-size: 0.9em; }
          .accordion_cont .accordion_contInner .accordion_link .accordion_detail li > .career_date {
            display: inline-block;
            width: 35%;
            font-weight: bold; }
          .accordion_cont .accordion_contInner .accordion_link .accordion_detail li > .career_txt {
            display: inline-block;
            margin: 0 0 0 10px; }
          .accordion_cont .accordion_contInner .accordion_link .accordion_detail li > .accordion_linkimg {
            margin: 30px 0 0 0; }
            .accordion_cont .accordion_contInner .accordion_link .accordion_detail li > .accordion_linkimg img {
              width: 100%; }

  /* =======================================================
  ======== mobile TOP - 初めての方へ - ========================================== */
  .top_firstVisitorBlock {
    margin: 2rem 0 !important; }
    .top_firstVisitorBlock .top_firstVisitorBlock_inner {
      width: 94%;
      max-width: 100%;
      margin: 0 auto; }

  .top_firstVisitor_cont {
    background-color: #f1f1f1;
    padding: 0.85rem;
    margin: 40px 0 0 0;
    box-sizing: border-box; }
    .top_firstVisitor_cont > h3 {
      margin: 0 0 10px 0;
      color: #222 !important; }
    .top_firstVisitor_cont > .attention_txt {
      margin: 0.5rem 0 0 0.5rem;
      font-size: 0.8rem;
      line-height: 1.4; }
    .top_firstVisitor_cont > ul {
      margin: 0 0 0 24px;
      font-size: 0.8rem;
      line-height: 1.4; }
      .top_firstVisitor_cont > ul > li {
        list-style: disc;
        margin: 0 0 4px 0; }

  /* =======================================================
  ======== mobile TOP - 季節系コンテンツ - ========================================== */
  .top_seasonBlock {
    width: 94%;
    margin: 2rem auto; }
    .top_seasonBlock .top_seasonBlock_inner {
      margin: 0; }
      .top_seasonBlock .top_seasonBlock_inner p {
        margin: 0 0 1rem;
      }
      .wp-block-image img {
        width: 100%;
      }
  /* =======================================================
  ======== mobile TOP - よくあるご質問 - ========================================== */
  .top_faqBlock {
    position: relative;
    display: block;
    padding: 2rem 0;
    background-color: #E0E7F4;
    background-repeat: no-repeat;
    box-sizing: border-box; }
    .top_faqBlock > .top_faqBlock_inner {
      width: 94%;
      max-width: 100%;
      margin: 0 auto; }
      .top_faqBlock > .top_faqBlock_inner > .top_ttl {
        margin: 0 0 20px 0;
        color: #222; }
  .top_faq_link ul {
    padding: 0;
  }
  .top_faq_link ul li {
    display: block;
    width: 100%;
    margin: 0 0 0.5rem 0;
    padding: 0.85rem;
    box-sizing: border-box;
    background: #ffffff; }
    .top_faq_link ul li > .accordion_link {
      position: relative;
      margin: 0 !important;
      line-height: 1.6em;
      letter-spacing: 0.02rem;
      box-sizing: border-box;
      font-weight: bold;
      font-size: 0.9rem;
      color: #222 !important; }
      .top_faq_link ul li > .accordion_link:before {
        margin: 0 10px 0 0;
        font-size: 1.2em;
        color: #004dbc;
        content: "Q"; }
      .top_faq_link ul li > .accordion_link:after {
        position: absolute;
        display: block;
        top: 7px;
        right: 2px;
        width: 6px;
        height: 6px;
        border: 2px solid #004dbc;
        border-right-width: 0;
        border-top-width: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        content: ''; }
      .top_faq_link ul li > .accordion_link > .accordion_detail {
        margin: 1rem 0 0 0;
        font-weight: normal;
        font-size: 0.9em; }
        .top_faq_link ul li > .accordion_link > .accordion_detail p {
          position: relative;
          width: 100%;
          margin: 0;
          padding: 0;
          box-sizing: border-box; }
        .top_faq_link ul li > .accordion_link > .accordion_detail:before {
          margin: 0 10px 0 0;
          font-size: 1.5em;
          font-weight: bold;
          color: #ed6d36;
          content: "A"; }
  /* =======================================================
  ======== mobile TOP - よくあるご質問 - ========================================== */
  .top_accessBlock {
    margin: 2rem auto;
    width: 94%;
    max-width: 100%; }
    .top_accessBlock .top_accessBlock_inner h3 {
      color: #222;
      font-size: 1rem;
      margin: 0 0 0.5rem 0; }
    .top_accessBlock .top_accessBlock_inner .top_access_cont ul li {
      position: relative;
      width: 100%;
      margin: 0 0 1rem;
      display: block;
      vertical-align: top;
      list-style: none; }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li:last-of-type {
        margin: 0; }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li:after {
        position: relative;
        display: block;
        top: 36%;
        right: -46%;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #222;
        border-right: 2px solid #222;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        content: ''; }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li:last-of-type:after {
        content: none; }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li span {
        position: absolute;
        top: 10px;
        padding: 2px 10px;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 5px rgba(22, 22, 22, 0.2); }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li .top_access_cont_img img {
        width: 100%; }
      .top_accessBlock .top_accessBlock_inner .top_access_cont ul li .top_access_cont_txt p {
        margin: 0.25rem 0 0 0;
        font-size: 0.8rem;
        line-height: 1.4; }
  /* =======================================================
  ======== mobile breadcrumb ========================================== */
  .breadcrumb {
    display: flex;
    margin-left: 0;
  }
  .breadcrumb li a {
    display: inline-block;
  }
  .breadcrumb li {
    margin-left: 0.25rem;
  }
  .breadcrumb-area {
    border: none;
  }
  .breadcrumb-area .wrap {
    padding: 1rem 0;
  }
  .fa-pencil-square-o {
    display: none;
  }
  .fa-file {
    display: none;
  }
  .fa-home {
    display: none;
  }
  /* =======================================================
  ======== mobile sidebar ========================================== */
  .main-inner {
    margin-bottom: 2rem;
  }
  #side {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .sidebar-listlink .rpwe-ul li {
    border: none;
  }
  .side-inner {
    /* border-left: 1px solid #e0e0e0; */
    padding: 0;
    box-sizing: border-box;
  }
  .side-inner h2 {
    font-size: 0.9rem;
    color: #004dbc;
    font-weight: bold !important;
    padding: 0.2rem 0 0.2rem 0.8rem;
    margin: 0 0 0.85rem 0 !important;
    background: #F8FAFF;
  }
  .side-inner ul {
    padding: 0 !important;
  }
  .side-inner .menu {
    margin: 0 0 2rem 1rem !important;
  }
  /* =======================================================
  ======== mobile page ========================================== */
  .postcont-sec {
    margin: 0 0 4rem 0;
  }
  .postcont-sec > p {
    line-height: 1.8rem;
  }
  .postcont-sec > p > img {
    display: block;
    margin: 1rem auto 2rem;
    text-align: center;
  }
  .postcont-sec > p > a {
    /* display: inline-block; */
    display: block;
  }
  .postcont-sec > h3 {
    font-size: 1rem;
    margin: 1rem 0 0.5rem;
  }
  .postcont-sec > ul > li {
    margin: 0 0 0 1rem;
    list-style: disc;
  }
  .postcont-sec > ol {
    margin: 0 0 1.5rem 0;
  }
  .postcont-sec hr {
   border: 1px solid #EBEBEB;
   margin: 2rem 0 0;
 }
  .postcont-sec .attention_list li {
    position: relative;
    list-style: none !important;
    margin: 0 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .postcont-sec .attention_list li:before, {
    position: absolute;
    top: -5px;
    left: -12px;
    display: inline-block;
    margin: 0.5rem 0.5rem 0 0;
    content: '*';
  }
  .reference_ttl {
    display: block;
    font-weight: bold;
  }
  .img-ratio169 {
    width: 80%;
    height: auto;
    margin: 1rem auto;
  }
  .img-ratio169 img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0;
  }
  /* =======================================================
  ======== mobile access ========================================== */
  .access_pic ul {
  }
  .access_pic ul li {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 2rem 0; }
    .access_pic ul li img {
      width: 80%;
      margin: 0 0 0.5rem 0; }
    .access_pic ul li p {
      margin: 0;
      line-height: 1.3em; }
    .access_pic ul li:after {
      display: block;
      position: absolute;
      bottom: -19px;
      left: 45%;
      width: 10px;
      height: 10px;
      border-bottom: 2px solid #004dbc;
      border-right: 2px solid #004dbc;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: '';
      content: ""; }
    .access_pic .img-ratio169 {
      width: 100%;
      margin: 0 auto;
    }
    .access_pic ul li:last-of-type {
      margin: 0; }
      .access_pic ul li:last-of-type:after {
        content: none; }
  /* =======================================================
  ======== mobile ページtitle ========================================== */
  .contents_mainvisual {
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    margin: 60px auto 0 !important;
    background-image: linear-gradient(90deg, rgba(0, 77, 188, 1), rgba(83, 189, 102, 0) 80%); }
  .contents_ttl1_txt {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 10px 0 0 0;
  letter-spacing: 0.02rem;
  box-sizing: border-box; }
  .contents_ttl1_txt > h1 {
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    margin: 2.4rem 0 0 0;
    padding: 0 0 0 1rem; }
    .contents_ttl1_txt > h1:after {
      content: none; }
  .contents_ttl1_txt > span {
    display: block;
    margin: -6px 0 0 0;
    font-size: 0.7em;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: bold !important;
    font-style: italic;
    padding: 0 0 0 1rem; }
  .contents_ttl1_img {
    position: relative;
    height: 140px;
    margin: 60px 0 0 0;
    z-index: -1;
  }
  .contents_ttl1_img img {
    height: 100%;
    object-fit: cover;
  }
  /* =======================================================
  ======== mobile 理事長のご挨拶 / スタッフ greeting(staff)  ========================================== */
  .greeting-cont {
    display: block;
    margin: 0 0 2rem 0;
  }
  .greeting-img {
    position: relative;
    width: 72%;
    height: auto;
    margin: 1rem auto 1.5rem;
  }
  .greeting-img img {
    width: 100%;
  }
  .greeting-text {
    width: 100%;
    font-size: 0.95rem;
    margin: 0;
    line-height: 2rem;
  }
  .greeting-text span {
    display: block;
    line-height: 1.4rem;
    text-align: right;
    font-size: 0.95rem;
  }
  .greeting-text span:first-of-type {
    margin: 1rem 0 0 0;
  }

  /* =======================================================
  ======== Mobile philosophy ========================================== */
  .philosophy-block {
    padding: 1.2rem;
    background: #F8FAFF;
    border: 1px solid #004dbc;
    box-sizing: border-box;
  }
  .philosophy-block li {
    line-height: 1.8rem;
  }
  .philosophy-block span {
    display: block;
    color: #004dbc;
    font-weight: bold;
    line-height: 1;
    margin: 1.5rem 0 0.25rem 0;
  }
  .philosophy-block li:first-of-type span {
    margin: 0 0 0.25rem 0;
  }


  /* =======================================================
  ======== Mobile flow 診療の流れ ========================================== */
  .flow_cont {
    padding: 1.2rem;
    margin: 0 0 1rem 0;
    border: 1px solid #004dbc;
    background: #F8FAFF;
    box-sizing: border-box;
  }
  .flow_cont > h3 {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    line-height: 1.4;
  }
  .flow_cont > h3 > span {
    color: #004dbc;
  }
  .flow_cont > ul {
    margin: 0 0 0 1rem;
  }
  .flow_cont > ul > li {
    line-height: 1.6;
    list-style: outside !important;
    padding-left: 0.2rem;
    text-indent: -0.2rem;
    margin: 0 0 0.5rem 0;
  }
  .flow_cont > ul > li:last-of-type {
    margin: 0;
  }
  .flow_cont > p {
    margin: 0;
  }
  /* =======================================================
  ======== Mobile 疾患 ========================================== */
  .disease-list a {
    display: flex;
  }
  .disease-list li {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
  .disease-list .disease-listimg {
    width: 100px;
    height: 64px;
    overflow: hidden;
  }
  .disease-listimg img {
    object-fit: cover;
  }
  .disease-list .disease-listtxt {
    margin: 0 0 0 0.5rem;
  }

  /* =======================================================
  ======== Mobile 設備機器 facility ========================================== */
  .facility_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 0;
    margin: 0 0 3rem 0;
  }
  .facility_list {
  }
  .facility_list h3 {
    font-size: 1rem;
    margin: 0;
  }
  .facility_list .facility_img {
    width: 100%;
  }
  .facility_list .facility_img img {
    margin: 0 0 0.5rem 0;
  }
  .facility_list .facility_img img:last-of-type {
    margin: 0;
  }
  .facility_list .facility_text {
    width: 100%;
    font-size: 0.9rem;
    margin: 0;
  }
  .facility_list .facility_text p {
    margin: 0 0 0.5rem 0;
  }
  .machine_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
    margin: 0;
  }
  .machine_list {
    width: 100%;
  }
  .machine_list h3 {
    font-size: 1rem;
    margin: 0;
  }
  .machine_list p {
    line-height: 1.7;
  }
  .machine_list .machine_text {
    width: 100%;
    font-size: 0.9rem;
    margin: 0;
  }
  .machine_list .machine_text p {
    margin: 0 0 0.5rem 0;
  }

  /* ===========================================
  mobile cost 治療費 ========================================= */
  .cost-nav {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;
    background: #fff;
    z-index: 999;
    left: 0;
    bottom: 0;
    box-shadow: 0px -3px 4px #ededed;
  }
  .cost-nav > ul {
    margin: 0;
  }
  .cost-nav > ul > li {
    display: inline-block;
    text-align: center;
    margin: 0 0 0.5rem;
    box-sizing: border-box;
  }
  .cost-nav > ul > li > a {
    color: #fff;
    font-weight: bold;
    padding: 0.2rem 1rem;
    background-color: #0A46B4;
    border-radius: 100px;
  }
  .tb_ttl {
  display: block;
  width: 100%;
  margin: 30px 0 4px 0 !important;
  padding: 0.5rem 0 !important;
  font-size: 1.1em;
  background-color: #E0E7F4 !important;
  text-align: center; }
  .tb_ttl:before {
    display: none !important; }
  .base_cost {
    border: none; }
  .base_cost:last-of-type, .base_cost:first-of-type {
    border-bottom: 1px solid #e0e0e0 !important; }
  .base_cost tbody > tr > th {
    height: 50px;
    padding: 0.5rem 0;
    text-align: center;
    background-color: #f1f1f1;
    border-bottom: 2px solid #ffffff !important;
    border: 1px solid #ffffff !important;
    box-sizing: border-box; }
  .base_cost tbody > tr > td {
    height: 60px;
    padding: 0.5rem;
    text-align: left;
    line-height: 1.2rem;
    background-color: #ffffff;
    border-top: none;
    border-bottom: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
    border-left: 1px solid #e0e0e0 !important;
    box-sizing: border-box; }
  .base_cost tbody > tr > td > ul > li {
    list-style: disc;
    margin: 0 0 0 1rem;
    line-height: 1.5rem;
  }
  .base_cost tbody > tr > td > ul > li.attention_txt {
    list-style: none;
  }
  #seishinka-cost .contents_h2, #jibika-cost .contents_h2, #naika-cost .contents_h2 {
    padding: 0 0 0 0.75rem !important;
  }
  #jibika-cost {
    margin: 0.5rem 0 1rem;
  }
  .width_20 {
    width: 20%; }
  .width_40 {
    width: 40%; }
  .cost_txt {
    margin: 1rem 0 2rem;
  }
  .cost_txt > h4 {
    font-size: 0.9rem;
  }
  .cost_txt > p {
    font-size: 0.9rem;
    margin: 0;
  }
  .cost_txt > ul > li {
    font-size: 0.9rem;
    margin: 0 0 0 1.5rem;
    line-height: 1.4rem;
    list-style: disc;
  }
  .bold_txt {
    font-weight: bold;
  }
  .table_blue {
    background-color: #F4F8FF !important;
  }
  .table_pink {
    background-color: #FFF4FB !important;
  }
  .table_green {
    background-color: #E4F6F4 !important;
  }
  .table_yellow {
    background-color: #FAF4E2 !important;
  }
  .table_purple {
    background-color: #F4F0FF !important;
  }
  .cost_tb-circle tbody tr td:nth-child(2),
  .cost_tb-circle tbody tr td:nth-child(3), .cost_tb-circle tbody tr td:nth-child(4),
  .cost_tb-circle tbody tr td:nth-child(5), .cost_tb-circle tbody tr td:nth-child(6),
  .cost_tb-circle tbody tr td:nth-child(7) {
    text-align: center;
  }
  /* =======================================================
  ======== mobile 外来 ========================================== */
  .department-cont li a {
    display: flex;
    margin: 0 0 2rem;
  }
  .department-cont li a:hover {
    text-decoration: none;
  }
  .department-img {
    width: 8rem;
    height: auto;
  }
  .department-img img {
    width: 100%;
  }
  .department-txt {
    width: calc(100% - 9rem);
    margin: 0 0 0 1rem;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .department-txt h4 {
    font-size: 1rem;
    margin: 0 0 0.25rem;
  }
  .department-txt p {
    font-size: 0.9rem;
    color: #222;
    margin: 0;
  }
}
@media only screen and (min-width: 420px) and (max-width: 799px) {
  .header_logo {
    width: 40%;
    max-width: 240px !important; }
    .header_logo a img {
      width: 100%; }
}x

/* ===== H1（本文内のページタイトル） ===== */
/* XeoryのテーマCSSを上書きできるように強めのセレクタ＋!important を使用 */
.entry-content h1.page-title,
.page-postcont h1.page-title,
.postcont-sec h1.page-title {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  margin: 0 0 1em !important;
  color: #222 !important;
}

/* ===== FAQ（アコーディオン） ===== */
.page-postcont .faq details { 
  border-top: 1px solid #e6e6e6; 
  padding: 14px 0; 
}
.page-postcont .faq details:last-child { border-bottom: 1px solid #e6e6e6; }

.page-postcont .faq summary {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  cursor: pointer;
  list-style: none;
  display: flex !important; 
  align-items: center; 
  gap: .6em;
}
.page-postcont .faq summary::-webkit-details-marker { display: none; }

.page-postcont .faq summary::before {
  content: "＋";
  display: inline-grid;
  place-items: center;
  width: 1.25em; height: 1.25em;
  border-radius: 4px;
  background: #f0f3f8;
  color: #1b5fbf;
  font-weight: 800;
}
.page-postcont .faq details[open] summary::before {
  content: "−";
  background: #1b5fbf;
  color: #fff;
}

.page-postcont .faq .answer {
  margin-top: 10px;
  line-height: 1.9;
  font-size: .98rem;
  color: #333;
}
