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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*青*/
/*青*/
/*青*/
/*水色*/
/*水色*/
/*水色*/
/*ピンク*/
/*ピンク*/
/*ピンク*/
/*肌色*/
/*肌色*/
/*灰色*/
/*白*/
/*黒*/
/*灰色*/
/*灰色*/
/*青*/
/*青*/
/*薄茶色*/
/*灰色*/
/*白*/
/*灰色*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@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: "zenmarugothic_black";
  src: url(../font/ZenMaruGothic-Black.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;
}

.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: relative;
  top: 4vw;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: auto;
  z-index: 999999;
  background-color: #EFF9FE;
  overflow-x: hidden;
  overflow-y: auto;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #444444 1px solid;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #444444;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0.8rem;
  border-bottom: #444444 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li ul {
  display: none;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.open_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_nav_sp .drawr ul.hbg li ul li {
  width: 50%;
}
.main_nav_sp .drawr ul.hbg li ul li a {
  background-color: #6091d3;
  color: #ffffff;
  border-bottom: none;
  text-align: center;
  border-bottom: #ffffff 1px dotted;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_nav_sp .drawr ul.hbg li ul li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul li:nth-child(odd) a {
  border-right: #ffffff 1px dotted;
}
.main_nav_sp .drawr ul.hbg li.treatment a::after {
  font-family: "fontello";
  content: "\f004";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .openNav {
  display: block;
}

@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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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: "";
  -webkit-transition: all 500ms ease-in-out;
  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";
  -webkit-transition: all 500ms ease-in-out;
  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";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  font-size: 1rem;
}

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

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

.toggle-label .toggle-icon:after {
  -webkit-transform: translate3d(-50%, 5px, 0);
          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 {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
          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-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 0;
  padding: 0 0 0.6rem 0;
  background-color: #3876C8;
  border-radius: 0.3rem;
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  color: #707070;
  text-align: center;
  font-family: "zenmarugothic_bold";
  font-size: 2.2rem;
  line-height: 120%;
  margin: 0;
}
h2.top_title span {
  display: block;
  color: #ABE8FF;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 0 0;
  letter-spacing: 0.1em;
}
h2.low {
  margin: 4rem 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* &::before{
     content: "";
     width: 10%;
     height: 7vw;
     background: url("../img/h2_bg.svg") no-repeat;
     background-size: contain;
     background-position: bottom;
   } 
   &::after{
     content: "";
     width: 10%;
     height: 7vw;
     background: url("../img/h2_bg.svg") no-repeat;
     background-size: contain;
     background-position: bottom;      
   }     */
}
h2.low span {
  max-width: 76%;
  color: #002076;
  text-align: center;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 2rem;
  line-height: 100%;
  margin: 0 2% 4vw 2%;
}
h2.low span.noruby {
  margin: 0 2%;
}
h2.low.woman {
  /*      &::before{
          content: "";
          width: 10%;
          height: 7vw;
          background: url("../img/h2_bg_pink.svg") no-repeat;
          background-size: contain;
          background-position: bottom;
        } 
        &::after{
          content: "";
          width: 10%;
          height: 7vw;
          background: url("../img/h2_bg_pink.svg") no-repeat;
          background-size: contain;
          background-position: bottom;      
        }  */
}
h2.first {
  margin: 0 0 1rem 0;
}

h3.low {
  color: #3876C8;
  font-size: 1.9rem;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #3876C8 5px solid;
  -webkit-box-shadow: 0 5px #30B8EB;
          box-shadow: 0 5px #30B8EB;
  padding: 0 0 0.2rem 0;
  margin: 3rem 0 1.2rem 0;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #FF7DB9;
  font-size: 1.8rem;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #FF7DB9 5px solid;
  padding: 0 0 0.2rem 0;
  margin: 2.5rem 0 1.2rem 0;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #3876C8;
  font-size: 1.7rem;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #3876C8 3px dotted;
  padding: 0 0 0.2rem 0;
  margin: 2rem 0 1.2rem 0;
}
h5.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_title {
    color: #707070;
    text-align: center;
    font-family: "zenmarugothic_bold";
    font-size: 3.4rem;
    line-height: 160%;
    margin: 0;
  }
  h2.top_title span {
    display: block;
    color: #ABE8FF;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0 0;
    letter-spacing: 0.04em;
    line-height: 100%;
  }
  h2.notice span {
    margin: 10px 0 0 0;
  }
  h2.low {
    margin: 70px 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*&::before{
      content: "";
      width: 70px;
      height: 52px;
      background: url("../img/h2_bg.svg") no-repeat;
      background-size: contain;
      background-position: bottom;       
    } 
    &::after{
      content: "";
      width: 70px;
      height: 52px;
      background: url("../img/h2_bg.svg") no-repeat;
      background-size: contain;
      background-position: bottom;       
    }     */
  }
  h2.low span {
    max-width: 80%;
    color: #002076;
    text-align: center;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: 4rem;
    line-height: 100%;
    margin: 0 18px 26px 18px;
  }
  h2.low span.noruby {
    margin: 0 18px;
  }
  h2.low.woman {
    /*&::before{
      content: "";
      width: 70px;
      height: 52px;
      background: url("../img/h2_bg_pink.svg") no-repeat;
      background-size: contain;
      background-position: bottom;
    } 
    &::after{
      content: "";
      width: 70px;
      height: 52px;
      background: url("../img/h2_bg_pink.svg") no-repeat;
      background-size: contain;
      background-position: bottom;      
    }     */
  }
  h2.first {
    margin: 0 0 40px 0;
  }
  h3.low {
    color: #3876C8;
    font-size: 3.6rem;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    border-bottom: #3876C8 5px solid;
    -webkit-box-shadow: 0 5px #30B8EB;
            box-shadow: 0 5px #30B8EB;
    padding: 0 0 0 0;
    margin: 45px 0 20px 0;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low {
    color: #FF7DB9;
    font-size: 3.4rem;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    border-bottom: #FF7DB9 5px solid;
    padding: 0 0 0 0;
    margin: 35px 0 15px 0;
  }
  h4.first {
    margin: 0 0 15px 0;
  }
  h5.low {
    color: #3876C8;
    font-size: 3.2rem;
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    border-bottom: #3876C8 4px dotted;
    padding: 0 0 0 0;
    margin: 25px 0 15px 0;
  }
  h5.first {
    margin: 0 0 15px 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;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #444444;
  border-radius: 0.3rem;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #444444;
  border-radius: 0.3rem;
}
table.timetable tr td i {
  font-size: 3vw;
  color: #444444;
}
table.timetable tr td i.icon-play::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #444444;
  font-weight: normal;
}
table.timetable.timetable_internal tr th {
  background-color: #ABE8FF;
  border: #ABE8FF 2px solid;
}
table.timetable.timetable_internal tr td {
  background-color: #ffffff;
  border: #ABE8FF 2px solid;
}
table.timetable.timetable_gynecology tr th {
  background-color: #FBBDDA;
  border: #FBBDDA 2px solid;
}
table.timetable.timetable_gynecology tr td {
  background-color: #ffffff;
  border: #FBBDDA 2px solid;
}
table.timetable.timetable_pediatrics tr th {
  background-color: #FBD8BD;
  border: #FBD8BD 2px solid;
}
table.timetable.timetable_pediatrics tr td {
  background-color: #ffffff;
  border: #FBD8BD 2px solid;
}

.timetable_notice {
  margin: 1rem 0 0 0;
}
.timetable_notice p {
  margin: 0;
  font-size: 3.4vw;
}
.timetable_notice p i {
  color: #444444;
}
.timetable_notice p i.icon-play::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.timetable_notice2 p {
  margin: 0;
  font-size: 3.4vw;
}

.timetable_notice3 {
  margin: 1rem 0 0 0;
}
.timetable_notice3 p {
  margin: 0;
  font-size: 3.4vw;
}

