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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*メイリオ*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*青*/
/*緑*/
/*黄色*/
/*灰色*/
/*赤*/
/*ピンク*/
/*水色*/
/*影*/
/*緑*/
/*薄い青*/
/*赤*/
/*黄色*/
/*黒*/
/*下層H1*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "zenmarugothic_regular";
  src: url(../font/ZenMaruGothic-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenmarugothic_Medium";
  src: url(../font/ZenMaruGothic-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenmarugothic_bold";
  src: url(../font/ZenMaruGothic-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "rubik_regular";
  src: url(../font/static/Rubik-Regular.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "allura_regular";
  src: url(../font/Allura-Regular.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_red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

/* 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: #333333 1px solid;
  width: 90%;
  margin: 20vw auto 10vw auto;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.pull_down_1:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #333333;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #333333 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 a span {
  display: none;
}
.main_nav_sp .drawr ul.hbg li .main_nav_sub, .main_nav_sp .drawr ul.hbg li .main_nav_sub2, .main_nav_sp .drawr ul.hbg li .main_nav_sub3 {
  display: none;
}
.main_nav_sp .drawr ul.hbg li .open_pull_down_1 {
  display: block;
}
.main_nav_sp .drawr ul.hbg li .open_pull_down_2 {
  display: block;
}
.main_nav_sp .drawr ul.hbg li .open_pull_down_3 {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul {
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul li a {
  background-color: #F5D220;
  color: #333333;
  border-bottom: none;
  text-align: center;
  border-bottom: #333333 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li.pull_down_1 a::after {
  font-family: "fontello";
  content: "\e80a";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_pull_down_1 a::after {
  transform: scale(1, -1);
}
.main_nav_sp .drawr ul.hbg li.pull_down_2 a::after {
  font-family: "fontello";
  content: "\e80a";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_pull_down_2 a::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.pull_down_3 a::after {
  font-family: "fontello";
  content: "\e80a";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_pull_down_3 a::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr .hbg_cash {
  display: grid;
  place-content: center;
  width: calc(100% - 120px);
  border: 3px solid #1C68AE;
  background-color: #ffffff;
  color: #1C68AE;
  border-radius: 0.6rem;
  margin: 0 auto 14rem;
  box-sizing: border-box;
  left: 50%;
}
.main_nav_sp .drawr .hbg_cash p {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin: 0.5rem 0;
}
.main_nav_sp .drawr .hbg_cash .cash_inner {
  display: flex;
  align-items: center;
  list-style: none;
}
.main_nav_sp .drawr .hbg_cash .cash_inner > li {
  width: 100%;
}
.main_nav_sp .drawr .hbg_cash .cash_inner > li > img {
  max-width: 50%;
  margin: 0 0 1rem 1.5rem;
}
.main_nav_sp .drawr .hbg_cash .cash_inner .txt_etc_hg {
  padding-top: 0.1rem;
  font-weight: bold;
  width: 40%;
}
.main_nav_sp .openNav {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.8s;
}

@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: #1C68AE;
  border-radius: 0.3rem;
  height: 12vw;
}

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

 共通項目

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

h2.top_notice {
  text-align: center;
  margin: 0;
}
h2.top_notice span {
  font-size: 2.2rem;
  color: #333333;
  line-height: 160%;
  padding: 0.5rem 1.5rem;
  background: url(../img/icon_16.svg) no-repeat;
  background-position: right 2% top;
  background-size: 10%;
  background-color: #ffffff;
}
h2.top_message {
  font-size: 2.2rem;
  color: #333333;
  line-height: 140%;
  position: relative;
  display: inline-block;
  padding: 0 2.5rem 0 0;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
}
h2.top_message span {
  color: #3EB370;
  font-size: 1.2rem;
  display: block;
}
h2.top_message::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2.5rem;
  background: url(../img/icon_17.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
h2.top_title {
  text-align: center;
  margin: 0 auto 0 auto;
}
h2.top_title .jp {
  font-family: "zenmarugothic_bold";
  font-size: 2.2rem;
  font-weight: bold;
  color: #333333;
  padding: 0 2.5rem 0 0;
  box-sizing: border-box;
  line-height: 140%;
  position: relative;
  margin: 0 0 0 2.5rem;
}
h2.top_title .jp::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 2.5rem;
  background: url(../img/icon_16.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
h2.top_title .eng {
  color: #3EB370;
  font-family: "rubik_regular";
  font-size: 1.2rem;
  display: block;
  margin: 1rem 0 0 0;
}
h2.low {
  color: #333333;
  font-family: "zenmarugothic_bold";
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 120%;
  padding: 0 0 1rem 0;
  margin: 4rem 0 2rem 0;
  box-sizing: border-box;
  position: relative;
  border-bottom: #1C68AE 2px solid;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #3EB370;
  background-color: #EAF7F0;
  border-left: #3EB370 3px solid;
  font-family: "zenmarugothic_bold";
  font-size: 1.9rem;
  font-weight: bold;
  padding: 1rem 1.3rem;
  box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4 {
  color: #333333;
  font-family: "zenmarugothic_bold";
  font-size: 1.9rem;
  font-weight: bold;
  padding: 0 0 1rem 0.1rem;
  box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
  position: relative;
}
h4::before {
  content: "";
  width: 100%;
  height: 3px;
  border-bottom: #DCDCDC 3px solid;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 1;
}
h4::after {
  content: "";
  width: 20%;
  height: 3px;
  border-bottom: #F5D220 3px solid;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 2;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #1C68AE;
  font-family: "zenmarugothic_bold";
  font-size: 1.9rem;
  font-weight: bold;
  padding: 0 0 0.5rem 0.1rem;
  box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
  border-bottom: #1C68AE 3px dotted;
}
h5.first {
  margin: 0 0 1rem 0;
}

h6.low {
  display: inline-block;
  background-color: #3EB370;
  color: #ffffff;
  font-family: "zenmarugothic_bold";
  font-size: 1.9rem;
  font-weight: bold;
  padding: 0.3rem 1rem 0.4rem 1rem;
  box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
}
h6.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_notice {
    text-align: center;
    margin: 0;
  }
  h2.top_notice span {
    font-size: 2.8rem;
    color: #333333;
    line-height: 160%;
    padding: 10px 0;
    background: url(../img/icon_16.svg) no-repeat;
    background-position: right 10px top;
    background-size: 22px;
    background-color: #ffffff;
    width: 180px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
  }
  h2.top_message {
    font-size: 3.2rem;
    color: #333333;
    line-height: 170%;
    position: relative;
    display: inline-block;
    padding: 0 34px 0 0;
    box-sizing: border-box;
    margin: 0 0 24px 0;
  }
  h2.top_message span {
    color: #3EB370;
    font-size: 2rem;
    display: block;
    line-height: 236%;
  }
  h2.top_message::after {
    content: "";
    display: block;
    width: 21.919px;
    height: 30.385px;
    background: url(../img/icon_17.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  h2.top_title {
    text-align: center;
    margin: 0 auto 0 auto;
  }
  h2.top_title .jp {
    font-family: "zenmarugothic_bold";
    font-size: 3.2rem;
    font-weight: bold;
    color: #333333;
    padding: 0 34px 0 0;
    box-sizing: border-box;
    line-height: 140%;
    position: relative;
    margin: 0 0 0 34px;
  }
  h2.top_title .jp::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 31px;
    background: url(../img/icon_16.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  h2.top_title .eng {
    color: #3EB370;
    font-family: "rubik_regular";
    font-size: 2rem;
    display: block;
    margin: 26px 0 0 0;
  }
  h2.low {
    color: #333333;
    font-family: "zenmarugothic_bold";
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 120%;
    padding: 0 0 22px 0;
    margin: 80px 0 40px 0;
    box-sizing: border-box;
    position: relative;
    border-bottom: #1C68AE 2px solid;
  }
  h2.first {
    margin: 0 0 40px 0;
  }
  h3.low {
    color: #3EB370;
    background-color: #EAF7F0;
    border-left: #3EB370 6px solid;
    font-family: "zenmarugothic_bold";
    font-size: 2.4rem;
    font-weight: bold;
    padding: 16px 30px;
    box-sizing: border-box;
    margin: 60px 0 30px 0;
    line-height: 120%;
  }
  h3.first {
    margin: 0 0 30px 0;
  }
  h4 {
    color: #333333;
    font-family: "zenmarugothic_bold";
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0 0 12px 4px;
    box-sizing: border-box;
    margin: 50px 0 30px 0;
    line-height: 120%;
    position: relative;
  }
  h4::before {
    content: "";
    width: 100%;
    height: 3px;
    border-bottom: #DCDCDC 3px solid;
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: 1;
  }
  h4::after {
    content: "";
    width: 140px;
    height: 3px;
    border-bottom: #F5D220 3px solid;
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: 2;
  }
  h4.first {
    margin: 0 0 30px 0;
  }
  h5.low {
    color: #1C68AE;
    font-family: "zenmarugothic_bold";
    font-size: 2rem;
    font-weight: bold;
    padding: 0 0 6px 4px;
    box-sizing: border-box;
    margin: 50px 0 22px 0;
    line-height: 120%;
    border-bottom: #1C68AE 3px dotted;
  }
  h5.first {
    margin: 0 0 22px 0;
  }
  h6.low {
    display: inline-block;
    background-color: #3EB370;
    color: #ffffff;
    font-family: "zenmarugothic_bold";
    font-size: 1.8rem;
    font-weight: bold;
    padding: 7px 14px 7px 14px;
    box-sizing: border-box;
    margin: 50px 0 22px 0;
    line-height: 120%;
  }
  h6.first {
    margin: 0 0 20px 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #1C68AE;
  border: #1C68AE 1px solid;
  width: 10%;
  font-family: "zenmarugothic_regular";
  font-weight: normal;
}
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: #333333;
  border: #DCDCDC 1px solid;
  font-family: "zenmarugothic_Medium";
  font-weight: normal;
}
table.timetable tr td i {
  font-size: 4vw;
  color: #333333;
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #333333;
}
table.timetable tr td.time span {
  font-size: 0.8rem;
}
table.timetable caption {
  caption-side: bottom;
  font-family: "zenmarugothic_Medium";
  font-size: 1.2rem;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #333333;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  padding: 0.2rem 0 0 0;
  box-sizing: border-box;
}
table.timetable caption span {
  background-color: #FFCDC4;
  color: #F04D30;
  padding: 0.2rem 1rem;
  margin: 0 0.5rem 0 0;
}
table.timetable caption span.ajs1 {
  position: absolute;
  top: 0;
  left: 0;
}
table.timetable caption span.ajs2 {
  position: absolute;
  top: 8vw;
  left: 0;
}

dl.table_notice1 {
  width: 100%;
  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;
  margin: 0.6rem 0 0 0;
  font-family: "zenmarugothic_Medium";
  font-size: 1.2rem;
  line-height: 120%;
}
dl.table_notice1 dt {
  width: 20%;
  background-color: #FFCDC4;
  color: #F04D30;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 5% 1rem 0;
  padding: 0.4rem 0 0.2rem 0;
  box-sizing: border-box;
}
dl.table_notice1 dd {
  width: 75%;
  padding: 0.4rem 0 0.2rem 0;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
}

dl.table_notice2 {
  width: 100%;
  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;
  margin: 0.6rem 0 0 0;
  font-family: "zenmarugothic_Medium";
  font-size: 1.2rem;
  line-height: 120%;
}
dl.table_notice2 dt {
  width: 30%;
  background-color: #FFCDC4;
  color: #F04D30;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 5% 1rem 0;
  padding: 0.4rem 0 0.4rem 0;
  box-sizing: border-box;
}
dl.table_notice2 dt.ajs {
  width: 20%;
}
dl.table_notice2 dd {
  width: 65%;
  padding: 0.4rem 0 0.4rem 0;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
}
dl.table_notice2 dd.ajs {
  width: 75%;
}

.table_notice_text {
  font-family: "zenmarugothic_Medium";
  font-size: 1.2rem;
  line-height: 120%;
  margin: 0 0 2rem 0;
  letter-spacing: 0;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    line-height: 140%;
    font-family: "zenmarugothic_regular";
    font-weight: normal;
  }
  table.timetable tr th {
    box-sizing: border-box;
    font-weight: bold;
    font-size: 2rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #1C68AE;
    border: #1C68AE 1px solid;
    width: 10%;
    height: 54px;
    box-sizing: border-box;
    font-family: "zenmarugothic_regular";
    font-weight: normal;
  }
  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: #333333;
    height: 54px;
    box-sizing: border-box;
    font-family: "zenmarugothic_Medium";
    font-weight: normal;
  }
  table.timetable tr td i {
    font-size: 2rem;
    color: #333333;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #333333;
    font-size: 2rem;
  }
  table.timetable tr td.time span {
    font-size: 1.2rem;
  }
  table.timetable tr td.triangle {
    font-size: 2rem;
  }
  table.timetable caption {
    caption-side: bottom;
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    margin: 8px 0 0 0;
    width: 100%;
    color: #333333;
    padding: 0;
    box-sizing: border-box;
    line-height: 160%;
    text-align: left;
    position: relative;
    padding: 3px 0 0 110px;
    box-sizing: border-box;
  }
  table.timetable caption span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFCDC4;
    color: #F04D30;
    padding: 1px 22px;
    margin: 0 8px 0 0;
  }
  dl.table_notice1 {
    width: 100%;
    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;
    margin: 8px 0 0 0;
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    line-height: 120%;
  }
  dl.table_notice1 dt {
    width: 18%;
    background-color: #FFCDC4;
    color: #F04D30;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 3% 18px 0;
    padding: 0.4rem 0 0.2rem 0;
    box-sizing: border-box;
  }
  dl.table_notice1 dd {
    width: 79%;
    padding: 0.4rem 0 0.2rem 0;
    box-sizing: border-box;
    margin: 0 0 18px 0;
  }
  dl.table_notice2 {
    width: 100%;
    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;
    margin: 8px 0 0 0;
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    line-height: 120%;
  }
  dl.table_notice2 dt {
    width: 28%;
    background-color: #FFCDC4;
    color: #F04D30;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 3% 18px 0;
    padding: 0.4rem 0 0.4rem 0;
    box-sizing: border-box;
  }
  dl.table_notice2 dt.ajs {
    width: 18%;
  }
  dl.table_notice2 dd {
    width: 69%;
    padding: 0.4rem 0 0.4rem 0;
    box-sizing: border-box;
    margin: 0 0 18px 0;
  }
  dl.table_notice2 dd.ajs {
    width: 79%;
  }
  .table_notice_text {
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    line-height: 120%;
    margin: 0 0 2rem 0;
    letter-spacing: 0;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

.img_center2 {
  margin: 0 0 1rem 0;
}
.img_center2 img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 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;
  }
  .img_center2 {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center2 img {
    width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
/*リスト*/
/* 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;
}
ul.list_normal li a {
  color: #1C68AE;
}

/*標準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;
}
ul.list_normal_two li a {
  color: #1C68AE;
}

/*標準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;
}
ul.list_normal_three li a {
  color: #1C68AE;
}

/*標準 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.6rem;
  background-size: 0.6rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
ul.list_maru li a {
  color: #1C68AE;
}

/*標準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.6rem;
  background-size: 0.6rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
ul.list_maru_two li a {
  color: #1C68AE;
}
ul.list_maru_two.mbajs {
  margin: 1rem 0 0 0;
}

/*標準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.6rem;
  background-size: 0.6rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
ul.list_maru_three li a {
  color: #1C68AE;
}

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

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  ul.list_normal li a {
    color: #1C68AE;
  }
  ul.list_normal li a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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;
  }
  ul.list_normal_two li a {
    color: #1C68AE;
  }
  ul.list_normal_two li a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
  /*標準3列 disc*/
  ul.list_normal_three {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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;
  }
  ul.list_normal_three li a {
    color: #1C68AE;
  }
  ul.list_normal_three li a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
  /*標準 maru*/
  ul.list_maru {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 6px top 10px;
    background-size: 6px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  ul.list_maru li a {
    color: #1C68AE;
  }
  ul.list_maru li a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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_two li {
    width: 45%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 6px top 10px;
    background-size: 6px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  ul.list_maru_two li a {
    color: #1C68AE;
  }
  ul.list_maru_two li a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
  ul.list_maru_two.mbajs {
    margin: 10px 0 0 0;
  }
  /*標準3列 maru*/
  ul.list_maru_three {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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_three li {
    width: 30%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 6px top 10px;
    background-size: 6px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  ul.list_maru_three li a {
    color: #1C68AE;
  }
  ul.list_maru_three li a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
  /*特殊*/
  ul.list_maru_ajs {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    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;
    width: 650px;
  }
  ul.list_maru_ajs li {
    width: 45%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 6px top 10px;
    background-size: 6px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
  ul.list_maru_ajs li a {
    color: #1C68AE;
  }
  ul.list_maru_ajs li a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
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: 10%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 90%;
  margin: 0 0 1rem 0;
}

/*記号*/
dl.symbol_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.symbol_list dt {
  width: 6%;
  margin: 0 0 1rem 0;
}
dl.symbol_list dd {
  width: 94%;
  margin: 0 0 1rem 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: #EAF7F0;
  color: #333333;
  padding: 1rem;
  box-sizing: border-box;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  border-bottom: #DCDCDC 1px solid;
}
dl.title_box dt:first-child {
  border-top: #DCDCDC 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
  border-bottom: #DCDCDC 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.8rem;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1100px;
  }
  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.8rem;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1100px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 1rem 0;
  }
  /*記号*/
  dl.symbol_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.8rem;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1100px;
  }
  dl.symbol_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.symbol_list dd {
    width: 1080px;
    margin: 0 0 1rem 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.8rem;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #EAF7F0;
    color: #333333;
    padding: 15px;
    box-sizing: border-box;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #DCDCDC 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

/*強調*/
.emphasis {
  background-color: #EAF7F0;
  border: #DCDCDC 1px solid;
  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;
}

.tac {
  text-align: center;
}

.text_bold {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 26px solid #1C68AE;
    text-align: center;
    display: block;
    margin: 28px 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: 1100px;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #EAF7F0;
    border: #DCDCDC 1px solid;
    padding: 20px;
    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;
  }
  .tac {
    text-align: center;
  }
  .text_bold {
    font-weight: bold;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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: 96%;
  margin: 2rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #333333;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
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: 1100px;
    margin: 20px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.8rem;
    color: #333333;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.8rem;
    color: #333333;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  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: 30%;
  padding: 0.5rem;
  border: #DCDCDC 1px solid;
  background-color: #EAF7F0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table tr td {
  width: 70%;
  padding: 0.5rem;
  border: #DCDCDC 1px solid;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.8rem;
    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;
    border: #DCDCDC 1px solid;
    background-color: #EAF7F0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    border: #DCDCDC 1px solid;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
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: 50%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #333333;
  border: #DCDCDC 1px solid;
  background-color: #EAF7F0;
}
table.low_table_slide tr td {
  width: 50%;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #333333;
  border: #DCDCDC 1px solid;
}
table.low_table_slide.lts_c tr th {
  text-align: center;
}
table.low_table_slide.lts_c tr td {
  text-align: center;
}

/*横スライドテーブル用*/
.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.8rem;
    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: 50%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #333333;
    border: #DCDCDC 1px solid;
    background-color: #EAF7F0;
  }
  table.low_table_slide tr td {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #333333;
    border: #DCDCDC 1px solid;
  }
  table.low_table_slide.lts_c tr th {
    text-align: center;
  }
  table.low_table_slide.lts_c tr td {
    text-align: center;
  }
  /*横スライドテーブル用*/
  .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: #333333;
  background-color: #EAF7F0;
  border-bottom: #DCDCDC 1px solid;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 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: #333333;
  border-bottom: #DCDCDC 1px solid;
  border-left: #DCDCDC 1px solid;
  border-right: #DCDCDC 1px solid;
}
table.low_table_spblock tr td span {
  color: #1C68AE;
  font-weight: bold;
}
table.low_table_spblock tr td span a {
  color: #1C68AE;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock tr:first-child th {
  border-top: #DCDCDC 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.8rem;
    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: #333333;
    background-color: #EAF7F0;
    border-bottom: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 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: #333333;
    border-bottom: #DCDCDC 1px solid;
    border-left: #DCDCDC 1px solid;
    border-right: #DCDCDC 1px solid;
  }
  table.low_table_spblock tr td span {
    color: #1C68AE;
    font-weight: bold;
  }
  table.low_table_spblock tr td span a {
    color: #1C68AE;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #DCDCDC 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #DCDCDC 1px solid;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.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: #333333;
  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: #333333;
    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;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.link_text {
  color: #1C68AE !important;
  text-decoration: underline !important;
}

.low_button {
  background: url("../img/icon_18.svg") no-repeat;
  background-position: right 1rem center;
  background-size: 5%;
  background-color: #ffffff;
  border: #1C68AE 1px solid;
  color: #1C68AE;
  width: auto;
  height: auto;
  margin: 1rem 0 0 0;
  text-align: left;
  text-decoration: none;
  font-family: "zenmarugothic_bold";
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 3.5rem 1rem 1rem;
  border-radius: 0.8rem;
  line-height: 120%;
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #1C68AE !important;
    transition: 0.5s;
  }
  .link_text:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
  .low_button {
    background: url("../img/icon_18.svg") no-repeat;
    background-position: right 20px center;
    background-size: 8px;
    background-color: #ffffff;
    border: #1C68AE 1px solid;
    color: #1C68AE;
    width: auto;
    height: auto;
    margin: 18px 0 0 0;
    text-align: left;
    text-decoration: none;
    font-family: "zenmarugothic_bold";
    font-size: 1.8rem;
    font-weight: bold;
    padding: 15px 70px 15px 70px;
    border-radius: 12px;
    line-height: 120%;
    display: inline-block;
    transition: 0.5s;
  }
  .low_button:hover {
    background: url("../img/icon_19.svg") no-repeat;
    background-position: right 20px center;
    background-size: 8px;
    background-color: #1C68AE;
    transition: 0.5s;
    color: #ffffff;
  }
}
/* -----------------------------------------------------------
流れ
----------------------------------------------------------- */
.flow_box {
  background-color: #F1F7FB;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0;
}
.flow_box.last {
  margin: 0 0 2rem 0;
}

.flow_box_img {
  background-color: #F1F7FB;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
.flow_box_img p span {
  font-weight: bold;
}
.flow_box_img p.mb_none {
  margin: 0;
}
.flow_box_img.last {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    background-color: #F1F7FB;
    padding: 30px 34px;
    box-sizing: border-box;
    margin: 0;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
  .flow_box.last {
    margin: 0 0 40px 0;
  }
  .flow_box_img {
    background-color: #F1F7FB;
    padding: 30px 34px;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
  }
  .flow_box_img p span {
    font-weight: bold;
  }
  .flow_box_img p.mb_none {
    margin: 0;
  }
  .flow_box_img.last {
    margin: 0 0 40px 0;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
.img_doctor {
  margin: 0 0 1rem 0;
  text-align: center;
}
.img_doctor img {
  width: 70%;
  height: auto;
}
.img_doctor figcaption {
  font-size: 1.4rem;
  line-height: 120%;
  margin: 0.5rem 0 2rem 0;
}

@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-size: 1.8rem;
    line-height: 120%;
    margin: 8px 0 0 0;
  }
  .doctor_text {
    width: 670px;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.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;
}
.slider-pro p.sp-layer small {
  font-size: 75%;
}

@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;
  }
  .slider-pro p.sp-layer small {
    display: block;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  border: #1C68AE 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto 2rem auto;
}
.flow_box p.mb_none {
  margin: 0;
}
.flow_box p span {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin: 0 0 0.5rem 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #1C68AE 1px solid;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    height: auto;
    overflow: hidden;
  }
  .flow_box h3 {
    margin: 0 0 20px 0;
  }
  .flow_box img {
    float: right;
    width: 400px;
    height: auto;
    display: block;
    margin: 0 0 0 20px;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
  .flow_box p span {
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    margin: 0 0 8px 0;
  }
}
/* -----------------------------------------------------------
　ご来院される方へ
----------------------------------------------------------- */
iframe.accessmap {
  width: 100%;
  height: 100vw;
  display: block;
  margin: 0;
}

.low_timetable {
  width: 100%;
  margin: 4rem 0 5rem 0;
}
.low_timetable .low_timetable_blue {
  margin: 0 0 2rem 0;
}
.low_timetable .low_timetable_blue p {
  font-family: "zenmarugothic_Medium";
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}
.low_timetable .low_timetable_green p {
  font-family: "zenmarugothic_Medium";
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}
.low_timetable .low_timetable_green table.timetable tr th {
  background-color: #3EB370;
  border: #3EB370 1px solid;
}

.top_guide .guide_anchor li {
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #c7c7c9;
  font-size: 1.4rem;
}
.top_guide .guide_anchor li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 0.5em;
  font-family: "zenmarugothic_bold";
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  color: #333;
}
.top_guide .guide_anchor li a::after {
  flex-grow: 1;
  font-size: 70%;
  line-height: 1;
  text-align: right;
  color: #3EB370;
  content: "▼";
}

#item, #acs, #timetable, #flow, #card {
  padding-top: 3rem;
}

