@charset "UTF-8";
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*◇◆◇◆◇◆揃え◇◆◇◆◇◆*/
p, ul, dl {
  text-align: justify;
}

/*◇◆◇◆◇◆基本色◇◆◇◆◇◆*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*◇◆◇◆◇◆ハンバーガー色◇◆◇◆◇◆*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*ハンバーガーdrawr背景*/
/*ハンバーガーdrawrテキスト*/
/*ハンバーガーdrawrサブ背景*/
/*ハンバーガーdrawrボーダー*/
/*◇◆◇◆◇◆お知らせ色◇◆◇◆◇◆*/
/*お知らせタイトル*/
/*お知らせ文字*/
/*お知らせボーダー*/
/*お知らせアイコン*/
/*お知らせ背景*/
/*◇◆◇◆◇◆フッターSP◇◆◇◆◇◆*/
/*フッター背景色*/
/*フッターテキスト*/
/*フッターボーダー*/
/*◇◆◇◆◇◆フッターリンクPC◇◆◇◆◇◆*/
/*フッターリンク背景色*/
/*フッターリンクテキスト*/
/*フッターリンクボーダー*/
/*◇◆◇◆◇◆コピーライト◇◆◇◆◇◆*/
/*コピーライト背景色*/
/*コピーライトテキスト*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆診療時間テーブル◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*thボーダー*/
/*tdアイコン*/
/*tdアイコン☆*/
/*◇◆◇◆◇◆汎用テーブル系◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆影◇◆◇◆◇◆*/
/*◇◆◇◆◇◆フロー◇◆◇◆◇◆*/
/*◇◆◇◆◇◆矢印◇◆◇◆◇◆*/
/*青*/
/*水色*/
/*灰色*/
/*黒っぽい紺*/
/*水色*/
/*灰色*/
/*ピンク*/
/*ピンク*/
/*ピンク*/
/*青*/
/*赤*/
/*灰色*/
/*灰色*/
/*水色*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notoserifjp_regular";
  src: url(../font/NotoSerifJP-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_medium";
  src: url(../font/NotoSerifJP-Medium.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_bold";
  src: url(../font/NotoSerifJP-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_semibold_bold";
  src: url(../font/NotoSerifJP-SemiBold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ibmplexsansjp_regular";
  src: url(../font/IBMPlexSansJP-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ibmplexsansjp_medium";
  src: url(../font/IBMPlexSansJP-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ibmplexsansjp_semibold_bold";
  src: url(../font/IBMPlexSansJP-SemiBold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "zenoldmincho_bold";
  src: url(../font/ZenOldMincho-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
/*共通モジュール*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* txt -------------------------------------- */
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.txt_s {
  font-size: 80%;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.m-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.m-10 {
  margin: 1rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.mx-10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-20 {
  margin: 2rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.mx-20 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.m-30 {
  margin: 3rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.mx-30 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-40 {
  margin: 4rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.mx-40 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.m-50 {
  margin: 5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mr-50 {
  margin-right: 5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.ml-50 {
  margin-left: 5rem !important;
}

.mx-50 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.m-60 {
  margin: 6rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mr-60 {
  margin-right: 6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.ml-60 {
  margin-left: 6rem !important;
}

.mx-60 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.m-70 {
  margin: 7rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mr-70 {
  margin-right: 7rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.ml-70 {
  margin-left: 7rem !important;
}

.mx-70 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.m-80 {
  margin: 8rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mr-80 {
  margin-right: 8rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.ml-80 {
  margin-left: 8rem !important;
}

.mx-80 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.m-90 {
  margin: 9rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mr-90 {
  margin-right: 9rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.ml-90 {
  margin-left: 9rem !important;
}

.mx-90 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.my-90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.m-100 {
  margin: 10rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mr-100 {
  margin-right: 10rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.ml-100 {
  margin-left: 10rem !important;
}

.mx-100 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.m-110 {
  margin: 11rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mr-110 {
  margin-right: 11rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.ml-110 {
  margin-left: 11rem !important;
}

.mx-110 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.my-110 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.m-120 {
  margin: 12rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mr-120 {
  margin-right: 12rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.ml-120 {
  margin-left: 12rem !important;
}

.mx-120 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-120 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

/* img -------------------------------------- */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 768px), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 768px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/*ハンバーガー*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 99999999;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #231815 1px solid;
  width: 90%;
  margin: 20vw auto 20vw auto;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #231815;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #231815 1px solid;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub {
  display: none;
  width: 100%;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a {
  background-color: #F2F2F2;
  color: #231815;
  border-bottom: none;
  text-align: center;
  border-bottom: #231815 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg a::after {
  font-family: "fontello";
  content: "ć";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "Ĉ";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}

@media screen and (min-width: 768px), print {
  .main_nav_sp {
    display: none;
  }
}
.toggle {
  display: none;
  height: 14vw;
}

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 10vw;
  padding: 0 0 0.5vw 0;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label {
  cursor: pointer;
  width: 100%;
}

.toggle-label .toggle-icon,
.toggle-label .toggle-icon:before,
.toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 28px;
  background: #ffffff;
  content: "";
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 10px);
  height: 14px;
  color: #ffffff;
  text-align: center;
}

.toggle-label .toggle-text:before {
  position: absolute;
  width: 100%;
  left: 0;
  content: "MENU";
  transition: all 500ms ease-in-out;
  visibility: visible;
  opacity: 1;
  font-size: 1rem;
}

.toggle-label .toggle-text:after {
  position: absolute;
  width: 100%;
  left: 0;
  content: "CLOSE";
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  font-size: 1rem;
}

.toggle-label .toggle-icon {
  transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
  transform: translate3d(-50%, -11.5px, 0);
}

.toggle-label .toggle-icon:after {
  transform: translate3d(-50%, 5px, 0);
}

.toggle:checked ~ .toggle-label .toggle-icon {
  background-color: transparent;
}

.toggle:checked ~ .toggle-label .toggle-icon:before,
.toggle:checked ~ .toggle-label .toggle-icon:after {
  top: 0;
}

.toggle:checked ~ .toggle-label .toggle-icon:before {
  transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 8.5px;
}

.toggle:checked ~ .toggle-label .toggle-text:before {
  visibility: hidden;
  opacity: 0;
}

.toggle:checked ~ .toggle-label .toggle-text:after {
  visibility: visible;
  opacity: 1;
}

.container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  background-color: #3D62AD;
  height: 12vw;
}

/*見出し*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
h1 {
  margin: 0;
}

h2.top_title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 160%;
  margin: 0;
}
h2.low {
  color: #231815;
  font-family: "notoserifjp_semibold_bold";
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 120%;
  padding: 1rem 0 0 0;
  margin: 4rem 0 2rem 0;
  box-sizing: border-box;
  position: relative;
}
h2.low::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 10%;
  border-bottom: #3D62AD 3px solid;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #ffffff;
  background-color: #3D62AD;
  font-family: "notoserifjp_semibold_bold";
  font-weight: bold;
  font-size: 2.2rem;
  text-align: left;
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
  position: relative;
}
h3.low::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.6rem;
  width: 2px;
  height: 100%;
  border-left: #ffffff 2px solid;
  display: block;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #3D62AD;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 2rem;
  text-align: left;
  border-bottom: #3D62AD 1px solid;
  border-left: #3D62AD 1px solid;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0.8rem;
  line-height: 120%;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #231815;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.9rem;
  margin: 2.4rem 0 1.2rem 0;
  padding: 0 0 0 1.5rem;
  box-sizing: border-box;
  line-height: 120%;
  position: relative;
}
h5.low::before {
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 0.4rem;
  background: url("../img/h5_icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
h5.first {
  margin: 0 0 1.2rem 0;
}

p {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    text-align: center;
    font-size: 2.6rem;
    line-height: 200%;
    margin: 0;
  }
  h2.low {
    color: #231815;
    font-family: "notoserifjp_semibold_bold";
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 160%;
    padding: 6px 0 0 0;
    margin: 80px 0 50px 0;
    box-sizing: border-box;
    position: relative;
  }
  h2.low::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 44px;
    border-bottom: #3D62AD 3px solid;
  }
  h2.first {
    margin: 0 0 50px 0;
  }
  h3.low {
    color: #ffffff;
    background-color: #3D62AD;
    font-family: "notoserifjp_semibold_bold";
    font-weight: bold;
    font-size: 2.8rem;
    text-align: left;
    padding: 6px 6px 6px 26px;
    box-sizing: border-box;
    margin: 60px 0 24px 0;
    line-height: 160%;
  }
  h3.low::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    width: 2px;
    height: 100%;
    border-left: #ffffff 2px solid;
    display: block;
  }
  h3.first {
    margin: 0 0 24px 0;
  }
  h4.low {
    color: #3D62AD;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.4rem;
    text-align: left;
    border-bottom: #3D62AD 1px solid;
    border-left: #3D62AD 1px solid;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 16px;
    line-height: 120%;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low {
    color: #231815;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2rem;
    margin: 40px 0 15px 0;
    padding: 0 0 0 23px;
    box-sizing: border-box;
    line-height: 120%;
    position: relative;
  }
  h5.low::before {
    position: absolute;
    top: calc(50% - 2.5px);
    left: 0;
    content: "";
    display: block;
    width: 13px;
    height: 5px;
    background: url("../img/h5_icon.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  h5.first {
    margin: 0 0 15px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: justify;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #3D62AD;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #231815;
  background-color: #ffffff;
  border-bottom: #DCDCDC 1px solid;
}
table.timetable tr td i {
  font-size: 1.2rem;
  color: #3D62AD;
}
table.timetable tr td i.icon-star {
  color: #ff0000;
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #231815;
}
table.timetable.-doctor {
  width: 100%;
}
table.timetable.-doctor th,
table.timetable.-doctor td {
  padding: 0.5rem 0;
  line-height: 1.2;
  vertical-align: middle;
}
table.timetable.-doctor th:first-child,
table.timetable.-doctor td:first-child {
  width: 7%;
}
table.timetable.-doctor td {
  font-size: 1.2rem;
}

ul.timetable_notice {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}
ul.timetable_notice li {
  background: url(../img/icon_01.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 0.8rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
ul.timetable_notice li .blue_text {
  color: #2B4E94;
}
ul.timetable_notice li i {
  color: #2B4E94;
}
ul.timetable_notice li a {
  color: #231815;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #3D62AD;
    width: 10%;
    height: 42px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 30%;
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #231815;
    background-color: #ffffff;
    height: 40px;
    box-sizing: border-box;
    border: #DCDCDC 1px solid;
  }
  table.timetable tr td i {
    font-size: 1.7rem;
    color: #3D62AD;
  }
  table.timetable tr td i.icon-star {
    color: #ff0000;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #231815;
    font-size: 1.6rem;
  }
  table.timetable.-doctor {
    width: 100%;
  }
  table.timetable.-doctor td {
    font-size: 1.6rem;
  }
  table.timetable.-doctor th:first-child,
  table.timetable.-doctor td:first-child {
    width: 10%;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.8rem;
    margin: 7px 0 0 0;
    width: 100%;
    color: #231815;
    box-sizing: border-box;
    text-align: left;
    line-height: 160%;
  }
  table.timetable caption span {
    background-color: #EF767F;
    color: #ffffff;
    padding: 6px 20px 1px 20px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 6px 0 0;
  }
  table.timetable caption b {
    font-weight: normal;
    color: #ff0000;
  }
  table.timetable caption i {
    color: #ff0000;
    margin: 0 0 0 22px;
  }
  ul.timetable_notice {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 22px 0 0 0;
  }
  ul.timetable_notice li {
    background: url(../img/icon_01.svg) no-repeat;
    background-position: left top 9px;
    background-size: 7px;
    margin: 0 0 24px 0;
    padding: 0 0 0 17px;
  }
  ul.timetable_notice li .blue_text {
    color: #2B4E94;
  }
  ul.timetable_notice li i {
    color: #2B4E94;
  }
  ul.timetable_notice li a {
    color: #231815;
    text-decoration: none;
  }
}
/*テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 40%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #231815;
  border: #AAAAAA 1px solid;
  background-color: #E6E6E6;
}
table.low_table tr td {
  width: 60%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #231815;
  border: #AAAAAA 1px solid;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #231815;
    border: #AAAAAA 1px solid;
    background-color: #E6E6E6;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #231815;
    border: #AAAAAA 1px solid;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide {
  width: 1000px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide tr th {
  width: 40%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #231815;
  border: #AAAAAA 1px solid;
  background-color: #E6E6E6;
}
table.low_table_slide tr td {
  width: 60%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #231815;
  border: #AAAAAA 1px solid;
  background-color: #ffffff;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide tr th {
    width: 40%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #231815;
    border: #AAAAAA 1px solid;
    background-color: #E6E6E6;
  }
  table.low_table_slide tr td {
    width: 60%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #231815;
    border: #AAAAAA 1px solid;
    background-color: #ffffff;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #231815;
  background-color: #E6E6E6;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #231815;
  background-color: #ffffff;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
}
table.low_table_spblock tr td span {
  color: #0047AB;
  font-weight: bold;
}
table.low_table_spblock tr td span a {
  color: #0047AB;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock tr:first-child th {
  border-top: #AAAAAA 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    box-sizing: border-box;
  }
  table.low_table_spblock caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock tr th {
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #231815;
    background-color: #E6E6E6;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
  }
  table.low_table_spblock tr td {
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #231815;
    background-color: #ffffff;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
  }
  table.low_table_spblock tr td span {
    color: #0047AB;
    font-weight: bold;
  }
  table.low_table_spblock tr td span a {
    color: #0047AB;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #AAAAAA 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #AAAAAA 1px solid;
  }
}
/*テーブル線上下のみ*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table2 tr th {
  width: 40%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #231815;
  border-bottom: #AAAAAA 1px solid;
  background-color: #E6E6E6;
}
table.low_table2 tr td {
  width: 60%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #231815;
  border-bottom: #AAAAAA 1px solid;
  background-color: #ffffff;
}
table.low_table2 tr:first-child th {
  border-top: #AAAAAA 1px solid;
}
table.low_table2 tr:first-child td {
  border-top: #AAAAAA 1px solid;
}
table.low_table2.bui tr th:nth-child(1) {
  width: 35%;
}
table.low_table2.bui tr th:nth-child(2) {
  width: 65%;
}
table.low_table2.bui tr td:nth-child(1) {
  width: 35%;
}
table.low_table2.bui tr td:nth-child(2) {
  width: 65%;
}

@media screen and (min-width: 768px), print {
  table.low_table2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table2 tr th {
    width: 40%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #231815;
    border-bottom: #AAAAAA 1px solid;
    background-color: #E6E6E6;
  }
  table.low_table2 tr td {
    width: 60%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #231815;
    border-bottom: #AAAAAA 1px solid;
    background-color: #ffffff;
  }
  table.low_table2 tr:first-child th {
    border-top: #AAAAAA 1px solid;
  }
  table.low_table2 tr:first-child td {
    border-top: #AAAAAA 1px solid;
  }
  table.low_table2.bui tr th:nth-child(1) {
    width: 20%;
  }
  table.low_table2.bui tr th:nth-child(2) {
    width: 80%;
  }
  table.low_table2.bui tr td:nth-child(1) {
    width: 20%;
  }
  table.low_table2.bui tr td:nth-child(2) {
    width: 80%;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide2 {
  width: 1000px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide2 tr th {
  width: 40%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #231815;
  border-bottom: #AAAAAA 1px solid;
  background-color: #E6E6E6;
}
table.low_table_slide2 tr td {
  width: 60%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #231815;
  border-bottom: #AAAAAA 1px solid;
  background-color: #ffffff;
}
table.low_table_slide2 tr:first-child th {
  border-top: #AAAAAA 1px solid;
}
table.low_table_slide2 tr:first-child td {
  border-top: #AAAAAA 1px solid;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide2 tr th {
    width: 40%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #231815;
    border-bottom: #AAAAAA 1px solid;
    background-color: #E6E6E6;
  }
  table.low_table_slide2 tr td {
    width: 60%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #231815;
    border-bottom: #AAAAAA 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide2 tr:first-child th {
    border-top: #AAAAAA 1px solid;
  }
  table.low_table_slide2 tr:first-child td {
    border-top: #AAAAAA 1px solid;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock2 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #231815;
  background-color: #E6E6E6;
  border-bottom: #AAAAAA 1px solid;
}
table.low_table_spblock2 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #231815;
  background-color: #ffffff;
  border-bottom: #AAAAAA 1px solid;
}
table.low_table_spblock2 tr td span {
  color: #0047AB;
  font-weight: bold;
}
table.low_table_spblock2 tr td span a {
  color: #0047AB;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock2 tr td ul.access_table_list {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 0 0 0 0;
}
table.low_table_spblock2 tr td ul.access_table_list li {
  background: url(../img/icon_02.svg) no-repeat;
  background-position: left top 0.3rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  letter-spacing: 0;
}
table.low_table_spblock2 tr td ul.access_table_list li:last-child {
  margin: 0 0 0 0;
}
table.low_table_spblock2 tr:first-child th {
  border-top: #AAAAAA 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    box-sizing: border-box;
  }
  table.low_table_spblock2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock2 tr th {
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #231815;
    background-color: #E6E6E6;
    border-bottom: #AAAAAA 1px solid;
  }
  table.low_table_spblock2 tr td {
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #231815;
    background-color: #ffffff;
    border-bottom: #AAAAAA 1px solid;
  }
  table.low_table_spblock2 tr td span {
    color: #0047AB;
    font-weight: bold;
  }
  table.low_table_spblock2 tr td span a {
    color: #0047AB;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock2 tr td ul.access_table_list {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    line-height: 150%;
  }
  table.low_table_spblock2 tr td ul.access_table_list li {
    background: url(../img/icon_02.svg) no-repeat;
    background-position: left top 4px;
    background-size: 12px;
    margin: 0 0 16px 0;
    padding: 0 0 0 0;
    letter-spacing: 0;
  }
  table.low_table_spblock2 tr td ul.access_table_list li:last-child {
    margin: 0 0 0 0;
  }
  table.low_table_spblock2 tr:first-child th {
    border-top: #AAAAAA 1px solid;
  }
  table.low_table_spblock2 tr:first-child td {
    border-top: #AAAAAA 1px solid;
  }
}
/*テーブル丸角*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #231815;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #AAAAAA 1px solid;
}
table.low_table3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table3 tr th {
  width: 30%;
  padding: 1rem;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  background-color: #E6E6E6;
  color: #231815;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table3 tr td {
  width: 70%;
  padding: 1rem;
  border-bottom: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #231815;
  background-color: #ffffff;
}
table.low_table3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #AAAAAA 1px solid;
}
table.low_table3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #231815;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #AAAAAA 1px solid;
  }
  table.low_table3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 0.5rem 0 0 0;
  }
  table.low_table3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    background-color: #E6E6E6;
    color: #231815;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #231815;
    background-color: #ffffff;
  }
  table.low_table3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #AAAAAA 1px solid;
  }
  table.low_table3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
}
/* -----------------------------------------------------------
　テーブルサブタイトル
----------------------------------------------------------- */
table.low_table_subtitle3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #231815;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #AAAAAA 1px solid;
}
table.low_table_subtitle3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 1rem 0 0 0;
}
table.low_table_subtitle3 tr th {
  width: 100%;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  background-color: #97A8CF;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_subtitle3 tr th .sub_title {
  background-color: #BED0F9;
  color: #ffffff;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
}
table.low_table_subtitle3 tr th .sub_title.st_top {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr th .sub_text {
  background-color: #2B4E94;
  color: #231815;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
}
table.low_table_subtitle3 tr td {
  width: 100%;
  padding: 0.5rem;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #231815;
  background-color: #ffffff;
}
table.low_table_subtitle3 tr:first-child th {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_subtitle3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #231815;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #AAAAAA 1px solid;
  }
  table.low_table_subtitle3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 16px 0 0 0;
  }
  table.low_table_subtitle3 tr th {
    width: 100%;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    background-color: #E6E6E6;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_subtitle3 tr th .sub_title {
    background-color: #BED0F9;
    color: #ffffff;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  table.low_table_subtitle3 tr th .sub_title.st_top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr th .sub_text {
    background-color: #2B4E94;
    color: #231815;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
  }
  table.low_table_subtitle3 tr td {
    width: 100%;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #231815;
    background-color: #ffffff;
  }
  table.low_table_subtitle3 tr:first-child th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr:last-child th {
    border-bottom-left-radius: 0.7rem;
  }
  table.low_table_subtitle3 tr:last-child td {
    border-bottom-right-radius: 0.7rem;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide3 {
  width: 1200px;
  border-collapse: separate;
  border-spacing: 0;
  color: #231815;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0 0;
  line-height: 140%;
  border-radius: 0.7rem;
  border-top: #BED0F9 1px solid;
}
table.low_table_slide3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide3 tr th {
  width: auto;
  padding: 1rem;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  background-color: #E6E6E6;
  color: #231815;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide3 tr td {
  width: auto;
  padding: 1rem;
  border-bottom: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #231815;
  background-color: #ffffff;
}
table.low_table_slide3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table_slide3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table_slide3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #AAAAAA 1px solid;
}
table.low_table_slide3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  table.low_table_slide3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #231815;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 0 0;
    line-height: 160%;
    border-radius: 0.7rem;
    border-top: #AAAAAA 1px solid;
  }
  table.low_table_slide3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 160%;
  }
  table.low_table_slide3 tr th {
    width: auto;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    background-color: #E6E6E6;
    color: #231815;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide3 tr td {
    width: auto;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #231815;
    background-color: #ffffff;
  }
  table.low_table_slide3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table_slide3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table_slide3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #AAAAAA 1px solid;
  }
  table.low_table_slide3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #231815;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
}
table.low_table_spblock3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock3 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #AAAAAA 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  background-color: #E6E6E6;
  color: #231815;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
}
table.low_table_spblock3 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #BED0F9 1px solid;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
  color: #231815;
  background-color: #ffffff;
}
table.low_table_spblock3 tr td span {
  color: #0047AB;
  font-size: 2.2rem;
  font-weight: bold;
}
table.low_table_spblock3 tr td span a {
  color: #0047AB;
  text-decoration: none;
}
table.low_table_spblock3 tr:first-child th {
  border-top: #AAAAAA 1px solid;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_spblock3 tr:last-child td {
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #231815;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    border-radius: 10px;
  }
  table.low_table_spblock3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: none;
    background-color: #E6E6E6;
    color: #231815;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
    color: #231815;
    background-color: #ffffff;
  }
  table.low_table_spblock3 tr td span {
    color: #BED0F9;
    font-size: 3rem;
    font-weight: bold;
  }
  table.low_table_spblock3 tr td span a {
    color: #BED0F9;
    text-decoration: none;
  }
  table.low_table_spblock3 tr:first-child th {
    border-top: #AAAAAA 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
  }
  table.low_table_spblock3 tr:first-child td {
    border-top: #AAAAAA 1px solid;
    border-top-right-radius: 10px;
  }
  table.low_table_spblock3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #AAAAAA 1px solid;
  }
  table.low_table_spblock3 tr:last-child td {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.img_right {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
}

ul.img_list {
  list-style-type: none;
  width: 96%;
  margin: 0 auto 0 auto;
}
ul.img_list li {
  width: 100%;
  margin: 0 0 2rem 0;
}
ul.img_list li img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 400px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  ul.img_list {
    list-style-type: none;
    width: 100%;
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.img_list li {
    width: 30%;
    margin: 0 0 50px 0;
  }
  ul.img_list li img {
    width: 100%;
    height: auto;
    display: block;
  }
}
/*リスト*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準 disc*/
ul.list_normal {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準2列 disc*/
ul.list_normal_two {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_two li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準3列 disc*/
ul.list_normal_three {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal_three li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準 maru*/
ul.list_maru {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準2列 maru*/
ul.list_maru_two {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_two li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準3列 maru*/
ul.list_maru_three {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_three li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準 maru*/
ul.list_maru_side {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru_side li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準3列 disc*/
  ul.list_normal_three {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_normal_three li {
    width: 30%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準 maru*/
  ul.list_maru {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 5px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 5px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準3列 maru*/
  ul.list_maru_three {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 5px;
    background-size: 10px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  /*標準 maru*/
  ul.list_maru_side {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_maru_side li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 5px;
    background-size: 10px;
    margin: 0 20px 10px 0;
    padding: 0 0 0 25px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
dl.bio_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.bio_list dt {
  width: 30%;
  margin: 0 0 1rem 0;
}
dl.bio_list dd {
  width: 70%;
  margin: 0 0 1rem 0;
}

/*数字*/
dl.num_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list dt {
  width: 6%;
  margin: 0 0 0.8rem 0;
}
dl.num_list dd {
  width: 94%;
  margin: 0 0 0.8rem 0;
}
dl.num_list dd p {
  margin: 0 0 0.8rem 0;
}

/*タイトルボックス*/
dl.title_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.title_box dt {
  width: 100%;
  margin: 0;
  background-color: #E6E6E6;
  color: #231815;
  padding: 1rem;
  box-sizing: border-box;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  border-bottom: #AAAAAA 1px solid;
}
dl.title_box dt:first-child {
  border-top: #AAAAAA 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
  border-left: #AAAAAA 1px solid;
  border-right: #AAAAAA 1px solid;
  border-bottom: #AAAAAA 1px solid;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 1100px;
    margin: 0 0 1rem 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 8px 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 8px 0;
  }
  dl.num_list dd p {
    margin: 0 0 20px 0;
  }
  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #E6E6E6;
    color: #231815;
    padding: 15px;
    box-sizing: border-box;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    border-bottom: #AAAAAA 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #AAAAAA 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    border-bottom: #AAAAAA 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border: none;
  border-left: 1.8rem solid transparent;
  border-right: 1.8rem solid transparent;
  border-top: 2.5rem solid #3D62AD;
  text-align: center;
  display: block;
  margin: 2rem auto;
}

/*強調*/
.emphasis {
  background-color: #E1E9FC;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis ul.mb_none {
  margin: 0;
}

/*二列*/
/*下層電話*/
.low_tel {
  margin: 0 0 1rem 0;
}
.low_tel span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: bold;
}
.low_tel span i {
  font-size: 2.4rem;
}

.text_bold {
  font-weight: bold;
}

.text_red {
  color: #ff0000;
}

.text_underline {
  text-decoration: underline;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 32px solid #3D62AD;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  /*二列*/
  .two_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1200px;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #E1E9FC;
    padding: 36px 28px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis ul.mb_none {
    margin: 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
  }
  .low_tel span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 4rem;
    font-weight: bold;
  }
  .low_tel span i {
    font-size: 4rem;
  }
  .text_bold {
    font-weight: bold;
  }
  .text_red {
    color: #ff0000;
  }
  .text_underline {
    text-decoration: underline;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  width: 96%;
  margin: 2rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  font-family: "fontello";
  content: "ą";
  font-size: 1.4rem;
  color: #3D62AD;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #231815;
  text-decoration: none;
  line-height: 100%;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    width: 1200px;
    margin: 30px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    font-family: "fontello";
    content: "ą";
    font-size: 2.2rem;
    color: #3D62AD;
    margin: 0 5px;
  }
  ul.pankuzu_list li a {
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    color: #231815;
    text-decoration: none;
    line-height: 100%;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #231815;
  font-size: 1.4rem;
  margin: 1.5rem 0 0 0;
  font-weight: bold;
}

.lightbox_frame2 {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lightbox_frame2 .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  box-sizing: border-box;
}
.lightbox_frame2 .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame2 .img_box a img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .lightbox {
    z-index: 9999999 !important;
  }
  .lightbox_frame {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lightbox_frame .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    box-sizing: border-box;
  }
  .lightbox_frame .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame .img_box a img {
    width: 380px;
  }
  .lightbox_frame .img_box a span {
    display: block;
    text-align: center;
    color: #231815;
    font-size: 2rem;
    margin: 30px 0 0 0;
    font-weight: bold;
  }
  .lightbox_frame2 {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lightbox_frame2 .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    box-sizing: border-box;
  }
  .lightbox_frame2 .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame2 .img_box a img {
    width: 380px;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #3D62AD 2px solid;
  border-radius: 1rem;
  box-sizing: border-box;
  display: block;
  background-color: #BED0F9;
  padding: 1rem;
  text-decoration: none;
  color: #231815;
}
.banner_01 img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.banner_01 .banner_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #231815;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #231815;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #231815;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #3D62AD 2px solid;
    border-radius: 1rem;
    box-sizing: border-box;
    display: block;
    background-color: #BED0F9;
    padding: 20px;
    text-decoration: none;
    color: #231815;
    position: relative;
  }
  .banner_01 img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    display: block;
    margin: 0;
  }
  .banner_01 .banner_title {
    position: absolute;
    top: 20px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    color: #231815;
    margin: 0 0 0 0;
  }
  .banner_01 .banner_text {
    position: absolute;
    top: 80px;
    left: 240px;
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
    color: #231815;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.low_link_text {
  color: #0047AB;
}

.low_button {
  background-color: #ffffff;
  border: #3D62AD 1px solid;
  width: auto;
  height: auto;
  margin: 0 0 2rem 0;
  text-align: left;
  text-decoration: none;
  padding: 1rem 4rem 1rem 2.5rem;
  line-height: 100%;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4rem;
}
.low_button span {
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #3D62AD;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.low_button span::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_arrow_circle_r.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 0.5rem 0 0;
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #0047AB;
    transition: 0.5s;
  }
  .low_link_text:hover {
    color: #91bcf7;
    transition: 0.5s;
  }
  .low_button {
    background-color: #ffffff;
    border: #3D62AD 1px solid;
    width: auto;
    height: auto;
    margin: 0 0 30px 0;
    text-align: left;
    text-decoration: none;
    padding: 22px 66px 22px 66px;
    line-height: 100%;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 4rem;
  }
  .low_button span {
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    color: #3D62AD;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: 0.5s;
  }
  .low_button span::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("../img/icon_arrow_circle_r.svg") no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 6px 0 0;
  }
  .low_button:hover {
    transition: 0.5s;
    background-color: #BED0F9;
    border: #BED0F9 1px solid;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
.img_doctor {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_doctor img {
  width: 70%;
  height: auto;
}
.img_doctor figcaption {
  font-family: "ibmplexsansjp_medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 1rem 0 2rem 0;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-align: center;
}

.doctor_name {
  text-align: right;
}
.doctor_name span {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 400px;
    height: auto;
  }
  .img_doctor figcaption {
    font-family: "ibmplexsansjp_medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: normal;
    font-size: 2rem;
    margin: 16px 0 0 0;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .doctor_name {
    text-align: right;
  }
  .doctor_name span {
    font-size: 2.2rem;
  }
  .doctor_info_box {
    width: 780px;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.machine_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.machine_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
}

.machine_box2 {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.machine_box2 section {
  width: 100%;
  margin: 0 0 4rem 0;
}
.machine_box2 section h3 {
  margin: 0 0 1rem 0;
}
.machine_box2 section img {
  width: 100%;
  margin: 0 0 1rem 0;
}

/*スライダー*/
.slider-pro {
  margin: 0 auto 2rem auto !important;
}
.slider-pro p.sp-layer {
  font-size: 2.4rem !important;
}

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .machine_box figure {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .machine_box2 {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .machine_box2 section {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box2 section h3 {
    margin: 0 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /*スライダー*/
  .slider-pro {
    margin: 0 auto 30px auto !important;
  }
  .slider-pro p.sp-layer {
    font-size: 2rem !important;
  }
}
/* -----------------------------------------------------------
　流れ
----------------------------------------------------------- */
dl.flow_box {
  background-color: #F5F5F5;
  padding: 1rem;
  box-sizing: border-box;
}
dl.flow_box dt {
  color: #231815;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
dl.flow_box dt .flow_no {
  background-color: #3D62AD;
  color: #FFFFFF;
  width: 3.5rem;
  height: 3.5rem;
  font-family: "zenoldmincho_bold";
  font-weight: bold;
  font-size: 2rem;
  margin: 0 1rem 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
}
dl.flow_box dd {
  color: #231815;
  font-family: "kiwimaru_medium";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  padding: 0 0 0 4.5rem;
  box-sizing: border-box;
}
dl.flow_box dd.ajs {
  padding: 0;
}

.flow_box2 {
  background-color: #F5F5F5;
  padding: 1rem;
  box-sizing: border-box;
}
.flow_box2 figure {
  margin: 0 0 0 1rem;
  float: right;
  width: 30%;
}
.flow_box2 figure img {
  width: 100%;
  height: auto;
}
.flow_box2 .flow_title {
  color: #231815;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flow_box2 .flow_title .flow_no {
  background-color: #3D62AD;
  color: #FFFFFF;
  width: 3.5rem;
  height: 3.5rem;
  font-family: "zenoldmincho_bold";
  font-weight: bold;
  font-size: 2rem;
  margin: 0 1rem 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flow_box2 .flow_text {
  color: #231815;
  font-family: "kiwimaru_medium";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  padding: 0 0 0 4.5rem;
  box-sizing: border-box;
}
.flow_box2 .flow_text.ajs {
  padding: 0;
}
.flow_box2.ajs {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  dl.flow_box {
    background-color: #F5F5F5;
    padding: 20px;
    box-sizing: border-box;
  }
  dl.flow_box dt {
    color: #231815;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  dl.flow_box dt .flow_no {
    background-color: #3D62AD;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    font-family: "zenoldmincho_bold";
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 22px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  dl.flow_box dd {
    color: #231815;
    font-family: "kiwimaru_medium";
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 180%;
    padding: 10px 0 0 72px;
    box-sizing: border-box;
  }
  dl.flow_box dd.ajs {
    padding: 0;
  }
  .flow_box2 {
    background-color: #F5F5F5;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .flow_box2 figure {
    margin: 0 0 0 1rem;
    float: right;
    width: 200px;
  }
  .flow_box2 figure img {
    width: 100%;
    height: auto;
  }
  .flow_box2 .flow_title {
    color: #231815;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flow_box2 .flow_title .flow_no {
    background-color: #3D62AD;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    font-family: "zenoldmincho_bold";
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 22px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flow_box2 .flow_text {
    color: #231815;
    font-family: "kiwimaru_medium";
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 180%;
    padding: 10px 0 0 72px;
    box-sizing: border-box;
  }
  .flow_box2 .flow_text.ajs {
    padding: 0;
  }
  .flow_box2.ajs {
    margin: 0 0 30px 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
.access_map {
  width: 100%;
}
.access_map img.map_sp {
  width: 100%;
  height: auto;
  display: block;
}
.access_map img.map_pc {
  display: none;
}

iframe.accessmap {
  width: 96%;
  height: 500px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .access_map {
    width: 100%;
  }
  .access_map img.map_sp {
    display: none;
  }
  .access_map img.map_pc {
    display: block;
    width: 1100px;
    height: auto;
    margin: 0 auto 30px auto;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
下層連携医療機関
----------------------------------------------------------- */
.low_medical_institution ul.medical_institution_list {
  list-style-type: none;
  width: 96%;
  margin: 0 auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.low_medical_institution ul.medical_institution_list li {
  width: 48%;
  margin: 0 0 1rem 0;
}
.low_medical_institution ul.medical_institution_list li a {
  display: block;
  width: 100%;
  transition: 0.5s;
  border: #D5CFC8 1px solid;
  box-sizing: border-box;
}
.low_medical_institution ul.medical_institution_list li a img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .low_medical_institution {
    width: 100%;
  }
  .low_medical_institution ul.medical_institution_list {
    list-style-type: none;
    width: 1106px;
    margin: 58px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .low_medical_institution ul.medical_institution_list li {
    width: 230px;
    margin: 0 0 0 0;
  }
  .low_medical_institution ul.medical_institution_list li a {
    display: block;
    width: 100%;
    border: #D5CFC8 1px solid;
    box-sizing: border-box;
  }
  .low_medical_institution ul.medical_institution_list li a img {
    width: 100%;
    height: auto;
  }
  .low_medical_institution ul.medical_institution_list li a:hover {
    transform: translateY(-10px);
    transition: 0.5s;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　お問い合わせ・メールフォーム
----------------------------------------------------------- */
#mailformpro table {
  font-size: 1.4rem;
  line-height: 140%;
  width: 100%;
}
#mailformpro table tr th {
  display: block;
  text-align: left;
  font-weight: normal;
  background-color: #F2F2F2;
  padding: 1rem 1rem 1rem 1rem;
  box-sizing: border-box;
  color: #231815;
  border-top: #3D62AD 1px solid;
  border-left: #3D62AD 1px solid;
  border-right: #3D62AD 1px solid;
}
#mailformpro table tr th span {
  color: #ff0000;
  display: inline-block;
  padding: 0 0.2rem;
  box-sizing: border-box;
  margin: 0 0 0 0.6rem;
}
#mailformpro table tr td {
  display: block;
  text-align: left;
  border-top: #3D62AD 1px solid;
  border-left: #3D62AD 1px solid;
  border-right: #3D62AD 1px solid;
  padding: 1rem;
  box-sizing: border-box;
}
#mailformpro table tr td ol {
  list-style-type: none;
}
#mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
  font-size: 1.2rem;
  width: 90%;
  margin: 0 0 0.6rem 0;
}
#mailformpro table tr td select {
  font-size: 1.2rem;
  width: 90%;
}
#mailformpro table tr td select.time {
  width: 12%;
}
#mailformpro table tr td textarea {
  font-size: 1.2rem;
  width: 90%;
  min-height: 40vw;
}
#mailformpro table tr:last-child td {
  border-bottom: #3D62AD 1px solid;
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.6rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #F2F2F2;
    padding: 1.5rem 1rem 1.5rem 1rem;
    box-sizing: border-box;
    border-top: #3D62AD 1px solid;
    border-left: #3D62AD 1px solid;
    border-right: #3D62AD 1px solid;
    vertical-align: middle;
  }
  #mailformpro table tr th span {
    color: #ff0000;
    display: inline-block;
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin: 0 0 0 1rem;
  }
  #mailformpro table tr td {
    width: 800px;
    display: table-cell;
    text-align: left;
    border-top: #3D62AD 1px solid;
    border-left: #3D62AD 1px solid;
    border-right: #3D62AD 1px solid;
    padding: 1.5rem 3rem 1.5rem 3rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 140%;
  }
  #mailformpro table tr td ol {
    list-style-type: none;
  }
  #mailformpro table tr td ol li {
    margin: 0 0 5px 0;
  }
  #mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
    font-size: 1.6rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td select {
    font-size: 1.6rem;
    width: 300px;
  }
  #mailformpro table tr td select.time {
    width: 60px;
  }
  #mailformpro table tr td textarea {
    font-size: 1.6rem;
    width: 600px;
    min-height: 300px;
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "ibmplexsansjp_medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #231815;
  background-color: #ffffff;
  padding: 0 0 16vw 0;
  /*ページ内リンク用*/
  /*scroll-behavior: smooth;*/
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "ibmplexsansjp_medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #231815;
    background-color: #ffffff;
    padding: 0;
    /*ページ内リンク用*/
    /*scroll-behavior: smooth;*/
    /*スクロール後の余白設定*/
    /*scroll-padding-top: 60px;*/
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

section {
  height: auto;
  overflow: hidden;
  margin: 0;
}

.sentence {
  height: auto;
  overflow: hidden;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 1280px;
    -webkit-text-size-adjust: 100%;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper {
  height: auto;
  width: 100%;
  margin: 12vw 0 0 0;
  padding: 0;
}

.wrapper_low {
  height: auto;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}

.main {
  height: auto;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}

.main_low {
  height: auto;
  width: 96%;
  margin: 3rem auto 4rem auto;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 35px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  padding: 2vw 0 1rem 0;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*ハンバーガー*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top {
  /*ロゴ*/
}
header.header .header_box .header_top .head_logo {
  width: 75%;
  margin: 0 0 0 2%;
}
header.header .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .header_top .head_logo a img {
  width: 100%;
  height: auto;
}
header.header .header_box {
  /*ヘッダー情報*/
}
header.header .header_box .header_info {
  display: none;
}

header.header .header_box .header_info dl.header_info_tel dd span a {
  color: #231815;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 999999999;
    width: 100%;
    height: 125px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  header.header .header_box {
    width: 1200px;
    height: 125px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
  }
  header.header .header_box .header_top {
    width: 386.612px;
    height: 77px;
    margin: 0;
    position: absolute;
    top: 25px;
    left: 10px;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top {
    /*ロゴ*/
  }
  header.header .header_box .header_top .head_logo {
    width: 386.612px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 386.612px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 386.612px;
    height: auto;
  }
  header.header .header_box {
    /*ヘッダー情報*/
  }
  header.header .header_box .header_info {
    display: block;
    width: 488px;
    position: absolute;
    top: 0;
    right: 10px;
  }
  header.header .header_box .header_info dl.header_info_tel {
    width: 488px;
    height: 64px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.header .header_box .header_info dl.header_info_tel dt {
    width: 244px;
    height: 33px;
    font-family: "ibmplexsansjp_medium";
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.header .header_box .header_info dl.header_info_tel dt.tel1_title {
    order: 1;
    background-color: #3D62AD;
    color: #ffffff;
  }
  header.header .header_box .header_info dl.header_info_tel dt.tel2_title {
    order: 2;
    background-color: #BED0F9;
    color: #0D2046;
  }
  header.header .header_box .header_info dl.header_info_tel dd {
    width: 244px;
    height: 31px;
    font-family: "notoserifjp_semibold_bold";
    font-weight: bold;
    font-size: 2.6rem;
    color: #231815;
    background-color: #ffffff;
    text-align: center;
    letter-spacing: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.header .header_box .header_info dl.header_info_tel dd span a {
    color: #231815;
    text-decoration: none;
  }
  header.header .header_box .header_info dl.header_info_tel dd i {
    font-size: 2.2rem;
    margin: 0 0 0 0;
  }
  header.header .header_box .header_info dl.header_info_tel dd.tel1_text {
    order: 3;
  }
  header.header .header_box .header_info dl.header_info_tel dd.tel1_text i {
    color: #3D62AD;
  }
  header.header .header_box .header_info dl.header_info_tel dd.tel2_text {
    order: 4;
  }
  header.header .header_box .header_info dl.header_info_tel dd.tel2_text i {
    color: #97A8CF;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 710px;
    height: 25px;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 16px;
    right: 0;
  }
  nav.main_nav_pc ul {
    width: 710px;
    height: 25px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: auto;
    height: 25px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li.treatment {
    width: 88px;
  }
  nav.main_nav_pc ul li.treatment a::after {
    content: "ć";
    font-family: "fontello";
    font-size: 1rem;
    margin: 0 0 0 3px;
    display: inline-block;
    color: #3D62AD;
  }
  nav.main_nav_pc ul li.treatment ul li a::after {
    content: "";
    margin: 0;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.open_treatment a::after {
    content: "Ĉ";
    font-family: "fontello";
    font-size: 1rem;
    margin: 0 0 0 3px;
    transform: rotate(180deg);
    display: inline-block;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 30px;
    text-decoration: none;
    text-align: center;
    color: #231815;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    transition: 0.5s;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  nav.main_nav_pc ul li a::before {
    position: absolute;
    content: "";
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #3D62AD;
  }
  nav.main_nav_pc ul li a:hover::before {
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: -2px;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 470px;
    margin: 0 0 0 -190px;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    all: initial;
    width: 470px;
    height: auto;
    margin: 9px 0 0 0;
    position: relative;
    z-index: 9999;
    background-color: #F2F2F2;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    all: initial;
    display: block;
    width: 235px;
    height: auto;
    margin: 0;
    padding: 0;
    border-bottom: #D5CFC8 1px solid;
    box-sizing: border-box;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    all: initial;
    width: 235px;
    height: 49px;
    font-family: "ibmplexsansjp_medium";
    font-weight: 500;
    font-size: 1.6rem;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a br {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a::before {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    cursor: pointer;
    cursor: hand;
    opacity: 1;
    transition: 0.5s;
    background-color: #3D62AD;
    color: #ffffff;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li:nth-last-child(1) {
    border-bottom: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li:nth-last-child(2) {
    border-bottom: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li:nth-child(odd) {
    border-right: #D5CFC8 1px solid;
  }
  .nav_add {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999999999 !important;
    width: 100% !important;
    height: 50px !important;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .nav_add ul {
    width: 710px !important;
    margin: 10px auto 0 auto !important;
  }
  .nav_add ul .sub_nav_box {
    width: 470px !important;
  }
  .nav_add ul .sub_nav_box ul {
    all: initial;
    width: 470px !important;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 70vw;
  background-color: #F2F2F2;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 60vw;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_04 {
  background: url("../img/key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_contents {
  position: absolute;
  bottom: -16vw;
  z-index: 999;
  width: 100%;
  height: 40vw;
}
.key_visual .key_contents .catch_copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 30vw;
  background: url("../img/index_catch_copy_bg.svg") no-repeat;
  background-size: 34%;
  background-position: right bottom;
  background-color: #3D62AD;
  padding: 1rem;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
  margin: 0 auto 0 auto;
}
.key_visual .key_contents .catch_copy .catch_copy_text_01 {
  font-family: "notoserifjp_semibold_bold";
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 160%;
  color: #ffffff;
  margin: 0 0 1rem 0;
}
.key_visual .key_contents .catch_copy .catch_copy_text_02 {
  font-family: "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 100%;
  color: #ffffff;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 30vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.key_visual_low h1 {
  font-family: "notoserifjp_semibold_bold";
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #ffffff;
  line-height: 160%;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 890px;
    background-color: #F2F2F2;
    overflow: visible;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 815px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 815px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key_contents {
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    width: 1200px;
    height: 815px;
  }
  .key_visual .key_contents .catch_copy {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: auto;
    width: 487px;
    height: 283px;
    background: url("../img/index_catch_copy_bg.svg") no-repeat;
    background-size: 201px;
    background-position: right bottom;
    background-color: #3D62AD;
    padding: 37px 0 0 52px;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
    margin: 0;
  }
  .key_visual .key_contents .catch_copy .catch_copy_text_01 {
    font-family: "notoserifjp_semibold_bold";
    font-weight: bold;
    font-size: 3rem;
    line-height: 200%;
    color: #ffffff;
    margin: 0 0 1rem 0;
  }
  .key_visual .key_contents .catch_copy .catch_copy_text_02 {
    font-family: "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 100%;
    color: #ffffff;
    margin: 28px 0 0 0;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 380px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .key_visual_low h1 {
    font-family: "notoserifjp_semibold_bold";
    font-weight: bold;
    font-size: 4.4rem;
    text-align: center;
    color: #ffffff;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
}
/* -----------------------------------------------------------
　お知らせ矢印画像
----------------------------------------------------------- */
.notice_frame_bg {
  width: 100%;
  background: url("../img/index_notice_bg.svg") no-repeat;
  background-size: 70%;
  background-position: right bottom;
  background-color: #F2F2F2;
  padding: 2rem 0 2rem 0;
}
.notice_frame_bg .notice_frame {
  width: 96%;
  margin: 4rem auto 2.7rem auto;
  background-color: #ffffff;
  position: relative;
  overflow: visible;
}
.notice_frame_bg .notice_frame h2.notice_title {
  font-family: "notoserifjp_semibold_bold";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  color: #231815;
  letter-spacing: 0.1em;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.notice_frame_bg .notice_frame h2.notice_title span {
  font-size: 1rem;
  font-weight: normal;
  color: #3D62AD;
  display: block;
  margin: 0 0 0.8rem 0;
}
.notice_frame_bg .notice_frame .notice_box {
  width: 92%;
  height: auto;
  margin: 2rem auto 0 auto;
  padding: 0 0 2rem 0;
  box-sizing: border-box;
}
.notice_frame_bg .notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding: 0 0 1.5rem 0;
  box-sizing: border-box;
  border-bottom: #D2D2D2 1px solid;
  font-family: "ibmplexsansjp_medium";
}
.notice_frame_bg .notice_frame .notice_box dl dt {
  color: #231815;
  margin: 1rem 0 0 0;
  padding: 2rem 0 1rem 2rem;
  font-size: 1.5rem;
  box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
  border-top: #D2D2D2 1px solid;
}
.notice_frame_bg .notice_frame .notice_box dl dt::before {
  display: block;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/icon_arrow_circle_up.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 1.8rem;
}
.notice_frame_bg .notice_frame .notice_box dl dt.open::before {
  content: "";
}
.notice_frame_bg .notice_frame .notice_box dl dt.close::before {
  content: "";
  transform: rotateX(180deg);
}
.notice_frame_bg .notice_frame .notice_box dl dt:first-child {
  border-top: none;
}
.notice_frame_bg .notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  color: #231815;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 120%;
  display: none;
}
.notice_frame_bg .notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame_bg .notice_frame .notice_box dl dd p {
  font-family: "ibmplexsansjp_medium";
  font-size: 1.6rem;
  color: #231815;
}
.notice_frame_bg .notice_frame .notice_box dl dd p a {
  font-family: "ibmplexsansjp_medium";
  color: #231815;
}

@media screen and (min-width: 768px), print {
  .notice_frame_bg {
    width: 100%;
    background: url("../img/index_notice_bg.svg") no-repeat;
    background-size: 553.78px;
    background-position: right bottom;
    background-color: #F2F2F2;
    padding: 64px 0 80px 0;
    box-sizing: border-box;
  }
  .notice_frame_bg .notice_frame {
    width: 1180px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    position: relative;
    overflow: visible;
    padding: 77px 0 60px 0;
    box-sizing: border-box;
  }
  .notice_frame_bg .notice_frame h2.notice_title {
    font-family: "notoserifjp_semibold_bold";
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    color: #231815;
    letter-spacing: 0.1em;
    position: absolute;
    top: -49px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .notice_frame_bg .notice_frame h2.notice_title span {
    font-size: 1.4rem;
    font-weight: normal;
    color: #3D62AD;
    display: block;
    margin: 0 0 16px 0;
  }
  .notice_frame_bg .notice_frame .notice_box {
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    box-sizing: border-box;
    /*background-color: aqua;    */
  }
  .notice_frame_bg .notice_frame .notice_box dl {
    height: auto;
    margin: 0;
    width: 1000px;
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    border-bottom: #D2D2D2 1px solid;
    font-family: "ibmplexsansjp_medium";
  }
  .notice_frame_bg .notice_frame .notice_box dl dt {
    color: #231815;
    margin: 0 0 11px 0;
    padding: 25px 0 0 45px;
    font-family: "ibmplexsansjp_medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 2rem;
    box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 130%;
    position: relative;
    border-top: #D2D2D2 1px solid;
    transition: 0.5s;
  }
  .notice_frame_bg .notice_frame .notice_box dl dt::before {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../img/icon_arrow_circle_up.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 27px;
  }
  .notice_frame_bg .notice_frame .notice_box dl dt.open::before {
    content: "";
  }
  .notice_frame_bg .notice_frame .notice_box dl dt.close::before {
    content: "";
    transform: rotateX(180deg);
  }
  .notice_frame_bg .notice_frame .notice_box dl dt:first-child {
    border-top: none;
    padding: 0 0 0 45px;
  }
  .notice_frame_bg .notice_frame .notice_box dl dt:first-child::before {
    top: 2px;
  }
  .notice_frame_bg .notice_frame .notice_box dl dt:hover {
    cursor: pointer;
    cursor: hand;
    color: #2B4E94;
    transition: 0.5s;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd {
    margin: 0 0 23px 0;
    padding: 0 0 0 45px;
    color: #231815;
    font-family: "ibmplexsansjp_medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 1.6rem;
    text-align: justify;
    line-height: 130%;
    display: none;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd p {
    font-family: "ibmplexsansjp_medium";
    font-size: 1.6rem;
    color: #231815;
    margin: 0 0 10px 0;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd p a {
    font-family: "ibmplexsansjp_medium";
    color: #231815;
  }
}
/* -----------------------------------------------------------
外来・診療時間のご案内
----------------------------------------------------------- */
.time_schedule_bg {
  width: 96%;
  background-color: #ffffff;
  padding: 4rem 0 2rem 0;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}
.time_schedule_bg .bnr_recruit {
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 0 0 3rem 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.time_schedule_bg .bnr_recruit img {
  width: 100%;
  height: auto;
}
.time_schedule_bg .time_box {
  width: 100%;
  margin: 0 0 2rem 0;
}
.time_schedule_bg .time_box h2.time_schedule_title {
  font-family: "notoserifjp_semibold_bold";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  color: #231815;
  letter-spacing: 0.1em;
}
.time_schedule_bg .time_box h2.time_schedule_title span {
  font-size: 1rem;
  font-weight: normal;
  color: #3D62AD;
  display: block;
  margin: 0 0 0.8rem 0;
  letter-spacing: 0.05em;
}
.time_schedule_bg .time_box .time_box_timetable {
  width: 96%;
  margin: 2rem auto 0 auto;
}
.time_schedule_bg .patient_box {
  width: 100%;
  margin: 0 0 1rem 0;
  border: #3D62AD 1px solid;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  padding: 3rem 1rem 2rem 1rem;
}
.time_schedule_bg .patient_box h2.patient_title {
  font-family: "notoserifjp_semibold_bold";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  color: #3D62AD;
  letter-spacing: 0.1em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: -1.1rem;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.time_schedule_bg .patient_box h2.patient_title::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/icon_wakaba.svg");
  background-size: contain;
  margin: 0 0.4rem 0 0;
}
.time_schedule_bg .patient_box .patient_text1 {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
.time_schedule_bg .patient_box .patient_text1 span {
  color: #E84B56;
}
.time_schedule_bg .patient_box .patient_text2 {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  background-color: #FBEEEE;
  padding: 1.5rem;
  box-sizing: border-box;
  line-height: 160%;
}
.time_schedule_bg .patient_box .patient_text2 span {
  color: #E84B56;
}
.time_schedule_bg .patient_box .patient_link {
  width: 100%;
  height: 18vw;
  background-color: #3D62AD;
  color: #ffffff;
  font-family: "notoserifjp_semibold_bold";
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
  border-radius: 4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.time_schedule_bg .patient_box .patient_link::before {
  font-family: "fontello";
  content: "Ă";
  margin: 0 1rem 0 0;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .time_schedule_bg {
    width: 1180px;
    background-color: #ffffff;
    padding: 74px 0 0 0;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .time_schedule_bg .bnr_recruit {
    width: 840px;
    display: block;
    text-decoration: none;
    margin: 0 auto 60px auto;
    transition: 0.5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.28);
  }
  .time_schedule_bg .bnr_recruit img {
    width: 840px;
    height: auto;
  }
  .time_schedule_bg .bnr_recruit:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
  .time_schedule_bg .time_box {
    width: 500px;
    margin: 0 0 0 0;
  }
  .time_schedule_bg .time_box h2.time_schedule_title {
    font-family: "notoserifjp_semibold_bold";
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    color: #231815;
    letter-spacing: 0.1em;
  }
  .time_schedule_bg .time_box h2.time_schedule_title span {
    font-size: 1.4rem;
    font-weight: normal;
    color: #3D62AD;
    display: block;
    margin: 0 0 13px 0;
    letter-spacing: 0.05em;
  }
  .time_schedule_bg .time_box .time_box_timetable {
    width: 100%;
    margin: 46px auto 0 auto;
  }
  .time_schedule_bg .-time_doctor {
    width: 607px;
  }
  .time_schedule_bg .patient_box {
    width: 607px;
    /*height: 516px;*/
    height: 340px;
    margin: 48px 0 0 0;
    border: #3D62AD 1px solid;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
    padding: 49px 50px 48px 50px;
  }
  .time_schedule_bg .patient_box h2.patient_title {
    font-family: "notoserifjp_semibold_bold";
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    color: #3D62AD;
    letter-spacing: 0.1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 378px;
    margin: 0 auto;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    background-color: #ffffff;
  }
  .time_schedule_bg .patient_box h2.patient_title::before {
    content: "";
    display: block;
    width: 48.747px;
    height: 46.512px;
    background: url("../img/icon_wakaba.svg");
    background-size: contain;
    margin: 0 16px 0 0;
  }
  .time_schedule_bg .patient_box .patient_text1 {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    margin: 0 0 14px 0;
    line-height: 187%;
  }
  .time_schedule_bg .patient_box .patient_text1 span {
    color: #E84B56;
  }
  .time_schedule_bg .patient_box .patient_text2 {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    margin: 0 0 28px 0;
    background-color: #FBEEEE;
    padding: 19px 19px 19px 19px;
    box-sizing: border-box;
    line-height: 178%;
  }
  .time_schedule_bg .patient_box .patient_text2 span {
    color: #E84B56;
  }
  .time_schedule_bg .patient_box .patient_link {
    width: 525px;
    height: 108px;
    background-color: #3D62AD;
    color: #ffffff;
    font-family: "notoserifjp_semibold_bold";
    font-weight: bold;
    font-size: 2.6rem;
    text-decoration: none;
    border-radius: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: 0.5s;
  }
  .time_schedule_bg .patient_box .patient_link::before {
    font-family: "fontello";
    content: "Ă";
    margin: 0 33px 0 0;
    font-weight: normal;
  }
  .time_schedule_bg .patient_box .patient_link:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
当院について
----------------------------------------------------------- */
.about_our_clinic_bg {
  width: 100%;
  margin: 8rem 0 0 0;
}
.about_our_clinic_bg .about_our_clinic_frame {
  width: 96%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  padding: 10rem 0 2rem 0;
  box-sizing: border-box;
}
.about_our_clinic_bg .about_our_clinic_frame::before {
  content: "";
  display: block;
  width: 130%;
  height: 100%;
  background: url("../img/index_about_our_clinic_bg.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.about_our_clinic_bg .about_our_clinic_frame h2.about_our_clinic_title {
  font-family: "notoserifjp_semibold_bold";
  font-weight: bold;
  font-size: 3rem;
  color: #97A8CF;
  line-height: 110%;
  position: absolute;
  top: -5rem;
  z-index: 3;
}
.about_our_clinic_bg .about_our_clinic_frame h2.about_our_clinic_title span {
  font-size: 1.5rem;
  color: #ffffff;
  display: block;
  margin: 0.5rem 0 0 0;
}
.about_our_clinic_bg .about_our_clinic_frame .loop_css {
  position: absolute;
  top: -5rem;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 65%;
  overflow: hidden;
  margin: 0 0 0 35%;
  z-index: 2;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.about_our_clinic_bg .about_our_clinic_frame .loop_css ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 4125px;
  margin: 0;
  padding: 0;
}
.about_our_clinic_bg .about_our_clinic_frame .loop_css ul li {
  display: inline-block;
  width: 40vw;
  max-width: 40vw;
  margin: 0 10px 0 10px;
  list-style: none;
  text-align: center;
}
.about_our_clinic_bg .about_our_clinic_frame .loop_css ul li a {
  display: block;
}
.about_our_clinic_bg .about_our_clinic_frame .loop_css ul li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
}
.about_our_clinic_bg .about_our_clinic_frame .loop_css ul:first-child {
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.about_our_clinic_bg .about_our_clinic_frame .loop_css ul + ul {
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}
.about_our_clinic_bg .about_our_clinic_frame .loop_css:hover ul {
  animation-play-state: paused;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.about_our_clinic_bg .about_our_clinic_frame .loop_js {
  display: -webkit-flex;
  display: flex;
  width: 3600px;
  height: 120px;
  overflow: hidden;
}
.about_our_clinic_bg .about_our_clinic_frame .loop_js > * {
  width: 33.333333%;
  height: auto;
}
.about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list {
  position: relative;
  z-index: 3;
  list-style-type: none;
  width: 96%;
  margin: 0 auto 0 auto;
}
.about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box {
  background-color: #ffffff;
  margin: 0 0 2rem 0;
  padding: 0.5rem;
  box-sizing: border-box;
  position: relative;
  clip-path: polygon(0 0, 90% 0%, 100% 20%, 100% 100%, 10% 100%, 0% 80%);
  /*
          &::after{
            content: "";
            display: block;
            width: 3rem;
            height: 3rem;
            background: url("../img/index_about_our_clinic_ur.svg") no-repeat;
            background-position: top right;
            background-size: contain;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 4;
          }
          &::before{
            content: "";
            display: block;
            width: 3rem;
            height: 3rem;
            background: url("../img/index_about_our_clinic_bl.svg") no-repeat;
            background-position: bottom left;
            background-size: contain;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 4;
          }
  */
}
.about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box .about_our_clinic_list_inner {
  width: 100%;
  height: 40vw;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  border: #3D62AD 1px solid;
  box-sizing: border-box;
}
.about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box .about_our_clinic_list_inner .about_our_clinic_list_no {
  margin: 0 0 1rem 0;
  text-align: center;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.8rem;
  color: #2B4E94;
  position: relative;
}
.about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box .about_our_clinic_list_inner .about_our_clinic_list_no::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: #2B4E94 1px solid;
  box-sizing: border-box;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box .about_our_clinic_list_inner .about_our_clinic_list_text {
  margin: 0;
  text-align: center;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.8rem;
  color: #231815;
}
.about_our_clinic_bg .about_our_clinic_frame .about_our_clinic_text {
  width: 90%;
  margin: 0 auto;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 768px), print {
  .about_our_clinic_bg {
    width: 100%;
    margin: 245px 0 59px 0;
  }
  .about_our_clinic_bg .about_our_clinic_frame {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    padding: 214px 0 0 0;
    box-sizing: border-box;
  }
  .about_our_clinic_bg .about_our_clinic_frame::before {
    content: "";
    display: block;
    width: 1861px;
    height: 603px;
    background: url("../img/index_about_our_clinic_bg.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    right: -270px;
    top: 0;
    z-index: 1;
  }
  .about_our_clinic_bg .about_our_clinic_frame h2.about_our_clinic_title {
    font-family: "notoserifjp_semibold_bold";
    font-weight: bold;
    font-size: 7.7rem;
    color: #97A8CF;
    line-height: 115%;
    position: absolute;
    top: -139px;
    z-index: 3;
  }
  .about_our_clinic_bg .about_our_clinic_frame h2.about_our_clinic_title span {
    font-size: 3.6rem;
    color: #ffffff;
    display: block;
    margin: 19px 0 0 0;
  }
  .about_our_clinic_bg .about_our_clinic_frame .loop_css {
    position: absolute;
    top: -132px;
    right: -34%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 110%;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  .about_our_clinic_bg .about_our_clinic_frame .loop_css ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 3200px;
    margin: 0;
    padding: 0;
  }
  .about_our_clinic_bg .about_our_clinic_frame .loop_css ul li {
    display: inline-block;
    width: 280px;
    max-width: 260px;
    margin: 0 24px 0 24px;
    list-style: none;
    text-align: center;
  }
  .about_our_clinic_bg .about_our_clinic_frame .loop_css ul li a {
    display: block;
  }
  .about_our_clinic_bg .about_our_clinic_frame .loop_css ul li img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .about_our_clinic_bg .about_our_clinic_frame .loop_css ul:first-child {
    -webkit-animation: loop 120s -60s linear infinite;
    animation: loop 120s -60s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
  .about_our_clinic_bg .about_our_clinic_frame .loop_css ul + ul {
    -webkit-animation: loop2 120s linear infinite;
    animation: loop2 120s linear infinite;
  }
  .about_our_clinic_bg .about_our_clinic_frame .loop_css:hover ul {
    animation-play-state: paused;
  }
  @-webkit-keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  @keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  .about_our_clinic_bg .about_our_clinic_frame .loop_js {
    display: -webkit-flex;
    display: flex;
    width: 2550px;
    height: 200px;
    overflow: hidden;
  }
  .about_our_clinic_bg .about_our_clinic_frame .loop_js > * {
    width: 33.333333%;
    height: auto;
  }
  .about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list {
    position: relative;
    z-index: 3;
    list-style-type: none;
    width: 1180px;
    margin: 0 auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box {
    background-color: #ffffff;
    margin: 0 0 2rem 0;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    width: 285px;
    height: 238px;
    clip-path: polygon(0 0, 86% 0%, 100% 17%, 100% 100%, 14% 100%, 0% 85%);
    /*        
            &::after{
              content: "";
              display: block;
              width: 40px;
              height: 40px;
              background: url("../img/index_about_our_clinic_ur.svg") no-repeat;
              background-position: top right;
              background-size: contain;
              position: absolute;
              top: 0;
              right: 0;
              z-index: 4;
            }
            &::before{
              content: "";
              display: block;
              width: 40px;
              height: 40px;
              background: url("../img/index_about_our_clinic_bl.svg") no-repeat;
              background-position: bottom left;
              background-size: contain;
              position: absolute;
              bottom: 0;
              left: 0;
              z-index: 4;
            }
    */
  }
  .about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box .about_our_clinic_list_inner {
    width: 100%;
    height: 228px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: #3D62AD 1px solid;
    box-sizing: border-box;
  }
  .about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box .about_our_clinic_list_inner .about_our_clinic_list_no {
    margin: 16px 0 32px 0;
    text-align: center;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.4rem;
    color: #2B4E94;
    position: relative;
  }
  .about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box .about_our_clinic_list_inner .about_our_clinic_list_no::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: #2B4E94 1px solid;
    box-sizing: border-box;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box .about_our_clinic_list_inner .about_our_clinic_list_no.ajs1 {
    margin: 16px 0 62px 0;
  }
  .about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box .about_our_clinic_list_inner .about_our_clinic_list_no.ajs2 {
    margin: 16px 0 46px 0;
  }
  .about_our_clinic_bg .about_our_clinic_frame ul.about_our_clinic_list .about_our_clinic_list_box .about_our_clinic_list_inner .about_our_clinic_list_text {
    margin: 0;
    text-align: center;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.4rem;
    color: #231815;
    line-height: 150%;
  }
  .about_our_clinic_bg .about_our_clinic_frame .about_our_clinic_text {
    width: 100%;
    margin: 34px 0 0 0;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 2.4rem;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 4;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 100%;
  background-color: #ECF1FB;
  margin: 8rem 0 0 0;
  padding: 3rem 0 2rem 0;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}
.treatment_frame h2.treatment_title {
  font-family: "notoserifjp_semibold_bold";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  color: #231815;
  letter-spacing: 0.1em;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.treatment_frame h2.treatment_title span {
  font-size: 1rem;
  font-weight: normal;
  color: #3D62AD;
  display: block;
  margin: 0 0 0.8rem 0;
}
.treatment_frame ul.treatment_list {
  position: relative;
  z-index: 2;
  width: 96%;
  margin: 2rem auto 0 auto;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.treatment_frame ul.treatment_list li {
  width: 49%;
  margin: 0 0 3rem 0;
  text-align: center;
}
.treatment_frame ul.treatment_list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #231815;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.3rem;
  white-space: nowrap;
}
.treatment_frame ul.treatment_list li a::before {
  content: "";
  display: block;
  margin: 0 auto 1rem auto;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.treatment_frame ul.treatment_list li a span::before {
  font-family: "fontello";
  content: "ą";
  color: #3D62AD;
  margin: 0 0.3rem 0 0;
}
.treatment_frame ul.treatment_list li.treatment_01 a::before {
  background: url("../img/index_treatment_01_orthopedics.svg") no-repeat;
  background-size: 70%;
  background-position: center center;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.treatment_02 a::before {
  background: url("../img/index_treatment_02_sports.svg") no-repeat;
  background-size: 70%;
  background-position: center center;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.treatment_03 a::before {
  background: url("../img/index_treatment_03_rehabilitation.svg") no-repeat;
  background-size: 70%;
  background-position: center center;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.treatment_04 a::before {
  background: url("../img/index_treatment_04_rheumatism.svg") no-repeat;
  background-size: 70%;
  background-position: center center;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.treatment_05 a::before {
  background: url("../img/index_treatment_05_osteoporosis.svg") no-repeat;
  background-size: 70%;
  background-position: center center;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.treatment_06 a::before {
  background: url("../img/index_treatment_06_traffic_accident.svg") no-repeat;
  background-size: 70%;
  background-position: center center;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.treatment_07 a::before {
  background: url("../img/index_treatment_07_insole.svg") no-repeat;
  background-size: 70%;
  background-position: center center;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.treatment_08 a::before {
  background: url("../img/index_treatment_08_prp.svg") no-repeat;
  background-size: 70%;
  background-position: center center;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 1200px;
    height: 733px;
    background-color: #ECF1FB;
    margin: 195px auto 0 auto;
    padding: 47px 0 0 0;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
  }
  .treatment_frame::after {
    content: "";
    width: 40%;
    height: 733px;
    background-color: #ECF1FB;
    display: block;
    position: absolute;
    top: 0;
    right: -40%;
  }
  .treatment_frame::before {
    content: "";
    width: 235px;
    height: 733px;
    background-color: #ECF1FB;
    display: block;
    position: absolute;
    top: 0;
    left: -235px;
  }
  .treatment_frame h2.treatment_title {
    font-family: "notoserifjp_semibold_bold";
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    color: #231815;
    letter-spacing: 0.1em;
    position: absolute;
    top: -47px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .treatment_frame h2.treatment_title span {
    font-size: 1.4rem;
    font-weight: normal;
    color: #3D62AD;
    display: block;
    margin: 0 0 13px 0;
  }
  .treatment_frame ul.treatment_list {
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 24px auto 0 auto;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .treatment_frame ul.treatment_list li {
    width: 250px;
    margin: 0 0 72px 0;
    text-align: center;
  }
  .treatment_frame ul.treatment_list li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #231815;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2rem;
    white-space: nowrap;
    transition: 0.5s;
  }
  .treatment_frame ul.treatment_list li a::before {
    content: "";
    display: block;
    margin: 0 auto 23px auto;
    width: 200px;
    height: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .treatment_frame ul.treatment_list li a:hover {
    transform: translateY(-10px);
    transition: 0.5s;
  }
  .treatment_frame ul.treatment_list li.treatment_01 a::before {
    background: url("../img/index_treatment_01_orthopedics.svg") no-repeat;
    background-size: 120px;
    background-position: center center;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.treatment_02 a::before {
    background: url("../img/index_treatment_02_sports.svg") no-repeat;
    background-size: 120px;
    background-position: center center;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.treatment_03 a::before {
    background: url("../img/index_treatment_03_rehabilitation.svg") no-repeat;
    background-size: 120px;
    background-position: center center;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.treatment_04 a::before {
    background: url("../img/index_treatment_04_rheumatism.svg") no-repeat;
    background-size: 120px;
    background-position: center center;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.treatment_05 a::before {
    background: url("../img/index_treatment_05_osteoporosis.svg") no-repeat;
    background-size: 120px;
    background-position: center center;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.treatment_06 a::before {
    background: url("../img/index_treatment_06_traffic_accident.svg") no-repeat;
    background-size: 120px;
    background-position: center center;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.treatment_07 a::before {
    background: url("../img/index_treatment_07_insole.svg") no-repeat;
    background-size: 120px;
    background-position: center center;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.treatment_08 a::before {
    background: url("../img/index_treatment_08_prp.svg") no-repeat;
    background-size: 120px;
    background-position: center center;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  margin: 3rem 0 0 0;
}
.features_frame h2.features_title {
  font-family: "notoserifjp_semibold_bold";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  color: #231815;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.features_frame h2.features_title span {
  font-size: 1rem;
  font-weight: normal;
  color: #3D62AD;
  display: block;
  margin: 0 0 0.8rem 0;
  letter-spacing: 0.05em;
}
.features_frame .features_box_outside {
  margin: 2rem 0 6rem 0;
}
.features_frame .features_box_outside .features_box {
  position: relative;
}
.features_frame .features_box_outside .features_box .features_box_left {
  position: relative;
  z-index: 2;
}
.features_frame .features_box_outside .features_box .features_box_left section {
  width: 90%;
  margin: 0 auto;
  padding: 3rem 1rem 2rem 1rem;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: visible;
}
.features_frame .features_box_outside .features_box .features_box_left section::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: url("../img/icon_features.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: -2.5rem;
  left: 2rem;
}
.features_frame .features_box_outside .features_box .features_box_left section h3.features_title {
  text-align: left;
  color: #2B4E94;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 2rem;
  margin: 0 0 2rem 0;
  letter-spacing: 0.2em;
}
.features_frame .features_box_outside .features_box .features_box_left section .features_text {
  font-family: "notosansjp_medium";
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
  text-align: justify;
}
.features_frame .features_box_outside .features_box figure.features_box_right {
  position: relative;
  z-index: 1;
  width: 96%;
  margin: -2rem auto 0 auto;
}
.features_frame .features_box_outside .features_box figure.features_box_right img {
  width: 100%;
  height: auto;
}
.features_frame .features_box_outside .features_box.fb_01 .features_box_left section::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 7rem;
  background: url("../img/index_feature_01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.1rem;
  right: -0.6rem;
}
.features_frame .features_box_outside .features_box.fb_02 .features_box_left section::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 7rem;
  background: url("../img/index_feature_02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.1rem;
  left: -0.6rem;
}
.features_frame .features_box_outside .features_box.fb_03 .features_box_left section::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 7rem;
  background: url("../img/index_feature_03.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.1rem;
  right: -0.6rem;
}
.features_frame .features_box_outside .features_box.fb_04 .features_box_left section::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 7rem;
  background: url("../img/index_feature_04.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.1rem;
  left: -0.6rem;
}
.features_frame .features_box_outside.fbo_last {
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 100%;
    padding: 32px 0 0 0;
    box-sizing: border-box;
  }
  .features_frame h2.features_title {
    font-family: "notoserifjp_semibold_bold";
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    color: #231815;
    letter-spacing: 0.1em;
    margin: 0 auto 80px auto;
  }
  .features_frame h2.features_title span {
    font-size: 1.4rem;
    font-weight: normal;
    color: #3D62AD;
    display: block;
    margin: 0 0 13px 0;
    letter-spacing: 0.05em;
  }
  .features_frame .features_box_outside {
    margin: 0 0 0 0;
  }
  .features_frame .features_box_outside .features_box {
    position: relative;
    width: 1180px;
    height: 540px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
  }
  .features_frame .features_box_outside .features_box .features_box_left {
    width: 590px;
    height: 540px;
    position: absolute;
    right: 0;
  }
  .features_frame .features_box_outside .features_box .features_box_left section {
    width: 600px;
    height: 333px;
    margin: 0;
    padding: 80px 0 0 0;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: visible;
  }
  .features_frame .features_box_outside .features_box .features_box_left section::before {
    content: "";
    display: block;
    width: 73.798px;
    height: 87.269px;
    background: url("../img/icon_features.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: -43px;
    left: 41px;
  }
  .features_frame .features_box_outside .features_box .features_box_left section h3.features_title {
    text-align: left;
    color: #2B4E94;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 4rem;
    width: 446px;
    margin: 0 auto 35px auto;
    letter-spacing: 0.1em;
  }
  .features_frame .features_box_outside .features_box .features_box_left section .features_text {
    font-family: "notosansjp_medium";
    font-size: 1.6rem;
    line-height: 220%;
    letter-spacing: 0;
    margin: 0 auto 0 auto;
    width: 446px;
    text-align: justify;
  }
  .features_frame .features_box_outside .features_box figure.features_box_right {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 1000px;
    margin: 0;
  }
  .features_frame .features_box_outside .features_box figure.features_box_right img {
    width: 100%;
    height: auto;
  }
  .features_frame .features_box_outside .features_box.fb_01 .features_box_left {
    position: relative;
    z-index: 2;
  }
  .features_frame .features_box_outside .features_box.fb_01 .features_box_left section {
    position: absolute;
    top: 103px;
    left: auto;
    right: -500px;
    z-index: 2;
  }
  .features_frame .features_box_outside .features_box.fb_01 .features_box_left section::after {
    content: "";
    display: block;
    width: 16.434px;
    height: 128.546px;
    background: url("../img/index_feature_01.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    right: -27px;
  }
  .features_frame .features_box_outside .features_box.fb_01 figure.features_box_right {
    position: absolute;
    top: 0;
    left: -410px;
    z-index: 1;
  }
  .features_frame .features_box_outside .features_box.fb_02 .features_box_left {
    position: relative;
    z-index: 2;
  }
  .features_frame .features_box_outside .features_box.fb_02 .features_box_left section {
    position: absolute;
    top: 103px;
    left: 90px;
    right: auto;
    z-index: 2;
  }
  .features_frame .features_box_outside .features_box.fb_02 .features_box_left section::after {
    content: "";
    display: block;
    width: 16.434px;
    height: 128.942px;
    background: url("../img/index_feature_02.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: -27px;
  }
  .features_frame .features_box_outside .features_box.fb_02 figure.features_box_right {
    position: absolute;
    top: 0;
    left: 590px;
    z-index: 1;
  }
  .features_frame .features_box_outside .features_box.fb_03 .features_box_left section::after {
    content: "";
    display: block;
    width: 16.434px;
    height: 128.92px;
    background: url("../img/index_feature_03.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    right: -27px;
  }
  .features_frame .features_box_outside .features_box.fb_04 .features_box_left section::after {
    content: "";
    display: block;
    width: 16.434px;
    height: 129.536px;
    background: url("../img/index_feature_04.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: -27px;
  }
  .features_frame .features_box_outside.fbo_last {
    margin: 72px 0 0 0;
  }
}
/* -----------------------------------------------------------
連携医療機関
----------------------------------------------------------- */
.medical_institution_frame {
  width: 100%;
  background-color: #E5E5E5;
  margin: 8rem 0 0 0;
  padding: 3rem 0 2rem 0;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}
.medical_institution_frame h2.medical_institution_title {
  font-family: "notoserifjp_semibold_bold";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  color: #231815;
  letter-spacing: 0.1em;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.medical_institution_frame h2.medical_institution_title span {
  font-size: 1rem;
  font-weight: normal;
  color: #3D62AD;
  display: block;
  margin: 0 0 0.8rem 0;
}
.medical_institution_frame ul.medical_institution_list {
  list-style-type: none;
  width: 96%;
  margin: 0 auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.medical_institution_frame ul.medical_institution_list li {
  width: 48%;
  margin: 0 0 1rem 0;
}
.medical_institution_frame ul.medical_institution_list li a {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.medical_institution_frame ul.medical_institution_list li a img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .medical_institution_frame {
    width: 100%;
    height: 331px;
    background-color: #E5E5E5;
    margin: 170px 0 0 0;
    padding: 47px 0 0 0;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
  }
  .medical_institution_frame h2.medical_institution_title {
    font-family: "notoserifjp_semibold_bold";
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    color: #231815;
    letter-spacing: 0.1em;
    position: absolute;
    top: -47px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .medical_institution_frame h2.medical_institution_title span {
    font-size: 1.4rem;
    font-weight: normal;
    color: #3D62AD;
    display: block;
    margin: 0 0 13px 0;
  }
  .medical_institution_frame ul.medical_institution_list {
    list-style-type: none;
    width: 1106px;
    margin: 58px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medical_institution_frame ul.medical_institution_list li {
    width: 230px;
    margin: 0 0 0 0;
  }
  .medical_institution_frame ul.medical_institution_list li a {
    display: block;
    width: 100%;
  }
  .medical_institution_frame ul.medical_institution_list li a img {
    width: 100%;
    height: auto;
  }
  .medical_institution_frame ul.medical_institution_list li a:hover {
    transform: translateY(-10px);
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background-color: #F2F2F2;
  padding: 4rem 0 2rem 0;
  box-sizing: border-box;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 1rem 0 0 0;
  box-sizing: border-box;
}
.overview .overview_box .overview_box_01 .overview_logo {
  width: 96%;
  margin: 0 auto 1rem auto;
  display: block;
}
.overview .overview_box .overview_box_01 .overview_logo img {
  width: 100%;
}
.overview .overview_box .overview_box_01 .overview_info .overview_address {
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_box_01 .overview_info dl.overview_info_box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dt {
  width: 49%;
  height: 14vw;
  font-family: "ibmplexsansjp_medium";
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 120%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dt.tel1_title {
  order: 1;
  background-color: #3D62AD;
  color: #ffffff;
}
.overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dt.tel2_title {
  order: 2;
  background-color: #BED0F9;
  color: #0D2046;
}
.overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd {
  width: 49%;
  height: 12vw;
  font-family: "notoserifjp_semibold_bold";
  font-weight: bold;
  font-size: 1.6rem;
  color: #231815;
  text-align: center;
  letter-spacing: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd i {
  font-size: 1.4rem;
  margin: 0 0 0 0;
}
.overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd.tel1_text {
  order: 3;
}
.overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd.tel1_text i {
  color: #3D62AD;
}
.overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd.tel2_text {
  order: 4;
}
.overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd.tel2_text i {
  color: #97A8CF;
}
.overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd a {
  color: #231815;
  text-decoration: none;
}
.overview .overview_box .overview_box_02 {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_box_02 .overview_box_02_right {
  width: 100%;
  background-color: #ffffff;
  padding: 1rem 0 2rem 0;
  box-sizing: border-box;
}
.overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table {
  vertical-align: middle;
  width: 90%;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.2rem;
  text-align: left;
  line-height: 140%;
  border-collapse: collapse;
  box-sizing: border-box;
  margin: 0 auto;
}
.overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table tr th {
  width: 25%;
  vertical-align: middle;
  color: #2B4E94;
  padding: 1rem 0;
  box-sizing: border-box;
  border-bottom: #D2D2D2 1px solid;
  font-weight: normal;
}
.overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table tr td {
  width: 75%;
  vertical-align: middle;
  padding: 1rem 0;
  box-sizing: border-box;
  border-bottom: #D2D2D2 1px solid;
}
.overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table tr td ul {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 0 0 0 0;
}
.overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table tr td ul li {
  background: url(../img/icon_02.svg) no-repeat;
  background-position: left top 0.3rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  letter-spacing: 0;
}
.overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table tr td ul li:last-child {
  margin: 0 0 0 0;
}
.overview .overview_box .overview_box_02 .overview_box_02_right .mt_bnr {
  margin-top: 2rem;
  margin-bottom: 0;
}
.overview .overview_box .overview_box_03 {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_box_03 .overview_box_03_title {
  background-color: #3D62AD;
  color: #ffffff;
  font-family: "ibmplexsansjp_medium";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 100%;
  width: 100%;
  height: 12vw;
  margin: 0 0 2rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.overview .overview_box .overview_box_03 .overview_map {
  width: 100%;
}
.overview .overview_box .overview_box_03 .overview_map img.map_sp {
  width: 100%;
  height: auto;
  display: block;
}
.overview .overview_box .overview_box_03 .overview_map img.map_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    background-color: #F2F2F2;
    padding: 60px 0 74px 0;
    box-sizing: border-box;
  }
  .overview .overview_box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  .overview .overview_box .overview_box_01 {
    width: 1096px;
    margin: 0 auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overview .overview_box .overview_box_01 .overview_logo {
    width: 506px;
    margin: 0;
    display: block;
  }
  .overview .overview_box .overview_box_01 .overview_logo img {
    width: 506px;
  }
  .overview .overview_box .overview_box_01 .overview_info {
    width: 512px;
  }
  .overview .overview_box .overview_box_01 .overview_info .overview_address {
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 9px 0;
  }
  .overview .overview_box .overview_box_01 .overview_info dl.overview_info_box {
    width: 512px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dt {
    width: 244px;
    height: 33px;
    font-family: "ibmplexsansjp_medium";
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dt.tel1_title {
    order: 1;
    background-color: #3D62AD;
    color: #ffffff;
  }
  .overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dt.tel2_title {
    order: 2;
    background-color: #BED0F9;
    color: #0D2046;
  }
  .overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd {
    width: 244px;
    height: 31px;
    font-family: "notoserifjp_semibold_bold";
    font-weight: bold;
    font-size: 2.6rem;
    color: #231815;
    text-align: center;
    letter-spacing: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd i {
    font-size: 2.2rem;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd.tel1_text {
    order: 3;
  }
  .overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd.tel1_text i {
    color: #3D62AD;
  }
  .overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd.tel2_text {
    order: 4;
  }
  .overview .overview_box .overview_box_01 .overview_info dl.overview_info_box dd.tel2_text i {
    color: #97A8CF;
  }
  .overview .overview_box .overview_box_02 {
    width: 1105px;
    margin: 65px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overview .overview_box .overview_box_02 .overview_box_02_left {
    width: 500px;
  }
  .overview .overview_box .overview_box_02 .overview_box_02_right {
    width: 534px;
    height: 500px;
    background-color: #ffffff;
    padding: 13px 0 0 0;
    box-sizing: border-box;
  }
  .overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table {
    vertical-align: middle;
    width: 460px;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    text-align: left;
    line-height: 140%;
    letter-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table tr th {
    width: 99px;
    vertical-align: middle;
    color: #2B4E94;
    padding: 28px 0;
    box-sizing: border-box;
    border-bottom: #D2D2D2 1px solid;
    font-weight: normal;
  }
  .overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table tr td {
    width: 361px;
    vertical-align: middle;
    padding: 28px 0;
    box-sizing: border-box;
    border-bottom: #D2D2D2 1px solid;
  }
  .overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table tr td ul {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    line-height: 150%;
  }
  .overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table tr td ul li {
    background: url(../img/icon_02.svg) no-repeat;
    background-position: left top 4px;
    background-size: 12px;
    margin: 0 0 16px 0;
    padding: 0 0 0 0;
    letter-spacing: 0;
  }
  .overview .overview_box .overview_box_02 .overview_box_02_right table.overview_info_table tr td ul li:last-child {
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_box_02 .overview_box_02_right .mt_bnr {
    margin-top: 0.85rem;
  }
  .overview .overview_box .overview_box_03 {
    width: 1100px;
    margin: 0 auto 0 auto;
  }
  .overview .overview_box .overview_box_03 .overview_box_03_title {
    background-color: #3D62AD;
    color: #ffffff;
    font-family: "ibmplexsansjp_medium";
    font-weight: normal;
    font-size: 2rem;
    line-height: 100%;
    width: 1100px;
    height: 50px;
    margin: 0 0 22px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overview .overview_box .overview_box_03 .overview_map {
    width: 100%;
  }
  .overview .overview_box .overview_box_03 .overview_map img.map_sp {
    display: none;
  }
  .overview .overview_box .overview_box_03 .overview_map img.map_pc {
    display: block;
    width: 1100px;
    height: auto;
  }
}
/* -----------------------------------------------------------
　地図
----------------------------------------------------------- */
iframe.googlemap {
  width: 100%;
  height: 100vw;
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  iframe.googlemap {
    width: 100%;
    height: 450px;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #3D62AD;
  border-bottom: #ffffff 1px solid;
  box-sizing: border-box;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 16vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  z-index: 999999;
}
.footer_link dl.tel_box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_link dl.tel_box dt {
  width: auto;
  height: 8vw;
  font-family: "ibmplexsansjp_medium";
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 120%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_link dl.tel_box dt.tel1_title {
  width: 45%;
  order: 1;
  background-color: #3D62AD;
  color: #ffffff;
}
.footer_link dl.tel_box dt.tel2_title {
  width: 55%;
  order: 2;
  background-color: #BED0F9;
  color: #0D2046;
  font-size: 1rem;
}
.footer_link dl.tel_box dd {
  width: auto;
  height: 8vw;
  font-family: "notoserifjp_semibold_bold";
  font-weight: bold;
  font-size: 1.2rem;
  color: #231815;
  text-align: center;
  letter-spacing: 0;
  background-color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_link dl.tel_box dd i {
  font-size: 1.4rem;
  margin: 0 0 0 0;
}
.footer_link dl.tel_box dd.tel1_text {
  width: 45%;
  order: 3;
}
.footer_link dl.tel_box dd.tel1_text i {
  color: #3D62AD;
}
.footer_link dl.tel_box dd.tel2_text {
  width: 55%;
  order: 4;
}
.footer_link dl.tel_box dd.tel2_text i {
  color: #97A8CF;
}
.footer_link dl.tel_box dd a {
  color: #231815;
  text-decoration: none;
}
.footer_link .smoothScrolls {
  color: #ffffff;
  background-color: #3D62AD;
  width: 15%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 38px 0 0 0;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    height: 16px;
    margin: 0 24px 10px 0;
    padding: 0 24px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #333333 1px solid;
    box-sizing: border-box;
  }
  footer .footer_frame ul.footer_list li a {
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.6rem;
    position: relative;
  }
  footer .footer_frame ul.footer_list li a::before {
    position: absolute;
    content: "";
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #333333;
  }
  footer .footer_frame ul.footer_list li a:hover::before {
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    height: 60px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #3D62AD;
    border-bottom: #ffffff 1px solid;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
    position: relative;
  }
  footer .copyright a::before {
    position: absolute;
    content: "";
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ffffff;
  }
  footer .copyright a:hover::before {
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: -2px;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 48.5px;
    height: 48.5px;
  }
  #pagetop_position #linkpagetop a img {
    width: 48.5px;
    height: 48.5px;
  }
  #pagetop_position #linkpagetop a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
  #pagetop {
    position: fixed;
    bottom: 37px;
    right: 10%;
    z-index: 999999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 48.5px;
    height: 48.5px;
  }
  #pagetop_position #linkpagetop a img {
    width: 48.5px;
    height: 48.5px;
  }
  #pagetop {
    position: fixed;
    bottom: 37px;
    right: 2%;
    z-index: 999999;
  }
}

/*# sourceMappingURL=style.css.map */