/*医師当番表*/
table.timetable_doctor {
  width: 1200px;
  border-collapse: separate;
  border-spacing: 10px;
  color: #444444;
  font-size: 1.3rem;
  margin: 0 0 0 0;
  line-height: 140%;
}
table.timetable_doctor tr th {
  height: 50px;
  width: 14%;
  padding: 0;
  color: bace_color;
  border: #DDDDDD 2px solid;
  background-color: #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  border-radius: 0.3rem;
}
table.timetable_doctor tr td {
  width: auto;
  min-height: 70px;
  padding: 12px 8px;
  border: #DDDDDD 2px solid;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  border-radius: 0.3rem;
}
table.timetable_doctor tr td.half {
  width: 70px;
}
table.timetable_doctor tr td.tac {
  text-align: center;
}
table.timetable_doctor tr td.bold {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  /*診療時間のテーブル*/
  table.timetable {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 2rem;
    padding: 0;
    vertical-align: middle;
    color: #444444;
    width: 90px;
    height: 50px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 300px;
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 3rem;
    padding: 0;
    vertical-align: middle;
    color: #444444;
    height: 50px;
    box-sizing: border-box;
  }
  table.timetable tr td i {
    font-size: 2rem;
    color: #444444;
  }
  table.timetable tr td i.icon-play::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  table.timetable tr td.time {
    text-align: center;
    color: #444444;
    font-size: 2rem;
  }
  table.timetable.timetable_internal tr th {
    background-color: #ABE8FF;
    border: #ABE8FF 2px solid;
  }
  table.timetable.timetable_internal tr td {
    background-color: #ffffff;
    border: #ABE8FF 2px solid;
  }
  table.timetable.timetable_gynecology tr th {
    background-color: #FBBDDA;
    border: #FBBDDA 2px solid;
  }
  table.timetable.timetable_gynecology tr td {
    background-color: #ffffff;
    border: #FBBDDA 2px solid;
  }
  table.timetable.timetable_pediatrics tr th {
    background-color: #FBD8BD;
    border: #FBD8BD 2px solid;
  }
  table.timetable.timetable_pediatrics tr td {
    background-color: #ffffff;
    border: #FBD8BD 2px solid;
  }
  .timetable_notice {
    margin: -3px 0 0 10px;
  }
  .timetable_notice p {
    margin: 0;
    font-size: 1.8rem;
  }
  .timetable_notice p i {
    color: #444444;
  }
  .timetable_notice p i.icon-play::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .timetable_notice2 p {
    margin: 0;
    font-size: 1.8rem;
  }
  /*医師当番表*/
  table.timetable_doctor {
    width: 1220px;
    border-collapse: separate;
    border-spacing: 10px;
    color: #444444;
    font-size: 1.7rem;
    margin: 0 auto;
    line-height: 140%;
  }
  table.timetable_doctor tr th {
    height: 50px;
    width: 14%;
    padding: 0;
    color: bace_color;
    border: #DDDDDD 2px solid;
    background-color: #DDDDDD;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    border-radius: 0.3rem;
  }
  table.timetable_doctor tr td {
    width: auto;
    min-height: 70px;
    padding: 12px 8px;
    border: #DDDDDD 2px solid;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    border-radius: 0.3rem;
  }
  table.timetable_doctor tr td.half {
    width: 70px;
  }
  table.timetable_doctor tr td.tac {
    text-align: center;
  }
  table.timetable_doctor tr td.bold {
    font-weight: bold;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 400px;
    height: auto;
    border-radius: 15px;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
    border-radius: 15px;
  }
}
/*リスト*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

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

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

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

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

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準3列 disc*/
  ul.list_normal_three {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_three li {
    width: 30%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準 maru*/
  ul.list_maru {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 2px top 2px;
    background-size: 20px;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
  }
  /*標準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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 2px top 2px;
    background-size: 20px;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
  }
  /*標準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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 2px top 2px;
    background-size: 20px;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
dl.bio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
  line-height: 160%;
  width: 100%;
}
dl.bio_list dt {
  width: 100%;
  margin: 0 0 0 0;
  font-weight: bold;
}
dl.bio_list dd {
  width: 100%;
  margin: 0 0 2rem 0;
}
dl.bio_list.mb0 {
  margin: 0;
}

/*数字*/
dl.num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          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.num_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list2 dt {
  width: 7%;
  margin: 0 0 1rem 0;
}
dl.num_list2 dd {
  width: 93%;
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 150px;
    margin: 0 0 10px 0;
    font-weight: normal;
  }
  dl.bio_list dd {
    width: 1050px;
    margin: 0 0 10px 0;
  }
  dl.bio_list.mb0 {
    margin: 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 1rem 0;
  }
  dl.num_list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    line-height: 160%;
    width: 1150px;
  }
  dl.num_list2 dt {
    width: 30px;
    margin: 0 0 1rem 0;
  }
  dl.num_list2 dd {
    width: 1120px;
    margin: 0 0 1rem 0;
  }
  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #D6F1FB;
    color: #444444;
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #707070 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #707070 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #707070 1px solid;
  }
}
/*汎用テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #444444;
  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-bottom: #707070 1px solid;
  border-top: #707070 1px solid;
  background-color: #D6F1FB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table tr td {
  width: 70%;
  padding: 0.5rem;
  border-bottom: #707070 1px solid;
  border-top: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

/*テーブル横幅均一*/
table.low_table_fixed {
  width: 100%;
  border-collapse: collapse;
  color: #444444;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  table-layout: fixed;
}
table.low_table_fixed caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_fixed tr th {
  width: auto;
  padding: 0.5rem;
  border: #707070 1px solid;
  background-color: #D6F1FB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_fixed tr td {
  width: auto;
  padding: 0.5rem;
  border: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}