.guide_card {
  display: flex;
  flex-wrap: wrap;
}
.guide_card li {
  margin: 1rem 0 0 1.2rem;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide_card li img {
  width: auto;
  max-width: 80px;
  max-height: 38px;
}

@media screen and (min-width: 768px), print {
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
  .low_timetable {
    width: 1100px;
    margin: 80px 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_timetable .low_timetable_blue {
    width: 530px;
    margin: 0 0 0 0;
  }
  .low_timetable .low_timetable_blue p {
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
  .low_timetable .low_timetable_green {
    width: 530px;
  }
  .low_timetable .low_timetable_green p {
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
  .low_timetable .low_timetable_green table.timetable tr th {
    background-color: #3EB370;
    border: #3EB370 1px solid;
  }
  .top_guide {
    max-width: 80%;
    margin: auto;
  }
  .top_guide .guide_anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
    margin-bottom: 60px;
  }
  .top_guide .guide_anchor li {
    width: 264px;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    list-style-type: none;
    font-size: 1.8rem;
  }
  .top_guide .guide_anchor li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 0.5em;
    font-weight: 700;
    line-height: 1.3;
  }
  #item, #acs, #timetable, #flow, #card {
    padding-top: 0;
  }
  .guide_card li {
    margin: 2rem 0 0 3rem;
    width: 11%;
  }
  .guide_card li img {
    max-width: 100px;
    max-height: 60px;
  }
}
/* -----------------------------------------------------------
　よくある質問
----------------------------------------------------------- */
dl.qa_list dt {
  font-family: "notosansjp_bold";
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  padding: 0 0 1.2rem 3rem;
  box-sizing: border-box;
  line-height: 100%;
  position: relative;
}
dl.qa_list dt::before {
  content: "Q.";
  font-size: 1.8rem;
  font-weight: bold;
  color: #1C68AE;
  position: absolute;
  top: 0;
  left: 0;
}
dl.qa_list dd {
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 4rem 0;
  padding: 0 0 0 3rem;
  box-sizing: border-box;
  line-height: 100%;
  position: relative;
}
dl.qa_list dd::before {
  content: "A.";
  font-size: 2rem;
  font-weight: bold;
  color: #3EB370;
  position: absolute;
  top: 0;
  left: 0.3rem;
}
dl.qa_list dd ul.list_normal {
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 768px), print {
  dl.qa_list dt {
    font-family: "notosansjp_bold";
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0 35px 0;
    padding: 0 0 5px 60px;
    box-sizing: border-box;
    line-height: 160%;
    position: relative;
  }
  dl.qa_list dt::before {
    content: "Q.";
    font-size: 3.5rem;
    font-weight: bold;
    color: #1C68AE;
    position: absolute;
    top: -4px;
    left: 0;
  }
  dl.qa_list dd {
    font-weight: normal;
    font-size: 1.6rem;
    margin: 0 0 80px 0;
    padding: 0 0 0 60px;
    box-sizing: border-box;
    line-height: 160%;
    position: relative;
  }
  dl.qa_list dd::before {
    content: "A.";
    font-size: 3.5rem;
    font-weight: bold;
    color: #3EB370;
    position: absolute;
    top: -2px;
    left: 6px;
  }
  dl.qa_list dd ul.list_normal {
    margin: 18px 0 0 0;
  }
}
/* -----------------------------------------------------------
治療方針
----------------------------------------------------------- */
.treatment_box {
  margin: 0 0 1rem 0;
  background-color: #F1F7FB;
  padding: 1rem;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .treatment_box {
    margin: 0 0 40px 0;
    background-color: #F1F7FB;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
  }
}
.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #333;
  position: relative;
}

