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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*群青色メインカラー*/
/*青*/
/*赤*/
/*濃い灰色*/
/*青紫色*/
/*灰色*/
/*灰色*/
/*水色*/
/*薄紫*/
/*薄紫*/
/*ピンク*/
/*ピンク*/
/*灰色2*/
/*灰色*/
/*テキストリンク*/
/*茶色4*/
/*紺色2*/
/*紺色3*/
/*薄紫*/
/*金*/
/*紫*/
/*茶色*/
/*黒(下層キービジュアル)*/
/*茶色*/
/*水色*/
/*薄茶色*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: #444444;
  background-color: #ffffff;
  padding: 0 0 14vw 0;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    color: #444444;
    background-color: #ffffff;
    padding: 0;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

section {
  height: auto;
  overflow: hidden;
  margin: 0 0 0 0;
}
section.first {
  margin: 0 0 0 0;
}
section.rehabilitation_doctor {
  background-color: #EBF5FE;
  padding: 3rem 2rem 1rem 2rem;
  box-sizing: border-box;
  margin: 3rem auto 1.5rem auto;
}
section.rehabilitation_doctor figure.doctor_img2 {
  margin: 0 0 1rem 0;
  text-align: center;
}
section.rehabilitation_doctor figure.doctor_img2 img {
  width: 70%;
  height: auto;
}
section.rehabilitation_doctor figure.staff_img {
  margin: 0 0 1rem 0;
  text-align: center;
}
section.rehabilitation_doctor figure.staff_img img {
  width: 70%;
  height: auto;
}

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

.text_bold {
  font-weight: bold;
}

.clearfix {
  *zoom: 1;
}
.clearfix::before, .clearfix::after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix::after {
  clear: both;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 1280px;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  section.first {
    margin: 0 0 0 0;
  }
  section.rehabilitation_doctor {
    background-color: #EBF5FE;
    padding: 55px 36px 40px 36px;
    box-sizing: border-box;
    margin: 120px auto 40px auto;
  }
  section.rehabilitation_doctor figure.doctor_img2 {
    margin: 0 0 0 30px;
    text-align: right;
    float: right;
  }
  section.rehabilitation_doctor figure.doctor_img2 img {
    width: 280px;
    height: auto;
  }
  section.rehabilitation_doctor figure.staff_img {
    margin: 0 0 1rem 0;
    text-align: center;
  }
  section.rehabilitation_doctor figure.staff_img img {
    width: 500px;
    height: auto;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: #ffffff;
}

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

.main {
  height: auto;
  width: 96%;
  margin: 5rem auto 4rem auto;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  article {
    height: auto;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    background-color: #ffffff;
  }
  .wrapper {
    height: auto;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 1110px;
    margin: 90px auto 100px auto;
    padding: 0;
    box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  height: 84vw;
  position: relative;
  background-position: center bottom !important;
  background-repeat: no-repeat;
  background-size: 120% !important;
  /*下層*/
}
header .head_frame {
  width: 100%;
  padding: 0 0 1rem 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
header .head_frame .head_logo {
  width: 75%;
  margin: 0 0 0 2%;
}
header .head_frame .head_logo a img {
  width: 100%;
  margin: 6vw 0 0 0;
}
header .head_frame .head_info {
  margin: 4vw 0 0 0;
}
header .head_frame .head_info .head_parking {
  background-color: #076FD6;
  color: #ffffff;
  text-align: center;
  width: 60%;
  height: 8vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: 0.3rem;
  margin: 0 auto;
}
header .head_frame .head_info .head_text {
  margin: 1rem 0 0 0;
}
header .head_frame .head_info .head_text .head_tel {
  color: #076FD6;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 0.5rem 0;
}
header .head_frame .head_info .head_text .head_tel span a {
  text-decoration: none;
  color: #076FD6;
}
header .head_frame .head_info .head_text .head_address {
  text-align: center;
  margin: 0;
}
header .key_on .key_text {
  position: absolute;
  bottom: 2vw;
  left: 2%;
}
header .key_on .key_text p {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding: 0.2rem 0;
}
header .key_on .key_text p.kt01 {
  color: #C9001A;
  border-top: #001661 2px solid;
  border-bottom: #001661 2px solid;
}
header .key_on .key_text p.kt02 {
  color: #001661;
  border-bottom: #001661 1px solid;
  text-align: justify;
}
header .key_on .key_time_box {
  display: none;
}
header .key_on .key_map_box {
  display: none;
}
header.low {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  height: 69vw;
  position: relative;
  background: url("../images/key_visual_row.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 203%;
}
header.low .key_on h1.low {
  color: #001661;
  font-weight: normal;
  font-size: 2.2rem;
  margin: 4rem 0 0 4%;
  text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff;
}

.key_on_sp {
  margin: 2rem 0 0 0;
}
.key_on_sp .key_time_box {
  background-color: #ffffff;
  width: 96%;
  margin: 0 auto 2rem auto;
  box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.16);
  padding: 1rem 0;
}
.key_on_sp .key_time_box table.timetable {
  width: 94%;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  line-height: 140%;
}
.key_on_sp .key_time_box table.timetable tr th {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #076FD6;
  width: 10%;
  border-top: #707070 1px solid;
  border-bottom: #707070 1px solid;
  background-color: #ffffff;
}
.key_on_sp .key_time_box table.timetable tr td {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  border-bottom: #707070 1px solid;
  color: #076FD6;
  min-height: 17vw;
}
.key_on_sp .key_time_box table.timetable tr td.time {
  width: 32%;
  text-align: center;
  color: #076FD6;
}
.key_on_sp .key_time_box .notice_time {
  font-size: 3.4vw;
  margin: 0.6rem auto 0 auto;
  width: 94%;
  color: #076FD6;
  box-sizing: border-box;
}
.key_on_sp .key_map_box {
  width: 96%;
  margin: 0 auto 2rem auto;
  box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.key_on_sp .key_map_box iframe.googlemap {
  width: 100%;
  height: 250px;
}
.key_on_sp .notice_list {
  width: 96%;
  margin: 0.5rem auto 0 auto;
  color: #076FD6;
}

@media screen and (min-width: 768px), print {
  header {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    height: 750px;
    position: relative;
    width: 100%;
    background-position: center top !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    /*下層*/
  }
  header .head_frame {
    width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    height: 110px;
    position: relative;
  }
  header .head_frame .head_logo {
    width: 350px;
    margin: 0;
    position: absolute;
    top: 30px;
    left: 45px;
  }
  header .head_frame .head_logo a img {
    width: 350px;
    margin: 0 0 0 0;
  }
  header .head_frame .head_info {
    margin: 0 0 0 0;
    position: absolute;
    top: 20px;
    /*left: 805px;*/
    left: 880px;
    width: 380px;
    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;
  }
  header .head_frame .head_info .head_parking {
    background-color: #076FD6;
    color: #ffffff;
    text-align: center;
    width: 75px;
    height: 65px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 0.3rem;
    margin: 0 10px 0 0;
    font-size: 1.8rem;
  }
  header .head_frame .head_info .head_text {
    margin: 0 0 0 0;
  }
  header .head_frame .head_info .head_text .head_tel {
    color: #076FD6;
    font-weight: bold;
    font-size: 3rem;
    text-align: left;
    margin: 0 0 0 0;
    letter-spacing: 0;
    line-height: 130%;
  }
  header .head_frame .head_info .head_text .head_tel i {
    font-size: 2.4rem;
    margin: 0 -5px 0 0;
  }
  header .head_frame .head_info .head_text .head_tel span a {
    text-decoration: none;
    color: #076FD6;
  }
  header .head_frame .head_info .head_text .head_address {
    text-align: left;
    margin: 0 0 0 10px;
    font-size: 1.8rem;
  }
  header .key_on {
    width: 1110px;
    margin: 0 auto;
    height: 640px;
    position: relative;
  }
  header .key_on .key_text {
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 400px;
  }
  header .key_on .key_text p {
    margin: 0;
    font-size: 3.8rem;
    font-weight: bold;
    display: block;
    padding: 6px 0 2px 0;
  }
  header .key_on .key_text p.kt01 {
    color: #C9001A;
    border-top: #001661 2px solid;
    border-bottom: #001661 2px solid;
  }
  header .key_on .key_text p.kt02 {
    color: #001661;
    border-bottom: #001661 2px solid;
    text-align: justify;
  }
  header .key_on .key_time_box {
    display: block;
    position: absolute;
    top: 40px;
    right: 6px;
    width: 410px;
    height: 280px;
    background-color: #ffffff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
  }
  header .key_on .key_time_box table.timetable tr th {
    padding: 15px 0;
  }
  header .key_on .key_time_box table.timetable tr td {
    padding: 18px 0;
  }
  header .key_on .key_time_box table.timetable tr td.time {
    width: 130px;
    text-align: center;
  }
  header .key_on .key_time_box table.timetable {
    padding: 0;
    margin: 30px auto 0 auto;
    vertical-align: middle;
    width: 370px;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    line-height: 140%;
  }
  header .key_on .key_time_box table.timetable tr th {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #076FD6;
    width: auto;
    border-top: #707070 1px solid;
    border-bottom: #707070 1px solid;
    background-color: #ffffff;
    height: 50px;
  }
  header .key_on .key_time_box table.timetable tr td {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 10px 0;
    vertical-align: middle;
    background-color: #ffffff;
    border-bottom: #707070 1px solid;
    color: #076FD6;
    min-height: 60px;
    height: auto;
    width: auto;
  }
  header .key_on .key_time_box table.timetable tr td i {
    font-size: 1.4rem;
  }
  header .key_on .key_time_box table.timetable tr td.time {
    width: 125px;
    text-align: center;
    letter-spacing: 0;
  }
  header .key_on .key_time_box table.timetable tr td.holiday {
    width: 40px;
  }
  header .key_on .key_time_box .notice_time {
    font-size: 1.4rem;
    margin: 5px auto 0 auto;
    width: 370px;
    color: #076FD6;
    padding: 0;
    box-sizing: border-box;
    line-height: 160%;
  }
  header .key_on .key_time_box dl.notice_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: 6px auto 0 auto;
    line-height: 140%;
    width: 370px;
    color: #076FD6;
  }
  header .key_on .key_time_box dl.notice_list dt {
    width: 15px;
    margin: 0 0 4px 0;
  }
  header .key_on .key_time_box dl.notice_list dd {
    width: 355px;
    margin: 0 0 4px 0;
  }
  header .key_on .key_map_box {
    display: block;
    position: absolute;
    top: 335px;
    right: 6px;
    width: 410px;
    height: 250px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
  }
  header .key_on .key_map_box iframe.googlemap {
    width: 410px;
    height: 250px;
  }
  header.low {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    height: 500px;
    position: relative;
    width: 100%;
    background: url("../images/key_visual_row.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header.low .key_on {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
    position: relative;
  }
  header.low .key_on h1.low {
    color: #001661;
    font-weight: normal;
    font-size: 3.6rem;
    margin: 100px 0 0 0;
    text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff;
  }
  .key_on_sp {
    display: none;
  }
}
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  .main_nav_pc {
    display: block;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    width: 1110px;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
    z-index: 999999999999;
  }
  .main_nav_pc nav {
    width: 1110px;
    height: 70px;
    margin: -35px 0 0 0;
    padding: 0;
  }
  .main_nav_pc nav ul {
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 1200px;
    box-sizing: border-box;
    width: 1110px;
    height: 70px;
    padding: 0;
    margin: 0;
  }
  .main_nav_pc nav ul li {
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 185px;
    height: 70px;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  .main_nav_pc nav ul li a {
    width: 185px;
    height: 70px;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #C9001A 3px solid;
    box-sizing: border-box;
    background-color: #001661;
  }
  .main_nav_pc nav ul li a span {
    color: #ffffff;
    font-size: 1.8rem;
    height: 29px;
    width: 100%;
    border-right: #707070 2px dotted;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .main_nav_pc nav ul li a:hover {
    height: 70px;
    box-sizing: border-box;
    border-bottom: #C9001A 10px solid;
  }
  .main_nav_pc nav ul li a:hover span {
    margin: 7px 0 0 0;
  }
  .main_nav_pc nav ul li ul {
    width: 200px;
    height: auto;
    display: none;
    margin: 0 0 0 -6px;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
    background-color: #668ECE;
  }
  .main_nav_pc nav ul li ul li {
    width: 200px;
    height: auto;
    margin: 0 0 0 0;
    border-left: none;
  }
  .main_nav_pc nav ul li ul li a {
    font-size: 1.8rem;
    color: #ffffff;
    width: 200px;
    height: 40px;
    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;
    background: none;
    background-color: #076FD6;
    padding: 0 0 0 0;
    box-sizing: border-box;
    text-align: left;
    border-bottom: none;
  }
  .main_nav_pc nav ul li ul li a br {
    display: none;
  }
  .main_nav_pc nav ul li ul li a:hover {
    transition: all 0.3s ease 0s;
    opacity: 0.6;
    height: 40px;
    border-bottom: none;
  }
  .main_nav_pc nav ul li.current a {
    height: 70px;
    box-sizing: border-box;
    border-bottom: #C9001A 10px solid;
  }
  .main_nav_pc nav ul li.current a span {
    margin: 7px 0 0 0;
  }
  .main_nav_pc nav ul.open_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.notice_area {
  padding: 0;
  box-sizing: border-box;
  margin: 4rem 0 0 0;
  /*お知らせ*/
}
.notice_area .notice_frame {
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2rem 0;
  height: auto;
}
.notice_area .notice_frame .title_box {
  width: 100%;
}
.notice_area .notice_frame .title_box h2.notice_title {
  color: #001661;
  text-align: center;
  font-weight: normal;
  font-size: 2.2rem;
  padding: 0;
  margin: 0 0 2rem 0;
}
.notice_area .notice_frame .title_box h2.notice_title::after {
  content: url("../images/headline_bg.png");
  display: block;
  margin: -2vw 0 0 0;
}
.notice_area .notice_frame .notice_box {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0.5rem;
  box-sizing: border-box;
  border: #001661 1px solid;
}
.notice_area .notice_frame .notice_box dl {
  height: auto;
  margin: 0;
  width: 100%;
}
.notice_area .notice_frame .notice_box dl dt {
  color: #076FD6;
  margin: 1rem 0 1rem 0;
  padding: 0 0.4rem 0 2rem;
  font-size: 1.4rem;
  box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
}
.notice_area .notice_frame .notice_box dl dt::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 0.8em #076FD6;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  margin: auto;
  left: 0;
  top: 0.4rem;
  transition: 0.5s;
}
.notice_area .notice_frame .notice_box dl dt.open::before {
  border: none;
  border-bottom: solid 0.8em #076FD6;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
}
.notice_area .notice_frame .notice_box dl dt:first-child {
  border-top: none;
  padding: 0 0.4rem 0 2rem;
}
.notice_area .notice_frame .notice_box dl dt.close::before {
  transform: rotateX(180deg);
  transition: 0.5s;
}
.notice_area .notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0.4rem 0 2rem;
  color: #444444;
  font-size: 1.4rem;
  line-height: 160%;
  display: none;
}
.notice_area .notice_frame .notice_box dl dd.open {
  display: block;
}

@media screen and (min-width: 768px), print {
  .notice_area {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    /*お知らせ*/
  }
  .notice_area .notice_frame {
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    height: 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;
  }
  .notice_area .notice_frame .title_box {
    width: 180px;
  }
  .notice_area .notice_frame .title_box h2.notice_title {
    color: #001661;
    text-align: center;
    font-weight: normal;
    font-size: 3.2rem;
    padding: 0;
    margin: 0 0 0 0;
  }
  .notice_area .notice_frame .title_box h2.notice_title::after {
    content: url("../images/headline_bg.png");
    display: block;
    margin: 0 0 0 0;
  }
  .notice_area .notice_frame .notice_box {
    width: 920px;
    margin: 0 0 0 0;
    padding: 0;
    box-sizing: border-box;
    border: #001661 1px solid;
  }
  .notice_area .notice_frame .notice_box dl {
    height: auto;
    margin: 0;
    width: 100%;
    padding: 28px;
    box-sizing: border-box;
  }
  .notice_area .notice_frame .notice_box dl dt {
    color: #076FD6;
    margin: 0 0 8px 0;
    padding: 0 0 0 26px;
    font-size: 1.8rem;
    box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 120%;
    position: relative;
  }
  .notice_area .notice_frame .notice_box dl dt::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 12px #076FD6;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    margin: auto;
    left: 0;
    top: 0.4rem;
    transition: 0.5s;
  }
  .notice_area .notice_frame .notice_box dl dt.open::before {
    border: none;
    border-bottom: solid 12px #076FD6;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
  }
  .notice_area .notice_frame .notice_box dl dt:first-child {
    border-top: none;
    padding: 0 0 0 26px;
  }
  .notice_area .notice_frame .notice_box dl dt.close::before {
    transform: rotateX(180deg);
    transition: 0.5s;
  }
  .notice_area .notice_frame .notice_box dl dd {
    margin: 0 0 35px 0;
    padding: 0 0 0 18px;
    color: #444444;
    font-size: 1.6rem;
    line-height: 160%;
    display: none;
  }
  .notice_area .notice_frame .notice_box dl dd.open {
    display: block;
  }
}
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_frame {
  margin: 4rem 0 0 0;
}
.feature_frame .feature_box_01 {
  margin: 2rem 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.feature_frame .feature_box_01 .feature_box_img {
  width: 100%;
  height: 50vw;
  background: url("../images/index_features_01.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
  order: 1;
}
.feature_frame .feature_box_01 .feature_box_text {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8e2f6+0,e2f0fa+50,ffffff+100 */
  background: rgb(200, 226, 246); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c8e2f6", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
  padding: 4rem 2rem;
  box-sizing: border-box;
  order: 2;
}
.feature_frame .feature_box_01 .feature_box_text .text_box .fb_title {
  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: nowrap;
  flex-wrap: nowrap;
}
.feature_frame .feature_box_01 .feature_box_text .text_box .fb_title .fb_title_no {
  color: #668ECE;
  font-size: 5rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.feature_frame .feature_box_01 .feature_box_text .text_box .fb_title .fb_title_text {
  color: #001661;
  font-size: 2rem;
}
.feature_frame .feature_box_01 .feature_box_text .text_box .fb_text {
  margin: 0;
  line-height: 200%;
}
.feature_frame .feature_box_02 {
  margin: 0 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.feature_frame .feature_box_02 .feature_box_img {
  width: 100%;
  height: 50vw;
  background: url("../images/index_features_02.jpg") no-repeat;
  background-size: cover;
  background-position: left top;
  order: 1;
}
.feature_frame .feature_box_02 .feature_box_text {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8e2f6+0,e2f0fa+50,ffffff+100 */
  background: rgb(200, 226, 246); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c8e2f6", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
  padding: 4rem 2rem;
  box-sizing: border-box;
  order: 2;
}
.feature_frame .feature_box_02 .feature_box_text .text_box .fb_title {
  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: nowrap;
  flex-wrap: nowrap;
}
.feature_frame .feature_box_02 .feature_box_text .text_box .fb_title .fb_title_no {
  color: #668ECE;
  font-size: 5rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.feature_frame .feature_box_02 .feature_box_text .text_box .fb_title .fb_title_text {
  color: #001661;
  font-size: 2rem;
}
.feature_frame .feature_box_02 .feature_box_text .text_box .fb_text {
  margin: 0;
  line-height: 200%;
}
.feature_frame .feature_box_03 {
  margin: 0 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.feature_frame .feature_box_03 .feature_box_img {
  width: 100%;
  height: 50vw;
  background: url("../images/index_features_03.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
  order: 1;
}
.feature_frame .feature_box_03 .feature_box_text {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8e2f6+0,e2f0fa+50,ffffff+100 */
  background: rgb(200, 226, 246); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c8e2f6", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
  padding: 4rem 2rem;
  box-sizing: border-box;
  order: 2;
}
.feature_frame .feature_box_03 .feature_box_text .text_box .fb_title {
  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: nowrap;
  flex-wrap: nowrap;
}
.feature_frame .feature_box_03 .feature_box_text .text_box .fb_title .fb_title_no {
  color: #668ECE;
  font-size: 5rem;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.feature_frame .feature_box_03 .feature_box_text .text_box .fb_title .fb_title_text {
  color: #001661;
  font-size: 2rem;
}
.feature_frame .feature_box_03 .feature_box_text .text_box .fb_text {
  margin: 0;
  line-height: 200%;
}

@media screen and (min-width: 768px), print {
  .feature_frame {
    margin: 100px 0 0 0;
  }
  .feature_frame .feature_box_01 {
    margin: 30px 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .feature_frame .feature_box_01 .feature_box_img {
    width: 50%;
    height: 400px;
    background: url("../images/index_features_01.jpg") no-repeat;
    background-size: 1000px;
    background-position: right top;
    background-color: #e7e7e5;
    order: 1;
  }
  .feature_frame .feature_box_01 .feature_box_text {
    width: 50%;
    height: 400px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8e2f6+0,e2f0fa+50,ffffff+100 */
    background: rgb(200, 226, 246); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c8e2f6", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
    padding: 0;
    box-sizing: border-box;
    order: 2;
  }
  .feature_frame .feature_box_01 .feature_box_text .text_box {
    margin: 98px 0 0 55px;
    width: 500px;
  }
  .feature_frame .feature_box_01 .feature_box_text .text_box .fb_title {
    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: nowrap;
    flex-wrap: nowrap;
  }
  .feature_frame .feature_box_01 .feature_box_text .text_box .fb_title .fb_title_no {
    color: #668ECE;
    font-size: 100px;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .feature_frame .feature_box_01 .feature_box_text .text_box .fb_title .fb_title_text {
    color: #001661;
    font-size: 3.6rem;
    margin: 10px 0 0 15px;
  }
  .feature_frame .feature_box_01 .feature_box_text .text_box .fb_text {
    margin: 40px 0 0 0;
    line-height: 200%;
    font-size: 2rem;
    width: auto;
    text-align: justify;
  }
  .feature_frame .feature_box_02 {
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .feature_frame .feature_box_02 .feature_box_img {
    width: 50%;
    height: 400px;
    background: url("../images/index_features_02.jpg") no-repeat;
    background-size: 1000px;
    background-position: left top;
    background-color: #ffffff;
    order: 2;
  }
  .feature_frame .feature_box_02 .feature_box_text {
    width: 50%;
    height: 400px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8e2f6+0,e2f0fa+50,ffffff+100 */
    background: rgb(200, 226, 246); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c8e2f6", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
    box-sizing: border-box;
    padding: 105px 0 0 55px;
    order: 1;
    position: relative;
  }
  .feature_frame .feature_box_02 .feature_box_text .text_box {
    margin: 0 0 0 0;
    width: 500px;
    position: absolute;
    top: 100px;
    right: 42px;
  }
  .feature_frame .feature_box_02 .feature_box_text .text_box .fb_title {
    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: nowrap;
    flex-wrap: nowrap;
  }
  .feature_frame .feature_box_02 .feature_box_text .text_box .fb_title .fb_title_no {
    color: #668ECE;
    font-size: 100px;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .feature_frame .feature_box_02 .feature_box_text .text_box .fb_title .fb_title_text {
    color: #001661;
    font-size: 3.6rem;
    margin: 10px 0 0 15px;
  }
  .feature_frame .feature_box_02 .feature_box_text .text_box .fb_text {
    margin: 40px 0 0 0;
    line-height: 200%;
    font-size: 2rem;
    width: 500px;
    text-align: justify;
  }
  .feature_frame .feature_box_03 {
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .feature_frame .feature_box_03 .feature_box_img {
    width: 50%;
    height: 400px;
    background: url("../images/index_features_03.jpg") no-repeat;
    background-size: 1000px;
    background-position: right top;
    background-color: #ededed;
    order: 1;
  }
  .feature_frame .feature_box_03 .feature_box_text {
    width: 50%;
    height: 400px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8e2f6+0,e2f0fa+50,ffffff+100 */
    background: rgb(200, 226, 246); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(200, 226, 246) 0%, rgb(226, 240, 250) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c8e2f6", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
    padding: 0;
    box-sizing: border-box;
    order: 2;
  }
  .feature_frame .feature_box_03 .feature_box_text .text_box {
    margin: 98px 0 0 55px;
    width: 500px;
  }
  .feature_frame .feature_box_03 .feature_box_text .text_box .fb_title {
    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: nowrap;
    flex-wrap: nowrap;
  }
  .feature_frame .feature_box_03 .feature_box_text .text_box .fb_title .fb_title_no {
    color: #668ECE;
    font-size: 100px;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .feature_frame .feature_box_03 .feature_box_text .text_box .fb_title .fb_title_text {
    color: #001661;
    font-size: 3.6rem;
    margin: 10px 0 0 15px;
  }
  .feature_frame .feature_box_03 .feature_box_text .text_box .fb_text {
    margin: 40px 0 0 0;
    line-height: 200%;
    font-size: 2rem;
    width: 500px;
    text-align: justify;
  }
}
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_frame {
  margin: 6rem 0 0 0;
}
.greeting_frame .greeting_box {
  padding-bottom: 2rem;
}
.greeting_frame .greeting_box .title_box h2.greeting_title {
  color: #001661;
  text-align: center;
  font-weight: normal;
  font-size: 2.2rem;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.greeting_frame .greeting_box .title_box h2.greeting_title::after {
  content: url("../images/headline_bg.png");
  display: block;
  margin: -2vw 0 0 0;
}
.greeting_frame .greeting_box .geeting_contents {
  width: 96%;
  margin: 0 auto;
}
.greeting_frame .greeting_box .geeting_contents .geeting_contents_text p {
  line-height: 200%;
}
.greeting_frame .greeting_box .geeting_contents .geeting_contents_text p.doctor_name {
  text-align: right;
}
.greeting_frame .greeting_box .geeting_contents .geeting_contents_text p.doctor_name span {
  font-size: 2rem;
}
.greeting_frame .greeting_box .geeting_contents .geeting_contents_img {
  padding: 0 0 10px 0;
  text-align: center;
}
.greeting_frame .greeting_box .geeting_contents .geeting_contents_img img {
  width: 70%;
  box-shadow: 20px 20px #C8E2F6;
}

.top_bnr {
  margin: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
.top_bnr a {
  margin: 0;
  display: block;
}
.top_bnr a img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .greeting_frame {
    margin: 90px 0 0 0;
  }
  .greeting_frame .greeting_box {
    width: 1110px;
    margin: 0 auto;
    padding: 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;
  }
  .greeting_frame .greeting_box .title_box {
    width: 190px;
  }
  .greeting_frame .greeting_box .title_box h2.greeting_title {
    color: #001661;
    text-align: center;
    font-weight: normal;
    font-size: 3.2rem;
    padding: 0 30px 0 0;
    margin: 10px 0 0 0;
  }
  .greeting_frame .greeting_box .title_box h2.greeting_title::after {
    content: url("../images/headline_bg.png");
    display: block;
    margin: 0 0 0 0;
  }
  .greeting_frame .greeting_box .geeting_contents {
    width: 825px;
    margin: 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;
  }
  .greeting_frame .greeting_box .geeting_contents .geeting_contents_text {
    width: 445px;
  }
  .greeting_frame .greeting_box .geeting_contents .geeting_contents_text p {
    line-height: 200%;
    font-size: 1.8rem;
  }
  .greeting_frame .greeting_box .geeting_contents .geeting_contents_text p.doctor_name {
    text-align: right;
  }
  .greeting_frame .greeting_box .geeting_contents .geeting_contents_text p.doctor_name span {
    font-size: 2.4rem;
  }
  .greeting_frame .greeting_box .geeting_contents .geeting_contents_img {
    padding: 0 0 20px 0;
    text-align: left;
    width: 350px;
  }
  .greeting_frame .greeting_box .geeting_contents .geeting_contents_img img {
    width: 330px;
    box-shadow: 20px 20px #C8E2F6;
  }
  .top_bnr {
    flex-direction: row;
  }
}
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.treatment_frame {
  background-color: #F3F4FA;
  margin: 6rem 0 0 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.treatment_frame ul.treatment_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;
  list-style-type: none;
}
.treatment_frame ul.treatment_list li {
  width: 48%;
  height: 14vw;
  margin: 0 0 2rem 0;
}
.treatment_frame ul.treatment_list li a {
  width: 100%;
  height: 14vw;
  color: #001661;
  text-decoration: none;
  font-size: 1.4rem;
  border: #076FD6 1px solid;
  box-sizing: border-box;
  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;
  padding: 0 0 0 1rem;
  box-shadow: 5px 5px #076FD6;
}
.treatment_frame ul.treatment_list li.general_orthopedics a {
  background: url("../images/index_guide_01.png") no-repeat;
  background-position: right 4% center;
  background-size: 20%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.pediatric_orthopedics a {
  background: url("../images/index_guide_02.png") no-repeat;
  background-position: right 4% center;
  background-size: 20%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.sports_orthopedics a {
  background: url("../images/index_guide_03.png") no-repeat;
  background-position: right 4% center;
  background-size: 20%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.hand_surgery a {
  background: url("../images/index_guide_04.png") no-repeat;
  background-position: right 4% center;
  background-size: 20%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.rehabilitation a {
  background: url("../images/index_guide_05.png") no-repeat;
  background-position: right 4% center;
  background-size: 20%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.osteoporosis a {
  background: url("../images/index_guide_06.png") no-repeat;
  background-position: right 4% center;
  background-size: 20%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.osteoarthropathy a {
  background: url("../images/index_guide_07.png") no-repeat;
  background-position: right 4% center;
  background-size: 20%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.trauma a {
  background: url("../images/index_guide_08.png") no-repeat;
  background-position: right 4% center;
  background-size: 20%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.rheumatism a {
  background: url("../images/index_guide_09.png") no-repeat;
  background-position: right 4% center;
  background-size: 20%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.pfc-fd a {
  background: url("../images/index_guide_10.png") no-repeat;
  background-position: right 4% center;
  background-size: 20%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.surgery a {
  background: url("../images/index_guide_11.png") no-repeat;
  background-position: right 4% center;
  background-size: 20%;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    background-color: #F3F4FA;
    margin: 80px 0 0 0;
    padding: 100px 0 70px 0;
    box-sizing: border-box;
  }
  .treatment_frame ul.treatment_list {
    width: 1110px;
    margin: 37px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
  }
  .treatment_frame ul.treatment_list li {
    width: 350px;
    height: 90px;
    margin: 0 10px 32px 10px;
  }
  .treatment_frame ul.treatment_list li a {
    width: 100%;
    height: 90px;
    color: #001661;
    text-decoration: none;
    font-size: 2rem;
    border: #076FD6 2px solid;
    box-sizing: border-box;
    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;
    padding: 0 0 0 20px;
    box-shadow: 6px 6px #076FD6;
  }
  .treatment_frame ul.treatment_list li a br {
    display: none;
  }
  .treatment_frame ul.treatment_list li.general_orthopedics a {
    background: url("../images/index_guide_01.png") no-repeat;
    background-position: right 18px center;
    background-size: 67px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.general_orthopedics a:hover {
    background-color: #C8E2F6;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.pediatric_orthopedics a {
    background: url("../images/index_guide_02.png") no-repeat;
    background-position: right 18px center;
    background-size: 67px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.pediatric_orthopedics a:hover {
    background-color: #C8E2F6;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.sports_orthopedics a {
    background: url("../images/index_guide_03.png") no-repeat;
    background-position: right 18px center;
    background-size: 67px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.sports_orthopedics a:hover {
    background-color: #C8E2F6;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.hand_surgery a {
    background: url("../images/index_guide_04.png") no-repeat;
    background-position: right 18px center;
    background-size: 67px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.hand_surgery a:hover {
    background-color: #C8E2F6;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.rehabilitation a {
    background: url("../images/index_guide_05.png") no-repeat;
    background-position: right 18px center;
    background-size: 67px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.rehabilitation a:hover {
    background-color: #C8E2F6;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.osteoporosis a {
    background: url("../images/index_guide_06.png") no-repeat;
    background-position: right 18px center;
    background-size: 67px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.osteoporosis a:hover {
    background-color: #C8E2F6;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.osteoarthropathy a {
    background: url("../images/index_guide_07.png") no-repeat;
    background-position: right 18px center;
    background-size: 67px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.osteoarthropathy a:hover {
    background-color: #C8E2F6;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.trauma a {
    background: url("../images/index_guide_08.png") no-repeat;
    background-position: right 18px center;
    background-size: 67px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.trauma a:hover {
    background-color: #C8E2F6;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.rheumatism a {
    background: url("../images/index_guide_09.png") no-repeat;
    background-position: right 18px center;
    background-size: 67px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.rheumatism a:hover {
    background-color: #C8E2F6;
    transition: all 0.3s ease 0s;
  }
  .treatment_frame ul.treatment_list li.pfc-fd a {
    background: url("../images/index_guide_10.png") no-repeat;
    background-position: right 18px center;
    background-size: 67px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.pfc-fd a:hover {
    background-color: #C8E2F6;
    transition: all 0.3s ease 0s;
  }
}
/*-----------------------------------------------------------
 医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  padding: 4rem 0 2rem 0;
  margin: 0;
}
.overview h2.overview_title img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.overview .overview_info_box {
  width: 96%;
  margin: 2rem auto 2rem auto;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_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.3rem;
  box-sizing: border-box;
  margin: 0 0 0 0;
  line-height: 160%;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list dt {
  width: 25%;
  margin: 0 0 0 0;
  font-weight: normal;
  color: #001661;
  border-bottom: #444444 1px solid;
  padding: 1rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list dd {
  width: 75%;
  margin: 0 0 0 0;
  padding: 1rem 0;
  color: #444444;
  border-bottom: #444444 1px solid;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list dd .cap {
  display: contents;
  font-size: 1.2rem;
  color: #333;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list dd span {
  color: #076FD6;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.2rem;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list dd span a {
  color: #076FD6;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.2rem;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list dd.dept br {
  display: none;
}
.overview .overview_info_box .overview_info_box_content dl.overview_info_list.oil_left {
  border-top: #444444 1px solid;
}
.overview .overview_info_box_timetable {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_info_box_timetable .overview_timetable_title {
  color: #001661;
  margin: 0 0 0.2rem 0;
  font-size: 1.3rem;
}
.overview .overview_info_box_timetable table.timetable tr th span {
  display: none;
}

iframe.googlemap {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    padding: 100px 0 88px 0;
    margin: 0;
  }
  .overview h2.overview_title img {
    width: 350px;
    display: block;
    margin: 0 auto;
  }
  .overview .overview_info_box {
    width: 1110px;
    margin: 46px auto 20px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overview .overview_info_box .overview_info_box_content {
    width: 540px;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_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: 2rem;
    box-sizing: border-box;
    margin: 0 0 0 0;
    line-height: 160%;
    width: 540px;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dt {
    width: 125px;
    margin: 0 0 0 0;
    font-weight: normal;
    color: #001661;
    border-bottom: #444444 1px solid;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dd {
    width: 415px;
    margin: 0 0 0 0;
    padding: 0;
    color: #444444;
    border-bottom: #444444 1px solid;
    height: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dd .cap {
    display: contents;
    font-size: 1.4rem;
    color: #333;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dd span {
    color: #076FD6;
    font-weight: bold;
    text-decoration: none;
    font-size: 3rem;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dd span a {
    color: #076FD6;
    font-weight: bold;
    text-decoration: none;
    font-size: 3rem;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dd.dept br {
    display: block;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list dd.access br {
    display: none;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list.oil_left {
    border-top: #444444 1px solid;
  }
  .overview .overview_info_box .overview_info_box_content dl.overview_info_list.oil_right {
    border-top: #444444 1px solid;
  }
  .overview .overview_info_box_timetable {
    width: 1110px;
    margin: 0 auto;
  }
  .overview .overview_info_box_timetable .overview_timetable_title {
    color: #001661;
    margin: 0 0 10px 0;
    font-size: 2rem;
  }
  .overview .overview_info_box_timetable table.timetable tr th span {
    display: none;
  }
  iframe.googlemap {
    width: 100%;
    height: 500px;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  background-color: #001661;
  padding: 2rem 0 0 0;
  box-sizing: border-box;
}
footer .footer_frame {
  width: 96%;
  margin: 0 auto;
}
footer .footer_frame ul.footer_list {
  line-height: 130%;
  font-size: 1.2rem;
  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-size: 1.2rem;
}
footer .footer_frame ul.footer_list li {
  width: 48%;
  margin: 0 0 1.4rem 0;
  padding: 0;
  list-style-type: none;
  /*
   &.treatment{
     display: none;
   }
  */
}
footer .footer_frame ul.footer_list li a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
}
footer .footer_frame ul.footer_list li a br {
  display: none;
}
footer .footer_frame .subtitle {
  font-size: 1.2rem;
  margin: 0 auto 1.4rem auto;
  font-weight: normal;
  border-bottom: #ffffff 1px solid;
  color: #ffffff;
  width: 90%;
  text-align: center;
  padding: 0 0 0.5rem 0;
}
footer .copyright {
  margin: 0;
  text-align: center;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  letter-spacing: 0;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.5rem 0;
  background-color: #ffffff;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 75%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  background-color: #001661;
  padding: 1rem 0;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
}
.footer_link .smoothScrolls {
  background-color: #001661;
  width: 20%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #ffffff;
  padding: 0.8rem 0;
  font-weight: normal;
  text-decoration: none;
  font-size: 2rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0;
    background-color: #001661;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
  }
  footer .footer_frame {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding: 65px 0 0 0;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.8rem;
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 10px 28px 0;
    padding: 0 10px 0 0;
    list-style-type: none;
    border-right: #adadad 2px solid;
    /*
    &.treatment{
      display: none;
    }
    */
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 70px 0 0 0;
    text-align: center;
    padding: 0 0 0 0;
    color: #ffffff;
    font-size: 2rem;
    height: auto;
    letter-spacing: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (min-width: 768px), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 60px;
    height: 60px;
  }
  #pagetop_position #linkpagetop a img {
    width: 60px;
    height: 60px;
  }
  #pagetop {
    position: fixed;
    bottom: 178px;
    right: 0;
    z-index: 999999;
    left: 50%;
    margin: 0 0 0 614px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
  }
  #pagetop {
    position: fixed;
    bottom: 178px;
    left: 93%;
    margin: 0 0 0 0;
    text-align: center;
  }
}
/*-----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr {
  display: none;
  position: absolute;
  top: 19vw;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: auto;
  z-index: 999999;
  border-top: #ffffff 1px solid;
  background-color: #001661;
}
.drawr ul.hbg {
  list-style-type: none;
}
.drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.drawr ul.hbg li a {
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #ffffff 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%;
}
.drawr ul.hbg li a br {
  display: none;
}
.drawr ul.hbg li ul {
  display: none;
  background-color: #076FD6;
}
.drawr ul.hbg li ul.open_nav {
  display: block;
}
.drawr ul.hbg li ul li a {
  color: #ffffff;
  border-bottom: none;
  text-align: center;
  border-bottom: #ffffff 1px solid;
}
.drawr ul.hbg li ul li a::after {
  content: "" !important;
}

.openNav {
  display: block;
}

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

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 12vw;
  padding: 0 0 4px 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: 42px;
  background: #ffffff;
  content: "";
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 10px);
  height: 14px;
  font-size: 12px;
  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;
}

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

.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: flex;
  align-items: center;
  justify-content: center;
  width: 14%;
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  padding: 0 0 0.6rem 0;
  background-color: #001661;
  border: #001661 1px solid;
  z-index: 99999;
}

/*見出し*/
h1 {
  margin: 0;
}

h2.top_title {
  font-size: 2.2rem;
  font-weight: normal;
  color: #001661;
  text-align: center;
  padding: 0;
  margin: 0 auto 0 auto;
  line-height: 100%;
  letter-spacing: 0.1em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 96%;
}
h2.top_title span {
  margin: 0 0.6rem;
  max-width: 65%;
}
h2.top_title::before {
  content: url("../images/headline_bg.png");
  display: block;
  margin: 0 0 3vw 0;
}
h2.top_title::after {
  content: url("../images/headline_bg.png");
  display: block;
  margin: 0 0 3vw 0;
}
h2.low {
  font-size: 2.2rem;
  font-weight: normal;
  color: #001661;
  text-align: center;
  padding: 0;
  margin: 3rem auto 1.5rem auto;
  line-height: 100%;
  letter-spacing: 0.1em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 96%;
}
h2.low span {
  margin: 0 0.6rem;
  max-width: 65%;
}
h2.low::before {
  content: url("../images/headline_bg.png");
  display: block;
  margin: 0 0 3vw 0;
}
h2.low::after {
  content: url("../images/headline_bg.png");
  display: block;
  margin: 0 0 3vw 0;
}
h2.first {
  margin: 0 0 1.5rem 0;
}

h3.low {
  font-weight: normal;
  font-size: 1.8rem;
  padding: 0 0 0.8rem 0;
  margin: 2.5rem 0 1rem 0;
  color: #076FD6;
  background: url(../images/h3_line.png) repeat-x;
  background-position: left bottom;
  line-height: 120%;
}
h3.first {
  margin: 0 0 1rem 0;
}

h4 {
  font-size: 1.7rem;
  font-weight: normal;
  color: #C9001A;
  padding: 0 0 0.4rem 0;
  box-sizing: border-box;
  border-bottom: #C9001A 3px solid;
  margin: 2.4rem 0 1rem 0;
  line-height: 110%;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #001661;
  padding: 0 0 0.4rem 0;
  box-sizing: border-box;
  border-bottom: #001661 3px dotted;
  margin: 2.3rem 0 1rem 0;
  line-height: 110%;
}
h5.first {
  margin: 1.5rem 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    font-size: 3.2rem;
    font-weight: normal;
    color: #001661;
    text-align: center;
    padding: 0;
    margin: 0 auto 0 auto;
    line-height: 100%;
    letter-spacing: 0.1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 1100px;
  }
  h2.top_title span {
    margin: 0 22px;
    max-width: 980px;
  }
  h2.top_title::before {
    content: url("../images/headline_bg.png");
    display: block;
    margin: 0 0 10px 0;
  }
  h2.top_title::after {
    content: url("../images/headline_bg.png");
    display: block;
    margin: 0 0 10px 0;
  }
  h2.low {
    font-size: 3.2rem;
    font-weight: normal;
    color: #001661;
    text-align: center;
    padding: 0;
    margin: 100px auto 40px auto;
    line-height: 100%;
    letter-spacing: 0.1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 1100px;
  }
  h2.low span {
    margin: 0 22px;
    max-width: 980px;
  }
  h2.low::before {
    content: url("../images/headline_bg.png");
    display: block;
    margin: 0 20px 10px 0;
  }
  h2.low::after {
    content: url("../images/headline_bg.png");
    display: block;
    margin: 0 0 10px 20px;
  }
  h2.first {
    margin: 0 0 40px 0;
  }
  h3.low {
    font-weight: normal;
    font-size: 2.8rem;
    padding: 0 0 14px 0;
    margin: 60px 0 28px 0;
    color: #076FD6;
    background: url(../images/h3_line.png) repeat-x;
    background-position: left bottom;
    line-height: 120%;
  }
  h3.first {
    margin: 20px 0 22px 0;
  }
  h4 {
    font-size: 2.8rem;
    color: #C9001A;
    padding: 0 0 5px 0;
    box-sizing: border-box;
    border-bottom: #C9001A 5px solid;
    margin: 50px 0 28px 0;
    line-height: 120%;
  }
  h4.first {
    margin: 20px 0 28px 0;
  }
  h5 {
    font-size: 2.8rem;
    color: #001661;
    padding: 0 0 5px 0;
    box-sizing: border-box;
    border-bottom: #001661 5px dotted;
    margin: 40px 0 28px 0;
    line-height: 120%;
  }
  h5.first {
    margin: 20px 0 10px 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
    letter-spacing: 0;
  }
}
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
  margin: 0 0 1rem 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-fluid {
  max-width: 100%;
  height: auto;
}

.photo_box {
  display: block;
  justify-content: space-between;
}
.photo_box img {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
  text-align: center;
}

.photo_box:last-child {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 445px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  .photo_box {
    display: flex;
    justify-content: space-between;
  }
  .photo_box figure {
    width: 48%;
  }
  .photo_box img {
    text-align: center;
    height: auto;
  }
}
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 1rem 0;
}
ul.list_normal li {
  margin: 0 0 1.4rem 1.8rem;
  padding: 0;
}

/*画像●*/
ul.list_maru {
  padding: 0;
  margin: 0 0 1rem 0;
}
ul.list_maru li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  background: url(../images/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}
ul.list_maru li span.nontext {
  color: #ffffff;
}
ul.list_maru li span.nontext span {
  display: none;
}
ul.list_maru li.none {
  background: none;
}

ul.list_maru_two {
  padding: 0;
  margin: 0;
}
ul.list_maru_two li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  background: url(../images/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}

ul.list_maru_three {
  padding: 0;
  margin: 0;
}
ul.list_maru_three li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  background: url(../images/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}
ul.list_maru_three li a {
  color: #444444;
}

ul.list_maru_four {
  padding: 0;
  margin: 0;
}
ul.list_maru_four li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  background: url(../images/maru.png) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}
ul.list_maru_four li a {
  color: #444444;
}

/*なし*/
ul.list_none {
  line-height: 160%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
}
ul.list_none li {
  margin: 0 0 15px 0;
  padding: 0 0 0 5px;
}
ul.list_none li span {
  color: #fedc50;
  margin: 0 0.5rem 0 0;
}

/*数値*/
ul.list_num {
  box-sizing: border-box;
  width: 100%;
}
ul.list_num li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: decimal;
  margin: 0 0 10px 2rem;
  box-sizing: border-box;
  width: 90%;
}

ul.list_num2 {
  box-sizing: border-box;
  width: 100%;
}
ul.list_num2 li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: decimal;
  margin: 0 0 10px 2rem;
  box-sizing: border-box;
  width: 90%;
}

/*概要*/
ul.list_overview {
  box-sizing: border-box;
  width: 100%;
}
ul.list_overview li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
  box-sizing: border-box;
  width: 90%;
}

/*2列*/
ul.list_normal_two {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
ul.list_normal_two li {
  box-sizing: border-box;
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
}

@media screen and (min-width: 768px), print {
  /*標準*/
  ul.list_normal {
    line-height: 160%;
    font-size: 1.8rem;
    list-style-type: disc;
    margin: 0;
  }
  ul.list_normal li {
    margin: 0 0 1.4rem 25px;
    padding: 0;
  }
  ul.list_normal li ul {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_normal li ul li {
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 0.8rem 1.8rem;
    box-sizing: border-box;
    width: auto;
  }
  /*画像●*/
  ul.list_maru {
    padding: 0;
  }
  ul.list_maru li {
    line-height: 160%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left 0 top 2px;
    background-size: 20px;
    padding: 0 0 0 38px;
  }
  ul.list_maru li span.nontext {
    color: #ffffff;
  }
  ul.list_maru li span.nontext span {
    display: inline;
  }
  ul.list_maru li.none {
    background: none;
  }
  ul.list_maru_two {
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 48%;
    line-height: 100%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left 0 top 2px;
    background-size: 20px;
    padding: 0 0 0 38px;
    line-height: 140%;
  }
  ul.list_maru_three {
    padding: 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: 33%;
    line-height: 100%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left 0 top 2px;
    background-size: 20px;
    padding: 0 0 0 38px;
    line-height: 140%;
  }
  ul.list_maru_three li a {
    color: #444444;
  }
  ul.list_maru_three li a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  ul.list_maru_four {
    padding: 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_four li {
    width: 25%;
    line-height: 100%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left 0 top 2px;
    background-size: 20px;
    padding: 0 0 0 38px;
    line-height: 140%;
  }
  ul.list_maru_four li a {
    color: #444444;
  }
  ul.list_maru_four li a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  /*なし*/
  ul.list_none {
    line-height: 160%;
    font-size: 1.8rem;
    list-style-type: none;
  }
  ul.list_none li {
    margin: 0 0 15px 0;
  }
  ul.list_none li span {
    color: #fedc50;
    margin: 0 5px 0 0;
  }
  /*数値*/
  ul.list_num {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_num li {
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    box-sizing: border-box;
    width: 90%;
  }
  ul.list_num2 {
    box-sizing: border-box;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_num2 li {
    width: 45%;
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    box-sizing: border-box;
  }
  /*概要*/
  ul.list_overview li {
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
  ul.list_normal_two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    box-sizing: border-box;
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
}
dl.bio_list dt {
  width: 20%;
  margin: 0 0 0 0;
  font-weight: normal;
}
dl.bio_list dd {
  width: 80%;
  margin: 0 0 2rem 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 0 0;
  line-height: 120%;
}
dl.num_list dt {
  width: 6%;
  margin: 0 0 0 0;
}
dl.num_list dd {
  width: 94%;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 768px), print {
  dl.bio_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;
    font-size: 1.8rem;
    box-sizing: border-box;
    line-height: 160%;
    width: 1110px;
  }
  dl.bio_list dt {
    width: 80px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.bio_list dd {
    width: 1030px;
    margin: 0 0 20px 0;
  }
  dl.num_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;
    font-size: 1.8rem;
    box-sizing: border-box;
    line-height: 160%;
    width: 1200px;
    margin: 0;
  }
  dl.num_list dt {
    width: 22px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.num_list dd {
    width: 1178px;
    margin: 0 0 20px 0;
  }
}
/*アサイド*/
aside {
  display: none;
}

@media screen and (min-width: 768px), print {
  aside {
    display: block;
    width: 270px;
  }
  aside p.aside_title {
    width: 270px;
    height: 54px;
    background-color: #C9001A;
    font-size: 2rem;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0.2em;
    margin: 0 0 6px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  aside ul.aside_list {
    list-style-type: none;
  }
  aside ul.aside_list li {
    margin: 0 0 0 0;
    width: 270px;
  }
  aside ul.aside_list li a {
    width: 270px;
    height: 50px;
    margin: 0;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    color: #444444;
    font-size: 2rem;
    background: url(../images/aside_arrow.png) no-repeat;
    background-position: left 18px center;
    border-bottom: #EBF5FE 1px solid;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: 0.05em;
  }
  aside ul.aside_list li a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
}
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
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: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #444444;
  width: 10%;
  background-color: #C8E2F6;
}
table.timetable tr td {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  border-bottom: #707070 1px solid;
  color: #444444;
  min-height: 17vw;
}
table.timetable tr td.time {
  width: 32%;
  text-align: center;
  color: #707070;
}

.notice_time {
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #707070;
  box-sizing: border-box;
}

dl.notice_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: 3.4vw;
  box-sizing: border-box;
  margin: 0.2rem 0 0 0;
  line-height: 130%;
}
dl.notice_list dt {
  width: 5%;
  margin: 0 0 0.6rem 0;
}
dl.notice_list dd {
  width: 95%;
  margin: 0 0 0.6rem 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%;
  }
  table.timetable tr th {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #444444;
    width: auto;
    height: 50px;
  }
  table.timetable tr td {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    background-color: #ffffff;
    border-bottom: #707070 1px solid;
    color: #444444;
    min-height: 60px;
    height: 58px;
    width: 130px;
    box-sizing: border-box;
  }
  table.timetable tr td i {
    font-size: 1.4rem;
  }
  table.timetable tr td.time {
    width: 170px;
    text-align: center;
  }
  table.timetable tr td.holiday {
    width: 170px;
  }
  .notice_time {
    font-size: 1.8rem;
    margin: 0 0 0 0;
    width: auto;
    color: #444444;
    padding: 0;
    box-sizing: border-box;
    line-height: 160%;
  }
  dl.notice_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: 12px 0 0 0;
    line-height: 160%;
    width: 1110px;
  }
  dl.notice_list dt {
    width: 20px;
    margin: 0 0 0.6rem 0;
  }
  dl.notice_list dd {
    width: 1090px;
    margin: 0 0 0.6rem 0;
  }
}
/*下層*/
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #668ECE;
  text-align: center;
  display: block;
  margin: 30px auto;
}

.text_bold {
  font-weight: bold;
}

.link_text {
  color: #e7316e;
}

.blue_text {
  color: #076FD6;
}

.red {
  color: #C9001A;
}

.underline_text {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.emphasis {
  background-color: #F3F4FA;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p {
  margin: 0;
}

.emphasis_pink {
  background-color: #ff6674;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis_pink p {
  margin: 0;
}

.flow_box {
  border: #668ECE 1px solid;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box p {
  margin: 0;
}

.low_tel a {
  color: #001661;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
.low_tel span {
  color: #001661;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}

.link_hrer {
  text-align: right;
}
.link_hrer a {
  background-color: #001661;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  border: #668ECE 2px solid;
}

.youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #668ECE;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  .text_bold {
    font-weight: bold;
  }
  .link_text {
    color: #e7316e;
  }
  .link_text:hover {
    opacity: 0.6;
  }
  .blue_text {
    color: #076FD6;
  }
  .underline_text {
    text-decoration: underline;
  }
  .tac {
    text-align: center;
  }
  .emphasis {
    background-color: #F3F4FA;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
  }
  .emphasis p {
    margin: 0;
  }
  .emphasis_pink {
    background-color: #ff6674;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
  }
  .emphasis_pink p {
    margin: 0;
  }
  .flow_box {
    border: #668ECE 1px solid;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 0 0;
  }
  .flow_box p {
    margin: 0;
  }
  .link_hrer {
    text-align: right;
  }
  .link_hrer a {
    background-color: #001661;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    box-sizing: border-box;
    border: #668ECE 2px solid;
  }
  .link_hrer a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
  }
  .youtube_wrap {
    width: 800px;
    height: 451px;
    margin: 0 auto;
    padding-top: 0;
  }
  .youtube_wrap iframe {
    position: relative;
  }
}
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.doctor_img {
  margin: 0 0 1rem 0;
  text-align: center;
}
figure.doctor_img img {
  width: 70%;
  height: auto;
}

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

figure.doctor_link {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  figure.doctor_img {
    margin: 0 0 0 20px;
    text-align: right;
    float: right;
  }
  figure.doctor_img img {
    width: 445px;
    height: auto;
  }
  .doctor_name {
    text-align: right;
    font-size: 1.8rem;
  }
  .doctor_name span {
    font-size: 2.6rem;
  }
  figure.doctor_link {
    text-align: left;
  }
}
/*-----------------------------------------------------------
 診療時間・アクセス
----------------------------------------------------------- */
.access_tel i {
  color: #707070;
  font-weight: bold;
  font-size: 2rem;
}
.access_tel span {
  color: #707070;
  font-weight: bold;
  font-size: 2rem;
}
.access_tel a {
  color: #707070;
  font-weight: bold;
  font-size: 2rem;
}

iframe.accessmap {
  width: 98%;
  height: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .access_tel i {
    color: #707070;
    font-weight: bold;
    font-size: 3rem;
  }
  .access_tel span {
    color: #707070;
    font-weight: bold;
    font-size: 3rem;
  }
  .access_tel a {
    color: #707070;
    font-weight: bold;
    font-size: 3rem;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_frame {
  width: 100%;
  margin: 0;
}
.machine_frame figure {
  margin: 0 0 4rem 0;
}
.machine_frame figure img {
  width: 80%;
  display: block;
  margin: 0 auto 1rem auto;
}
.machine_frame figure figcaption {
  font-size: 1.6rem;
  color: #444444;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .machine_frame {
    width: 100%;
    margin: 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_frame figure {
    width: 500px;
    margin: 0 0 60px 0;
  }
  .machine_frame figure img {
    width: 500px;
    display: block;
    margin: 0 0 20px 0;
  }
  .machine_frame figure figcaption {
    font-size: 2.6rem;
    color: #444444;
    text-align: center;
  }
}
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
table.low_table {
  vertical-align: middle;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table tr {
  border-bottom: #444444 1px solid;
}
table.low_table tr th {
  width: auto;
  padding: 1rem;
  box-sizing: border-box;
  border: #444444 1px solid;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  background-color: #EBF5FE;
}
table.low_table tr th.title {
  width: 40%;
}
table.low_table tr td {
  border: #444444 1px solid;
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  width: 60%;
}
table.low_table tr td.title {
  background-color: #EBF5FE;
  width: 30%;
  text-align: center;
}
table.low_table.price tr th {
  text-align: left;
}
table.low_table.price tr td:last-of-type {
  width: 11em;
  text-align: right;
  box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    vertical-align: middle;
    width: 1110px;
    border-collapse: collapse;
    box-sizing: border-box;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table tr {
    border-bottom: #444444 1px solid;
  }
  table.low_table tr th {
    width: auto;
    padding: 20px;
    box-sizing: border-box;
    border: #444444 1px solid;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    background-color: #EBF5FE;
  }
  table.low_table tr th.title {
    width: 200px;
  }
  table.low_table tr td {
    border: #444444 1px solid;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    width: 910px;
  }
  table.low_table tr td.title {
    background-color: #EBF5FE;
    width: 30%;
    text-align: center;
  }
  table.low_table.price tr td:last-of-type {
    width: 12em;
  }
}
/* -----------------------------------------------------------
　自費診療
----------------------------------------------------------- *//*# sourceMappingURL=style.css.map */