/*スライドテーブル*/
table.low_table_slide {
  width: 800px;
  border-collapse: collapse;
  color: #444444;
  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: auto;
  padding: 1rem;
  border-bottom: #707070 1px solid;
  border-top: #707070 1px solid;
  background-color: #D6F1FB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide tr td {
  width: auto;
  padding: 1rem;
  border-bottom: #707070 1px solid;
  border-top: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
table.low_table_slide tr td ul li {
  text-align: left;
}
table.low_table_slide tr td ul.list_mbnone {
  margin: 0;
}
table.low_table_slide tr td ul.list_mbnone li {
  text-align: left;
}

table.low_table_slide2 {
  width: 1200px;
  border-collapse: collapse;
  color: #444444;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide2 tr th {
  width: auto;
  padding: 1rem;
  border-bottom: #707070 1px solid;
  border-top: #707070 1px solid;
  background-color: #D6F1FB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide2 tr th.th1 {
  width: 320px;
}
table.low_table_slide2 tr th.th2 {
  width: 220px;
}
table.low_table_slide2 tr th.th3 {
  width: 660px;
}
table.low_table_slide2 tr td {
  width: auto;
  padding: 1rem;
  border-bottom: #707070 1px solid;
  border-top: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table_slide2 tr td ul li {
  text-align: left;
}
table.low_table_slide2 tr td ul.list_mbnone {
  margin: 0;
}
table.low_table_slide2 tr td ul.list_mbnone li {
  text-align: left;
}

table.low_table_slide3 {
  width: 1200px;
  border-collapse: collapse;
  color: #444444;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide3 tr th {
  width: auto;
  padding: 1rem;
  border-bottom: #707070 1px solid;
  border-top: #707070 1px solid;
  background-color: #D6F1FB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide3 tr th.th1 {
  width: 300px;
}
table.low_table_slide3 tr th.th2 {
  width: 220px;
}
table.low_table_slide3 tr th.th3 {
  width: 540px;
}
table.low_table_slide3 tr th.th4 {
  width: 140px;
}
table.low_table_slide3 tr td {
  width: auto;
  padding: 1rem;
  border-bottom: #707070 1px solid;
  border-top: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table_slide3 tr td.price {
  text-align: right;
}
table.low_table_slide3 tr td ul li {
  text-align: left;
}
table.low_table_slide3 tr td ul.list_mbnone {
  margin: 0;
}
table.low_table_slide3 tr td ul.list_mbnone li {
  text-align: left;
}

/*横スライドテーブル用*/
.js-scrollable {
  margin: 0 0 2rem 0;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: static !important;
  z-index: 0;
}

table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  color: #444444;
  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: 0.5rem;
  border-bottom: #707070 1px solid;
  border-top: #707070 1px solid;
  border-bottom: none;
  background-color: #D6F1FB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 0.5rem;
  border-bottom: #707070 1px solid;
  border-top: #707070 1px solid;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
}
table.low_table_spblock tr:last-child td {
  border-bottom: #707070 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    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-bottom: #707070 1px solid;
    border-top: #707070 1px solid;
    background-color: #D6F1FB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-top: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  /*テーブル横幅均一*/
  table.low_table_fixed {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    table-layout: fixed;
    line-height: 160%;
  }
  table.low_table_fixed caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_fixed tr th {
    width: auto;
    padding: 20px;
    border: #707070 1px solid;
    background-color: #D6F1FB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_fixed tr td {
    width: auto;
    padding: 20px;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  /*スライドテーブル*/
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    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: auto;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-top: #707070 1px solid;
    background-color: #D6F1FB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide tr td {
    width: auto;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-top: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  table.low_table_slide tr td ul li {
    text-align: left;
  }
  table.low_table_slide tr td ul.list_mbnone {
    margin: 0;
  }
  table.low_table_slide tr td ul.list_mbnone li {
    text-align: left;
  }
  /*スライドテーブル*/
  table.low_table_slide2 {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide2 tr th {
    width: auto;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-top: #707070 1px solid;
    background-color: #D6F1FB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide2 tr th.th1 {
    width: 320px;
  }
  table.low_table_slide2 tr th.th2 {
    width: 220px;
  }
  table.low_table_slide2 tr th.th3 {
    width: 660px;
  }
  table.low_table_slide2 tr td {
    width: auto;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-top: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table_slide2 tr td ul li {
    text-align: left;
  }
  table.low_table_slide2 tr td ul.list_mbnone {
    margin: 0;
  }
  table.low_table_slide2 tr td ul.list_mbnone li {
    text-align: left;
  }
  /*スライドテーブル*/
  table.low_table_slide3 {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide3 tr th {
    width: auto;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-top: #707070 1px solid;
    background-color: #D6F1FB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide3 tr th.th1 {
    width: 300px;
  }
  table.low_table_slide3 tr th.th2 {
    width: 220px;
  }
  table.low_table_slide3 tr th.th3 {
    width: 540px;
  }
  table.low_table_slide3 tr th.th4 {
    width: 140px;
  }
  table.low_table_slide3 tr td {
    width: auto;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-top: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table_slide3 tr td ul li {
    text-align: left;
  }
  table.low_table_slide3 tr td ul.list_mbnone {
    margin: 0;
  }
  table.low_table_slide3 tr td ul.list_mbnone li {
    text-align: left;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 0 0;
    padding: 36px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: static !important;
    z-index: 0;
  }
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    color: #444444;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            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: 40%;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-top: #707070 1px solid;
    border-bottom: none;
    background-color: #D6F1FB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr td {
    width: 60%;
    padding: 20px;
    border-bottom: #707070 1px solid;
    border-top: #707070 1px solid;
    border-left: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr:last-child th {
    border-bottom: #707070 1px solid;
  }
  table.low_table_spblock tr:last-child td {
    border-bottom: #707070 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用
----------------------------------------------------------- */
/*矢印*/
.arrow {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #3876C8;
  text-align: center;
  display: block;
  margin: 30px auto;
}

/*強調*/
.emphasis {
  background-color: #D6F1FB;
  border-radius: 0.8rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          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-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: bold;
}
.low_tel span i {
  font-size: 2.4rem;
}

.text_red {
  color: #ff0000;
}

.mb_ajs {
  margin: 0 0 2rem 0;
}

@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 #3876C8;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  /*二列*/
  .tow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
  }
  .tow_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #D6F1FB;
    border-radius: 15px;
    padding: 45px 25px;
    -webkit-box-sizing: border-box;
            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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4rem;
    font-weight: bold;
  }
  .low_tel span i {
    font-size: 4rem;
  }
  .text_red {
    color: #ff0000;
  }
  .mb_ajs {
    margin: 0 0 10px 0;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-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: #444444;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #444444;
  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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: 1200px;
    margin: 20px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.8rem;
    color: #444444;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.8rem;
    color: #444444;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          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: #444444;
  font-size: 1.4rem;
  margin: 1.5rem 0 0 0;
  font-weight: bold;
}

.lightbox_frame2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame2 .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          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%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            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: #444444;
    font-size: 2rem;
    margin: 30px 0 0 0;
    font-weight: bold;
  }
  .lightbox_frame2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame2 .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame2 .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame2 .img_box a img {
    width: 380px;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #002076 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #3876C8;
  padding: 1rem;
  text-decoration: none;
  color: #444444;
}
.banner_01 img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.banner_01 .banner_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #444444;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #444444;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #444444;
}

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

.low_button {
  background-color: #FF7DB9;
  color: #ffffff;
  width: auto;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  border: #FBBDDA 5px solid;
  line-height: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.low_button2 {
  background-color: #30B8EB;
  color: #ffffff;
  width: auto;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  border: #ABE8FF 5px solid;
  line-height: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #3876C8;
  }
  .link_text:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button {
    background-color: #FF7DB9;
    color: #ffffff;
    width: auto;
    margin: 0;
    text-align: center;
    text-decoration: none;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 22px 70px;
    border-radius: 15px;
    border: #FBBDDA 5px solid;
    line-height: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .low_button:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button2 {
    background-color: #30B8EB;
    color: #ffffff;
    width: auto;
    margin: 0;
    text-align: center;
    text-decoration: none;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 22px 70px;
    border-radius: 15px;
    border: #ABE8FF 5px solid;
    line-height: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .low_button2:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.text_doctor {
  text-align: right;
}

@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;
  }
  .text_doctor {
    text-align: right;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.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;
}

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-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;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.flow_box {
  border: #002076 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.flow_box h3 {
  margin: 0 0 1rem 0;
}
.flow_box p.mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #002076 1px solid;
    border-radius: 15px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .flow_box h3 {
    margin: 0 0 20px 0;
  }
  .flow_box p.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
.timetable_frame_low {
  width: 100%;
  margin: 0 0 0 0;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.timetable_frame_low h2.top_title {
  margin: 0 0 2rem 0;
}
.timetable_frame_low .timetable_box {
  width: 96%;
  margin: 0 auto 4rem auto;
}
.timetable_frame_low .timetable_box .timetable_box_left {
  margin: 0 0 1rem 0;
}
.timetable_frame_low .timetable_box .timetable_box_left p {
  margin: 0 auto;
  width: 50%;
  height: 24vw;
  color: #444444;
  font-size: 1.4rem;
  font-family: "zenmarugothic_bold";
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 120%;
}
.timetable_frame_low .timetable_box .timetable_box_left.tb_internal {
  /*p{
    background:url("../img/index_timetable_01.svg")  no-repeat;
    background-position: center center;
    background-size: contain;
  }*/
}
.timetable_frame_low .timetable_box .timetable_box_left.tb_gynecology {
  /* p{
     background:url("../img/index_timetable_02.svg")  no-repeat;
     background-position: center center;
     background-size: contain;
   }*/
}
.timetable_frame_low .timetable_box .timetable_box_left.tb_pediatrics {
  /*p{
    background:url("../img/index_timetable_03.svg")  no-repeat;
    background-position: center center;
    background-size: contain;
  }*/
}
iframe.accessmap {
  width: 100%;
  height: 500px;
  display: block;
  margin: 0;
  border: #999999 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .timetable_frame_low {
    width: 100%;
    margin: 0 0 0 0;
    padding: 90px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .timetable_frame_low h2.top_title {
    margin: 0 0 40px 0;
  }
  .timetable_frame_low .timetable_box {
    width: 1200px;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .timetable_frame_low .timetable_box .timetable_box_left {
    margin: 10px 0 0 0;
    width: 150px;
  }
  .timetable_frame_low .timetable_box .timetable_box_left p {
    margin: 0 auto;
    width: 100%;
    height: 111px;
    color: #444444;
    font-size: 2.2rem;
    font-family: "zenmarugothic_bold";
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 120%;
  }
  .timetable_frame_low .timetable_box .timetable_box_left.tb_internal {
    /*p{
      background:url("../img/index_timetable_01.svg")  no-repeat;
      background-position: center center;
      background-size: contain;
    }*/
  }
  .timetable_frame_low .timetable_box .timetable_box_left.tb_gynecology {
    /*p{
      background:url("../img/index_timetable_02.svg")  no-repeat;
      background-position: center center;
      background-size: contain;
    }*/
  }
  .timetable_frame_low .timetable_box .timetable_box_left.tb_pediatrics {
    /*p{
      background:url("../img/index_timetable_03.svg")  no-repeat;
      background-position: center center;
      background-size: contain;
    }*/
  }
  .timetable_frame_low .timetable_box .timetable_box_right {
    width: 993px;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
    border: #999999 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #444444;
  background-color: #ffffff;
  padding: 0 0 13vw 0;
}

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

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

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 130px 0 100px 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 50px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  background-color: #EFF9FE;
  padding: 2vw 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
  /*ヘッダー情報*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top .head_logo {
  width: 80%;
  margin: 0 0 0 4%;
}
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: 90%;
}
header.header .header_box .header_info {
  width: 100%;
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*駐車場*/
  /*住所・電話番号*/
  /*アクセス*/
}
header.header .header_box .header_info .header_parking {
  background-color: #FF7DB9;
  color: #ffffff;
  width: 40%;
  height: 8vw;
  border-radius: 0.5rem;
  margin: 0 auto 0.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header.header .header_box .header_info .header_parking i {
  font-size: 1.6rem;
}
header.header .header_box .header_info .header_parking p {
  font-family: "zenmarugothic_medium";
  font-size: 1.2rem;
  margin: 0;
}
header.header .header_box .header_info .header_parking p br {
  display: none;
}
header.header .header_box .header_info .header_parking p span {
  font-size: 1.6rem;
  font-weight: bold;
}
header.header .header_box .header_info .header_addtel {
  width: 55%;
  margin: 0 0 0.5rem 0;
}
header.header .header_box .header_info .header_addtel .header_address {
  font-family: "zenmarugothic_medium";
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem 0 0 0;
  line-height: 120%;
}
header.header .header_box .header_info .header_addtel .header_tel {
  display: none;
}
header.header .header_box .header_info .header_rsv {
  display: none;
}
header.header .header_box .header_info .header_access {
  width: 70%;
  margin: 0 auto;
  border: #707070 1px solid;
  border-radius: 0.5rem;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-family: "zenmarugothic_medium";
  font-size: 1rem;
  line-height: 130%;
  color: #444444;
}

.side_web_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    background-color: #EFF9FE;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 140px;
  }
  header.header .header_box {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 330px;
    height: 78px;
    margin: 0;
    position: absolute;
    top: 22px;
    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: 330px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 330px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 330px;
  }
  header.header .header_box .header_info {
    margin: 0;
    width: 774px;
    height: 70px;
    position: absolute;
    top: 24px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    /*駐車場*/
    /*WEB受付*/
    /*住所・電話番号*/
    /*アクセス*/
  }
  header.header .header_box .header_info .header_parking {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: #FF7DB9;
    color: #ffffff;
    width: 160px;
    height: 70px;
    border-radius: 10px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  header.header .header_box .header_info .header_parking i {
    position: absolute;
    top: 14px;
    left: 0px;
    font-size: 4.5rem;
    line-height: 100%;
  }
  header.header .header_box .header_info .header_parking p {
    position: absolute;
    top: 8px;
    right: 8px;
    font-family: "zenmarugothic_medium";
    font-size: 1.8rem;
    margin: 0;
    line-height: 140%;
    text-align: right;
  }
  header.header .header_box .header_info .header_parking p br {
    display: block;
  }
  header.header .header_box .header_info .header_parking p span {
    font-size: 3rem;
    font-weight: bold;
    font-family: "zenmarugothic_black";
  }
  header.header .header_box .header_info .header_rsv {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background-color: #43B5DF;
    color: #ffffff;
    width: 240px;
    height: 70px;
    border-radius: 10px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-decoration: none;
  }
  header.header .header_box .header_info .header_rsv span {
    font-family: "zenmarugothic_medium";
    font-size: 2.4rem;
    margin: 0;
    line-height: 140%;
    text-align: center;
  }
  header.header .header_box .header_info .header_addtel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    margin: 0 0 0 0;
  }
  header.header .header_box .header_info .header_addtel .header_address {
    font-family: "zenmarugothic_medium";
    font-size: 2.2rem;
    text-align: center;
    margin: 0;
    color: #444444;
    line-height: 100%;
  }
  header.header .header_box .header_info .header_addtel .header_tel {
    display: block;
    font-family: "zenmarugothic_bold";
    font-size: 3.8rem;
    font-weight: bold;
    color: #30B8EB;
    margin: 0;
    letter-spacing: 0;
    line-height: 100%;
  }
  header.header .header_box .header_info .header_addtel .header_tel i {
    font-size: 3rem;
    margin: 0 -5px 0 -5px;
  }
  header.header .header_box .header_info .header_addtel .header_tel span a {
    color: #30B8EB;
    text-decoration: none;
  }
  header.header .header_box .header_info .header_access {
    position: absolute;
    top: 74px;
    right: 0;
    width: 774px;
    margin: 0;
    font-family: "zenmarugothic_medium";
    font-size: 1.6rem;
    line-height: 130%;
    color: #444444;
    border: none;
    border-radius: 0;
  }
  .side_web_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 72px;
    height: 272px;
    text-decoration: none;
    color: #ffffff;
    background-color: #43B5DF;
    font-size: 2.2rem;
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 9999999999;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  }
  .side_web_link i {
    font-size: 3.9rem;
    margin: 0 0 8px 0;
  }
  .side_web_link:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  header.header {
    background-color: #EFF9FE;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 140px;
  }
  header.header .header_box {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    /*ロゴとハンバーガー*/
    /*ヘッダー情報*/
  }
  header.header .header_box .header_top {
    width: 330px;
    height: 78px;
    margin: 0;
    position: absolute;
    top: 22px;
    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: 330px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 330px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 330px;
  }
  header.header .header_box .header_info {
    margin: 0;
    width: 784px;
    height: 70px;
    position: absolute;
    top: 24px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    /*駐車場*/
    /*住所・電話番号*/
    /*アクセス*/
  }
  header.header .header_box .header_info .header_parking {
    background-color: #FF7DB9;
    color: #ffffff;
    width: 160px;
    height: 70px;
    border-radius: 10px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  header.header .header_box .header_info .header_parking i {
    position: absolute;
    top: 14px;
    left: 0px;
    font-size: 4.5rem;
    line-height: 100%;
  }
  header.header .header_box .header_info .header_parking p {
    position: absolute;
    top: 8px;
    right: 8px;
    font-family: "zenmarugothic_medium";
    font-size: 1.8rem;
    margin: 0;
    line-height: 140%;
    text-align: right;
  }
  header.header .header_box .header_info .header_parking p br {
    display: block;
  }
  header.header .header_box .header_info .header_parking p span {
    font-size: 3rem;
    font-weight: bold;
    font-family: "zenmarugothic_black";
  }
  header.header .header_box .header_info .header_addtel {
    width: auto;
    margin: 0 0 0 0;
  }
  header.header .header_box .header_info .header_addtel .header_address {
    font-family: "zenmarugothic_medium";
    font-size: 2.2rem;
    text-align: center;
    margin: 0;
    color: #444444;
    line-height: 100%;
  }
  header.header .header_box .header_info .header_addtel .header_tel {
    display: block;
    font-family: "zenmarugothic_bold";
    font-size: 3.8rem;
    font-weight: bold;
    color: #30B8EB;
    margin: 0;
    letter-spacing: 0;
    line-height: 100%;
  }
  header.header .header_box .header_info .header_addtel .header_tel i {
    font-size: 3rem;
    margin: 0 -5px 0 -5px;
  }
  header.header .header_box .header_info .header_addtel .header_tel span a {
    color: #30B8EB;
    text-decoration: none;
  }
  header.header .header_box .header_info .header_access {
    position: absolute;
    top: 74px;
    right: 0;
    width: 774px;
    margin: 0;
    font-family: "zenmarugothic_medium";
    font-size: 1.6rem;
    line-height: 130%;
    color: #444444;
    border: none;
    border-radius: 0;
  }
  .side_web_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 60px;
    height: 272px;
    text-decoration: none;
    color: #ffffff;
    background-color: #43B5DF;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 9999999999;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  }
  .side_web_link i {
    font-size: 4rem;
    margin: 0 0 5px 0;
  }
  .side_web_link:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 110px;
    margin: 0;
    padding: 34px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #EFF9FE;
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: 200px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-right: #444444 1px dashed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav.main_nav_pc ul li:first-child {
    border-left: #444444 1px dashed;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 40px;
    text-decoration: none;
    text-align: center;
    color: #444444;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "zenmarugothic_bold";
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li a:hover {
    background-color: #3876C8;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li ul {
    width: 304px;
    height: auto;
    display: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
  }
  nav.main_nav_pc ul li ul li {
    display: block;
    width: 152px;
    height: 60px;
    margin: 0;
    padding: 0;
    border-right: none;
  }
  nav.main_nav_pc ul li ul li:first-child {
    border-left: none;
  }
  nav.main_nav_pc ul li ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: left;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 14px;
    letter-spacing: 0.05em;
    font-family: "zenmarugothic_regular";
    font-size: 1.8rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #3876C8;
    opacity: 0.8;
    border-bottom: #ffffff 1px dotted;
  }
  nav.main_nav_pc ul li ul li a:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li ul li:nth-child(odd) a {
    border-right: #ffffff 1px dotted;
  }
  nav.main_nav_pc ul li ul.open_nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 76vw;
  background-color: #EFF9FE;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 90%;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 90%;
  height: 44vw;
  margin: 0 0 0 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
.key_visual .key .key_04 {
  background: url("../img/key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}
.key_visual .key_contents {
  position: absolute;
  bottom: 4vw;
  left: 0;
  right: 0;
  z-index: 2;
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.key_visual .key_contents .key_catch_copy {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.key_visual .key_contents .key_catch_copy p {
  margin: 0;
  font-size: 0.8rem;
  font-family: "zenmarugothic_bold";
  font-weight: bold;
  color: #0099DB;
  width: 100%;
  line-height: 180%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #0099DB 3px dotted;
}
.key_visual .key_contents .key_catch_copy p span {
  color: #FF7DB9;
}
.key_visual .key_contents .key_catch_copy p.last {
  border-bottom: #0099DB 3px dotted;
}
.key_visual .key_contents figure {
  width: 30%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.key_visual .key_contents figure img {
  width: 100%;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  padding: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #EFF9FE;
}
.key_visual_low h1 {
  width: 80%;
  height: 25vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-position: right top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
  text-align: right;
  color: #444444;
  line-height: 160%;
  letter-spacing: 0.1em;
  padding: 0 2% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.key_visual_low figure {
  width: 18%;
}
.key_visual_low figure img {
  width: 90%;
  display: block;
  margin: 0 10% 0 0;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 650px;
    background-color: #EFF9FE;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    /*width: 1291px !important;*/
    width: 66% !important;
    height: 650px;
    margin: 0;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 650px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1200px;
    height: 650px;
    display: block;
  }
  .key_visual .key_contents .key_catch_copy {
    position: absolute;
    top: 0;
    right: 0;
    width: 252px;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .key_visual .key_contents .key_catch_copy p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0;
    font-size: 2rem;
    font-family: "zenmarugothic_bold";
    font-weight: bold;
    color: #0099DB;
    width: 20%;
    height: 460px;
    line-height: 220%;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: none;
    border-right: #0099DB 5px dotted;
  }
  .key_visual .key_contents .key_catch_copy p span {
    color: #FF7DB9;
  }
  .key_visual .key_contents .key_catch_copy p.frist {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .key_visual .key_contents .key_catch_copy p.second {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .key_visual .key_contents .key_catch_copy p.third {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .key_visual .key_contents .key_catch_copy p.fourth {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .key_visual .key_contents .key_catch_copy p.last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: none;
    border-left: #0099DB 5px dotted;
  }
  .key_visual .key_contents figure {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 257px;
    margin: 0;
    display: block;
  }
  .key_visual .key_contents figure img {
    width: 257px;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 300px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #EFF9FE;
    position: relative;
  }
  .key_visual_low h1 {
    width: 65% !important;
    height: 300px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: right top;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4.2rem;
    text-align: right;
    color: #444444;
    line-height: 160%;
    letter-spacing: 0.1em;
    padding: 0 50px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .key_visual_low figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1200px;
    height: 300px;
    text-align: right;
  }
  .key_visual_low figure img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 273px;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 650px;
    background-color: #EFF9FE;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    /*width: 1291px !important;*/
    width: 74% !important;
    height: 650px;
    margin: 0;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 650px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 1200px;
    height: 650px;
    display: block;
  }
  .key_visual .key_contents .key_catch_copy {
    position: absolute;
    top: 0;
    right: 0;
    width: 252px;
    height: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .key_visual .key_contents .key_catch_copy p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0;
    font-size: 2rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: bold;
    color: #0099DB;
    width: 20%;
    height: 450px;
    line-height: 220%;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: none;
    border-right: #0099DB 5px dotted;
  }
  .key_visual .key_contents .key_catch_copy p span {
    color: #FF7DB9;
  }
  .key_visual .key_contents .key_catch_copy p.frist {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .key_visual .key_contents .key_catch_copy p.second {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .key_visual .key_contents .key_catch_copy p.third {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .key_visual .key_contents .key_catch_copy p.fourth {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .key_visual .key_contents .key_catch_copy p.last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: none;
    border-left: #0099DB 5px dotted;
  }
  .key_visual .key_contents figure {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 257px;
    margin: 0;
    display: block;
  }
  .key_visual .key_contents figure img {
    width: 257px;
  }
}
/* -----------------------------------------------------------
　お知らせCSS▲▼
----------------------------------------------------------- */
.notice_frame2 {
  width: 100%;
}
.notice_frame2 .notice_box {
  width: 96%;
  height: auto;
  margin: 2rem auto 0 auto;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #A49C95 1px solid;
  border-radius: 1rem;
}
.notice_frame2 .notice_box dl {
  height: auto;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1rem 2rem 1rem;
  overflow-wrap: break-word;
}
.notice_frame2 .notice_box dl dt {
  color: #3876C8;
  margin: 0 0 0.8rem 0;
  padding: 1.8rem 0 0 2rem;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 130%;
  position: relative;
}
.notice_frame2 .notice_box dl dt::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 0.7em #3876C8;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  margin: auto;
  left: 0;
  top: 2.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.notice_frame2 .notice_box dl dt.open::before {
  border: none;
  border-bottom: solid 0.7em #3876C8;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
}
.notice_frame2 .notice_box dl dt:first-child {
  border-top: none;
  padding: 0 0.4rem 0 2rem;
}
.notice_frame2 .notice_box dl dt:first-child::before {
  top: 0.4rem;
}
.notice_frame2 .notice_box dl dt.close::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.notice_frame2 .notice_box dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #444444;
  font-size: 1.4rem;
  line-height: 130%;
  display: none;
}
.notice_frame2 .notice_box dl dd.open {
  display: block;
}
.notice_frame2 .notice_box dl dd p {
  font-size: 1.4rem;
  line-height: 140%;
  margin: 0;
}
.notice_frame2 .notice_box dl dd p a {
  color: #444444;
}

@media screen and (min-width: 768px), print {
  .notice_frame2 {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .notice_frame2 h2.top_title {
    width: 170px;
    margin: 0 0 0 0;
    line-height: 100%;
  }
  .notice_frame2 .notice_box {
    width: 1000px;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #A49C95 1px solid;
    border-radius: 15px;
  }
  .notice_frame2 .notice_box dl {
    height: auto;
    margin: 0 auto 0 auto;
    width: 950px;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 26px 0;
    overflow-wrap: break-word;
  }
  .notice_frame2 .notice_box dl dt {
    color: #3876C8;
    margin: 0 0 0 0;
    padding: 30px 0 0 30px;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 130%;
    position: relative;
  }
  .notice_frame2 .notice_box dl dt::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 0.7em #3876C8;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
    margin: auto;
    left: 0;
    top: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame2 .notice_box dl dt.open::before {
    border: none;
    border-bottom: solid 0.7em #3876C8;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
  }
  .notice_frame2 .notice_box dl dt:first-child {
    border-top: none;
    padding: 0 0 0 30px;
  }
  .notice_frame2 .notice_box dl dt:first-child::before {
    top: 5px;
  }
  .notice_frame2 .notice_box dl dt.close::before {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame2 .notice_box dl dd {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #444444;
    font-size: 1.8rem;
    line-height: 130%;
    display: none;
  }
  .notice_frame2 .notice_box dl dd.open {
    display: block;
  }
  .notice_frame2 .notice_box dl dd p {
    font-size: 1.8rem;
    line-height: 140%;
    margin: 0;
  }
  .notice_frame2 .notice_box dl dd p a {
    color: #444444;
  }
}
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.timetable_frame {
  width: 100%;
  background-color: #F8F7EF;
  margin: 4rem 0 0 0;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.timetable_frame h2.top_title {
  margin: 0 0 2rem 0;
}
.timetable_frame .timetable_box {
  width: 96%;
  margin: 0 auto 4rem auto;
}
.timetable_frame .timetable_box .timetable_box_left {
  margin: 0 0 1rem 0;
}
.timetable_frame .timetable_box .timetable_box_left p {
  margin: 0 auto;
  width: 50%;
  height: 24vw;
  color: #444444;
  font-size: 1.4rem;
  font-family: "zenmarugothic_bold";
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 120%;
}
.timetable_frame .timetable_box .timetable_box_left.tb_internal {
  /*p{
    background:url("../img/index_timetable_01.svg")  no-repeat;
    background-position: center center;
    background-size: contain;
  }*/
}
.timetable_frame .timetable_box .timetable_box_left.tb_gynecology {
  /*p{
    background:url("../img/index_timetable_02.svg")  no-repeat;
    background-position: center center;
    background-size: contain;
  }*/
}
.timetable_frame .timetable_box .timetable_box_left.tb_pediatrics {
  /*p{
    background:url("../img/index_timetable_03.svg")  no-repeat;
    background-position: center center;
    background-size: contain;
  }*/
}
.timetable_frame2 {
  width: 100%;
  background-color: #F8F7EF;
  margin: 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  /*横スライドテーブル用*/
}
.timetable_frame2 h2.top_title {
  margin: 0 0 0 0;
}
.timetable_frame2 .timetable_notice2 {
  width: 1200px;
  margin: 2rem 0 0 10px;
}
.timetable_frame2 .timetable_notice2 p {
  font-size: 3.4vw;
}
.timetable_frame2 .timetable_notice3 {
  width: 1200px;
  margin: 0 0 0 10px;
}
.timetable_frame2 .timetable_notice3 p {
  font-size: 3.4vw;
}
.timetable_frame2 .js-scrollable {
  margin: 0 0 2rem 0;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: static !important;
  z-index: 0;
}

@media screen and (min-width: 768px), print {
  .timetable_frame {
    width: 100%;
    background-color: #F8F7EF;
    margin: 100px 0 0 0;
    padding: 90px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .timetable_frame h2.top_title {
    margin: 0 0 40px 0;
  }
  .timetable_frame .timetable_box {
    width: 1200px;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .timetable_frame .timetable_box .timetable_box_left {
    margin: 10px 0 0 0;
    width: 150px;
  }
  .timetable_frame .timetable_box .timetable_box_left p {
    margin: 0 auto;
    width: 100%;
    height: 111px;
    color: #444444;
    font-size: 2.2rem;
    font-family: "zenmarugothic_bold";
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 120%;
  }
  .timetable_frame .timetable_box .timetable_box_left.tb_internal {
    /*p{
      background:url("../img/index_timetable_01.svg")  no-repeat;
      background-position: center center;
      background-size: contain;
    }*/
  }
  .timetable_frame .timetable_box .timetable_box_left.tb_gynecology {
    /*p{
      background:url("../img/index_timetable_02.svg")  no-repeat;
      background-position: center center;
      background-size: contain;
    }*/
  }
  .timetable_frame .timetable_box .timetable_box_left.tb_pediatrics {
    /*p{
      background:url("../img/index_timetable_03.svg")  no-repeat;
      background-position: center center;
      background-size: contain;
    }*/
  }
  .timetable_frame .timetable_box .timetable_box_right {
    width: 993px;
  }
  .timetable_frame2 {
    width: 100%;
    background-color: #F8F7EF;
    margin: 0;
    padding: 6px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .timetable_frame2 h2.top_title {
    margin: 0 0 0 0;
  }
  .timetable_frame2 .timetable_notice {
    width: 1200px;
    margin: -3px 0 0 10px;
  }
  .timetable_frame2 .timetable_notice p {
    font-size: 1.8rem;
  }
  .timetable_frame2 .timetable_notice2 {
    width: 1200px;
    margin: 40px auto 2px auto;
  }
  .timetable_frame2 .timetable_notice2 p {
    font-size: 1.8rem;
  }
  .timetable_frame2 .timetable_notice3 {
    width: 1200px;
    margin: 10px auto 0 auto;
  }
  .timetable_frame2 .timetable_notice3 p {
    font-size: 1.8rem;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  width: 96%;
  margin: 2rem auto 0 auto;
}
.features_frame .features_box {
  width: 100%;
  margin: 2rem 0 0 0;
}
.features_frame .features_box .point_blue {
  margin: 0 0 4rem 0;
}
.features_frame .features_box .point_blue .point_title {
  color: #30B8EB;
  font-size: 1.8rem;
  font-family: "zenmarugothic_bold";
  font-weight: bold;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  background-image: linear-gradient(to right, #ABE8FF 3px, transparent 2px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.features_frame .features_box .point_blue .point_title span {
  font-size: 4.5rem;
}
.features_frame .features_box .point_blue .point_text {
  font-size: 1.4rem;
  line-height: 140%;
}
.features_frame .features_box .point_blue img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.features_frame .features_box .point_pink {
  margin: 0 0 4rem 0;
}
.features_frame .features_box .point_pink .point_title {
  color: #FF7DB9;
  font-size: 1.8rem;
  font-family: "zenmarugothic_bold";
  font-weight: bold;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  background-image: linear-gradient(to right, #FBBDDA 3px, transparent 2px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.features_frame .features_box .point_pink .point_title span {
  font-size: 4.5rem;
}
.features_frame .features_box .point_pink .point_text {
  font-size: 1.4rem;
  line-height: 140%;
}
.features_frame .features_box .point_pink img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.features_frame .features_box .point2 {
  text-align: right;
}
.features_frame .features_box .point4 {
  text-align: right;
  margin: 0 0 1.5rem 0;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame .features_box {
    width: 1200px;
    height: 850px;
    margin: 40px 0 0 0;
    position: relative;
  }
  .features_frame .features_box .point_blue {
    margin: 0 0 0 0;
    width: 582px;
    height: 283px;
    position: absolute;
  }
  .features_frame .features_box .point_blue .point_title {
    color: #30B8EB;
    font-size: 3rem;
    font-family: "zenmarugothic_bold";
    font-weight: bold;
    margin: 48px 0 16px 0;
    padding: 0 0 10px 0;
    background-image: linear-gradient(to right, #ABE8FF 3px, transparent 2px);
    background-size: 6px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .features_frame .features_box .point_blue .point_title span {
    font-size: 6.4rem;
  }
  .features_frame .features_box .point_blue .point_text {
    font-size: 2rem;
    line-height: 160%;
    width: 290px;
  }
  .features_frame .features_box .point_blue img {
    position: absolute;
    top: 0;
    right: 0;
    width: 283px;
    display: block;
    margin: 0;
  }
  .features_frame .features_box .point_pink {
    margin: 0 0 0 0;
    width: 582px;
    height: 283px;
  }
  .features_frame .features_box .point_pink .point_title {
    color: #FF7DB9;
    font-size: 3rem;
    font-family: "zenmarugothic_bold";
    font-weight: bold;
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
    background-image: linear-gradient(to right, #FBBDDA 3px, transparent 2px);
    background-size: 6px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .features_frame .features_box .point_pink .point_title span {
    font-size: 6.4rem;
  }
  .features_frame .features_box .point_pink .point_text {
    font-size: 2rem;
    line-height: 160%;
    width: 290px;
    margin: 0 0 0 292px;
    text-align: left;
  }
  .features_frame .features_box .point_pink img {
    position: absolute;
    top: 0;
    left: 0;
    width: 283px;
    display: block;
    margin: 0;
  }
  .features_frame .features_box .point1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .features_frame .features_box .point2 {
    text-align: right;
    position: absolute;
    top: 170px;
    right: 0;
  }
  .features_frame .features_box .point3 {
    position: absolute;
    top: 384px;
    left: 0;
  }
  .features_frame .features_box .point4 {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 0 0 0;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_bg {
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#E8FCF1), color-stop(61%, #FFFFFF), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #E8FCF1 0%, #FFFFFF 61%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  margin: 2rem 0 0 0;
}
.treatment_bg .treatment_frame {
  width: 100%;
  margin: 0;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/index_treatment_bg_left.png"), url("../img/index_treatment_bg_right.png");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 30%;
}
.treatment_bg .treatment_frame ul.treatment_list {
  width: 90%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.treatment_bg .treatment_frame ul.treatment_list li {
  width: 48%;
  margin: 0 0 1rem 0;
}
.treatment_bg .treatment_frame ul.treatment_list li a {
  width: 100%;
  height: 42vw;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.treatment_bg .treatment_frame ul.treatment_list li a span {
  position: absolute;
  bottom: 7vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  color: #444444;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 110%;
}
.treatment_bg .treatment_frame ul.treatment_list li a span br.ajs {
  display: block;
}
.treatment_bg .treatment_frame ul.treatment_list li a::after {
  content: "";
  display: block;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20%;
  height: 4vw;
  position: absolute;
  bottom: 2vw;
  right: 6%;
}
.treatment_bg .treatment_frame ul.treatment_list li a::before {
  content: "";
  display: block;
  width: 60%;
  height: 22vw;
  position: absolute;
  top: 3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.treatment_bg .treatment_frame ul.treatment_list li.internal a {
  background-color: #FBDDEB;
  border: #FBDDEB 4px solid;
}
.treatment_bg .treatment_frame ul.treatment_list li.internal a::before {
  background: url("../img/icon_menu_01.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.diabetes a {
  background-color: #ffffff;
  border: #FBDDEB 4px solid;
}
.treatment_bg .treatment_frame ul.treatment_list li.diabetes a span {
  bottom: 8vw;
  font-size: 1.4rem;
}
.treatment_bg .treatment_frame ul.treatment_list li.diabetes a::before {
  background: url("../img/icon_menu_02.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.high_blood a {
  background-color: #ffffff;
  border: #FBDDEB 4px solid;
}
.treatment_bg .treatment_frame ul.treatment_list li.high_blood a span {
  bottom: 8vw;
  font-size: 1.4rem;
}
.treatment_bg .treatment_frame ul.treatment_list li.high_blood a::before {
  background: url("../img/icon_menu_03.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.dyslipidemia a {
  background-color: #ffffff;
  border: #FBDDEB 4px solid;
}
.treatment_bg .treatment_frame ul.treatment_list li.dyslipidemia a span {
  bottom: 8vw;
  font-size: 1.4rem;
}
.treatment_bg .treatment_frame ul.treatment_list li.dyslipidemia a::before {
  background: url("../img/icon_menu_04.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.hyperuricemia a {
  background-color: #ffffff;
  border: #FBDDEB 4px solid;
}
.treatment_bg .treatment_frame ul.treatment_list li.hyperuricemia a span {
  bottom: 8vw;
  font-size: 1.4rem;
}
.treatment_bg .treatment_frame ul.treatment_list li.hyperuricemia a::before {
  background: url("../img/icon_menu_05.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.gynecology a {
  background-color: #D6F1FB;
  border: #D6F1FB 4px solid;
}
.treatment_bg .treatment_frame ul.treatment_list li.gynecology a::before {
  background: url("../img/icon_menu_06.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.pediatrics a {
  background-color: #D6F1FB;
  border: #D6F1FB 4px solid;
}
.treatment_bg .treatment_frame ul.treatment_list li.pediatrics a::before {
  background: url("../img/icon_menu_07.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.fever a {
  background-color: #D6F1FB;
  border: #D6F1FB 4px solid;
}
.treatment_bg .treatment_frame ul.treatment_list li.fever a::before {
  background: url("../img/icon_menu_08.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.checkup a {
  background-color: #D6F1FB;
  border: #D6F1FB 4px solid;
}
.treatment_bg .treatment_frame ul.treatment_list li.checkup a::before {
  background: url("../img/icon_menu_09.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatment_bg .treatment_frame ul.treatment_list li.vaccination a {
  background-color: #D6F1FB;
  border: #D6F1FB 4px solid;
}
.treatment_bg .treatment_frame ul.treatment_list li.vaccination a::before {
  background: url("../img/icon_menu_10.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .treatment_bg {
    width: 100%;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#E8FCF1), color-stop(61%, #FFFFFF), to(#FFFFFF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #E8FCF1 0%, #FFFFFF 61%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    margin: 95px 0 0 0;
  }
  .treatment_bg .treatment_frame {
    width: 100%;
    margin: 0;
    padding: 90px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/index_treatment_bg_left.png"), url("../img/index_treatment_bg_right.png");
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 540px, 540px;
  }
  .treatment_bg .treatment_frame ul.treatment_list {
    width: 1200px;
    margin: 46px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
  }
  .treatment_bg .treatment_frame ul.treatment_list li {
    width: 210px;
    margin: 0 0 36px 0;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a {
    width: 210px;
    height: 220px;
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .treatment_bg .treatment_frame ul.treatment_list li a span {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    color: #444444;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 100%;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a span br.ajs {
    display: block;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a::after {
    content: "";
    display: block;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 15px;
    position: absolute;
    bottom: 12px;
    right: 12px;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a::before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .treatment_bg .treatment_frame ul.treatment_list li a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.internal a {
    background-color: #FBDDEB;
    border: #FBDDEB 4px solid;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.internal a::before {
    background: url("../img/icon_menu_01.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.diabetes a {
    background-color: #ffffff;
    border: #FBDDEB 4px solid;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.diabetes a span {
    bottom: 55px;
    font-size: 2rem;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.diabetes a::before {
    background: url("../img/icon_menu_02.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.high_blood a {
    background-color: #ffffff;
    border: #FBDDEB 4px solid;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.high_blood a span {
    bottom: 55px;
    font-size: 2rem;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.high_blood a::before {
    background: url("../img/icon_menu_03.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.dyslipidemia a {
    background-color: #ffffff;
    border: #FBDDEB 4px solid;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.dyslipidemia a span {
    bottom: 55px;
    font-size: 2rem;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.dyslipidemia a::before {
    background: url("../img/icon_menu_04.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.hyperuricemia a {
    background-color: #ffffff;
    border: #FBDDEB 4px solid;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.hyperuricemia a span {
    bottom: 55px;
    font-size: 2rem;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.hyperuricemia a::before {
    background: url("../img/icon_menu_05.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.gynecology a {
    background-color: #D6F1FB;
    border: #D6F1FB 4px solid;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.gynecology a::before {
    background: url("../img/icon_menu_06.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.pediatrics a {
    background-color: #D6F1FB;
    border: #D6F1FB 4px solid;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.pediatrics a::before {
    background: url("../img/icon_menu_07.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.fever a {
    background-color: #D6F1FB;
    border: #D6F1FB 4px solid;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.fever a::before {
    background: url("../img/icon_menu_08.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.checkup a {
    background-color: #D6F1FB;
    border: #D6F1FB 4px solid;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.checkup a::before {
    background: url("../img/icon_menu_09.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.vaccination a {
    background-color: #D6F1FB;
    border: #D6F1FB 4px solid;
  }
  .treatment_bg .treatment_frame ul.treatment_list li.vaccination a::before {
    background: url("../img/icon_menu_10.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
/* -----------------------------------------------------------
　下奥多摩医院マスコットしもちゃん、たまちゃんの紹介コーナー
----------------------------------------------------------- */
.mascot_frame {
  width: 96%;
  margin: 2rem auto 0 auto;
  background-color: #FFFCF2;
  border-radius: 1rem;
  padding: 2rem 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mascot_frame .mascot_shimo {
  background-color: #ffffff;
  border: #ABE8FF 5px solid;
  border-radius: 1rem;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem auto 2rem auto;
  width: 96%;
}
.mascot_frame .mascot_shimo figure {
  margin: 0 0 1rem 0;
}
.mascot_frame .mascot_shimo figure img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.mascot_frame .mascot_shimo .fukidashi .fukidashi_title {
  color: #30B8EB;
  font-size: 2rem;
  font-family: "zenmarugothic_bold";
  font-weight: bold;
  text-align: center;
  margin: 0 0 1rem 0;
}
.mascot_frame .mascot_shimo .fukidashi .fukidashi_text {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 160%;
  margin: 0;
}
.mascot_frame .mascot_tama {
  background-color: #ffffff;
  border: #FBDDEB 5px solid;
  border-radius: 1rem;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem auto 0 auto;
  width: 96%;
}
.mascot_frame .mascot_tama figure {
  margin: 0 0 1rem 0;
}
.mascot_frame .mascot_tama figure img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.mascot_frame .mascot_tama .fukidashi .fukidashi_title {
  color: #FF7DB9;
  font-size: 2rem;
  font-family: "zenmarugothic_bold";
  font-weight: bold;
  text-align: center;
  margin: 0 0 1rem 0;
}
.mascot_frame .mascot_tama .fukidashi .fukidashi_text {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 160%;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .mascot_frame {
    width: 1200px;
    margin: 70px auto 0 auto;
    background-color: #FFFCF2;
    border-radius: 20px;
    padding: 90px 0 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mascot_frame .mascot_shimo {
    width: 1040px;
    height: 260px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 50px auto 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mascot_frame .mascot_shimo figure {
    width: 190px;
    height: 260px;
    margin: 0 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mascot_frame .mascot_shimo figure img {
    display: block;
    width: 190px;
    margin: 0;
  }
  .mascot_frame .mascot_shimo .fukidashi {
    width: 757px;
    height: 260px;
    background-color: #ffffff;
    border: #ABE8FF 4px solid;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 26px;
    position: relative;
    margin: 0;
  }
  .mascot_frame .mascot_shimo .fukidashi .fukidashi_title {
    color: #30B8EB;
    font-size: 2.4rem;
    font-family: "zenmarugothic_bold";
    font-weight: bold;
    text-align: left;
    margin: 0 0 6px 0;
  }
  .mascot_frame .mascot_shimo .fukidashi .fukidashi_text {
    font-weight: bold;
    font-size: 2rem;
    line-height: 180%;
    margin: 0;
    text-align: justify;
    letter-spacing: 0;
  }
  .mascot_frame .mascot_shimo .fukidashi::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -84px;
    margin-top: -74px;
    border: 30px solid transparent;
    border-right: 65px solid #ffffff;
    z-index: 2;
  }
  .mascot_frame .mascot_shimo .fukidashi::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -96px;
    margin-top: -74px;
    border: 30px solid transparent;
    border-right: 65px solid #ABE8FF;
    z-index: 1;
  }
  .mascot_frame .mascot_tama {
    width: 1040px;
    height: 260px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 40px auto 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mascot_frame .mascot_tama figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 163px;
    height: 260px;
    margin: 0 50px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mascot_frame .mascot_tama figure img {
    display: block;
    width: 163px;
    margin: 0;
  }
  .mascot_frame .mascot_tama .fukidashi {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 757px;
    height: 260px;
    background-color: #ffffff;
    border: #FBDDEB 4px solid;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 26px;
    position: relative;
  }
  .mascot_frame .mascot_tama .fukidashi .fukidashi_title {
    color: #FF7DB9;
    font-size: 2.4rem;
    font-family: "zenmarugothic_bold";
    font-weight: bold;
    text-align: left;
    margin: 0 0 6px 0;
  }
  .mascot_frame .mascot_tama .fukidashi .fukidashi_text {
    font-weight: bold;
    font-size: 2rem;
    line-height: 180%;
    margin: 0;
    text-align: justify;
    letter-spacing: 0;
  }
  .mascot_frame .mascot_tama .fukidashi::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -84px;
    margin-top: -74px;
    border: 30px solid transparent;
    border-left: 65px solid #ffffff;
    z-index: 2;
  }
  .mascot_frame .mascot_tama .fukidashi::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -96px;
    margin-top: -74px;
    border: 30px solid transparent;
    border-left: 65px solid #FBDDEB;
    z-index: 1;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg {
  width: 100%;
  /*
  background: url("../img/overview_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;  
  */
  /*padding: 3rem 0;*/
  padding: 0 0 3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview_bg .overview {
  width: 100%;
  margin: 0 auto;
  /*padding: 3rem 0;*/
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*
  background-color: $color21;
  border-radius: 1rem;    
  */
}
.overview_bg .overview .overview_logo {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.overview_bg .overview .overview_logo img {
  width: 100%;
}
.overview_bg .overview .overview_box {
  /*左側*/
  /*右側*/
}
.overview_bg .overview .overview_box .overview_info_box_left {
  width: 100%;
}
.overview_bg .overview .overview_box .overview_info_box_left dl.overview_list {
  width: 96%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 160%;
}
.overview_bg .overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 25%;
  margin: 0 0 0 0;
  color: #3876C8;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #CCCCCC 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview_bg .overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 75%;
  margin: 0 0 0 0;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #CCCCCC 2px solid;
  font-size: 1.2rem;
}
.overview_bg .overview .overview_box .overview_info_box_left dl.overview_list dd.tel {
  color: #FF7DB9;
  font-size: 2.2rem;
}
.overview_bg .overview .overview_box .overview_info_box_left dl.overview_list dd.tel a {
  color: #FF7DB9;
  text-decoration: none;
}
.overview_bg .overview .overview_box .overview_info_box_left .overview_timetable {
  width: 96%;
  margin: 0 auto;
}
.overview_bg .overview .overview_box .overview_info_box_right {
  margin: 0 0 0 0;
}
.overview_bg .overview .overview_box .overview_info_box_right dl.overview_list {
  width: 96%;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 160%;
  border-bottom: #CCCCCC 2px solid;
}
.overview_bg .overview .overview_box .overview_info_box_right dl.overview_list dt {
  width: 25%;
  margin: 0 0 0 0;
  color: #3876C8;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #CCCCCC 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview_bg .overview .overview_box .overview_info_box_right dl.overview_list dd {
  width: 75%;
  margin: 0 0 0 0;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #CCCCCC 2px solid;
  font-size: 1.2rem;
}
.overview_bg .overview iframe.googlemap {
  width: 96%;
  height: 500px;
  display: block;
  margin: 2rem auto 0 auto;
  border: #999999 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .overview_bg {
    width: 100%;
    background: url("../img/overview_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 100px 0 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview_bg .overview {
    width: 1200px;
    margin: 0 auto;
    padding: 76px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
  }
  .overview_bg .overview .overview_logo {
    width: 280px;
    margin: 0 auto;
    display: block;
  }
  .overview_bg .overview .overview_logo img {
    width: 280px;
  }
  .overview_bg .overview .overview_box {
    width: 1068px;
    margin: 50px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
    /*右側*/
  }
  .overview_bg .overview .overview_box .overview_info_box_left {
    width: 514px;
  }
  .overview_bg .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 514px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 160%;
    border-bottom: #CCCCCC 2px solid;
  }
  .overview_bg .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 126px;
    height: 70px;
    margin: 0 0 0 0;
    color: #3876C8;
    font-weight: bold;
    font-size: 2rem;
    padding: 25px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #CCCCCC 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview_bg .overview .overview_box .overview_info_box_left dl.overview_list dt.dept {
    height: 90px;
  }
  .overview_bg .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 388px;
    height: 70px;
    margin: 0 0 0 0;
    padding: 25px 0 25px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #CCCCCC 2px solid;
    font-size: 1.8rem;
    line-height: 160%;
  }
  .overview_bg .overview .overview_box .overview_info_box_left dl.overview_list dd.tel {
    color: #FF7DB9;
    font-size: 3.8rem;
    padding: 5px 0 0 0;
  }
  .overview_bg .overview .overview_box .overview_info_box_left dl.overview_list dd.tel a {
    color: #FF7DB9;
    text-decoration: none;
  }
  .overview_bg .overview .overview_box .overview_info_box_left dl.overview_list dd.dept {
    height: 90px;
    padding: 18px 90px 25px 0;
  }
  .overview_bg .overview .overview_box .overview_info_box_left .overview_timetable {
    width: 96%;
    margin: 0 auto;
  }
  .overview_bg .overview .overview_box .overview_info_box_right {
    width: 514px;
    margin: 0 0 0 0;
  }
  .overview_bg .overview .overview_box .overview_info_box_right dl.overview_list {
    width: 514px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 160%;
    border-bottom: #CCCCCC 2px solid;
  }
  .overview_bg .overview .overview_box .overview_info_box_right dl.overview_list dt {
    width: 126px;
    height: 90px;
    margin: 0 0 0 0;
    color: #3876C8;
    font-weight: bold;
    font-size: 2rem;
    padding: 18px 0 25px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #CCCCCC 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview_bg .overview .overview_box .overview_info_box_right dl.overview_list dd {
    width: 388px;
    height: 90px;
    margin: 0 0 0 0;
    padding: 18px 0 25px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #CCCCCC 2px solid;
    font-size: 1.8rem;
    line-height: 160%;
  }
  .overview_bg .overview iframe.googlemap {
    width: 1068px;
    height: 500px;
    display: block;
    margin: 60px auto 0 auto;
    border: #999999 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  /*padding: 2rem 0 0 0;*/
  background-color: #3876C8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
footer .footer_frame {
  /*
  width: 96%;
  margin: 0 auto;
  background: url("../img/footer_img.svg") no-repeat;
  background-position: right bottom -3px;
  background-size: 20%;

  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;  
    li{
      width: 48%;
      margin:0 0 1.2rem 0;
      padding: 0 0 0 0;
      list-style-type:none;  
      position: relative;
      box-sizing: border-box;
      a{
        color: $color_white;
        text-decoration: none;
        text-align: left;
        display: block;
        font-size: 1.4rem;
        font-weight: normal;
      }
      &.treatment{
        display: none;
      }       
    }
  }    
  .subtitle{
    font-size: 1.4rem;
    font-weight: normal;
    margin: 2rem 0 1.4rem 0;
    border-bottom: $color_white 1px solid;
    color: $color_white;
    text-align: left;
    padding: 0 0 0.5rem 0;

  }
  */
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0 1rem 2%;
  text-align: left;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #3876C8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #ffffff 3px solid;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.5rem 0;
  background-color: #3876C8;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 52%;
  margin: 0;
  color: #3876C8;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  background-color: #ffffff;
  padding: 0.6rem 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.footer_link a.footer_tel i {
  color: #3876C8;
  font-size: 1.4rem;
}
.footer_link a.footer_reserve {
  width: 27%;
  margin: 0;
  color: #3876C8;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  background-color: #ffffff;
  padding: 0.8rem 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.footer_link a.footer_reserve i {
  color: #3876C8;
  font-size: 1.4rem;
}
.footer_link .smoothScrolls {
  background-color: #ffffff;
  width: 14%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #3876C8;
  padding: 0.8rem 0;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 40px 0 0 0;
    background-color: #3876C8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 300px;
  }
  footer .footer_frame {
    display: block;
    width: 1200px;
    height: 208px;
    margin: 0 auto 0 auto;
    /*background: url("../img/footer_img.svg") no-repeat;*/
    background-position: right bottom -3px;
    background-size: 170px;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 10px 34px 0;
    padding: 0 10px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
    height: 16px;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.6rem;
  }
  footer .footer_frame ul.footer_list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:first-child {
    border-left: #ffffff 1px solid;
    padding: 0 10px 0 10px;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 100%;
    height: 53px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #3876C8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #ffffff 3px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    display: block;
    width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .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: 50px;
    height: 50px;
  }
  #pagetop_position #linkpagetop a img {
    width: 50px;
    height: 50px;
  }
  #pagetop_position #linkpagetop a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #pagetop {
    position: fixed;
    bottom: 210px;
    right: 14%;
    z-index: 999999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    width: 50px;
    height: 50px;
  }
  #pagetop_position #linkpagetop a img {
    width: 50px;
    height: 50px;
  }
  #pagetop {
    position: fixed;
    bottom: 210px;
    right: 2%;
    z-index: 999999;
  }
}
/*# sourceMappingURL=style.css.map */