.triangle::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid #fff; /* 背景色 */
}

@media screen and (min-width: 768px), print {
  .triangle {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #333;
  }
  .triangle::after {
    left: -8px;
    top: 3px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #fff;
  }
}
/*メールフォームプロ用*/
/* 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: #F5D220;
  padding: 1rem 1rem 1rem 1rem;
  box-sizing: border-box;
  color: #333333;
  border-top: #1C68AE 1px solid;
  border-left: #1C68AE 1px solid;
  border-right: #1C68AE 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: #1C68AE 1px solid;
  border-left: #1C68AE 1px solid;
  border-right: #1C68AE 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: #1C68AE 1px solid;
}

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.8rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #F5D220;
    padding: 1.5rem 1rem 1.5rem 1rem;
    box-sizing: border-box;
    border-top: #1C68AE 1px solid;
    border-left: #1C68AE 1px solid;
    border-right: #1C68AE 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: #1C68AE 1px solid;
    border-left: #1C68AE 1px solid;
    border-right: #1C68AE 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: "メイリオ", Meiryo, "zenmarugothic_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
  padding: 0 0 13vw 0;
  /*ページ内リンク用*/
  scroll-behavior: smooth;
}

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

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

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

.main_low {
  height: auto;
  width: 96%;
  margin: 4rem 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: 94px 0 94px 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  width: 100%;
  height: 20vw;
  background-color: #ffffff;
  padding: 2vw 0 0 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  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: flex-start;
  justify-content: flex-start;
  column-gap: 1rem;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff;
  /*ハンバーガー*/
  /*ロゴ*/
  /*電話アイコン*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top .head_logo {
  width: 60%;
  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: 95%;
  height: auto;
}
header.header .header_box .header_top .sp_top_tel {
  font-size: 3.5rem;
  color: #1c68ae;
}
header.header .header_box .header_top .icon-phone-1::before {
  line-height: 1.3;
}
header.header .header_box .header_info {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    width: 100%;
    height: 155px;
    background-color: #ffffff;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 99999999;
  }
  header.header .header_box {
    width: 1100px;
    height: 143px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 356px;
    height: 101px;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
    /*ロゴ*/
    /*電話アイコン*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top .head_logo {
    width: 356px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 356px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 356px;
    height: auto;
  }
  header.header .header_box .header_top .sp_top_tel {
    display: none;
  }
  header.header .header_box .header_info {
    position: absolute;
    top: 12px;
    right: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*電話番号*/
    /*クレジットカード決済*/
    /*Instagram*/
  }
  header.header .header_box .header_info .header_info_box {
    /*住所*/
    /*住所*/
  }
  header.header .header_box .header_info .header_info_box .header_address {
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    margin: 0 20px 0 0;
    text-align: right;
    line-height: 1.4;
  }
  header.header .header_box .header_info .header_info_box .header_access {
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    margin: 0 20px 0 0;
    text-align: right;
    line-height: 1.4;
  }
  header.header .header_box .header_info .header_tel {
    width: 289px;
    height: 44px;
    border-radius: 12px;
    background-color: #1C68AE;
    color: #ffffff;
    font-family: "rubik_regular";
    font-weight: normal;
    font-size: 2.8rem;
    margin: 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;
  }
  header.header .header_box .header_info .header_tel i {
    font-size: 2.6rem;
  }
  header.header .header_box .header_info .header_cash {
    width: 289px;
    height: 44px;
    margin-top: 0.2rem;
    border-radius: 12px;
    background-color: #ffffff;
    border: 2px solid #F5D220;
    display: flex;
    justify-content: space-evenly;
    box-sizing: border-box;
  }
  header.header .header_box .header_info .header_cash .cash_icon {
    width: 14%;
  }
  header.header .header_box .header_info .header_cash .cash_wrap {
    display: grid;
    place-content: center;
  }
  header.header .header_box .header_info .header_cash .cash_wrap .cash_lst {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 1.5rem;
  }
  header.header .header_box .header_info .header_cash .cash_wrap .cash_lst li img {
    max-width: 45px;
  }
  header.header .header_box .header_info .header_cash .cash_wrap .cash_lst .txt_etc_top {
    padding-top: 1.5rem;
    font-weight: bold;
  }
  header.header .header_box .header_info .header_instagram {
    height: 54px;
    width: 54px;
    margin: 0 0 0 25px;
  }
  header.header .header_box .header_info .header_instagram img {
    width: 54px;
    height: 54px;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 693px;
    height: 48px;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 115px;
    right: 0;
    z-index: 99999;
  }
  nav.main_nav_pc ul {
    width: 693px;
    height: 48px;
    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: 48px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 48px;
    text-decoration: none;
    text-align: center;
    color: #333333;
    font-family: "zenmarugothic_Medium";
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    transition: 0.3s;
  }
  nav.main_nav_pc ul li a::after {
    position: absolute;
    bottom: 21px;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    background: #F5D220;
  }
  nav.main_nav_pc ul li a:hover::after {
    transform: scale(1, 1);
  }
  nav.main_nav_pc ul li.pull_down_1 {
    width: 140px;
    position: relative;
  }
  nav.main_nav_pc ul li.pull_down_1 a::before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: "fontello";
    content: "\e80a";
    color: #1C68AE;
    font-size: 1.4rem;
  }
  nav.main_nav_pc ul li.pull_down_1 a:hover::before {
    transform: scale(1, -1);
  }
  nav.main_nav_pc ul li.pull_down_1 a:hover::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li.pull_down_1:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.pull_down_1:hover .main_nav_sub {
    display: block;
  }
  nav.main_nav_pc ul li.pull_down_2 {
    width: 72px;
    position: relative;
  }
  nav.main_nav_pc ul li.pull_down_2 a::before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: "fontello";
    content: "\e80a";
    color: #1C68AE;
    font-size: 1.4rem;
  }
  nav.main_nav_pc ul li.pull_down_2 a:hover::before {
    transform: scale(1, -1);
  }
  nav.main_nav_pc ul li.pull_down_2 a:hover::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li.pull_down_2:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.pull_down_2:hover .main_nav_sub2 {
    display: block;
  }
  nav.main_nav_pc ul li.pull_down_3 {
    width: 135px;
    position: relative;
  }
  nav.main_nav_pc ul li.pull_down_3 a::before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: "fontello";
    content: "\e80a";
    color: #1C68AE;
    font-size: 1.4rem;
  }
  nav.main_nav_pc ul li.pull_down_3 a:hover::before {
    transform: scale(1, -1);
  }
  nav.main_nav_pc ul li.pull_down_3 a:hover::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li.pull_down_3:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.pull_down_3:hover .main_nav_sub2 {
    display: block;
  }
  nav.main_nav_pc ul li:last-child {
    margin: 0;
  }
  nav.main_nav_pc ul li .main_nav_sub {
    display: none;
    width: 504px;
    margin: 0 0 0 -92px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
  }
  nav.main_nav_pc ul li .main_nav_sub ul {
    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: 504px;
    height: auto;
    border-radius: 12px;
    padding: 20px 18px 14px 18px;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul li .main_nav_sub ul li {
    display: block;
    width: auto;
    height: 42px;
    margin: 0 0 6px 0;
  }
  nav.main_nav_pc ul li .main_nav_sub ul li a {
    font-family: "zenmarugothic_Medium";
    font-weight: normal;
    font-size: 1.8rem;
    height: 38px;
    padding: 0 0 0 16px;
    box-sizing: border-box;
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: 0.3s;
  }
  nav.main_nav_pc ul li .main_nav_sub ul li a::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .main_nav_sub ul li a::before {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .main_nav_sub ul li a:hover {
    background-color: #F5D220;
    transition: 0.3s;
  }
  nav.main_nav_pc ul li .main_nav_sub ul li:nth-child(odd) {
    width: 258px;
  }
  nav.main_nav_pc ul li .main_nav_sub ul li:nth-child(even) {
    width: 210px;
  }
  nav.main_nav_pc ul li .main_nav_sub ul.open_treatment {
    display: block !important;
  }
  nav.main_nav_pc ul li .open_pull_down_1 {
    display: block !important;
  }
  nav.main_nav_pc ul li .main_nav_sub2 {
    display: none;
    width: 504px;
    margin: 0 0 0 -227px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
  }
  nav.main_nav_pc ul li .main_nav_sub2 ul {
    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: 504px;
    height: auto;
    border-radius: 12px;
    padding: 20px 18px 14px 18px;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul li .main_nav_sub2 ul li {
    display: block;
    width: 234px;
    height: 42px;
    margin: 0 0 6px 0;
  }
  nav.main_nav_pc ul li .main_nav_sub2 ul li a {
    font-family: "zenmarugothic_Medium";
    font-weight: normal;
    font-size: 1.8rem;
    height: 38px;
    padding: 0 0 0 16px;
    box-sizing: border-box;
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: 0.3s;
  }
  nav.main_nav_pc ul li .main_nav_sub2 ul li a::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .main_nav_sub2 ul li a::before {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .main_nav_sub2 ul li a:hover {
    background-color: #F5D220;
    transition: 0.3s;
  }
  nav.main_nav_pc ul li .main_nav_sub2 ul.open_symptoms {
    display: block !important;
  }
  nav.main_nav_pc ul li .open_pull_down_2 {
    display: block !important;
  }
  .nav_add {
    position: fixed;
    top: 0;
    z-index: 9999999999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  /*タブレットは初期値非表示*/
  nav.main_nav_pc ul li.pull_down_1:hover .main_nav_sub {
    display: none;
  }
  nav.main_nav_pc ul li.pull_down_2:hover .main_nav_sub2 {
    display: none;
  }
  nav.main_nav_pc ul li.pull_down_3:hover .main_nav_sub3 {
    display: none;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual_sp {
  width: 100%;
  height: 122vw;
  position: relative;
}
.key_visual_sp .swiper {
  margin: 20vw 0 0 0;
}
.key_visual_sp .swiper-wrapper {
  height: 122vw !important;
  margin: 0 0 0 0;
}
.key_visual_sp .swiper-backface-hidden .swiper-slide {
  height: 142vw;
}
.key_visual_sp .swiper-slide {
  position: relative;
}
.key_visual_sp .swiper-slide img {
  position: absolute;
  height: 100%;
  width: auto;
}
.key_visual_sp .swiper-slide.key_01 img {
  left: -63%;
}
.key_visual_sp .swiper-slide.key_02 img {
  left: -46%;
}
.key_visual_sp .swiper-slide.key_03 img {
  left: -102%;
}
.key_visual_sp .swiper-slide.key_04 img {
  left: -67%;
}
.key_visual_sp .swiper-slide.key_05 img {
  left: -28%;
}
.key_visual_sp .swiper-slide.key_06 img {
  left: -6%;
}
.key_visual_sp .key_content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 122vw;
}
.key_visual_sp .key_content .key_text {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 15%;
  height: auto;
}
.key_visual_sp .key_content .keyinfo_01 {
  position: absolute;
  bottom: 2vw;
  left: 2%;
  width: 30%;
  height: auto;
}
.key_visual_sp .key_content .keyinfo_02 {
  position: absolute;
  bottom: 2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30%;
  height: auto;
}
.key_visual_sp .key_content .keyinfo_03 {
  position: absolute;
  bottom: 2vw;
  right: 2%;
  width: 30%;
  height: auto;
}

#slider {
  display: none;
}

.key_visual_low {
  width: 100%;
  height: 30vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20vw 0 0 0;
}
.key_visual_low h1 {
  font-family: "zenmarugothic_bold";
  font-size: 2.4rem;
  color: #1C68AE;
  text-align: center;
  background-color: #ffffff;
  padding: 0.5rem 1.5rem 0.7rem 1.5rem;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

.access_frame {
  font-family: "zenmarugothic_Medium";
  font-size: 1.4rem;
  width: 96%;
  margin: 0.5rem auto 0 auto;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .key_visual_sp {
    display: none;
  }
  #slider {
    position: relative;
    overflow: hidden;
    margin: 143px 0 0 0;
    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;
  }
  #slider .slider_wrapper {
    width: 50%;
    height: 600px;
    overflow: hidden;
  }
  #slider .slider_wrapper ul.carousel li {
    width: 100%;
    height: 600px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  #slider .slider_wrapper ul.carousel li img {
    position: absolute;
    left: -10%;
    width: 120%;
    height: auto;
  }
  #slider .slider_wrapper ul.carousel li.key_02 img {
    left: 0;
  }
  #slider .key_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1100px;
    height: 600px;
    margin: 0 auto;
  }
  #slider .key_content .key_text {
    width: 88px;
    height: auto;
    position: absolute;
    top: 54px;
    right: 20px;
  }
  #slider .key_content .keyinfo_01 {
    width: 140px;
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  #slider .key_content .keyinfo_02 {
    width: 140px;
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 150px;
  }
  #slider .key_content .keyinfo_03 {
    width: 140px;
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 300px;
  }
  .key_visual_low {
    width: 100%;
    height: 300px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 134px 0 0 0;
  }
  .key_visual_low h1 {
    font-family: "zenmarugothic_bold";
    font-size: 3.2rem;
    color: #1C68AE;
    text-align: center;
    background-color: #ffffff;
    padding: 12px 22px 12px 22px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
  }
  .access_frame {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #slider_sp {
    display: none;
  }
  #slider {
    position: relative;
    overflow: hidden;
    margin: 143px 0 0 0;
    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;
  }
  #slider .slider_wrapper {
    width: 50%;
    height: 450px;
    overflow: hidden;
  }
  #slider .slider_wrapper ul.carousel li {
    width: 100%;
    height: 450px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  #slider .slider_wrapper ul.carousel li img {
    position: absolute;
    left: -10%;
    width: 120%;
  }
  #slider .slider_wrapper ul.carousel li.key_02 img {
    left: 0;
  }
  #slider .key_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1100px;
    height: 450px;
    margin: 0 auto;
  }
  #slider .key_content .key_text {
    width: 88px;
    height: auto;
    position: absolute;
    top: 54px;
    right: 37px;
  }
  #slider .key_content .keyinfo_01 {
    width: 140px;
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  #slider .key_content .keyinfo_02 {
    width: 140px;
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 150px;
  }
  #slider .key_content .keyinfo_03 {
    width: 140px;
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 300px;
  }
  .access_frame {
    display: none;
  }
}
/* -----------------------------------------------------------
　お知らせfontello
----------------------------------------------------------- */
.notice_bg {
  width: 96%;
  margin: 0 auto;
  background: url("../img/index_bg_01.png") no-repeat;
  background-position: top left;
  background-size: 40%;
  padding: 6rem 0 0 0;
  box-sizing: border-box;
}
.notice_bg .notice_frame {
  width: 96%;
  height: 100vw;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
  border: #1C68AE 2px solid;
  border-radius: 0.8rem;
  box-sizing: border-box;
  overflow: visible;
}
.notice_bg .notice_frame h2.top_notice {
  margin: -2rem 0 0 0;
}
.notice_bg .notice_frame .notice_box {
  width: 98%;
  height: 90vw;
  margin: 0.5rem auto 0 auto;
  padding: 0 0 2rem 0;
  box-sizing: border-box;
  overflow-y: scroll;
}
.notice_bg .notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  font-family: "zenmarugothic_Medium";
  font-weight: normal;
}
.notice_bg .notice_frame .notice_box dl dt {
  color: #333333;
  margin: 0 0 0.8rem 0;
  padding: 1.8rem 0 0 2rem;
  font-size: 1.5rem;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 130%;
  position: relative;
}
.notice_bg .notice_frame .notice_box dl dt::before {
  position: absolute;
  font-family: "fontello";
  content: "\e80e";
  color: #1C68AE;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  left: 0;
  top: 1.8rem;
}
.notice_bg .notice_frame .notice_box dl dt.open::before {
  border: none;
  font-family: "fontello";
  content: "\e80e";
  color: #1C68AE;
}
.notice_bg .notice_frame .notice_box dl dt:first-child {
  margin: 0 0 0.8rem 0;
  border-top: none;
  padding: 1.8rem 0 0 2rem;
}
.notice_bg .notice_frame .notice_box dl dt.close::before {
  font-family: "fontello";
  content: " \e80e";
  color: #1C68AE;
  transform: scale(1, -1);
  margin: 6vw 0 0 0;
}
.notice_bg .notice_frame .notice_box dl dt .date {
  display: block;
  font-size: 80%;
  color: #1C68AE;
}
.notice_bg .notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  color: #333333;
  font-size: 1.4rem;
  line-height: 130%;
  display: none;
}
.notice_bg .notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_bg .notice_frame .notice_box dl dd p a {
  color: #333333;
}
.notice_bg .notice_frame .notice_box dl dd:first-of-type {
  display: block;
}

