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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*青*/
/*薄茶色*/
/*青*/
/*白*/
/*茶色*/
/*水色*/
/*青*/
/*青*/
/*灰色*/
/*灰色*/
/*黒*/
/*薄茶色*/
/*灰色*/
/*灰色*/
/*茶色*/
/*灰色*/
/*水色*/
/*茶色*/
/*ホバーかけ*/
/*白透過*/
/*黒*/
/*茶色*/
/*水色*/
/*水色*/
/*影*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notoserifjp_regular";
  src: url(../font/NotoSerifJP-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_medium";
  src: url(../font/NotoSerifJP-Medium.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_bold";
  src: url(../font/NotoSerifJP-Bold.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "notoserifjp_semibold";
  src: url(../font/NotoSerifJP-SemiBold.otf);
  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;
}

/* margin -------------------------------------- */
.m_auto {
  margin: 0 auto !important;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.d-inline {
  display: inline-block;
}

.lilne-height17 {
  line-height: 1.7em;
}

/* 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;
  }
}
/* テキスト・ボックス周り -------------------------------------- */
.width750 {
  width: 100%;
  margin: 1rem auto 0;
}

@media screen and (min-width: 768px), print {
  .width750 {
    width: 100%;
    max-width: 750px;
    margin: 2rem auto 0;
  }
}
.mb0 {
  margin-bottom: 0;
}

.mb30 {
  margin-bottom: 30px;
}

/*ハンバーガー*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 99999999;
  background-color: #EFF4FE;
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #333333 1px solid;
  width: 90%;
  margin: 20vw auto 20vw auto;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #333333;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #333333 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 a span {
  display: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub {
  display: none;
  width: 100%;
  list-style-type: none;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a {
  color: #333333;
  border-bottom: none;
  text-align: center;
  border-bottom: #333333 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a br {
  display: none;
}
.main_nav_sp .drawr ul.hbg li.doctor {
  margin: 0;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg a::after {
  font-family: "fontello";
  content: "\f004";
  font-size: 1.2rem;
  margin: 0.4rem 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg ul li a::after {
  content: "";
  display: none;
  margin: 0;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 1.2rem;
  margin: 0.4rem 0 0 0.5rem;
}

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

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 10vw;
  padding: 0 0 0.5vw 0;
  -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: fixed;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  background-color: #a97f56;
  border-radius: 0.3rem;
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  text-align: center;
  font-family: "notoserifjp_medium";
  font-size: 2.2rem;
  font-weight: normal;
  color: #333333;
  line-height: 100%;
  letter-spacing: 0.2em;
  min-height: 35vw;
  margin: 0;
  padding: 16vw 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background: url("../img/h2_bg1.svg") no-repeat;
  background-position: center center;
  background-size: 50%;
}
h2.top_title span {
  font-size: 1rem;
  color: #CCCCCC;
  letter-spacing: 0.2em;
}
h2.top_title.white {
  background: url("../img/h2_bg2.svg") no-repeat;
  background-position: center center;
  background-size: 50%;
}
h2.low {
  text-align: center;
  font-family: "notoserifjp_medium";
  font-size: 2.2rem;
  font-weight: normal;
  color: #333333;
  line-height: 100%;
  letter-spacing: 0.2em;
  min-height: 35vw;
  margin: 0;
  padding: 6vw 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background: url("../img/h2_bg1.svg") no-repeat;
  background-position: center center;
  background-size: 50%;
}
h2.low span {
  font-size: 1rem;
  color: #CCCCCC;
  letter-spacing: 0.2em;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #ffffff;
  background-color: #8B9CB9;
  font-family: "notoserifjp_medium";
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1rem 0;
  line-height: 120%;
}
h3.low.dh {
  background-color: #C3C3C3;
}
h3.first {
  margin: 0 0 1rem 0;
}

h4.low {
  color: #4067AC;
  font-size: 1.9rem;
  text-align: left;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  background: url("../img/h4.svg") no-repeat;
  background-position: left top;
  background-size: 12%;
  border-bottom: #4067AC 1px solid;
  margin: 1.9rem 0 1rem 0;
  padding: 0.6rem 0 0.6rem 14%;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #846F50;
  font-size: 1.9rem;
  text-align: left;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  border-bottom: #846F50 1px dashed;
  margin: 1.9rem 0 1rem 0;
  padding: 0 0 0.4rem 1rem;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h5.first {
  margin: 0 0 1rem 0;
}

p {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  letter-spacing: 0.05em;
}
p.sub_title {
  color: #002876;
  font-weight: bold;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    text-align: center;
    font-family: "notoserifjp_medium";
    font-size: 3rem;
    font-weight: normal;
    color: #333333;
    line-height: 100%;
    letter-spacing: 0.2em;
    min-height: 164.668px;
    margin: 0;
    padding: 90px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    background: url("../img/h2_bg1.svg") no-repeat;
    background-position: center center;
    background-size: 237.94px;
  }
  h2.top_title span {
    font-size: 1.4rem;
    color: #CCCCCC;
    letter-spacing: 0.2em;
  }
  h2.top_title.white {
    background: url("../img/h2_bg2.svg") no-repeat;
    background-position: center center;
    background-size: 237.94px;
  }
  h2.low {
    text-align: center;
    font-family: "notoserifjp_medium";
    font-size: 3rem;
    font-weight: normal;
    color: #333333;
    line-height: 100%;
    letter-spacing: 0.2em;
    min-height: 164.668px;
    margin: 100px 0 30px 0;
    padding: 40px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    background: url("../img/h2_bg1.svg") no-repeat;
    background-position: center center;
    background-size: 237.94px;
  }
  h2.low span {
    font-size: 1.4rem;
    color: #CCCCCC;
    letter-spacing: 0.2em;
  }
  h2.first {
    margin: 0 0 30px 0;
  }
  h3.low {
    color: #ffffff;
    background-color: #8B9CB9;
    font-family: "notoserifjp_medium";
    font-size: 2.4rem;
    font-weight: normal;
    text-align: left;
    padding: 7px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px 0 10px 0;
    line-height: 160%;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low {
    color: #4067AC;
    font-size: 2.2rem;
    text-align: left;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    background: url("../img/h4.svg") no-repeat;
    background-position: left top;
    background-size: 51px;
    border-bottom: #4067AC 1px solid;
    margin: 30px 0 10px 0;
    padding: 8px 0 6px 58px;
    line-height: 160%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low {
    color: #846F50;
    font-size: 2rem;
    text-align: left;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    border-bottom: #846F50 1px dashed;
    margin: 30px 0 10px 0;
    padding: 0 0 6px 20px;
    line-height: 160%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h5.first {
    margin: 0 0 20px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
  p.sub_title {
    color: #002876;
    font-weight: bold;
    margin: 0;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -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-family: "notoserifjp_medium";
  font-size: 3.4vw;
  font-weight: normal;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #4067AC;
  border: #4067AC 1px solid;
  width: 8%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 3.4vw;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #4067AC;
  background-color: #ffffff;
  border-bottom: #4067AC 1px solid;
}
table.timetable tr td i {
  font-size: 4vw;
  color: #4067AC;
}
table.timetable tr td.time {
  width: 28%;
  text-align: center;
  color: #333333;
}
table.timetable tr.last td {
  border-bottom: #4067AC 2px solid;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 3.4vw;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
table.timetable caption i {
  color: #4067AC;
}
table.timetable caption span {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -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-family: "notoserifjp_medium";
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #4067AC;
    width: 8%;
    height: 31px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 30%;
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 0;
    vertical-align: middle;
    color: #333333;
    height: 40px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: #4067AC 1px solid;
  }
  table.timetable tr td i {
    font-size: 1.4rem;
    color: #4067AC;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #333333;
    font-size: 1.4rem;
  }
  table.timetable tr.last td {
    border-bottom: #4067AC 2px solid;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.4rem;
    margin: 6px 0 0 0;
    width: 100%;
    color: #333333;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
  }
  table.timetable caption i {
    color: #4067AC;
  }
  table.timetable caption span {
    font-weight: bold;
  }
  .access_time table.timetable tr th {
    font-size: 1.6rem;
    height: 50px;
  }
  .access_time table.timetable tr td {
    font-size: 1.6rem;
    height: 50px;
  }
  .access_time table.timetable tr td i {
    font-size: 1.6rem;
  }
  .access_time table.timetable tr td.time {
    font-size: 1.6rem;
  }
  .access_time table.timetable caption {
    font-size: 1.6rem;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

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

.img_center_two {
  margin: 0 0 0.5rem 0;
  text-align: center;
}
.img_center_two img {
  width: 100%;
  height: auto;
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 400px;
    height: auto;
  }
  .img_left {
    float: left;
    margin: 0 20px 20px 0;
  }
  .img_left img {
    width: 400px;
    height: auto;
  }
  .img_center {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  .img_center_two {
    width: 500px;
    margin: 0 auto 20px auto;
    text-align: center;
    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;
  }
  .img_center_two img {
    width: 200px;
    height: auto;
    margin: 0;
  }
}
/*リスト*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

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

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

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

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

/*数字*/
ul.list_num {
  list-style-type: decimal;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_num li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準 kome*/
ul.list_kome {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_kome li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}
ul.list_kome li::before {
  content: "※";
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-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.6rem;
    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.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 6px;
    background-size: 8px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
  }
  /*標準2列 maru*/
  ul.list_maru_two {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-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 4px top 6px;
    background-size: 8px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
  }
  /*標準2列 maru*/
  ul.list_maru_three {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-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;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 6px;
    background-size: 8px;
    margin: 0 1% 10px 0;
    padding: 0 0 0 20px;
  }
  ul.list_num {
    list-style-type: decimal;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_num li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準 kome*/
  ul.list_kome {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_kome li {
    margin: 0 0 10px;
    padding: 0 0 0 1.2em;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/*略歴*/
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 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.bio_list dt {
  width: 30%;
  margin: 0 0 1rem 0;
}
dl.bio_list dd {
  width: 70%;
  margin: 0 0 1rem 0;
}

/*数字*/
dl.num_list {
  display: -webkit-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.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: #EFF4FE;
  color: #333333;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
}
dl.title_box dt:first-child {
  border-top: #CCCCCC 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
}
dl.title_box.-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
dl.title_box.-row dt {
  width: 30%;
}
dl.title_box.-row dd {
  width: 70%;
  border-left: none;
}
dl.title_box.-row dd:first-of-type {
  border-top: #CCCCCC 1px solid;
}

/*Q&A*/
dl.qa dt {
  font-size: 1.9rem;
  color: #4067AC;
  border-bottom: #4067AC 1px solid;
  margin: auto 0 1rem 0;
  padding: 0.6rem 0 0.6rem 9%;
  position: relative;
}
dl.qa dt::before {
  content: "Q";
  position: absolute;
  top: 0.6rem;
  left: 0;
  font-size: 120%;
}
dl.qa dd {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  margin: 0 0 2rem 0;
}

@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.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 1100px;
    margin: 0 0 1rem 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-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.6rem;
    -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.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.6rem;
    -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: #EFF4FE;
    color: #333333;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #CCCCCC 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
  }
  dl.title_box.-half {
    width: 50%;
  }
  /*Q&A*/
  dl.qa dt {
    font-size: 2.2rem;
    margin: auto 0 10px 0;
    padding: 8px 0 6px 34px;
    line-height: 160%;
  }
  dl.qa dd {
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: 0.05em;
    margin: 0 0 30px 0;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

/*強調*/
.emphasis {
  background-color: #EFF4FE;
  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;
  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;
}
.low_tel a {
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}

.text_bold {
  font-weight: bold;
}

.text_underline {
  text-decoration: underline;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #C5B093;
    text-align: center;
    display: block;
    margin: 22px auto;
  }
  /*二列*/
  .two_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;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #EFF4FE;
    padding: 20px;
    -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: 1.8rem;
    font-weight: bold;
  }
  .low_tel span i {
    font-size: 4rem;
  }
  .text_bold {
    font-weight: bold;
  }
  .text_underline {
    text-decoration: underline;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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: #333333;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-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.6rem;
    color: #333333;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.6rem;
    color: #333333;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 30%;
  padding: 1rem;
  border: #CCCCCC 1px solid;
  background-color: #EFF4FE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table tr th.botox {
  width: 50%;
}
table.low_table tr td {
  width: 70%;
  padding: 1em;
  border: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table tr td.price {
  text-align: right;
}

/*スライドテーブル*/
table.low_table_slide {
  width: 800px;
  border-collapse: collapse;
  color: #333333;
  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: #CCCCCC 1px solid;
  background-color: #EFF4FE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide tr th.w50 {
  width: 50%;
}
table.low_table_slide tr th.w40 {
  width: 40%;
}
table.low_table_slide tr th.w30 {
  width: 30%;
}
table.low_table_slide tr th.w20 {
  width: 20%;
}
table.low_table_slide tr th.w10 {
  width: 10%;
}
table.low_table_slide tr td {
  width: auto;
  padding: 1rem;
  border: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}
table.low_table_slide tr td.sub_title {
  background-color: #F8F7F5;
}
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;
}

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

table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 1rem;
  border: #CCCCCC 1px solid;
  border-bottom: none;
  background-color: #EFF4FE;
  -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: 1rem;
  border: #CCCCCC 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: #CCCCCC 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    border: #CCCCCC 1px solid;
    background-color: #EFF4FE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr th.botox {
    width: 50%;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    border: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table tr td.price {
    text-align: right;
  }
  /*スライドテーブル*/
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide tr th {
    width: auto;
    padding: 20px;
    border: #CCCCCC 1px solid;
    background-color: #EFF4FE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide tr th.w50 {
    width: 50%;
  }
  table.low_table_slide tr th.w40 {
    width: 40%;
  }
  table.low_table_slide tr th.w30 {
    width: 30%;
  }
  table.low_table_slide tr th.w20 {
    width: 20%;
  }
  table.low_table_slide tr th.w10 {
    width: 10%;
  }
  table.low_table_slide tr td {
    width: auto;
    padding: 20px;
    border: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: top;
  }
  table.low_table_slide tr td.sub_title {
    background-color: #F8F7F5;
  }
  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;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 0 0;
    position: static !important;
    z-index: 0;
  }
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    font-size: 1.6rem;
    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: 30%;
    padding: 20px;
    border: #CCCCCC 1px solid;
    border-bottom: none;
    background-color: #EFF4FE;
    -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: 70%;
    padding: 20px;
    border: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 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: #CCCCCC 1px solid;
  }
  table.low_table_spblock tr:last-child td {
    border-bottom: #CCCCCC 1px solid;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.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: #333333;
  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: #333333;
    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: #4067AC 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #C5B093;
  padding: 1rem;
  text-decoration: none;
  color: #333333;
}
.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: #333333;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #333333;
}

@media screen and (min-width: 768px), print {
  .banner_01 {
    width: 800px;
    height: 300px;
    margin: 0 auto 40px auto;
    border: #4067AC 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #C5B093;
    padding: 20px;
    text-decoration: none;
    color: #333333;
    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: #333333;
    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: #333333;
    margin: 0 0 1rem 0;
    line-height: 160%;
    width: 500px;
  }
  .banner_01 ul {
    position: absolute;
    top: 80px;
    left: 240px;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
.link_text {
  color: #0E3E9B;
}

.low_button {
  background-color: #0E3E9B;
  color: #ffffff;
  width: auto;
  max-width: 90%;
  height: auto;
  min-height: 8vw;
  margin: 2rem auto 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5rem;
  line-height: 100%;
  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;
}

.img_bana_link {
  display: block;
  width: 96%;
  margin: 0 auto;
}
.img_bana_link img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .link_text {
    color: #0E3E9B;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .link_text:hover {
    color: #C5B093;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button {
    background-color: #0E3E9B;
    color: #ffffff;
    width: auto;
    max-width: 300px;
    height: auto;
    min-height: 20px;
    margin: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 20px;
    line-height: 100%;
    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;
  }
  .low_button.lb_center {
    margin: 0 auto;
  }
  .low_button:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .img_bana_link {
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .img_bana_link img {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .img_bana_link img:hover {
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　リンク、ボタン
----------------------------------------------------------- */
#endodontic, #orthodontic, #prosthodontics, #implant, #whitening {
  padding: 16vw 0 0 0;
  margin: -16vw 0 0 0;
}

@media screen and (min-width: 768px), print {
  #endodontic, #orthodontic, #prosthodontics, #implant, #whitening {
    padding: 60px 0 0 0;
    margin: -60px 0 0 0;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

@media screen and (min-width: 768px), print {
  .img_doctor {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_doctor img {
    width: 358px;
    height: auto;
  }
  .img_doctor_center {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_doctor_center img {
    width: auto;
    height: auto;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.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;
  height: auto;
}

.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;
    height: auto;
  }
  .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;
    height: auto;
  }
}
/* -----------------------------------------------------------
　ご来院の方へ
----------------------------------------------------------- */
.flow_box {
  border: #4067AC 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;
}

.cashless_box {
  background-color: #EFF4FE;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.cashless_box .cashless_title {
  text-align: center;
  font-weight: bold;
  color: #0E3E9B;
}
.cashless_box figure {
  width: 100%;
}
.cashless_box figure figcaption {
  text-align: center;
  font-size: 1.4rem;
  background-color: #707070;
  color: #ffffff;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cashless_box figure img {
  width: 100%;
  margin: 0 0 2rem 0;
  height: auto;
}
.cashless_box figure img.nom {
  margin: 0;
}
.cashless_box figure img.not {
  margin: -2px 0 0 0;
}
.cashless_box figure.medical_loan {
  margin: 2rem 0 0 0;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}
.cashless_box figure.medical_loan a {
  width: 70%;
  max-width: 331px;
  display: block;
  margin: 1.5rem auto 1rem auto;
}
.cashless_box figure.medical_loan a img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .flow_box {
    border: #4067AC 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;
  }
  .cashless_box {
    background-color: #EFF4FE;
    padding: 20px 20px 32px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 30px 0;
    width: 100%;
  }
  .cashless_box .cashless_title {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    color: #0E3E9B;
  }
  .cashless_box figure {
    width: 55%;
    margin: 0 auto;
  }
  .cashless_box figure figcaption {
    text-align: center;
    font-size: 1.6rem;
    background-color: #707070;
    color: #ffffff;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cashless_box figure img {
    width: 100%;
    margin: 0 0 32px 0;
    height: auto;
  }
  .cashless_box figure img.nom {
    margin: 0;
  }
  .cashless_box figure img.not {
    margin: -2px 0 0 0;
  }
  .cashless_box figure.medical_loan {
    margin: 32px auto 0 auto;
    padding: 0 0 1rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
  }
  .cashless_box figure.medical_loan a {
    width: 331px;
    max-width: 331px;
    display: block;
    margin: 32px auto 32px auto;
  }
  .cashless_box figure.medical_loan a img {
    width: 100%;
    height: auto;
  }
  .cashless_box figure.medical_loan a:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/* -----------------------------------------------------------
　フロー図
----------------------------------------------------------- */
.flow_box2 {
  background-color: #EFF4FE;
  border-radius: 0.5rem;
  padding: 4rem 1.5rem 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5rem 0 2rem 0;
  position: relative;
}
.flow_box2 .flow_no {
  position: absolute;
  top: -3rem;
  left: 1rem;
  width: 6rem;
  height: 6rem;
  background-color: #4067AC;
  color: #ffffff;
  font-family: "notoserifjp_medium";
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  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;
}
.flow_box2 .flow_no span {
  font-size: 2rem;
}
.flow_box2 .flow_title {
  font-family: "notoserifjp_medium";
  font-size: 1.6rem;
  color: #4067AC;
  border-bottom: #4067AC 2px solid;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow_box2 .flow_title span {
  font-weight: bold;
}
.flow_box2 .flow_text {
  margin: 0;
}
.flow_box2 .mb_none {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .flow_box2 {
    background-color: #EFF4FE;
    border-radius: 0.5rem;
    padding: 25px 25px 25px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px 0 20px 70px;
    position: relative;
    width: 1060px;
  }
  .flow_box2 .flow_no {
    position: absolute;
    top: 10px;
    left: -50px;
    width: 100px;
    height: 100px;
    background-color: #4067AC;
    color: #ffffff;
    font-family: "notoserifjp_medium";
    font-size: 1.8rem;
    text-align: center;
    border-radius: 50%;
    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;
  }
  .flow_box2 .flow_no span {
    font-size: 4.3rem;
  }
  .flow_box2 .flow_title {
    font-family: "notoserifjp_medium";
    font-size: 2.2rem;
    color: #4067AC;
    border-bottom: #4067AC 2px solid;
    padding: 0 0 4px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow_box2 .flow_title span {
    font-weight: bold;
  }
  .flow_box2 .flow_text {
    margin: 0;
  }
  .flow_box2 .mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
.access_box .access_box_right iframe.accessmap {
  width: 100%;
  height: 100vw;
  display: block;
}

@media screen and (min-width: 768px), print {
  .access_box {
    width: 1200px;
    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;
  }
  .access_box .access_box_left {
    width: 40%;
  }
  .access_box .access_box_right {
    width: 58%;
  }
  .access_box .access_box_right iframe.accessmap {
    width: 100%;
    height: 100%;
    display: block;
    margin: -10px 0 0 0;
  }
}
/* -----------------------------------------------------------
　精密根管治療
----------------------------------------------------------- */
.teeth_box {
  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;
}
.teeth_box figure {
  width: 48%;
  margin: 0 0 2rem 0;
}
.teeth_box figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.teeth_box figure img {
  width: 100%;
  margin: 0 0 1rem 0;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .teeth_box {
    width: 80%;
    margin: 40px auto 20px auto;
    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;
  }
  .teeth_box figure {
    width: 133px;
    margin: 0 0 0 0;
  }
  .teeth_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .teeth_box figure img {
    width: 100%;
    margin: 0 0 0 0;
    height: auto;
  }
}
/* -----------------------------------------------------------
　論文
----------------------------------------------------------- */
.paper_link, .paper_link2 {
  position: relative;
  padding: 0 0 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #333333 1px solid;
  display: inline-block;
}
.paper_link::before, .paper_link2::before {
  content: "";
  display: inline;
  width: 0;
  height: 0;
  border-top: solid 0.7em #333333;
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 2vw;
  left: 0;
}
.paper_link.open::before, .paper_link2.open::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.paper_box, .paper_box2 {
  display: none;
}

@media screen and (min-width: 768px), print {
  .paper_link, .paper_link2 {
    position: relative;
    padding: 0 0 0 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #333333 1px solid;
    display: inline-block;
  }
  .paper_link:hover, .paper_link2:hover {
    cursor: pointer;
    cursor: hand;
  }
  .paper_link::before, .paper_link2::before {
    content: "";
    display: inline;
    width: 0;
    height: 0;
    border-top: solid 0.7em #333333;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
    margin: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0.8rem;
    left: 0;
  }
  .paper_link.open::before, .paper_link2.open::before {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .paper_box, .paper_box2 {
    display: none;
  }
}
/* -----------------------------------------------------------
　審美歯科、矯正歯科
----------------------------------------------------------- */
.before_after_box {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.before_after_box figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.before_after_box figure img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
  height: auto;
}
.before_after_box figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}

.before_after_box2 {
  width: 96%;
  margin: 1rem auto 4rem auto;
}
.before_after_box2 figure {
  width: 100%;
  margin: 0 0 0 0;
}
.before_after_box2 figure img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
  height: auto;
}
.before_after_box2 figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.before_after_box2 hr {
  width: 0;
  height: 0;
  border: none;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #C5B093;
  text-align: center;
  display: block;
  margin: 2rem auto;
}

.before_after_box3 {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.before_after_box3 figure {
  width: 100%;
  margin: 0 0 4rem 0;
}
.before_after_box3 figure img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
  height: auto;
}
.before_after_box3 figure figcaption {
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  .before_after_box {
    width: 80%;
    margin: 80px 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;
  }
  .before_after_box figure {
    width: 45%;
    margin: 0 0 40px 0;
  }
  .before_after_box figure img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 20px 0;
  }
  .before_after_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .before_after_box2 {
    width: 100%;
    margin: 30px 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-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_after_box2 figure {
    width: 20%;
    height: 214px;
    margin: 0 0 0 0;
  }
  .before_after_box2 figure img {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    height: auto;
  }
  .before_after_box2 figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .before_after_box2 hr {
    width: 0;
    height: 0;
    border: none;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-top: 2rem solid #C5B093;
    text-align: center;
    display: block;
    margin: 0 0 40px 0;
    line-height: 100%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .before_after_box3 {
    width: 100%;
    margin: 30px 0 30px 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;
  }
  .before_after_box3 figure {
    width: 30%;
    margin: 0 0 40px 0;
  }
  .before_after_box3 figure img {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    height: auto;
  }
  .before_after_box3 figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
}
/* -----------------------------------------------------------
　画像系
----------------------------------------------------------- */
.img_box_two {
  width: 70%;
  margin: 0 auto;
}
.img_box_two img {
  width: 100%;
  margin: 0 0 2rem 0;
  height: auto;
}

.img_box_three {
  width: 70%;
  margin: 0 auto;
}
.img_box_three img {
  width: 100%;
  margin: 0 0 2rem 0;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .img_box_two {
    width: 80%;
    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;
  }
  .img_box_two img {
    width: 45%;
    margin: 0 0 0 0;
    height: auto;
  }
  .img_box_three {
    width: 100%;
    margin: 0 0 30px 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;
  }
  .img_box_three img {
    width: 30%;
    margin: 0 0 0 0;
    height: auto;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

@media screen and (min-width: 768px), print {
  #mailformpro table {
    font-size: 1.6rem;
    line-height: 140%;
    width: 1200px;
  }
  #mailformpro table tr th {
    width: 400px;
    display: table-cell;
    text-align: left;
    font-weight: normal;
    background-color: #8B9CB9;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #4067AC 1px solid;
    border-left: #4067AC 1px solid;
    border-right: #4067AC 1px solid;
    vertical-align: middle;
  }
  #mailformpro table tr th span {
    color: #ff0000;
    display: inline-block;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 1rem;
  }
  #mailformpro table tr td {
    width: 800px;
    display: table-cell;
    text-align: left;
    border-top: #4067AC 1px solid;
    border-left: #4067AC 1px solid;
    border-right: #4067AC 1px solid;
    padding: 1.5rem 3rem 1.5rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    line-height: 140%;
  }
  #mailformpro table tr td ol {
    list-style-type: none;
  }
  #mailformpro table tr td ol li {
    margin: 0 0 5px 0;
  }
  #mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
    font-size: 1.6rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td select {
    font-size: 1.6rem;
    width: 300px;
  }
  #mailformpro table tr td select.time {
    width: 60px;
  }
  #mailformpro table tr td textarea {
    font-size: 1.6rem;
    width: 600px;
    min-height: 300px;
  }
}
/*アニメーション用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　ファーストビュー
----------------------------------------------------------- */
.first_view_anime {
  -webkit-animation: fvfadein 0.5s ease 1s 1 normal backwards;
          animation: fvfadein 0.5s ease 1s 1 normal backwards;
}

.first_view_anime2 {
  -webkit-animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
          animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
}

@-webkit-keyframes fvfadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvfadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px), print {
  .first_view_anime {
    -webkit-animation: fvfadein 0.5s ease 1s 1 normal backwards;
            animation: fvfadein 0.5s ease 1s 1 normal backwards;
  }
  .first_view_anime2 {
    -webkit-animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
            animation: fvfadein 0.5s ease 1.5s 1 normal backwards;
  }
  @-webkit-keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* -----------------------------------------------------------
　お知らせのアニメーション
----------------------------------------------------------- */
.notice_anime1 {
  -webkit-animation: notice_fadein 0.5s ease 2s 1 normal backwards;
          animation: notice_fadein 0.5s ease 2s 1 normal backwards;
}

.notice_anime2 {
  -webkit-animation: notice_fadein 0.5s ease 2.5s 1 normal backwards;
          animation: notice_fadein 0.5s ease 2.5s 1 normal backwards;
}

@-webkit-keyframes notice_fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes notice_fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px), print {
  .notice_anime1 {
    -webkit-animation: none;
            animation: none;
  }
  .notice_anime2 {
    -webkit-animation: none;
            animation: none;
  }
}
/* -----------------------------------------------------------
　お知らせのアニメーション
----------------------------------------------------------- */
/*左から*/
.scroll_left {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.scroll_left.blockIn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*右から*/
.scroll_right {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.scroll_right.blockIn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*下から*/
.scroll_up {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
}

.scroll_up.blockIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  /*左から*/
  .scroll_left {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_left.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*右から*/
  .scroll_right {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_right.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*下から*/
  .scroll_up {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
  }
  .scroll_up.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  /*下からPCのみ*/
  .scroll_up_pc {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_up_pc.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "notoserifjp_medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
  padding: 0 0 12vw 0;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "notoserifjp_medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #333333;
    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: 2rem 0 4rem 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: 115px 0 0 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: -22px 0 100px 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 50px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  background-color: #ffffff;
  padding: 1vw 0 1vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  /*SP*/
}
header.header .head_logo_sp {
  width: 100%;
  height: 14vw;
  margin: 0;
  /*ロゴ*/
}
header.header .head_logo_sp .logo_box {
  width: 75%;
  height: 14vw;
  margin: 0 0 0 5%;
}
header.header .head_logo_sp .logo_box a {
  width: 100%;
  height: 14vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-decoration: none;
  margin: 0 0 0 0;
}
header.header .head_logo_sp .logo_box a img {
  width: 100%;
}
header.header .head_logo_sp {
  /*ハンバーガー*/
}
header.header .head_logo_sp .container {
  width: 15%;
}
header.header {
  /*PC*/
}
header.header .header_box {
  display: none;
}

.side_web_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    background-color: transparent;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 188px;
    z-index: 9999;
    /*SP*/
  }
  header.header .head_logo_sp {
    display: none;
  }
  header.header {
    /*PC*/
  }
  header.header .header_box {
    display: block;
    width: 1200px;
    height: 188px;
    margin: 0 auto;
    position: relative;
  }
  header.header .header_box .header_info {
    position: absolute;
    top: 30px;
    left: 40px;
  }
  header.header .header_box .header_info p {
    font-family: "notoserifjp_medium";
    font-size: 1.8rem;
    color: #002876;
    line-height: 140%;
    margin: 0;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  }
  header.header .header_box .head_logo {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 287.93px;
  }
  header.header .header_box .head_logo h1 {
    width: 100%;
  }
  header.header .header_box .head_logo h1 a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  header.header .header_box .head_logo h1 a img {
    width: 100%;
  }
  header.header .header_box .header_tel {
    position: absolute;
    top: 45px;
    right: 40px;
    text-align: right;
    margin: 0;
    font-family: "notoserifjp_medium";
    font-size: 1.6rem;
    color: #002876;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  }
  header.header .header_box .header_tel span {
    font-size: 3.6rem;
  }
  .side_web_link {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9999999999;
    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: 120px;
    height: 150px;
    text-decoration: none;
    color: #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a8cd5+0,082357+100 */
    background: rgb(255, 211, 183); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 211, 183)), to(rgb(132, 111, 80)));
    background: linear-gradient(to bottom, rgb(255, 211, 183) 0%, rgb(132, 111, 80) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5D3B7', endColorstr='#846f50', GradientType=0); /* IE6-9 */
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .side_web_link i {
    font-size: 3.2rem;
  }
  .side_web_link span {
    font-size: 2rem;
    display: block;
    margin: 18px 0 0 0;
  }
  .side_web_link:hover {
    opacity: 0.85;
    -webkit-box-shadow: 0 0 10px #4067AC;
            box-shadow: 0 0 10px #4067AC;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/* -----------------------------------------------------------
　ヘッダー下層
----------------------------------------------------------- */
header.header_low {
  background-color: #ffffff;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  z-index: 9999;
  /*SP*/
}
header.header_low .head_logo_sp {
  width: 100%;
  height: 14vw;
  margin: 0;
  /*ロゴ*/
}
header.header_low .head_logo_sp .logo_box {
  width: 75%;
  height: 14vw;
  margin: 0 0 0 5%;
}
header.header_low .head_logo_sp .logo_box a {
  width: 100%;
  height: 14vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-decoration: none;
  margin: 0 0 0 0;
}
header.header_low .head_logo_sp .logo_box a img {
  width: 100%;
}
header.header_low .head_logo_sp {
  /*ハンバーガー*/
}
header.header_low .head_logo_sp .container {
  width: 15%;
}
header.header_low {
  /*PC*/
}
header.header_low .header_box_low {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header_low {
    background-color: #ffffff;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    /*SP*/
  }
  header.header_low .head_logo_sp {
    display: none;
  }
  header.header_low {
    /*PC*/
  }
  header.header_low .header_box_low {
    display: block;
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
  }
  header.header_low .header_box_low h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 417.703px;
  }
  header.header_low .header_box_low h1 a img {
    width: 417.703px;
  }
  header.header_low .header_box_low .header_info {
    position: absolute;
    top: 16px;
    right: 120px;
    text-align: center;
  }
  header.header_low .header_box_low .header_info .header_address {
    font-family: "notoserifjp_medium";
    font-size: 1.8rem;
    color: #002876;
    line-height: 140%;
    margin: 0 0 12px 0;
  }
  header.header_low .header_box_low .header_info .header_tel {
    margin: 0;
    font-family: "notoserifjp_medium";
    font-size: 1.6rem;
    color: #002876;
  }
  header.header_low .header_box_low .header_info .header_tel span {
    font-size: 3.6rem;
  }
  header.header_low .header_box_low .header_access {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 100px;
    height: 100px;
    background-color: #EFF4FE;
    color: #002876;
    font-family: "notoserifjp_medium";
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    line-height: 180%;
    padding: 12px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.header_low .header_box_low .header_access span {
    font-size: 1.8rem;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 50vw;
  margin: 16vw 0 0 0;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 50vw;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01_sp.webp") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02_sp.webp") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03_sp.webp") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50vw;
}
.key_visual .key_contents .key_text {
  position: absolute;
  top: 4vw;
  width: 100%;
  font-family: "notoserifjp_semibold";
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
  color: #757575;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
}
.key_visual .key_contents .key_text span {
  font-size: 1.1rem;
}
.key_visual .key_contents .key_open {
  position: absolute;
  bottom: 2vw;
  right: 2%;
}
.key_visual .key_contents .key_open .kot_text {
  color: #333333;
  font-family: "notoserifjp_bold";
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  margin: 0 0 0.5rem 0;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
}
.key_visual .key_contents .key_open .kot_text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #E5CDAA));
  background: linear-gradient(transparent 70%, #E5CDAA 30%);
}
.key_visual .key_contents .key_open .kot_date {
  color: #0E3E9B;
  font-family: "notoserifjp_bold";
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
}
.key_visual .key_contents .key_open .kot_date .kot_small {
  font-size: 1.2rem;
}
.key_visual .key_contents .key_open .kot_date .kot_large {
  font-size: 2.2rem;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 25vw;
  background: transparent linear-gradient(175deg, #4A8CD5 0%, #082357 100%) 0% 0% no-repeat padding-box;
  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;
  margin: 0 0 0 0;
}
.key_visual_low h1 {
  font-family: "notoserifjp_medium";
  font-size: 2.1rem;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  line-height: 160%;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    top: -188px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 900px;
    margin: 0;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 900px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 900px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.webp") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.webp") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.webp") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    width: 1200px;
    height: 900px;
  }
  .key_visual .key_contents .key_text {
    position: absolute;
    top: 362px;
    width: 100%;
    font-family: "notoserifjp_semibold";
    font-size: 3.4rem;
    text-align: center;
    margin: 0;
    line-height: 170%;
    color: #757575;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  }
  .key_visual .key_contents .key_text span {
    font-size: 2.6rem;
  }
  .key_visual .key_contents .key_open {
    position: absolute;
    bottom: 52px;
    right: 40px;
  }
  .key_visual .key_contents .key_open .kot_text {
    color: #333333;
    font-family: "notoserifjp_bold";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    margin: 0 0 15px 0;
    text-shadow: 0 0 5px #ffffff;
  }
  .key_visual .key_contents .key_open .kot_text span {
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  }
  .key_visual .key_contents .key_open .kot_date {
    color: #0E3E9B;
    font-family: "notoserifjp_bold";
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
  }
  .key_visual .key_contents .key_open .kot_date .kot_small {
    font-size: 3.2rem;
  }
  .key_visual .key_contents .key_open .kot_date .kot_large {
    font-size: 5.5rem;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 120px;
    background: transparent linear-gradient(175deg, #4A8CD5 0%, #082357 100%) 0% 0% no-repeat padding-box;
    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;
    margin: 0 0 0 0;
  }
  .key_visual_low h1 {
    font-family: "notoserifjp_medium";
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    line-height: 100%;
    letter-spacing: 0.1em;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 60px;
    margin: -166px 0 0 0;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul {
    width: 1200px;
    height: 60px;
    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: 140px;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav.main_nav_pc ul li.treatment {
    width: 140px;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.doctor {
    width: 190px;
  }
  nav.main_nav_pc ul li.clinic {
    width: 180px;
  }
  nav.main_nav_pc ul li.first {
    width: 180px;
  }
  nav.main_nav_pc ul li::before {
    content: "";
    width: 1px;
    height: 20px;
    border-left: #555555 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 0;
  }
  nav.main_nav_pc ul li:last-child::after {
    content: "";
    width: 1px;
    height: 20px;
    border-right: #555555 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 0;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "notoserifjp_medium";
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 140%;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  nav.main_nav_pc ul li a span {
    font-size: 1rem;
    color: #E5D3B7;
  }
  nav.main_nav_pc ul li a:hover {
    letter-spacing: 0.3em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
    text-shadow: 0 0 10px #333333, 0 0 10px #333333, 0 0 10px #333333, 0 0 10px #333333, 0 0 10px #333333;
  }
  nav.main_nav_pc ul li a:hover span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
    text-shadow: 0 0 10px #333333, 0 0 10px #333333, 0 0 10px #333333, 0 0 10px #333333;
    letter-spacing: 0.3em;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 240px;
    position: relative;
    left: -50px;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    width: 240px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999;
    background-color: #ffffff;
    display: block;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    display: block;
    width: 240px;
    height: 40px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li::before {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li:last-child::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    width: 100%;
    height: 40px;
    text-decoration: none;
    text-align: center;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: normal;
    display: block;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #333333, 0 0 10px #333333, 0 0 10px #333333, 0 0 10px #333333, 0 0 10px #333333;
  }
  nav.main_nav_pc.mnp_low {
    margin: 10px 0 0 0;
  }
  .nav_add {
    position: fixed;
    top: 0;
    z-index: 9999999999;
    margin: 0 !important;
  }
}
/* -----------------------------------------------------------
　お知らせCSS
----------------------------------------------------------- */
.notice_frame {
  width: 96%;
  margin: 0 auto 4rem auto;
}
.notice_frame .notice_frame_in {
  width: 100%;
}
.notice_frame .notice_frame_in h2.notice_title {
  width: 80%;
  height: 25vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a8cd5+0,082357+100 */
  background: rgb(74, 140, 213); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(74, 140, 213)), to(rgb(8, 35, 87)));
  background: linear-gradient(to bottom, rgb(74, 140, 213) 0%, rgb(8, 35, 87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8cd5', endColorstr='#082357', GradientType=0); /* IE6-9 */
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  line-height: 140%;
  position: relative;
  overflow: visible;
  letter-spacing: 0.1em;
}
.notice_frame .notice_frame_in h2.notice_title span {
  font-size: 2.2rem;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  color: #ffffff;
  display: block;
  line-height: 140%;
  opacity: 1;
  margin: 0 0 0 30vw;
  letter-spacing: 0.1em;
  text-align: left;
}
.notice_frame .notice_frame_in h2.notice_title span span {
  font-size: 1rem;
  margin: 0;
  color: #949494;
  text-align: left;
}
.notice_frame .notice_frame_in .notice_box {
  width: 96%;
  height: auto;
  margin: -6vw 0 0 4%;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EFF4FE;
}
.notice_frame .notice_frame_in .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 94%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_frame_in .notice_box dl dt {
  color: #0E3E9B;
  margin: 2rem 0 0.8rem 0;
  padding: 1.8rem 0 0 2rem;
  font-family: "notoserifjp_bold";
  font-size: 1.5rem;
  font-weight: bold;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
  line-height: 130%;
  border-top: #C3C3C3 1px dashed;
  position: relative;
}
.notice_frame .notice_frame_in .notice_box dl dt .date {
  font-size: 1.4rem;
  margin: 0 0.5rem 0 0;
}
.notice_frame .notice_frame_in .notice_box dl dt::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 0.7em #0E3E9B;
  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_frame .notice_frame_in .notice_box dl dt:first-child {
  border-top: none;
  padding: 0 0.4rem 0 2rem;
}
.notice_frame .notice_frame_in .notice_box dl dt:first-child::before {
  top: 0.4rem;
}
.notice_frame .notice_frame_in .notice_box dl dt.close::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.notice_frame .notice_frame_in .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  display: none;
}
.notice_frame .notice_frame_in .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_frame_in .notice_box dl dd p {
  color: #333333;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 130%;
}
.notice_frame .notice_frame_in .notice_box dl dd p a {
  color: #333333;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 1200px;
    margin: 0 auto 67px auto;
  }
  .notice_frame .notice_frame_in {
    width: 1070px;
    height: 442px;
    margin: 0 0 0 130px;
    position: relative;
    background-color: #EFF4FE;
    overflow: visible;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_frame_in::before {
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a8cd5+0,082357+100 */
    background: rgb(74, 140, 213); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(74, 140, 213)), to(rgb(8, 35, 87)));
    background: linear-gradient(to bottom, rgb(74, 140, 213) 0%, rgb(8, 35, 87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8cd5', endColorstr='#082357', GradientType=0); /* IE6-9 */
    width: 600px;
    height: 345px;
    position: absolute;
    top: 40px;
    left: -600px;
  }
  .notice_frame .notice_frame_in::after {
    content: "";
    background-color: #EFF4FE;
    width: 600px;
    height: 442px;
    position: absolute;
    top: 0;
    right: -600px;
  }
  .notice_frame .notice_frame_in h2.notice_title {
    width: 250px;
    height: 345px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a8cd5+0,082357+100 */
    background: rgb(74, 140, 213); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(74, 140, 213)), to(rgb(8, 35, 87)));
    background: linear-gradient(to bottom, rgb(74, 140, 213) 0%, rgb(8, 35, 87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8cd5', endColorstr='#082357', GradientType=0); /* IE6-9 */
    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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0 0 -130px;
    line-height: 140%;
    position: relative;
    top: 40px;
    overflow: visible;
    letter-spacing: 0.2em;
  }
  .notice_frame .notice_frame_in h2.notice_title span {
    font-size: 3rem;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    color: #ffffff;
    display: block;
    line-height: 140%;
    opacity: 1;
    margin: 0 0 0 28px;
    letter-spacing: 0.2em;
  }
  .notice_frame .notice_frame_in h2.notice_title span span {
    font-size: 1.4rem;
    margin: 0;
  }
  .notice_frame .notice_frame_in .notice_box {
    width: 860px;
    height: 330px;
    margin: 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 42px;
    left: 156px;
  }
  .notice_frame .notice_frame_in .notice_box dl {
    height: auto;
    margin: 0 0 0 0;
    width: 850px;
    height: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-wrap: break-word;
    padding: 0 0 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_frame_in .notice_box dl dt {
    color: #0E3E9B;
    margin: 20px 0 8px 0;
    padding: 10px 20px 0 25px;
    font-family: "notoserifjp_bold";
    font-size: 1.8rem;
    text-align: justify;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    border-top: #C3C3C3 1px dashed;
    position: relative;
  }
  .notice_frame .notice_frame_in .notice_box dl dt .date {
    font-size: 1.6rem;
    margin: 0 10px 0 0;
  }
  .notice_frame .notice_frame_in .notice_box dl dt::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 0.4em #0E3E9B;
    border-left: solid 0.4em transparent;
    border-right: solid 0.4em transparent;
    margin: auto;
    left: 0;
    top: 19px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_frame_in .notice_box dl dt:first-child {
    border-top: none;
    margin: 0 0 8px 0;
    padding: 0 0 0 25px;
  }
  .notice_frame .notice_frame_in .notice_box dl dt:first-child::before {
    top: 9px;
  }
  .notice_frame .notice_frame_in .notice_box dl dt.close::before {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame .notice_frame_in .notice_box dl dd {
    margin: 0 0 1rem 0;
    padding: 0 20px 0 23px;
    display: none;
  }
  .notice_frame .notice_frame_in .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_frame_in .notice_box dl dd p {
    margin: 0 0 20px 0;
    color: #333333;
    font-size: 1.6rem;
    line-height: 120%;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    text-align: justify;
  }
  .notice_frame .notice_frame_in .notice_box dl dd p a {
    color: #333333;
  }
}
/* -----------------------------------------------------------
　スタッフ募集
----------------------------------------------------------- */
.recruit_frame {
  width: 96%;
  margin: 4rem auto;
}
.recruit_frame a {
  display: block;
  width: 100%;
  height: 50vw;
  margin: 0 auto;
  background: url("../img/a_bana_recruit.jpg") no-repeat;
  background-position: left -55vw top;
  background-size: cover;
  position: relative;
  text-decoration: none;
  border: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit_frame a .recruit_text1 {
  position: absolute;
  top: 18vw;
  text-align: center;
  display: block;
  font-family: "notoserifjp_medium";
  font-size: 2rem;
  color: #002876;
  width: 100%;
  letter-spacing: 0.8em;
  padding: 0 0 0 6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit_frame a .recruit_text2 {
  position: absolute;
  top: 26vw;
  text-align: center;
  display: block;
  font-family: "notoserifjp_medium";
  font-size: 1.4rem;
  color: #002876;
  width: 100%;
}
.recruit_frame a .recruit_text3 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 0.5rem;
  font-family: "notoserifjp_medium";
  font-size: 1.2rem;
  color: #ffffff;
  background: #002876;
}

@media screen and (min-width: 768px), print {
  .recruit_frame {
    width: 960px;
    margin: 60px auto 67px auto;
  }
  .recruit_frame a {
    display: block;
    width: 960px;
    height: 180px;
    margin: 0;
    padding: 4.5rem 0;
    background: url("../img/a_bana_recruit.jpg") no-repeat;
    background-position: left -10rem top;
    background-size: cover;
    position: relative;
    text-decoration: none;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .recruit_frame a .recruit_text1 {
    position: static;
    text-align: center;
    display: block;
    font-family: "notoserifjp_medium";
    font-size: 3.6rem;
    line-height: 1.5;
    color: #002876;
    width: auto;
    letter-spacing: 0.33em;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recruit_frame a .recruit_text2 {
    position: sticky;
    top: 110px;
    right: 263px;
    text-align: center;
    display: block;
    font-family: "notoserifjp_medium";
    font-size: 2rem;
    color: #002876;
    width: auto;
    letter-spacing: 0.27em;
  }
  .recruit_frame a .recruit_text3 {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 1.5rem;
    font-family: "notoserifjp_medium";
    font-size: 1.6rem;
    color: #ffffff;
    background: #002876;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit_frame a .recruit_text3 i {
    font-size: 2rem;
    margin: 0 0 0 -0.5rem;
  }
  .recruit_frame a:hover {
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/* -----------------------------------------------------------
　専門ページバナー追加
----------------------------------------------------------- */
.bnr_frame {
  width: 96%;
  margin: 4rem auto;
}
.bnr_frame a {
  display: block;
  width: 100%;
  height: 36vw;
  margin: 0 auto;
  background-position: left -55vw top;
  background-size: cover;
  position: relative;
  text-decoration: none;
  border: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bnr_frame a.bnr_def {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3.8rem 0;
}
.bnr_frame a .bnr_text1 {
  position: absolute;
  top: 5vw;
  right: 1rem;
  background: rgba(255, 255, 255, 0.5);
  text-align: right;
  display: block;
  font-family: "notoserifjp_medium";
  text-shadow: 0px 0px 20px rgb(255, 255, 255); /* 白いぼかしを適用 */
  font-size: 1.8rem;
  line-height: 1.4;
  color: #002876;
  width: 100%;
  letter-spacing: 0.8em;
  padding: 0 0 0 6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bnr_frame a .bnr_text2 {
  position: absolute;
  top: 26vw;
  text-align: center;
  display: block;
  font-family: "notoserifjp_medium";
  font-size: 1.4rem;
  color: #002876;
  width: 100%;
}
.bnr_frame a .bnr_text3 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 0.5rem;
  font-family: "notoserifjp_medium";
  font-size: 1.2rem;
  color: #ffffff;
  background: #002876;
}
.bnr_frame a .bnr_text4 {
  display: inline-block;
  text-align: center;
  font-family: "notoserifjp_medium";
  text-shadow: 0px 0px 20px rgb(255, 255, 255); /* 白いぼかしを適用 */
  font-size: 1.8rem;
  line-height: 1.4;
  color: #002876;
  width: 100%;
  letter-spacing: 0.1em;
}
.bnr_frame a.bnr_01 {
  background: url("../img/bnr_01.png") no-repeat;
  margin-bottom: 4rem;
}
.bnr_frame a.bnr_02 {
  background: url("../img/bnr_02.png") no-repeat;
}

@media screen and (min-width: 768px), print {
  .bnr_frame {
    width: 960px;
    margin: 60px auto 67px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 4rem;
  }
  .bnr_frame a {
    display: block;
    width: 460px;
    height: 180px;
    margin: 0;
    padding: 4.5rem 0;
    background-position: left top;
    background-size: cover;
    position: relative;
    text-decoration: none;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bnr_frame a .bnr_text1 {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.5);
    text-align: right;
    display: block;
    text-shadow: 10px 10px 20px rgb(255, 255, 255); /* 白いぼかしを適用 */
    font-family: "notoserifjp_medium";
    font-size: 3rem;
    line-height: 1.5;
    color: #002876;
    width: auto;
    letter-spacing: 0.33em;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bnr_frame a .bnr_text2 {
    position: sticky;
    top: 110px;
    right: 263px;
    text-align: center;
    display: block;
    font-family: "notoserifjp_medium";
    font-size: 2rem;
    color: #002876;
    width: auto;
    letter-spacing: 0.27em;
  }
  .bnr_frame a .bnr_text3 {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 1.5rem;
    font-family: "notoserifjp_medium";
    font-size: 1.6rem;
    color: #ffffff;
    background: #002876;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bnr_frame a .bnr_text3 i {
    font-size: 2rem;
    margin: 0 0 0 -0.5rem;
  }
  .bnr_frame a .bnr_text4 {
    font-size: 3rem;
  }
  .bnr_frame a:hover {
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bnr_frame a.bnr_01 {
    background: url("../img/bnr_01.png") no-repeat;
  }
  .bnr_frame a.bnr_02 {
    background: url("../img/bnr_02.png") no-repeat;
  }
}
/* -----------------------------------------------------------
　EPARKバナー
----------------------------------------------------------- */
.eparkbana {
  text-decoration: none;
  display: block;
  width: 96%;
  margin: 0 auto 0 auto;
}
.eparkbana img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .eparkbana {
    text-decoration: none;
    display: block;
    width: 384px;
    margin: 0 auto 67px auto;
  }
  .eparkbana img {
    width: 100%;
  }
  .eparkbana:hover {
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/treatment_bg.svg") no-repeat;
  background-position: right bottom -10rem;
  background-size: 80%;
}
.treatment_frame ul.treatment_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;
  list-style-type: none;
}
.treatment_frame ul.treatment_list li {
  width: 48%;
  margin: 0 0 1rem 0;
}
.treatment_frame ul.treatment_list li a {
  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;
  text-decoration: none;
  width: 100%;
  background-color: #F1F4F9;
  color: #002876;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "notoserifjp_medium";
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.treatment_frame ul.treatment_list li a small {
  font-size: 85%;
  display: inline-block;
  margin-top: 0.2em;
}
.treatment_frame ul.treatment_list li a::before {
  content: "";
  width: 10rem;
  height: 10rem;
  margin: 0 0 3rem 0;
}
.treatment_frame ul.treatment_list li.general_dentistry a::before {
  background: url("../img/icon_01.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.precision_root_canal_treatment a::before {
  background: url("../img/icon_02.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.aesthetic a::before {
  background: url("../img/icon_11.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.preventive_dentistry a::before {
  background: url("../img/icon_03.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.orthodontics a::before {
  background: url("../img/icon_04.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.periodontal_disease_treatment a::before {
  background: url("../img/icon_05.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.pediatric_dentistry a::before {
  background: url("../img/icon_06.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.oral_surgery a::before {
  background: url("../img/icon_07.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.prosthetic_treatment a::before {
  background: url("../img/icon_08.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.implant a::before {
  background: url("../img/icon_09.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.whitening a::before {
  background: url("../img/icon_10.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.sleep_splint a::before {
  background: url("../img/icon_12.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.mouthpiece a::before {
  background: url("../img/icon_13.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.botox a::before {
  background: url("../img/icon_14.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}
.treatment_frame ul.treatment_list li.professional-care a::before {
  background: url("../img/icon_15.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 120px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/treatment_bg.svg") no-repeat;
    background-position: right bottom -404px;
    background-size: 1230px;
    overflow: hidden;
  }
  .treatment_frame ul.treatment_list {
    width: 1160px;
    margin: 48px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
    gap: 40px 10px;
  }
  .treatment_frame ul.treatment_list li {
    width: calc((100% - 40px) / 5);
    height: 250px;
    margin: 0;
  }
  .treatment_frame ul.treatment_list li a {
    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;
    text-decoration: none;
    width: 100%;
    background-color: #F1F4F9;
    color: #002876;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "notoserifjp_medium";
    font-size: 2rem;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_frame ul.treatment_list li a small {
    font-size: 1.8rem;
  }
  .treatment_frame ul.treatment_list li a::before {
    content: "";
    width: 130px;
    height: 130px;
    margin: 0 0 38px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_frame ul.treatment_list li a:hover {
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
  }
  .treatment_frame ul.treatment_list li a:hover::before {
    content: "";
    width: 130px;
    height: 130px;
    background-size: 140px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_frame ul.treatment_list li.general_dentistry a::before {
    background: url("../img/icon_01.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.precision_root_canal_treatment a::before {
    background: url("../img/icon_02.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.aesthetic a::before {
    background: url("../img/icon_11.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.preventive_dentistry a::before {
    background: url("../img/icon_03.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.orthodontics a::before {
    background: url("../img/icon_04.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.periodontal_disease_treatment a::before {
    background: url("../img/icon_05.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.pediatric_dentistry a::before {
    background: url("../img/icon_06.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.oral_surgery a::before {
    background: url("../img/icon_07.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.prosthetic_treatment a::before {
    background: url("../img/icon_08.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.implant a::before {
    background: url("../img/icon_09.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.whitening a::before {
    background: url("../img/icon_10.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
  .treatment_frame ul.treatment_list li.sleep_splint a::before {
    background: url("../img/icon_12.svg") no-repeat;
    background-position: center center;
    background-size: 130px;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F2F0E6;
}
.features_frame ul.feature_list {
  list-style-type: none;
  width: 80%;
  margin: 2rem auto 0 auto;
}
.features_frame ul.feature_list li {
  width: 100%;
  margin: 0 0 6rem 0;
}
.features_frame ul.feature_list li .feature_box {
  width: 100%;
  position: relative;
  display: block;
}
.features_frame ul.feature_list li .feature_box .feature_no {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2.2rem;
  color: #ffffff;
  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;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a8cd5+0,082357+100 */
  background: rgb(74, 140, 213); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(74, 140, 213)), to(rgb(8, 35, 87)));
  background: linear-gradient(to bottom, rgb(74, 140, 213) 0%, rgb(8, 35, 87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8cd5', endColorstr='#082357', GradientType=0); /* IE6-9 */
}
.features_frame ul.feature_list li .feature_box img {
  width: 100%;
  height: auto;
}
.features_frame ul.feature_list li .feature_box .feature_sub_title {
  color: #846F50;
  font-family: "notoserifjp_bold";
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 1.5rem 0 1rem 0;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #846F50 1px solid;
}
.features_frame ul.feature_list li .feature_box .feature_text {
  font-size: 1.4rem;
  width: 90%;
  margin: 0 auto;
}
.features_frame dl {
  width: 80%;
  margin: 2rem auto 6rem;
  border: #846F50 1px solid;
  padding: 2rem;
}
.features_frame dl dt {
  cursor: pointer;
  color: #846F50;
  line-height: 1.6;
  font-family: "notoserifjp_bold";
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 1.5rem 0 1rem 0;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_frame dl dt span {
  border-bottom: #846F50 1px solid;
}
.features_frame dl dd {
  font-size: 1.4rem;
  width: 90%;
  margin: 0 auto;
  display: none;
}
.features_frame.nobackground {
  background: none;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F2F0E6;
  }
  .features_frame ul.feature_list {
    list-style-type: none;
    width: 1160px;
    margin: 28px 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;
  }
  .features_frame ul.feature_list li {
    width: 360px;
    margin: 0 0 56px 0;
  }
  .features_frame ul.feature_list li .feature_box {
    width: 100%;
    position: relative;
    display: block;
  }
  .features_frame ul.feature_list li .feature_box .feature_no {
    position: absolute;
    top: 0;
    left: 30px;
    width: 60px;
    height: 60px;
    font-size: 3rem;
    color: #ffffff;
    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;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a8cd5+0,082357+100 */
    background: rgb(74, 140, 213); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(74, 140, 213)), to(rgb(8, 35, 87)));
    background: linear-gradient(to bottom, rgb(74, 140, 213) 0%, rgb(8, 35, 87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8cd5', endColorstr='#082357', GradientType=0); /* IE6-9 */
  }
  .features_frame ul.feature_list li .feature_box img {
    width: 300px;
    display: block;
    margin: 0 auto;
    height: auto;
  }
  .features_frame ul.feature_list li .feature_box .feature_sub_title {
    color: #846F50;
    font-family: "notoserifjp_bold";
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    width: 300px;
    margin: 18px auto 12px auto;
    padding: 0 0 14px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #846F50 1px solid;
  }
  .features_frame ul.feature_list li .feature_box .feature_text {
    font-size: 1.6rem;
    width: 280px;
    margin: 0 auto;
    letter-spacing: 0;
  }
  .features_frame dl {
    width: 1159px;
    margin: 2rem auto 6rem;
    border: #846F50 1px solid;
    padding: 1.9rem;
  }
  .features_frame dl dt {
    cursor: pointer;
    color: #846F50;
    font-family: "notoserifjp_bold";
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin: 18px auto 12px auto;
    padding: 0 0 14px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame dl dt span {
    border-bottom: #846F50 1px solid;
  }
  .features_frame dl dd {
    font-size: 1.6rem;
    margin: 0 auto;
    letter-spacing: 0;
    display: none;
  }
}
/* -----------------------------------------------------------
　来院される患者様へ
----------------------------------------------------------- */
.concept_frame {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/treatment_bg.svg") no-repeat;
  background-position: right bottom -10rem;
  background-size: 80%;
}
.concept_frame .sentence {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .concept_frame {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 120px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/treatment_bg.svg") no-repeat;
    background-position: right bottom -404px;
    background-size: 1230px;
    overflow: hidden;
  }
  .concept_frame .sentence {
    width: 1160px;
    margin: 28px auto 0 auto;
  }
}
/* -----------------------------------------------------------
　提携病院・医院・歯科医院
----------------------------------------------------------- */
.affiliated_hospital_frame {
  width: 100%;
  margin: 0;
  padding: 1rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EFF4FE;
}
.affiliated_hospital_frame .affiliated_hospital_box {
  width: 96%;
  margin: 2rem auto 0 auto;
  background-color: #DCE3EF;
  border: #002876 1px solid;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.affiliated_hospital_frame .affiliated_hospital_box ul {
  list-style: none;
  width: 96%;
  margin: 0 auto;
}
.affiliated_hospital_frame .affiliated_hospital_box ul li {
  background-color: #F8F7F5;
  margin: 0 0 2rem 0;
}
.affiliated_hospital_frame .affiliated_hospital_box ul li a {
  width: 100%;
  height: 18vw;
  text-decoration: none;
  color: #ffffff;
  font-family: "notoserifjp_semibold";
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 110%;
  background: transparent linear-gradient(169deg, #4A8CD5 0%, #082357 100%) 0% 0% no-repeat padding-box;
  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;
  border-top: #ffffff 0.8rem solid;
}
.affiliated_hospital_frame .affiliated_hospital_box ul li a i {
  width: 15%;
  text-align: center;
}
.affiliated_hospital_frame .affiliated_hospital_box ul li a span {
  width: 85%;
}
.affiliated_hospital_frame .affiliated_hospital_box ul li a span span {
  width: 100%;
  font-size: 1.1rem;
}
.affiliated_hospital_frame .affiliated_hospital_box ul li p {
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 160%;
}
.affiliated_hospital_frame .affiliated_hospital_box ul li:last-child {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .affiliated_hospital_frame {
    width: 100%;
    margin: 0;
    padding: 50px 0 120px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #EFF4FE;
  }
  .affiliated_hospital_frame .affiliated_hospital_box {
    width: 1174px;
    margin: 50px auto 0 auto;
    background-color: #DCE3EF;
    border: #002876 1px solid;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .affiliated_hospital_frame .affiliated_hospital_box ul {
    list-style: none;
    width: 1120px;
    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;
    margin: 0 auto;
    gap: 0 20px;
  }
  .affiliated_hospital_frame .affiliated_hospital_box ul li {
    background-color: #F8F7F5;
    margin: 0 0 30px 0;
    width: 360px;
    height: 180px;
  }
  .affiliated_hospital_frame .affiliated_hospital_box ul li a {
    width: 100%;
    height: 70px;
    text-decoration: none;
    color: #ffffff;
    font-family: "notoserifjp_semibold";
    font-size: 2rem;
    font-weight: normal;
    line-height: 110%;
    letter-spacing: 0.2rem;
    background: transparent linear-gradient(169deg, #4A8CD5 0%, #082357 100%) 0% 0% no-repeat padding-box;
    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;
    border-top: #ffffff 10px solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .affiliated_hospital_frame .affiliated_hospital_box ul li a i {
    width: 50px;
    text-align: center;
  }
  .affiliated_hospital_frame .affiliated_hospital_box ul li a span {
    width: 310px;
  }
  .affiliated_hospital_frame .affiliated_hospital_box ul li a span span {
    width: 100%;
    font-size: 1.4rem;
  }
  .affiliated_hospital_frame .affiliated_hospital_box ul li a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
  }
  .affiliated_hospital_frame .affiliated_hospital_box ul li p {
    margin: 0;
    padding: 12px 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 170%;
  }
  .affiliated_hospital_frame .affiliated_hospital_box ul li:last-child {
    margin: 0;
  }
  .affiliated_hospital_frame .affiliated_hospital_box ul li:nth-child(4) {
    margin: 0;
  }
  .affiliated_hospital_frame .affiliated_hospital_box ul li:nth-child(5) {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　インスタグラム
----------------------------------------------------------- */
.instagram_frame {
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.instagram_frame ul.insta_list {
  width: 96%;
  margin: 0 auto;
  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;
}
.instagram_frame ul.insta_list li {
  margin: 0 0 0 0;
  width: 50%;
  list-style-type: none;
}
.instagram_frame ul.insta_list li a {
  display: block;
  text-decoration: none;
  color: #333333;
  width: 100%;
  height: 45vw;
  position: relative;
  overflow: hidden;
}
.instagram_frame ul.insta_list li a img {
  width: 100%;
  height: auto;
}
.instagram_frame ul.insta_list li a span.c {
  display: none;
}
.instagram_frame ul.insta_list li a span.c span.like {
  display: block;
  font-size: 1rem;
  margin: 0 1rem 0 0;
}
.instagram_frame ul.insta_list li a span.c span.like::before {
  font-family: "fontello";
  content: "\e805";
  margin: 0 0.2rem 0 0;
}
.instagram_frame ul.insta_list li a span.c span.comme {
  display: block;
  font-size: 1rem;
}
.instagram_frame ul.insta_list li a span.c span.comme::before {
  font-family: "fontello";
  content: "\f4ac";
  margin: 0 0.2rem 0 0;
}
.instagram_frame ul.insta_list li a:hover span.c {
  position: absolute;
  top: 0;
  left: 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: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 28.5vw;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

@media screen and (min-width: 768px), print {
  .instagram_frame {
    padding: 50px 0 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .instagram_frame ul.insta_list {
    width: 1000px;
    margin: 50px auto 0 auto;
    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;
  }
  .instagram_frame ul.insta_list li {
    margin: 0 0 0 0;
    width: 200px;
    list-style-type: none;
  }
  .instagram_frame ul.insta_list li a {
    display: block;
    text-decoration: none;
    color: #333333;
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  .instagram_frame ul.insta_list li a img {
    width: 200px;
  }
  .instagram_frame ul.insta_list li a span.c {
    display: none;
  }
  .instagram_frame ul.insta_list li a span.c span.like {
    display: block;
    font-size: 1.8rem;
    margin: 0 1rem 0 0;
  }
  .instagram_frame ul.insta_list li a span.c span.like::before {
    font-family: "fontello";
    content: "\e805";
    margin: 0 0.5rem 0 0;
  }
  .instagram_frame ul.insta_list li a span.c span.comme {
    display: block;
    font-size: 1.8rem;
  }
  .instagram_frame ul.insta_list li a span.c span.comme::before {
    font-family: "fontello";
    content: "\f4ac";
    margin: 0 0.5rem 0 0;
  }
  .instagram_frame ul.insta_list li a:hover span.c {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 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: nowrap;
        flex-wrap: nowrap;
    width: 200px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.bana_box {
  margin: 0 auto 1rem auto;
}
.bana_box .bana_img {
  width: 96%;
  display: block;
  text-decoration: none;
  margin: 0 auto 1rem auto;
}
.bana_box .bana_img img {
  width: 100%;
  height: auto;
}
.bana_box .bana_img2 {
  width: 96%;
  display: block;
  text-decoration: none;
  margin: 0 auto 1rem auto;
}
.bana_box .bana_img2 img {
  width: 100%;
  height: auto;
}

.doctor {
  margin: 0 auto 5rem auto;
}
.doctor .bana_img {
  width: 96%;
  display: block;
  text-decoration: none;
  margin: 0 auto 1rem auto;
}
.doctor .bana_img img {
  width: 100%;
  height: auto;
}
.doctor .bana_img2 {
  width: 96%;
  display: block;
  text-decoration: none;
  margin: 0 auto 1rem auto;
}
.doctor .bana_img2 img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .bana_box {
    width: 1021px;
    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;
    margin: 0 auto 0 auto;
  }
  .bana_box .bana_img {
    width: 500px;
    display: block;
    text-decoration: none;
    margin: 0 0 10px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bana_box .bana_img img {
    width: 100%;
    height: auto;
  }
  .bana_box .bana_img:hover {
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bana_box .bana_img2 {
    width: 500px;
    display: block;
    text-decoration: none;
    margin: 0 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bana_box .bana_img2 img {
    width: 100%;
    height: auto;
  }
  .bana_box .bana_img2:hover {
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bana_box.-justify_content_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bana_box.-align-items_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bana_box.-gap {
    gap: 1.2em;
  }
  .bana_box.-gap .bana_img {
    margin: initial !important;
  }
  .doctor .bana_box {
    width: 1021px;
    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;
    margin: 40px auto 20px auto;
  }
  .doctor .bana_box .bana_img {
    width: 500px;
    display: block;
    text-decoration: none;
    margin: 0 0 10px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .doctor .bana_box .bana_img img {
    width: 100%;
  }
  .doctor .bana_box .bana_img:hover {
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .doctor .bana_box .bana_img2 {
    width: 500px;
    display: block;
    text-decoration: none;
    margin: 0 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .doctor .bana_box .bana_img2 img {
    width: 100%;
  }
  .doctor .bana_box .bana_img2:hover {
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .doctor .bana_box .h_bnr:hover {
    -webkit-box-shadow: 0 0 10px #333333;
            box-shadow: 0 0 10px #333333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　地図
----------------------------------------------------------- */
iframe.googlemap {
  width: 100%;
  height: 500px;
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  iframe.googlemap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background: url("../img/overview_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}
.overview .overview_box .overview_logo {
  width: 60%;
  margin: 0 auto 0 auto;
  display: block;
}
.overview .overview_box .overview_logo img {
  width: 100%;
  margin: -1rem 0 0 0;
}
.overview .overview_box {
  /*左側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
}
.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%;
  font-family: "notoserifjp_semibold";
  font-size: 1.2rem;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 25%;
  margin: 0 0 1rem 0;
  color: #002876;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt::before {
  font-family: "fontello";
  content: "\f006";
  margin: 0 0.2rem 0 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 75%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd a {
  color: #333333;
  text-decoration: none;
}
.overview .overview_box {
  /*右側*/
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right .overview_timetable {
  width: 96%;
  margin: 0 auto;
}
.overview .footer_frame {
  display: none;
  /*
  width: 96%;
  margin: 0 auto;    
  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;      
  }    
  */
}
.overview.overview_access {
  display: none;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    height: 715px;
    background: url("../img/overview_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 90px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box {
    width: 1200px;
    height: 540px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_box .overview_logo {
    width: 1200px;
    height: 136px;
    margin: 0 0 4rem 0;
    display: block;
    text-align: center;
  }
  .overview .overview_box .overview_logo img {
    width: 288px;
    display: block;
    margin: -13px auto 0 auto;
  }
  .overview .overview_box {
    /*左側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 490px;
    margin: -25px 0 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 490px;
    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%;
    font-family: "notoserifjp_semibold";
    font-size: 1.6rem;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 117px;
    margin: 0 0 8px 0;
    color: #002876;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt::before {
    font-family: "fontello";
    content: "\f006";
    margin: 0 0.2rem 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 373px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333333;
    font-family: "notoserifjp_semibold";
    font-size: 1.6rem;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd a {
    color: #333333;
    text-decoration: none;
  }
  .overview .overview_box {
    /*右側*/
  }
  .overview .overview_box .overview_info_box_right {
    width: 490px;
    margin: -25px 0 0 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable {
    width: 100%;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable {
    width: 450px !important;
    margin: 0 0 0 46px;
    overflow: visible;
  }
  .overview .overview_box .overview_info_box_right .overview_timetable table.timetable tbody {
    width: 450px;
  }
  .overview .footer_frame {
    display: block;
    width: calc(1200px - 10rem);
    margin: 90px auto 0 auto;
  }
  .overview .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.4rem;
    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-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .footer_frame ul.footer_list li {
    width: auto;
    margin: 0 10px 24px 0;
    padding: 0 10px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
  }
  .overview .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .overview .footer_frame ul.footer_list li a span {
    display: none;
  }
  .overview .footer_frame ul.footer_list li a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
  }
  .overview .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  .overview .footer_frame ul.footer_list li:first-child {
    border-left: #ffffff 1px solid;
    padding: 0 10px;
  }
  .overview .footer_frame .subtitle {
    display: none;
  }
  .overview.overview_access {
    display: block;
    width: 100%;
    height: 200px;
    background: url("../img/overview_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 50px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview.overview_access .footer_frame {
    display: block;
    width: calc(1200px - 10rem);
    margin: 0 auto 0 auto;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #002876;
}
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;
  z-index: 999999;
}
.footer_link a {
  height: 12vw;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a8cd5+0,082357+100 */
  background: rgb(74, 140, 213); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(74, 140, 213)), to(rgb(8, 35, 87)));
  background: linear-gradient(to bottom, rgb(74, 140, 213) 0%, rgb(8, 35, 87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8cd5', endColorstr='#082357', GradientType=0); /* IE6-9 */
}
.footer_link a.footer_tel {
  width: 50%;
  border-right: #ffffff 1px solid;
}
.footer_link a.footer_tel i {
  color: #ffffff;
}
.footer_link a.footer_reserve {
  width: 30%;
  border-right: #ffffff 1px solid;
}
.footer_link .smoothScrolls {
  width: 20%;
  font-size: 1.6rem;
}
.footer_link .smoothScrolls a {
  width: 100%;
}

.float_tel {
  display: none;
}

@media screen and (min-width: 768px), print {
  footer {
    height: 30px;
    width: 100%;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    height: 30px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #002876;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .copyright a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
  }
  .footer_link {
    display: none;
  }
  .float_tel {
    position: fixed;
    display: block;
    right: 2%;
    bottom: 84px;
    z-index: 100;
    width: 268px;
    height: 92px;
    background-color: #ffffff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .float_tel p {
    text-align: center;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
  .float_tel p.tit {
    font-size: 1.6rem;
    margin: 0 0 0.5rem 0;
  }
  .float_tel p span {
    font-size: 3rem;
    font-weight: 600;
    color: #0E3E9B;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pagetop_position #linkpagetop a img {
    width: 50px;
    height: 50px;
  }
  #pagetop_position #linkpagetop a:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 18.5%;
    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: 20px;
    right: 2%;
    z-index: 999999;
  }
}
/* -----------------------------------------------------------
　本日の診療時間
----------------------------------------------------------- */
.schedule_box {
  position: fixed;
  left: 2%;
  bottom: 16vw;
  z-index: 99999999;
  width: 55%;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.schedule_box i {
  position: absolute;
  font-size: 1rem;
  top: 0.5rem;
  right: 0.5rem;
}
.schedule_box .schedule_title {
  text-align: center;
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}
.schedule_box .schedule_text {
  text-align: center;
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}
.schedule_box .title {
  background: linear-gradient(135deg, #4a8cd5 0%, #082357 100%);
  color: #ffffff;
  width: 96%;
  margin: 0 auto;
  font-size: 1.1rem;
  padding: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.schedule_box .time {
  font-size: 1rem;
  text-align: center;
  margin: 0.5rem 0;
}
.schedule_box.close_schedule {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px), print {
  .schedule_box {
    position: fixed;
    left: 2%;
    bottom: 20px;
    z-index: 99999999;
    width: 220px;
    height: 205px;
    background-color: #ffffff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .schedule_box i {
    position: absolute;
    font-size: 2rem;
    top: 6px;
    right: 6px;
  }
  .schedule_box .schedule_title {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 0 0.5rem 0;
  }
  .schedule_box .schedule_text {
    text-align: center;
    font-size: 1.4rem;
    margin: 0 0 0.5rem 0;
  }
  .schedule_box .title {
    background: linear-gradient(135deg, #4a8cd5 0%, #082357 100%);
    color: #ffffff;
    width: 188px;
    height: 28px;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
  }
  .schedule_box .time {
    font-size: 1.4rem;
    text-align: center;
    margin: 8px 0;
  }
  .schedule_box.close_schedule {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*# sourceMappingURL=style.css.map */