@media screen and (min-width: 768px), print {
  .notice_bg {
    width: 1100px;
    margin: 0 auto;
    background: url("../img/index_bg_01.png") no-repeat;
    background-position: top left;
    background-size: 242px;
    padding: 107px 0 0 0;
    box-sizing: border-box;
  }
  .notice_bg .notice_frame {
    width: 900px;
    height: 480px;
    min-height: 250px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    border: #1C68AE 2px solid;
    border-radius: 12px;
    box-sizing: border-box;
    overflow: visible;
  }
  .notice_bg .notice_frame h2.top_notice {
    margin: -28px 0 0 0;
  }
  .notice_bg .notice_frame .notice_box {
    width: 860px;
    height: 400px;
    min-height: 190px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .notice_bg .notice_frame .notice_box dl {
    height: auto;
    margin: 8px auto 0 auto;
    width: 842px;
    overflow-x: hidden;
    overflow-wrap: break-word;
    overflow-y: hidden;
    font-family: "zenmarugothic_Medium";
    font-weight: normal;
  }
  .notice_bg .notice_frame .notice_box dl dt {
    color: #333333;
    margin: 0 0 12px 0;
    padding: 10px 0 0 30px;
    font-size: 2rem;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    position: relative;
    transition: 0.3s;
  }
  .notice_bg .notice_frame .notice_box dl dt::before {
    position: absolute;
    font-family: "fontello";
    content: "\e80e";
    color: #1C68AE;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    top: 11px;
    font-size: 1.6rem;
  }
  .notice_bg .notice_frame .notice_box dl dt.open::before {
    border: none;
    font-family: "fontello";
    content: "\e80e";
    color: #1C68AE;
  }
  .notice_bg .notice_frame .notice_box dl dt:first-child {
    margin: 0 0 12px 0;
    border-top: none;
    padding: 16px 0 0 30px;
  }
  .notice_bg .notice_frame .notice_box dl dt:first-child::before {
    top: 17px;
  }
  .notice_bg .notice_frame .notice_box dl dt:first-child.close::before {
    font-family: "fontello";
    content: " \e80e";
    color: #1C68AE;
    transform: scale(1, -1);
    margin: 14px 0 0 0;
  }
  .notice_bg .notice_frame .notice_box dl dt.close::before {
    font-family: "fontello";
    content: " \e80e";
    color: #1C68AE;
    transform: scale(1, -1);
    margin: 8px 0 0 0;
    top: 30px;
  }
  .notice_bg .notice_frame .notice_box dl dt:hover {
    cursor: pointer;
    cursor: hand;
    transition: 0.3s;
    opacity: 0.6;
  }
  .notice_bg .notice_frame .notice_box dl dd {
    margin: 0 0 16px 0;
    padding: 0 0 0 20px;
    color: #333333;
    font-size: 1.6rem;
    line-height: 130%;
  }
  .notice_bg .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_bg .notice_frame .notice_box dl dd p a {
    color: #333333;
  }
}
/* -----------------------------------------------------------
交通事故治療ページへのバナー
----------------------------------------------------------- */
.bana_traffic_accident {
  display: block;
  text-decoration: none;
  width: 96%;
  margin: 4rem auto 0 auto;
}
.bana_traffic_accident img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .bana_traffic_accident {
    display: block;
    text-decoration: none;
    width: 900px;
    margin: 80px auto 0 auto;
    transition: 0.5s;
  }
  .bana_traffic_accident img {
    width: 900px;
    height: auto;
  }
  .bana_traffic_accident:hover {
    transition: 0.5s;
    opacity: 0.6;
    transform: translateY(-10px);
  }
}
/* -----------------------------------------------------------
求人バナー
----------------------------------------------------------- */
.bana_recruit {
  display: block;
  text-decoration: none;
  width: 96%;
  margin: 4rem auto 0 auto;
}
.bana_recruit img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .bana_recruit {
    display: block;
    text-decoration: none;
    width: 500px;
    margin: 80px auto 0 auto;
    transition: 0.5s;
  }
  .bana_recruit img {
    width: 500px;
    height: auto;
  }
  .bana_recruit:hover {
    transition: 0.5s;
    opacity: 0.6;
    transform: translateY(-10px);
  }
}
/* -----------------------------------------------------------
診療時間表
----------------------------------------------------------- */
.top_timetable {
  width: 96%;
  margin: 4rem auto 5rem auto;
}
.top_timetable .top_timetable_blue {
  margin: 0 0 2rem 0;
}
.top_timetable .top_timetable_blue p {
  font-family: "zenmarugothic_Medium";
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}
.top_timetable .top_timetable_green p {
  font-family: "zenmarugothic_Medium";
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}
.top_timetable .top_timetable_green table.timetable tr th {
  background-color: #3EB370;
  border: #3EB370 1px solid;
}

@media screen and (min-width: 768px), print {
  .top_timetable {
    width: 1100px;
    margin: 80px 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;
  }
  .top_timetable .top_timetable_blue {
    width: 530px;
    margin: 0 0 0 0;
  }
  .top_timetable .top_timetable_blue p {
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
  .top_timetable .top_timetable_green {
    width: 530px;
  }
  .top_timetable .top_timetable_green p {
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
  .top_timetable .top_timetable_green table.timetable tr th {
    background-color: #3EB370;
    border: #3EB370 1px solid;
  }
}
/* -----------------------------------------------------------
患者様へ
----------------------------------------------------------- */
.message_bg {
  margin: 2rem 0 0 0;
  padding: 4rem 0 2rem 0;
  width: 100%;
  background: url("../img/index_message_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  box-sizing: border-box;
}
.message_bg .message_box {
  width: 96%;
  margin: 0 auto;
}
.message_bg .message_box .message_left {
  margin: 0 0 2rem 0;
}
.message_bg .message_box .message_left p {
  font-family: "zenmarugothic_bold";
  font-weight: bold;
  font-size: 1.5rem;
  color: #1C68AE;
  line-height: 120%;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
}
.message_bg .message_box .message_left p::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3rem;
  height: 2rem;
  border-top: #1C68AE 1px solid;
  border-right: #1C68AE 1px solid;
}
.message_bg .message_box .message_left p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 3rem;
  height: 2rem;
  border-bottom: #1C68AE 1px solid;
  border-left: #1C68AE 1px solid;
}
.message_bg .message_box .message_right p {
  line-height: 160%;
  font-family: "メイリオ", Meiryo, "zenmarugothic_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: #333333;
}
.message_bg .message_box .message_right p.name {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .message_bg {
    margin: 120px 0 0 0;
    padding: 136px 0 0 0;
    width: 100%;
    height: 896px;
    background: url("../img/index_message_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    box-sizing: border-box;
  }
  .message_bg .message_box {
    width: 1100px;
    margin: 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;
  }
  .message_bg .message_box .message_left {
    width: 266px;
    margin: 0 0 0 0;
  }
  .message_bg .message_box .message_left p {
    width: 114px;
    height: 517px;
    font-family: "zenmarugothic_bold";
    font-weight: bold;
    font-size: 2.4rem;
    color: #1C68AE;
    line-height: 190%;
    margin: 22px 0 0 23px;
    padding: 21px 10px 0 0;
    box-sizing: border-box;
    position: relative;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .message_bg .message_box .message_left p::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3rem;
    height: 2rem;
    border-top: #1C68AE 1px solid;
    border-right: #1C68AE 1px solid;
  }
  .message_bg .message_box .message_left p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 3rem;
    height: 2rem;
    border-bottom: #1C68AE 1px solid;
    border-left: #1C68AE 1px solid;
  }
  .message_bg .message_box .message_right {
    width: 834px;
  }
  .message_bg .message_box .message_right p {
    font-family: "メイリオ", Meiryo, "zenmarugothic_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 200%;
    margin: 0 0 35px 0;
    color: #333333;
  }
  .message_bg .message_box .message_right p.name {
    text-align: right;
  }
}
/* -----------------------------------------------------------
部位別
----------------------------------------------------------- */
.points_frame {
  width: 96%;
  margin: 4.5rem auto 4.5rem auto;
}
.points_frame .points_box {
  margin: 2rem 0 0 0;
  width: 100%;
}
.points_frame .points_box ul.points_link {
  list-style-type: none;
}
.points_frame .points_box ul.points_link li {
  width: 100%;
  margin: 0 0 0.2rem 0;
  padding: 0;
  box-sizing: border-box;
}
.points_frame .points_box ul.points_link li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: #DCDCDC 1px solid;
  box-sizing: border-box;
  border-radius: 0.5rem;
  padding: 1rem;
  font-family: "zenmarugothic_Medium";
  font-size: 1.4rem;
  color: #1C68AE;
  background: url("../img/icon_18.svg") no-repeat;
  background-size: 1.5vw;
  background-position: right 4% 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: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.points_frame .points_box .points_body {
  display: none;
}
.points_frame.low {
  margin: 0 auto 0 auto;
}

@media screen and (min-width: 768px), print {
  .points_frame {
    width: 1100px;
    margin: 120px auto 142px auto;
  }
  .points_frame .points_box {
    margin: 45px 0 0 0;
    width: 1100px;
    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;
  }
  .points_frame .points_box ul.points_link {
    width: 550px;
    list-style-type: none;
  }
  .points_frame .points_box ul.points_link li {
    width: 100%;
    margin: 0 0 2px 0;
    padding: 0;
    box-sizing: border-box;
  }
  .points_frame .points_box ul.points_link li a {
    width: 100%;
    height: 90px;
    text-decoration: none;
    border: #DCDCDC 1px solid;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 0 0 0 38px;
    font-family: "zenmarugothic_Medium";
    font-size: 2.2rem;
    color: #1C68AE;
    background: url("../img/icon_18.svg") no-repeat;
    background-size: 7px;
    background-position: right 30px 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: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: 0.3s;
  }
  .points_frame .points_box ul.points_link li a:hover {
    background-color: #DCDCDC;
    transition: 0.3s;
  }
  .points_frame .points_box ul.points_link li.open_list {
    background-color: #DCDCDC;
    transition: 0.3s;
  }
  .points_frame .points_box .points_body {
    width: 466.58px;
    display: block;
    position: relative;
  }
  .points_frame .points_box .points_body .body_img {
    opacity: 1;
    width: 466.58px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .points_frame .points_box .points_body .body_img img {
    width: 100%;
  }
  .points_frame .points_box .points_body figure {
    opacity: 0;
    transition: 0.3s;
  }
  .points_frame .points_box .points_body figure img {
    width: 100%;
  }
  .points_frame .points_box .points_body figure.open_img {
    opacity: 1;
    transition: 0.3s;
  }
  .points_frame .points_box .points_body .neck_img {
    width: 43.793px;
    position: absolute;
    top: 99px;
    left: 202px;
    z-index: 1;
  }
  .points_frame .points_box .points_body .shoulder_img {
    width: 193.93px;
    position: absolute;
    top: 116px;
    left: 127px;
    z-index: 1;
  }
  .points_frame .points_box .points_body .back_img {
    width: 32.447px;
    position: absolute;
    top: 135px;
    left: 208px;
    z-index: 1;
  }
  .points_frame .points_box .points_body .waist_img {
    width: 123.4px;
    position: absolute;
    top: 265px;
    left: 162px;
    z-index: 1;
  }
  .points_frame .points_box .points_body .crotch_img {
    width: 142.26px;
    position: absolute;
    top: 327px;
    left: 153px;
    z-index: 10;
  }
  .points_frame .points_box .points_body .arm_right_img {
    width: 92.905px;
    position: absolute;
    top: 175px;
    left: 68.5px;
    z-index: 1;
  }
  .points_frame .points_box .points_body .arm_left_img {
    width: 92.905px;
    position: absolute;
    top: 175px;
    left: 286px;
    z-index: 1;
  }
  .points_frame .points_box .points_body .knee_img {
    width: 144.497px;
    position: absolute;
    top: 498px;
    left: 152px;
    z-index: 1;
  }
  .points_frame .points_box .points_body .leg_img {
    width: 188.645px;
    position: absolute;
    top: 650px;
    left: 129px;
    z-index: 1;
  }
  .points_frame.low {
    margin: 0 auto 0 auto;
  }
}
/* -----------------------------------------------------------
 当院の5つの特徴
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  margin: 4rem 0 0 0;
  padding: 4rem 0 1rem 0;
  box-sizing: border-box;
  background-color: #F8FBFD;
}
.features_frame .features_box {
  width: 96%;
  margin: 2rem auto 4rem auto;
}
.features_frame .features_box .features_text .features_text_box {
  background-color: #F8FBFD;
}
.features_frame .features_box .features_text .features_text_box h3.top_features {
  margin: 0 0 2rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.features_frame .features_box .features_text .features_text_box h3.top_features span {
  line-height: 100%;
  margin: 0;
}
.features_frame .features_box .features_text .features_text_box h3.top_features span.no {
  color: #1C68AE;
  font-size: 2.5rem;
}
.features_frame .features_box .features_text .features_text_box h3.top_features span.no em {
  font-weight: normal;
  color: #F5D220;
}
.features_frame .features_box .features_text .features_text_box h3.top_features span.text {
  font-size: 1.6rem;
}
.features_frame .features_box .features_text .features_text_box .features_text_box_text {
  font-family: "メイリオ", Meiryo, "zenmarugothic_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  text-align: justify;
  color: #333333;
}
.features_frame .features_box .features_img {
  width: 100%;
}
.features_frame .features_box .features_img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 100%;
    /*margin: 140px 0 0 0;*/
    margin: 0;
    padding: 140px 0 22px 0;
    box-sizing: border-box;
    background-color: #F8FBFD;
  }
  .features_frame .features_box {
    width: 1100px;
    height: 500px;
    margin: 38px auto 117px 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;
    position: relative;
  }
  .features_frame .features_box .features_text {
    background-color: #F8FBFD;
  }
  .features_frame .features_box .features_text .features_text_box h3.top_features {
    margin: 0 0 30px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features_frame .features_box .features_text .features_text_box h3.top_features span {
    line-height: 100%;
    margin: 0;
  }
  .features_frame .features_box .features_text .features_text_box h3.top_features span.no {
    color: #1C68AE;
    font-family: "zenmarugothic_bold";
    font-weight: bold;
    font-size: 5.8rem;
  }
  .features_frame .features_box .features_text .features_text_box h3.top_features span.no em {
    font-weight: normal;
    color: #F5D220;
  }
  .features_frame .features_box .features_text .features_text_box h3.top_features span.text {
    font-size: 2.4rem;
  }
  .features_frame .features_box .features_text .features_text_box .features_text_box_text {
    font-family: "メイリオ", Meiryo, "zenmarugothic_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 200%;
    text-align: justify;
    color: #333333;
  }
  .features_frame .features_box .features_img {
    width: 800px;
  }
  .features_frame .features_box .features_img img {
    width: 100%;
    height: auto;
  }
  .features_frame .features_box.box1 .features_text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 610px;
    height: 456px;
    border-top-right-radius: 20px;
    padding: 50px 60px 0 0;
    box-sizing: border-box;
  }
  .features_frame .features_box.box1 .features_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .features_frame .features_box.box2 .features_text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 610px;
    height: 236px;
    border-top-right-radius: 20px;
    padding: 46px 60px 0 0;
    box-sizing: border-box;
  }
  .features_frame .features_box.box2 .features_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .features_frame .features_box.box3 .features_text {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 610px;
    height: 302px;
    border-top-left-radius: 20px;
    padding: 46px 0 0 60px;
    box-sizing: border-box;
  }
  .features_frame .features_box.box3 .features_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .features_frame .features_box.box4 .features_text {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 610px;
    height: 331px;
    border-top-left-radius: 20px;
    padding: 46px 0 0 60px;
    box-sizing: border-box;
  }
  .features_frame .features_box.box4 .features_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .features_frame .features_box.box5 .features_text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 610px;
    height: 404px;
    border-top-right-radius: 20px;
    padding: 46px 60px 0 0;
    box-sizing: border-box;
  }
  .features_frame .features_box.box5 .features_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
/* -----------------------------------------------------------
診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 100%;
  margin: 4rem 0 2rem 0;
}
.treatment_frame ul.treatment_list {
  width: 96%;
  margin: 2rem auto 0 auto;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.treatment_frame ul.treatment_list li {
  width: 48%;
  margin: 0 0 3rem 0;
  text-align: center;
}
.treatment_frame ul.treatment_list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #1C68AE;
  font-family: "zenmarugothic_Medium";
  font-size: 1.4rem;
  font-weight: normal;
  transition: 0.5s;
}
.treatment_frame ul.treatment_list li a::before {
  content: "";
  display: block;
  margin: 0 auto 1.5rem auto;
  width: 80%;
  height: 35vw;
}
.treatment_frame ul.treatment_list li a:hover {
  transition: 0.5s;
  opacity: 0.6;
  transform: translateY(-10px);
}
.treatment_frame ul.treatment_list li.policy a::before {
  background: url("../img/icon_08.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.rheumatology a::before {
  background: url("../img/icon_09.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.orthopedics_surgery a::before {
  background: url("../img/icon_10.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.rehabilitation a::before {
  background: url("../img/icon_11.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.visiting_rehabilitation a::before {
  background: url("../img/icon_12.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.kanpo a::before {
  background: url("../img/icon_13.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.accident_work a::before {
  background: url("../img/icon_14.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.treatment_frame ul.treatment_list li.enuresis a::before {
  background: url("../img/icon_20.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 1000px;
    margin: 122px auto 84px auto;
  }
  .treatment_frame ul.treatment_list {
    width: 1000px;
    margin: 40px 0 0 0;
    list-style-type: none;
    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;
  }
  .treatment_frame ul.treatment_list li {
    width: 250px;
    margin: 0 0 60px 0;
    text-align: center;
  }
  .treatment_frame ul.treatment_list li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #1C68AE;
    font-family: "zenmarugothic_Medium";
    font-size: 2.2rem;
    font-weight: normal;
    transition: 0.5s;
    letter-spacing: 0;
  }
  .treatment_frame ul.treatment_list li a::before {
    content: "";
    display: block;
    margin: 0 auto 28px auto;
    width: 183.811px;
    height: 180px;
  }
  .treatment_frame ul.treatment_list li a:hover {
    transition: 0.5s;
    opacity: 0.6;
    transform: translateY(-10px);
  }
  .treatment_frame ul.treatment_list li.policy a::before {
    background: url("../img/icon_08.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.rheumatology a::before {
    background: url("../img/icon_09.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.orthopedics_surgery a::before {
    background: url("../img/icon_10.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.rehabilitation a::before {
    background: url("../img/icon_11.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.visiting_rehabilitation a::before {
    background: url("../img/icon_12.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.kanpo a::before {
    background: url("../img/icon_13.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.accident_work a::before {
    background: url("../img/icon_14.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .treatment_frame ul.treatment_list li.enuresis a::before {
    background: url("../img/icon_20.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
/* -----------------------------------------------------------
ルートマップ
----------------------------------------------------------- */
.routemap_frame {
  width: 96%;
  margin: 4rem auto 2rem auto;
}
.routemap_frame .routemap_box {
  margin: 2rem 0 4rem;
}
.routemap_frame .routemap_box img {
  border-radius: 1rem;
}
.routemap_frame .routemap_box .txt {
  padding: 2rem 1rem 0;
  position: relative;
}
.routemap_frame .routemap_box .txt::before {
  position: absolute;
  display: block;
  content: "";
  width: 4rem;
  height: 4rem;
  background: #F1F7FB;
  border-radius: 0.5rem;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 768px), print {
  .routemap_frame {
    width: 1000px;
    margin: 122px auto 84px auto;
  }
  .routemap_frame .routemap_box {
    margin: 38px auto 0;
  }
  .routemap_frame .routemap_box img {
    border-radius: 2rem;
  }
  .routemap_frame .routemap_box .txt {
    padding: 4rem 2rem 0;
  }
  .routemap_frame .routemap_box .txt::before {
    width: 8rem;
    height: 8rem;
    border-radius: 1rem;
  }
}
/* -----------------------------------------------------------
　画像ループ
----------------------------------------------------------- */
.loop_css {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.loop_css ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 2000px;
  margin: 0;
  padding: 0;
}
.loop_css ul li {
  display: inline-block;
  width: 50vw;
  min-width: 400px;
  margin: 0 0 0 0;
  list-style: none;
  text-align: center;
}
.loop_css ul li a {
  display: block;
}
.loop_css ul li img {
  display: block;
  width: 90%;
  height: auto;
}
.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;
}

.loop_css ul + ul {
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}

.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%);
  }
}
.loop_js {
  display: -webkit-flex;
  display: flex;
  width: 3600px;
  height: 267px;
  overflow: hidden;
}

.loop_js > * {
  width: 33.333333%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .loop_css {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .loop_css ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 2090px;
    margin: 0;
    padding: 0;
  }
  .loop_css ul li {
    display: inline-block;
    width: 418px;
    min-width: 418px;
    margin: 0 0 0 0;
    list-style: none;
    text-align: center;
  }
  .loop_css ul li a {
    display: block;
  }
  .loop_css ul li img {
    display: block;
    width: 400px;
    height: auto;
  }
  .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;
  }
  .loop_css ul + ul {
    -webkit-animation: loop2 120s linear infinite;
    animation: loop2 120s linear infinite;
  }
  .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%);
    }
  }
  .loop_js {
    display: -webkit-flex;
    display: flex;
    width: 2550px;
    height: 267px;
    overflow: hidden;
  }
  .loop_js > * {
    width: 33.333333%;
    height: auto;
  }
}
/* -----------------------------------------------------------
連携病院
----------------------------------------------------------- */
.affiliated_hospital_frame {
  width: 96%;
  margin: 6rem auto 4.5rem auto;
}
.affiliated_hospital_frame .affiliated_hospital_box {
  border: #1C68AE 3px solid;
  border-radius: 0.8rem;
  margin: 3rem 0 3rem 0;
  padding: 1rem 1rem 2rem 1rem;
  box-sizing: border-box;
  overflow: visible;
}
.affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_title {
  width: 100%;
  text-align: center;
  overflow: visible;
  margin: -2.2rem 0 2rem 0;
}
.affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_title span {
  background-color: #ffffff;
  color: #333333;
  font-family: "zenmarugothic_Medium";
  font-size: 1.8rem;
  padding: 0 1rem;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  margin: 0;
}
.affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_text {
  text-align: center;
  margin: 0;
  font-size: 1.6rem;
}
.affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_list_box ul.affiliated_hospital_list {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
.affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_list_box ul.affiliated_hospital_list li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}
.affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_list_box ul.affiliated_hospital_list li a {
  color: #333333;
  text-decoration: none;
}
.affiliated_hospital_frame .affiliated_hospital_box p {
  font-family: "zenmarugothic_regular";
  margin: 0;
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .affiliated_hospital_frame {
    width: 1100px;
    margin: 77px auto 60px 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;
  }
  .affiliated_hospital_frame .affiliated_hospital_box {
    width: 530px;
    border: #1C68AE 3px solid;
    border-radius: 12px;
    margin: 0 0 0 0;
    padding: 54px 0 36px 0;
    box-sizing: border-box;
    overflow: visible;
  }
  .affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_title {
    width: 100%;
    text-align: center;
    overflow: visible;
    margin: -69px 0 36px 0;
  }
  .affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_title span {
    background-color: #ffffff;
    color: #333333;
    font-family: "zenmarugothic_Medium";
    font-size: 2.4rem;
    padding: 0 28px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    margin: 0;
  }
  .affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_text {
    text-align: center;
    margin: 88px 0 0 0;
    font-size: 2.2rem;
    font-family: "zenmarugothic_Medium";
  }
  .affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_list_box {
    width: 484px;
    margin: 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;
  }
  .affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_list_box ul.affiliated_hospital_list {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 2rem;
    margin: 0 0 0 0;
  }
  .affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_list_box ul.affiliated_hospital_list li {
    margin: 0 0 5px 0;
    padding: 0;
  }
  .affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_list_box ul.affiliated_hospital_list li a {
    line-height: 140%;
    letter-spacing: 0.05em;
    font-family: "zenmarugothic_Medium";
    font-size: 2rem;
    text-decoration: none;
    color: #333333;
    width: 100%;
    display: block;
    transition: 0.3s;
    background: url(../img/maru_black.svg) no-repeat;
    background-position: left 12px top 12px;
    background-size: 4px;
    padding: 0 10px 0 26px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_list_box ul.affiliated_hospital_list li a:hover {
    background-color: #F5D220;
    transition: 0.3s;
  }
  .affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_list_box ul.affiliated_hospital_list.ahl_left {
    width: 300px;
  }
  .affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_list_box ul.affiliated_hospital_list.ahl_right {
    width: 175px;
  }
  .affiliated_hospital_frame .affiliated_hospital_box .affiliated_hospital_list_box p {
    font-family: "zenmarugothic_Medium";
    margin: 0 0 0 10px;
    font-size: 2.2rem;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  padding: 4rem 0 2rem 0;
  box-sizing: border-box;
  background-color: #F8FBFD;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box .overview_info_box_left .overview_logo {
  width: 70%;
  margin: 0 auto 1.5rem auto;
  display: block;
}
.overview .overview_box .overview_info_box_left .overview_logo img {
  width: 100%;
  height: auto;
}
.overview .overview_box .overview_info_box_left .overview_tel {
  width: 70%;
  margin: 0 auto 1rem auto;
  padding: 0.5rem;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-family: "rubik_regular";
  font-size: 1.8rem;
  line-height: 160%;
  color: #ffffff;
  background-color: #1C68AE;
  border-radius: 0.8rem;
}
.overview .overview_box .overview_info_box_left .overview_tel span a {
  color: #ffffff;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_left .overview_address {
  text-align: center;
  font-family: "zenmarugothic_Medium";
  font-size: 1.4rem;
  margin: 0 0 3rem 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list {
  width: 96%;
  margin: 2rem 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;
  font-family: "zenmarugothic_Medium";
  font-size: 1.2rem;
  line-height: 160%;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 25%;
  margin: 0 0 1rem 0;
  color: #1C68AE;
  font-weight: bold;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 75%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
  color: #333333;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd a {
  color: #333333;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right .overview_timetable_blue {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_box .overview_info_box_right .overview_timetable_blue .ot_title {
  font-family: "zenmarugothic_Medium";
  color: #1C68AE;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}
.overview .overview_box .overview_info_box_right .overview_timetable_green {
  width: 96%;
  margin: 2rem auto 0 auto;
}
.overview .overview_box .overview_info_box_right .overview_timetable_green .ot_title {
  font-family: "zenmarugothic_Medium";
  color: #3EB370;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}
.overview .overview_box .overview_info_box_right .overview_timetable_green table.timetable tr th {
  background-color: #3EB370;
  border: #3EB370 1px solid;
}
.overview .box_card {
  width: 96%;
  box-sizing: border-box;
  margin: 2rem 0 0;
  padding: 2rem 1.2rem;
  border-radius: 1rem;
  background: #fff;
}
.overview .box_card .tit_card {
  color: #1C68AE;
  font-family: "zenmarugothic_Medium";
  font-size: 1.55rem;
  box-sizing: border-box;
  text-align: center;
}
.overview .box_card .lst_card {
  display: flex;
  flex-wrap: wrap;
}
.overview .box_card .lst_card li {
  margin: 1rem 0 0 1.2rem;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overview .box_card .lst_card li img {
  width: auto;
  max-width: 80px;
  max-height: 38px;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    padding: 76px 0 80px 0;
    box-sizing: border-box;
    background-color: #F8FBFD;
  }
  .overview .overview_box {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 0 0;
    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;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 550px;
  }
  .overview .overview_box .overview_info_box_left .overview_logo {
    width: 452.25px;
    margin: 24px auto 28px auto;
    display: block;
  }
  .overview .overview_box .overview_info_box_left .overview_logo img {
    width: 100%;
    height: auto;
  }
  .overview .overview_box .overview_info_box_left .overview_tel {
    width: 290px;
    margin: 0 auto 16px auto;
    padding: 3px 0;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-family: "rubik_regular";
    font-size: 3rem;
    line-height: 160%;
    color: #ffffff;
    background-color: #1C68AE;
    border-radius: 12px;
  }
  .overview .overview_box .overview_info_box_left .overview_tel span a {
    color: #ffffff;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_left .overview_address {
    text-align: center;
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    margin: 0 0 74px 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 550px;
    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;
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    line-height: 150%;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 115px;
    margin: 0 0 38px 0;
    color: #1C68AE;
    font-weight: bold;
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 435px;
    margin: 0 0 38px 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
    color: #333333;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd a {
    color: #333333;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_right {
    width: 530px;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable_blue {
    width: 100%;
    margin: 0 0 35px 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable_blue .ot_title {
    font-family: "zenmarugothic_Medium";
    color: #1C68AE;
    font-size: 2.4rem;
    margin: 0 0 8px 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable_green {
    width: 100%;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable_green .ot_title {
    font-family: "zenmarugothic_Medium";
    color: #3EB370;
    font-size: 2.4rem;
    margin: 0 0 8px 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable_green table.timetable tr th {
    background-color: #3EB370;
    border: #3EB370 1px solid;
  }
  .overview .box_card {
    width: 96%;
    padding: 3rem 3rem 4rem;
    border-radius: 2rem;
  }
  .overview .box_card .tit_card {
    font-size: 2.4rem;
  }
  .overview .box_card .lst_card li {
    margin: 2rem 0 0 3rem;
    width: 11%;
  }
  .overview .box_card .lst_card li img {
    max-width: 100px;
    max-height: 60px;
  }
}
/* -----------------------------------------------------------
　地図
----------------------------------------------------------- */
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;
  }
}
/* -----------------------------------------------------------
　フローティングバナー
----------------------------------------------------------- */
.floating_bnr {
  display: none;
}
.floating_bnr.-cash {
  display: grid;
  place-content: center;
  top: auto;
  left: 1rem;
  bottom: 6rem;
  width: calc(100% - 98px);
  height: 80px;
  border: 3px solid #1C68AE;
  background-color: #ffffff;
  color: #1C68AE;
  border-radius: 0.6rem;
  position: fixed;
  z-index: 999;
  box-sizing: border-box;
}
.floating_bnr.-cash p {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin: 1.2rem 0 0;
}
.floating_bnr.-cash > ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.floating_bnr.-cash > ul > li {
  width: 100%;
}
.floating_bnr.-cash > ul > li > img {
  max-width: 50%;
  margin: 0 0 1rem 1.5rem;
}

@media screen and (min-width: 768px), print {
  .floating_bnr {
    position: fixed;
    top: 20rem;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 999;
  }
  .floating_bnr a {
    display: block;
    padding: 2.4rem 1.6rem;
    border-radius: 0.6rem 0 0 0.6rem;
    border: 3px solid #1C68AE;
    background-color: #ffffff;
    color: #1C68AE;
    letter-spacing: 0.1em;
    font-family: "zenmarugothic_Medium";
    font-size: 2.8rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-decoration: none;
  }
  .floating_bnr a:hover {
    background-color: #1C68AE;
    color: #ffffff;
    transition: 0.3s;
  }
  .floating_bnr a span {
    letter-spacing: -0.1rem;
  }
  .floating_bnr.-cash {
    left: auto;
    right: 0;
    bottom: 8.8rem;
    width: 295px;
    height: 92px;
    border-radius: 0.6rem 0 0 0.6rem;
  }
  .floating_bnr.-cash p {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .floating_bnr.-cash > ul > li > img {
    max-width: 45px;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0 6.5rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #1C68AE;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 5.85rem;
  width: 100%;
  height: 14vw;
  display: -webkit-flex;
  display: flex;
  column-gap: 1rem;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.5rem 0 0.5rem 1rem;
  background-color: #1C68AE;
  z-index: 999999;
}
.footer_link > a {
  font-family: "zenmarugothic_Medium";
  font-weight: normal;
  background-color: #ffffff;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: normal;
  text-align: center;
  color: #1C68AE;
  border-radius: 0.3rem;
}
.footer_link a.footer_tel {
  width: 38%;
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 0.4rem 0;
}
.footer_link a.footer_tel i {
  color: #1C68AE;
  font-size: 1.4rem;
}
.footer_link a.footer_webrsv {
  width: 32%;
  margin: 0;
  color: #1C68AE;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 0.4rem 0;
}
.footer_link a.footer_guide {
  width: 40%;
  margin: 0;
  color: #1C68AE;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 0.4rem 0;
}
.footer_link a.footer_guide i {
  color: #1C68AE;
  font-size: 1.4rem;
}
.footer_link a.footer_instagram {
  width: 15%;
  margin: 0;
  text-align: left !important;
}
.footer_link a.footer_instagram img {
  width: 29px;
  height: 29px;
}
.footer_link.-cash {
  height: 5rem;
  bottom: 0rem;
}
.footer_link.-cash .footer_cash {
  width: 347px;
  height: 60px;
  display: grid;
  place-content: center;
  background-color: #ffffff;
  color: #1C68AE;
  border-radius: 0.6rem;
  position: fixed;
  z-index: 999;
  box-sizing: border-box;
}
.footer_link.-cash .footer_cash p {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin: 0.2rem 0 0;
}
.footer_link.-cash .footer_cash > ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.footer_link.-cash .footer_cash > ul > li {
  width: 100%;
}
.footer_link.-cash .footer_cash > ul > li > img {
  max-width: 45%;
  margin: 0 0 0.5rem 2.5rem;
}
.footer_link.-cash .footer_cash > ul .txt_etc_sp {
  padding-top: 1rem;
  font-weight: bold;
  width: 46%;
}

@media screen and (min-width: 768px), print {
  footer {
    width: 100%;
    height: 496px;
    margin: 0;
    padding: 61px 0 0 0;
    box-sizing: border-box;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1100px;
    margin: 0 auto 0 auto;
    position: relative;
  }
  footer .footer_frame ul.footer_list {
    position: absolute;
    top: 0;
    left: -10px;
    list-style-type: none;
  }
  footer .footer_frame ul.footer_list li {
    margin: 0 0 11px 0;
  }
  footer .footer_frame ul.footer_list li a {
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    color: #333333;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  footer .footer_frame ul.footer_list li a:hover {
    background-color: #F5D220;
    transition: 0.3s;
  }
  footer .footer_frame ul.footer_list li.pull_down_1 {
    display: none;
  }
  footer .footer_frame ul.footer_list li.pull_down_2 {
    display: none;
  }
  footer .footer_frame ul.footer_list li.pull_down_3 {
    display: none;
  }
  footer .footer_frame .aside_list1 {
    position: absolute;
    top: 3px;
    left: 259px;
  }
  footer .footer_frame .aside_list1 p {
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    color: #333333;
    border-bottom: #1C68AE 2px solid;
    margin: 0 0 4px 0;
    padding: 0 0 10px 0;
    line-height: 100%;
    box-sizing: border-box;
    width: 212px;
  }
  footer .footer_frame .aside_list1 ul {
    list-style-type: none;
  }
  footer .footer_frame .aside_list1 ul li {
    margin: 0 0 10px 0;
  }
  footer .footer_frame .aside_list1 ul li a {
    line-height: 140%;
    letter-spacing: 0.05em;
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    text-decoration: none;
    color: #333333;
    width: 100%;
    display: block;
    transition: 0.3s;
    background: url(../img/maru_black.svg) no-repeat;
    background-position: left 6px top 12px;
    background-size: 4px;
    padding: 0 10px 0 21px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  footer .footer_frame .aside_list1 ul li a:hover {
    background-color: #F5D220;
    transition: 0.3s;
  }
  footer .footer_frame .aside_list2 {
    position: absolute;
    top: 0;
    left: 539px;
  }
  footer .footer_frame .aside_list2 p {
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    color: #333333;
    border-bottom: #3EB370 2px solid;
    margin: 0 0 4px 0;
    padding: 0 0 10px 0;
    line-height: 100%;
    box-sizing: border-box;
    width: 212px;
  }
  footer .footer_frame .aside_list2 ul {
    list-style-type: none;
  }
  footer .footer_frame .aside_list2 ul li {
    margin: 0 0 10px 0;
  }
  footer .footer_frame .aside_list2 ul li a {
    line-height: 140%;
    letter-spacing: 0.05em;
    font-family: "zenmarugothic_Medium";
    font-size: 1.8rem;
    text-decoration: none;
    color: #333333;
    width: 100%;
    display: block;
    transition: 0.3s;
    background: url(../img/maru_black.svg) no-repeat;
    background-position: left 6px top 12px;
    background-size: 4px;
    padding: 0 10px 0 21px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  footer .footer_frame .aside_list2 ul li a:hover {
    background-color: #F5D220;
    transition: 0.3s;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    height: 60px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #1C68AE;
    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;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: block;
  margin: 0;
  padding: 0;
}
#pagetop_position #linkpagetop a {
  display: block;
  width: 42px;
  height: 42px;
}
#pagetop_position #linkpagetop a img {
  width: 42px;
  height: 42px;
  transition: 0.5s;
}
#pagetop_position #pagetop {
  position: fixed;
  bottom: 150px;
  right: 15px;
  z-index: 9999999;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 60px;
    height: 60px;
  }
  #pagetop_position #linkpagetop a img {
    width: 60px;
    height: 60px;
    transition: 0.5s;
  }
  #pagetop_position #linkpagetop a img:hover {
    transition: 0.5s;
    transform: translateY(-10px);
  }
  #pagetop_position #pagetop {
    bottom: 20px;
    right: 30px;
  }
}/*# sourceMappingURL=style.css.map */