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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*水色*/
/*水色*/
/*水色*/
/*灰色*/
/*水色*/
/*濃いピンク*/
/*薄いピンク*/
/*影*/
/*ピンク*/
/*灰色*/
/*赤*/
/*黄色*/
/*黒*/
/*下層H1*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "zenkakugothicnew_regular";
  src: url(../font/ZenKakuGothicNew-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicnew_medium";
  src: url(../font/ZenKakuGothicNew-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicnew_bold";
  src: url(../font/ZenKakuGothicNew-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
/*共通モジュール*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.cf::after {
  clear: both;
}

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

.fl_r {
  float: right;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

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

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

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

@media screen and (min-width: 768px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/* Margin -------------------------------------- */
.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 2rem;
}

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

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 99999999;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #111111 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: #111111;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #111111 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: 100%;
}
.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: #111111;
  border-bottom: none;
  text-align: center;
  border-bottom: #111111 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/icon_arrow-right.svg") no-repeat;
  margin: 0.5rem 0.5rem 0 0;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg a::after {
  font-family: "fontello";
  content: "\f004";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment a::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}

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

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

 共通項目

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

h2.top_title {
  font-family: "zenkakugothicnew_medium";
  font-size: 2.2rem;
  font-weight: normal;
  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;
}
h2.top_title::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/icon_logo.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
h2.top_title span {
  font-size: 1.6rem;
  color: #00B8EE;
  display: block;
  margin: 0.3rem 0 0 0;
}
h2.low {
  font-family: "zenkakugothicnew_medium";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  margin: 4rem 0 2rem 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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
h2.low::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/icon_logo.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #ffffff;
  background-color: #00B8EE;
  font-family: "zenkakugothicnew_medium";
  font-size: 2rem;
  font-weight: normal;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
}
h3.low.red_title {
  background-color: #F7BDCF;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  background: url("../img/h4_bg.svg") no-repeat;
  background-size: 3px;
  background-position: left center;
  font-family: "zenkakugothicnew_medium";
  color: #111111;
  font-size: 1.9rem;
  font-weight: normal;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0 0 0.2rem 0.5rem;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  font-family: "zenkakugothicnew_medium";
  color: #00B8EE;
  font-size: 1.9rem;
  font-weight: normal;
  border-top: #00B8EE 1px solid;
  border-bottom: #00B8EE 1px solid;
  margin: 1.8rem 0 1.5rem 0;
  padding: 0.8rem 0 1rem 0.5rem;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h5.first {
  margin: 0 0 1rem 0;
}

h6.low {
  background: url("../img/h6_bg.svg") no-repeat;
  background-size: 1.6rem;
  background-position: left top 0.35rem;
  font-family: "zenkakugothicnew_medium";
  color: #111111;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 1.7rem 0 1.5rem 0;
  padding: 0 0 0 1.8rem;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h6.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    font-family: "zenkakugothicnew_medium";
    font-size: 4rem;
    font-weight: normal;
    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;
  }
  h2.top_title::before {
    content: "";
    display: block;
    width: 57px;
    height: 50px;
    background: url("../img/icon_logo.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 0 12px 0;
  }
  h2.top_title span {
    font-size: 1.8rem;
    color: #00B8EE;
    display: block;
    margin: 6px 0 0 0;
  }
  h2.low {
    font-family: "zenkakugothicnew_medium";
    font-size: 4rem;
    font-weight: normal;
    text-align: center;
    margin: 80px 0 30px 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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  h2.low::before {
    content: "";
    display: block;
    width: 57px;
    height: 50px;
    background: url("../img/icon_logo.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 0 12px 0;
  }
  h2.first {
    margin: 0 0 30px 0;
  }
  h3.low {
    color: #ffffff;
    background-color: #00B8EE;
    font-family: "zenkakugothicnew_medium";
    font-size: 3.2rem;
    font-weight: normal;
    padding: 7px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 50px 0 15px 0;
    line-height: 160%;
  }
  h3.low.red_title {
    background-color: #F7BDCF;
  }
  h3.first {
    margin: 0 0 15px 0;
  }
  h4.low {
    background: url("../img/h4_bg.svg") no-repeat;
    background-size: 3px;
    background-position: left center;
    font-family: "zenkakugothicnew_medium";
    color: #111111;
    font-size: 2.6rem;
    font-weight: normal;
    margin: 50px 0 15px 0;
    padding: 0 0 5px 16px;
    line-height: 160%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h4.first {
    margin: 0 0 15px 0;
  }
  h5.low {
    font-family: "zenkakugothicnew_medium";
    color: #00B8EE;
    font-size: 2.2rem;
    font-weight: normal;
    border-top: #00B8EE 1px solid;
    border-bottom: #00B8EE 1px solid;
    margin: 50px 0 15px 0;
    padding: 2px 0 6px 10px;
    line-height: 160%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h5.first {
    margin: 0 0 15px 0;
  }
  h6.low {
    background: url("../img/h6_bg.svg") no-repeat;
    background-size: 15px;
    background-position: left top 9px;
    font-family: "zenkakugothicnew_medium";
    color: #111111;
    font-size: 2rem;
    font-weight: normal;
    margin: 50px 0 15px 0;
    padding: 0 0 0 22px;
    line-height: 160%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h6.first {
    margin: 0 0 1rem 0;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  font-family: "zenkakugothicnew_medium";
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #00B8EE;
  border: #00B8EE 1px solid;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr th:first-child {
  border-top-left-radius: 0.7rem;
}
table.timetable tr th:last-child {
  border-top-right-radius: 0.7rem;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #00B8EE;
  border-bottom: #00B8EE 1px solid;
  background-color: #ffffff;
}
table.timetable tr td i {
  font-size: 1.2rem;
  color: #00B8EE;
}
table.timetable tr td i.icon-play {
  display: block;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #111111;
}
table.timetable tr td:first-child {
  border-left: #00B8EE 1px solid;
}
table.timetable tr td:last-child {
  border-right: #00B8EE 1px solid;
}
table.timetable tr:last-child td:first-child {
  border-bottom-left-radius: 0.7rem;
}
table.timetable tr:last-child td:last-child {
  border-bottom-right-radius: 0.7rem;
}

dl.timetable_notice {
  margin: 0.8rem 0 0 0;
  width: 100%;
  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;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.2rem;
}
dl.timetable_notice dt {
  width: 20%;
  height: 6vw;
  color: #00B8EE;
  background-color: #ffffff;
  border: #00B8EE 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.5rem 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0.3rem;
  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;
}
dl.timetable_notice dt i {
  margin: 0.3rem 0 0 0;
}
dl.timetable_notice dt i.icon-play {
  display: block;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
dl.timetable_notice dd {
  width: 80%;
  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;
  padding: 0 0 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.5rem 0;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    font-family: "zenkakugothicnew_medium";
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #00B8EE;
    width: 10%;
    height: 40px;
    box-sizing: border-box;
    border: #00B8EE 1px solid;
  }
  table.timetable tr th.time {
    width: 30%;
    letter-spacing: 0.1em;
  }
  table.timetable tr th:first-child {
    border-top-left-radius: 10px;
  }
  table.timetable tr th:last-child {
    border-top-right-radius: 10px;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #00B8EE;
    height: 61px;
    box-sizing: border-box;
    border-bottom: #00B8EE 1px solid;
    background-color: #ffffff;
  }
  table.timetable tr td i {
    font-size: 1.8rem;
    color: #00B8EE;
  }
  table.timetable tr td i.icon-play {
    display: block;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  table.timetable tr td.time {
    text-align: center;
    color: #111111;
    font-size: 2rem;
  }
  table.timetable tr td:first-child {
    border-left: #00B8EE 1px solid;
  }
  table.timetable tr td:last-child {
    border-right: #00B8EE 1px solid;
  }
  table.timetable tr:last-child td:first-child {
    border-bottom-left-radius: 0.7rem;
  }
  table.timetable tr:last-child td:last-child {
    border-bottom-right-radius: 0.7rem;
  }
  dl.timetable_notice {
    margin: 10px 0 0 0;
    width: 570px;
    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;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
  }
  dl.timetable_notice dt {
    width: 100px;
    height: 30px;
    color: #00B8EE;
    background-color: #ffffff;
    border: #00B8EE 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 10px 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    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;
  }
  dl.timetable_notice dd {
    width: 470px;
    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;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 10px 0;
  }
}
/*テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #111111;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #00B8EE 1px solid;
}
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-bottom: #ffffff 1px solid;
  border-left: #00B8EE 1px solid;
  border-right: #00B8EE 1px solid;
  background-color: #00B8EE;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table tr td {
  width: 70%;
  padding: 1rem;
  border-bottom: #00B8EE 1px solid;
  border-right: #00B8EE 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #00B8EE 1px solid;
}
table.low_table tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #111111;
    font-family: "zenkakugothicnew_medium";
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #00B8EE 1px solid;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 0.5rem 0 0 0;
  }
  table.low_table tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #ffffff 1px solid;
    border-left: #00B8EE 1px solid;
    border-right: #00B8EE 1px solid;
    background-color: #00B8EE;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #00B8EE 1px solid;
    border-right: #00B8EE 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #00B8EE 1px solid;
  }
  table.low_table tr:last-child td {
    border-bottom-right-radius: 10px;
  }
}
/* -----------------------------------------------------------
　テーブルサブタイトル
----------------------------------------------------------- */
table.low_table_subtitle {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #111111;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #00B8EE 1px solid;
}
table.low_table_subtitle caption {
  caption-side: bottom;
  text-align: left;
  margin: 1rem 0 0 0;
}
table.low_table_subtitle tr th {
  width: 100%;
  border-bottom: #00B8EE 1px solid;
  border-left: #00B8EE 1px solid;
  border-right: #00B8EE 1px solid;
  background-color: #EBF9FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_subtitle tr th .sub_title {
  background-color: #00B8EE;
  color: #ffffff;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
table.low_table_subtitle tr th .sub_title.st_top {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle tr th .sub_text {
  background-color: #F5F5F5;
  color: #111111;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
table.low_table_subtitle tr td {
  width: 100%;
  padding: 0.5rem;
  border-bottom: #00B8EE 1px solid;
  border-left: #00B8EE 1px solid;
  border-right: #00B8EE 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
table.low_table_subtitle tr:first-child th {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle tr:last-child th {
  border-bottom-left-radius: 0.7rem;
}
table.low_table_subtitle tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

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

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

@media screen and (min-width: 768px), print {
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    color: #111111;
    font-family: "zenkakugothicnew_medium";
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0 0 0 0;
    line-height: 160%;
    border-radius: 0.7rem;
    border-top: #00B8EE 1px solid;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 160%;
  }
  table.low_table_slide tr th {
    width: auto;
    padding: 20px;
    border-bottom: #ffffff 1px solid;
    border-left: #00B8EE 1px solid;
    border-right: #00B8EE 1px solid;
    background-color: #00B8EE;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide tr td {
    width: auto;
    padding: 20px;
    border-bottom: #00B8EE 1px solid;
    border-right: #00B8EE 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  table.low_table_slide tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table_slide tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table_slide tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #00B8EE 1px solid;
  }
  table.low_table_slide tr:last-child td {
    border-bottom-right-radius: 10px;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #111111;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #00B8EE 1px solid;
  border-left: #00B8EE 1px solid;
  border-right: #00B8EE 1px solid;
  background-color: #00B8EE;
  color: #ffffff;
  -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 0.5rem;
  border-bottom: #00B8EE 1px solid;
  border-left: #00B8EE 1px solid;
  border-right: #00B8EE 1px solid;
  -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 td span {
  color: #00B8EE;
  font-size: 2.2rem;
  font-weight: bold;
}
table.low_table_spblock tr td span a {
  color: #00B8EE;
  text-decoration: none;
}
table.low_table_spblock tr:first-child th {
  border-top: #00B8EE 1px solid;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_spblock tr:last-child td {
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #111111;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
  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-bottom: #ffffff 1px solid;
    border-left: #00B8EE 1px solid;
    border-right: #00B8EE 1px solid;
    background-color: #00B8EE;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
  }
  table.low_table_spblock tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #00B8EE 1px solid;
    border-left: #00B8EE 1px solid;
    border-right: #00B8EE 1px solid;
    -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 td span {
    color: #00B8EE;
    font-size: 3rem;
    font-weight: bold;
  }
  table.low_table_spblock tr td span a {
    color: #00B8EE;
    text-decoration: none;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #00B8EE 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #00B8EE 1px solid;
  }
  table.low_table_spblock tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #00B8EE 1px solid;
  }
  table.low_table_spblock tr:last-child td {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
/*画像*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

@media screen and (min-width: 768px), print {
  .img_right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .img_right img {
    width: 400px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
}
/*リスト*/
/* 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.6rem;
  background-size: 0.8rem;
  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.6rem;
  background-size: 0.8rem;
  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.6rem;
  background-size: 0.8rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

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

dl.title_box2 {
  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%;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
dl.title_box2 dt {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #00B8EE 1px solid;
  border-right: #00B8EE 1px solid;
  border-bottom: #00B8EE 1px solid;
  text-align: center;
}
dl.title_box2 dt span {
  font-weight: bold;
  display: block;
}
dl.title_box2 dt .sub_title {
  background-color: #00B8EE;
  color: #ffffff;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.title_box2 dt .sub_text {
  background-color: #F5F5F5;
  color: #111111;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.title_box2 dt:first-child {
  border-top: #00B8EE 1px solid;
}
dl.title_box2 dt.top {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
dl.title_box2 dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-left: #414141 1px solid;
  border-right: #414141 1px solid;
  border-bottom: #414141 1px solid;
}
dl.title_box2.title_left dt {
  text-align: left;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 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.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 16px 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 16px 0;
  }
  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #00B8EE;
    color: #ffffff;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #00B8EE 1px solid;
    border-right: #00B8EE 1px solid;
    border-bottom: #00B8EE 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #00B8EE 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #00B8EE 1px solid;
    border-right: #00B8EE 1px solid;
    border-bottom: #00B8EE 1px solid;
  }
  dl.title_box dd:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  dl.title_box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box2 dt {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #414141 1px solid;
    border-right: #414141 1px solid;
    border-bottom: #414141 1px solid;
    text-align: center;
  }
  dl.title_box2 dt .sub_title {
    background-color: #ACE5FF;
    color: #ffffff;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.title_box2 dt .sub_text {
    background-color: #292941;
    color: #111111;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.title_box2 dt span {
    font-weight: bold;
    display: block;
  }
  dl.title_box2 dt:first-child {
    border-top: #414141 1px solid;
  }
  dl.title_box2 dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    border-left: #414141 1px solid;
    border-right: #414141 1px solid;
    border-bottom: #414141 1px solid;
  }
  dl.title_box2.title_left dt {
    text-align: left;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

/*強調*/
.emphasis {
  background-color: #EBF9FF;
  border-radius: 0.8rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis ul.mb_none {
  margin: 0;
}
.emphasis 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 0 0;
  line-height: 160%;
  width: 100%;
}
.emphasis dl.num_list dt {
  width: 8%;
  margin: 0 0 1rem 0;
}
.emphasis dl.num_list dd {
  width: 92%;
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #00B8EE;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  .arrow.red_arrow {
    border-top: 30px solid #E63462;
  }
  /*二列*/
  .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: #EBF9FF;
    border-radius: 10px;
    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;
  }
  .emphasis dl.num_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    line-height: 160%;
    width: 1160px;
  }
  .emphasis dl.num_list dt {
    width: 30px;
    margin: 0 0 8px 0;
  }
  .emphasis dl.num_list dd {
    width: 1130px;
    margin: 0 0 8px 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
  }
  .low_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4rem;
    font-weight: bold;
  }
  .low_tel span i {
    font-size: 4rem;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
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: #111111;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #111111;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: 1200px;
    margin: 20px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.8rem;
    color: #111111;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.8rem;
    color: #111111;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #111111;
  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: #111111;
    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: #ACE5FF 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #00B8EE;
  padding: 1rem;
  text-decoration: none;
  color: #111111;
}
.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: #111111;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #111111;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #111111;
}

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

.low_button {
  background: url("../img/icon_arrow-white.svg") no-repeat;
  background-position: right 0.8rem center;
  background-size: 1.6rem;
  background-color: #00B8EE;
  color: #ffffff;
  width: auto;
  height: auto;
  margin: 1rem 0 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 1rem 3.5rem 1rem 1rem;
  border-radius: 0.8rem;
  line-height: 120%;
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #00B8EE;
  }
  .low_link_text:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .low_button {
    background: url("../img/icon_arrow-white.svg") no-repeat;
    background-position: right 10px center;
    background-size: 22px;
    background-color: #00B8EE;
    color: #ffffff;
    width: auto;
    height: auto;
    margin: 1rem 0 0 0;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 15px 60px 15px 40px;
    border-radius: 8px;
    line-height: 120%;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 450px;
    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;
}

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

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

@media screen and (min-width: 768px), print {
  .machine_box {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box figure {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box figure figcaption {
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 2.2rem;
  }
  .machine_box figure img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .machine_box2 {
    width: 100%;
    margin: 80px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machine_box2 section {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .machine_box2 section h3 {
    margin: 0 0 20px 0;
  }
  .machine_box2 section img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /*スライダー*/
  .slider-pro {
    margin: 0 auto 30px auto !important;
  }
  .slider-pro p.sp-layer {
    font-size: 2rem !important;
  }
}
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.first_info {
  width: 100%;
}
.first_info p {
  width: 100%;
  margin: 0;
}
.first_info p.first_info_tel span {
  background-position: right 0.8rem center;
  background-size: 1.6rem;
  background-color: #00B8EE;
  color: #ffffff;
  width: 100%;
  height: auto;
  margin: 1rem 0 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: normal;
  padding: 1rem 3.5rem 1rem 1rem;
  border-radius: 0.8rem;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.first_info p.first_info_tel span a {
  text-decoration: none;
  color: #ffffff;
}
.first_info p.first_info_web a {
  background-position: right 0.8rem center;
  background-size: 1.6rem;
  background-color: #E63462;
  color: #ffffff;
  width: 100%;
  height: auto;
  margin: 1rem 0 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: normal;
  padding: 1rem 3.5rem 1rem 1rem;
  border-radius: 0.8rem;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flow_box {
  border: #ACE5FF 3px 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;
}
.flow_box.redbox {
  border: #F7BDCF 3px solid;
}

@media screen and (min-width: 768px), print {
  .first_info {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .first_info p {
    width: 450px;
    margin: 0;
  }
  .first_info p.first_info_tel span {
    background-position: right 0.8rem center;
    background-size: 1.6rem;
    background-color: #00B8EE;
    color: #ffffff;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: normal;
    padding: 15px 60px 15px 40px;
    border-radius: 8px;
    line-height: 120%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .first_info p.first_info_tel span a {
    text-decoration: none;
    color: #ffffff;
  }
  .first_info p.first_info_web a {
    background-position: right 0.8rem center;
    background-size: 1.6rem;
    background-color: #E63462;
    color: #ffffff;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: normal;
    padding: 15px 60px 15px 40px;
    border-radius: 8px;
    line-height: 120%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .first_info p.first_info_web a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
  }
  .flow_box {
    border: #ACE5FF 3px 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;
  }
  .flow_box.redbox {
    border: #F7BDCF 3px solid;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
dl.access_info {
  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;
  font-size: 1.2rem;
  line-height: 160%;
}
dl.access_info dt {
  width: 25%;
  margin: 0 0 1rem 0;
}
dl.access_info dt span {
  background-color: #ACE5FF;
  color: #ffffff;
  width: 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;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  height: 8vw;
  letter-spacing: 0.1em;
}
dl.access_info dd {
  width: 70%;
  margin: 0 0 1rem 0;
  padding: 0.3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media screen and (min-width: 768px), print {
  dl.access_info {
    width: 550px;
    margin: 20px 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;
    font-size: 1.6rem;
    line-height: 160%;
  }
  dl.access_info dt {
    width: 25%;
    margin: 0 0 20px 0;
  }
  dl.access_info dt span {
    background-color: #ACE5FF;
    color: #ffffff;
    width: 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;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 0.2rem;
    height: 40px;
    letter-spacing: 0.1em;
  }
  dl.access_info dd {
    width: 70%;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/*メールフォームプロ用*/
/* 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: #bfe3e0;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #111111;
  border-top: #ACE5FF 1px solid;
  border-left: #ACE5FF 1px solid;
  border-right: #ACE5FF 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: #ACE5FF 1px solid;
  border-left: #ACE5FF 1px solid;
  border-right: #ACE5FF 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: #ACE5FF 1px solid;
}

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

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

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

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

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

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

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

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

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 50px 0 60px 0;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 1200px;
    margin: 50px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  padding: 2vw 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
header.header .header_box {
  /*ロゴとハンバーガー*/
}
header.header .header_box .header_top {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ハンバーガー*/
}
header.header .header_box .header_top .container {
  width: 15%;
}
header.header .header_box .header_top {
  /*ロゴ*/
}
header.header .header_box .header_top .head_logo {
  width: 73%;
  margin: 2vw 0 0 2%;
}
header.header .header_box .header_top .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .header_top .head_logo a img {
  width: 100%;
}
header.header .header_box {
  /*ヘッダー情報*/
}
header.header .header_box .header_info {
  margin: 0 0 0 0;
  /*アクセス*/
}
header.header .header_box .header_info .header_access {
  width: 70%;
  height: 12vw;
  margin: 1rem auto 0 auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 100%;
  background-color: #FDEFF3;
  color: #E63462;
  border-radius: 0.5rem;
  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;
}
header.header .header_box .header_info .header_access span {
  font-size: 1.8rem;
}
header.header .header_box .header_info {
  /*電話番号*/
}
header.header .header_box .header_info .header_tel {
  margin: 0;
}
header.header .header_box .header_info .header_tel span {
  margin: 2rem 0 0 0;
  width: 70%;
  height: 12vw;
  margin: 1rem auto 0 auto;
  text-align: center;
  font-size: 2rem;
  line-height: 100%;
  background-color: #EBF9FF;
  color: #00B8EE;
  border-radius: 0.5rem;
  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;
}
header.header .header_box .header_info .header_tel span a {
  text-decoration: none;
  color: #00B8EE;
}
header.header .header_box .header_info .header_tel span i {
  font-size: 1.6rem;
}

.side_web_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 98px;
  }
  header.header .header_box {
    width: 1200px;
    height: 105px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: block;
    /*ロゴとハンバーガー*/
  }
  header.header .header_box .header_top {
    width: 475px;
    height: auto;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
    display: block;
    /*ハンバーガー*/
  }
  header.header .header_box .header_top .container {
    display: none;
  }
  header.header .header_box .header_top {
    /*ロゴ*/
  }
  header.header .header_box .header_top .head_logo {
    width: 475px;
    margin: 0;
  }
  header.header .header_box .header_top .head_logo a {
    display: block;
    width: 475px;
    text-decoration: none;
  }
  header.header .header_box .header_top .head_logo a img {
    width: 475px;
  }
  header.header .header_box {
    /*ヘッダー情報*/
  }
  header.header .header_box .header_info {
    margin: 0 0 0 0;
    /*width: 482px;*/
    width: 243px;
    position: absolute;
    top: 20px;
    right: 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;
    /*アクセス*/
  }
  header.header .header_box .header_info .header_access {
    width: 219px;
    height: 60px;
    margin: 0;
    text-align: center;
    font-size: 2rem;
    line-height: 100%;
    background-color: #FDEFF3;
    color: #E63462;
    border-radius: 5px;
    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;
  }
  header.header .header_box .header_info .header_access span {
    font-size: 2.8rem;
  }
  header.header .header_box .header_info {
    /*電話番号*/
  }
  header.header .header_box .header_info .header_tel {
    margin: 0;
  }
  header.header .header_box .header_info .header_tel span {
    margin: 2rem 0 0 0;
    width: 243px;
    height: 60px;
    margin: 0;
    text-align: center;
    font-size: 2.8rem;
    line-height: 100%;
    background-color: #EBF9FF;
    color: #00B8EE;
    border-radius: 5px;
    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;
  }
  header.header .header_box .header_info .header_tel span i {
    font-size: 2.4rem;
  }
  .side_web_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60px;
    height: 180px;
    text-decoration: none;
    color: #ffffff;
    background-color: #E63462;
    border: #ffffff 2px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    line-height: 130%;
    letter-spacing: 0.05em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: fixed;
    top: 220px;
    right: 0;
    z-index: 9999999999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_web_link i {
    font-size: 2.6rem;
    margin: -10px 0 10px 0;
  }
  .side_web_link:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul {
    width: 860px;
    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: auto;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li.treatment {
    width: 84px;
  }
  nav.main_nav_pc ul li.treatment a {
    padding: 14px 0 0 0;
  }
  nav.main_nav_pc ul li.treatment a::after {
    font-family: "fontello";
    content: "\f004";
    margin: 0 5px 0 0;
    color: #00B8EE;
    font-size: 1.6rem;
  }
  nav.main_nav_pc ul li.treatment ul li a::after {
    content: "";
    margin: 0 5px 0 0;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.open_treatment a::after {
    font-family: "fontello";
    content: "\f005";
    margin: 0 5px 0 0;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    color: #111111;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 2rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li a:hover {
    color: #00B8EE;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 480px;
    height: 205px;
    margin: 0 0 0 -188px;
    position: relative;
    z-index: 9999999999;
  }
  nav.main_nav_pc ul li .sub_nav_box:hover {
    cursor: pointer;
    cursor: default;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    width: 480px;
    height: 205px;
    background-color: #ffffff;
    border: #ACE5FF 2px solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    z-index: 9999;
    padding: 20px 18px 28px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    all: initial;
    width: auto;
    height: auto;
    margin: 0 20px 26px 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    all: initial;
    font-family: "zenkakugothicnew_medium";
    font-size: 1.8rem;
    color: #111111;
    line-height: 100%;
    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;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/icon_arrow-right.svg") no-repeat;
    margin: 0 5px 0 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    cursor: pointer;
    cursor: hand;
    color: #00B8EE;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .nav_add {
    position: fixed;
    top: 0;
    z-index: 9999999999;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 45vw;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 40vw;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_04 {
  background: url("../img/key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 96%;
  height: 75vw;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.key_visual .key_contents .key_text {
  position: absolute;
  top: 26vw;
  left: 0;
  width: 100%;
  height: 13vw;
  color: #ffffff;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.4rem;
  background: url("../img/key_line.svg") no-repeat;
  background-size: 1%;
  background-position: left center;
  padding: 0 0 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.key_visual .key_contents .key_notice {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  width: 75%;
  margin: 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;
}
.key_visual .key_contents .key_notice .key_open {
  width: 10.5rem;
  height: 10.5rem;
  background: url("../img/key_bg1.svg") no-repeat;
  background-size: cover;
  background-position: center 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 auto;
}
.key_visual .key_contents .key_notice .key_open p {
  margin: 0;
  text-align: center;
}
.key_visual .key_contents .key_notice .key_open p.ko1 {
  font-size: 1.2rem;
}
.key_visual .key_contents .key_notice .key_open p.ko2 {
  font-size: 1.2rem;
}
.key_visual .key_contents .key_notice .key_open p.ko2 .t28 {
  font-size: 1.6rem;
}
.key_visual .key_contents .key_notice .key_open p.ko2 .t24 {
  font-size: 1.4rem;
}
.key_visual .key_contents .key_notice .key_event {
  width: 10.5rem;
  height: 10.5rem;
  background: url("../img/key_bg2.svg") no-repeat;
  background-size: cover;
  background-position: center 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;
}
.key_visual .key_contents .key_notice .key_event p {
  margin: 0;
  text-align: center;
}
.key_visual .key_contents .key_notice .key_event p.ke1 {
  font-size: 1.2rem;
  margin: -1rem 0 0 0;
}
.key_visual .key_contents .key_notice .key_event p.ke2 {
  font-size: 1.2rem;
}
.key_visual .key_contents .key_notice .key_event p.ke2 .t28 {
  font-size: 1.6rem;
}
.key_visual .key_contents .key_notice .key_event p.ke2 .t24 {
  font-size: 1.4rem;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 30vw;
  background: url("../img/key_visual_low.png") no-repeat;
  background-position: center top;
  background-size: cover;
  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;
}
.key_visual_low h1 {
  font-family: "zenkakugothicnew_medium";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  color: #00B8EE;
  line-height: 160%;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 700px;
    background-color: beige;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 700px;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 700px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    width: 1200px;
    height: 700px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .key_visual .key_contents .key_text {
    position: absolute;
    top: 486px;
    left: 0;
    width: 668px;
    height: 144px;
    color: #ffffff;
    font-family: "zenkakugothicnew_medium";
    font-size: 4.8rem;
    background: url("../img/key_line.svg") no-repeat;
    background-size: 10px;
    background-position: left center;
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    line-height: 140%;
  }
  .key_visual .key_contents .key_notice {
    position: absolute;
    bottom: 60px;
    left: auto;
    right: 0;
    /*width: 380px;*/
    width: 180px;
    margin: 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;
  }
  .key_visual .key_contents .key_notice .key_open {
    width: 180px;
    height: 180px;
    background: url("../img/key_bg1.svg") no-repeat;
    background-size: cover;
    background-position: center 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;
  }
  .key_visual .key_contents .key_notice .key_open p {
    margin: 0;
    text-align: center;
  }
  .key_visual .key_contents .key_notice .key_open p.ko1 {
    font-size: 2rem;
  }
  .key_visual .key_contents .key_notice .key_open p.ko2 {
    font-size: 2rem;
  }
  .key_visual .key_contents .key_notice .key_open p.ko2 .t28 {
    font-size: 2.8rem;
  }
  .key_visual .key_contents .key_notice .key_open p.ko2 .t24 {
    font-size: 2.4rem;
  }
  .key_visual .key_contents .key_notice .key_event {
    width: 180px;
    height: 180px;
    background: url("../img/key_bg2.svg") no-repeat;
    background-size: cover;
    background-position: center 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;
  }
  .key_visual .key_contents .key_notice .key_event p {
    margin: 0;
    text-align: center;
  }
  .key_visual .key_contents .key_notice .key_event p.ke1 {
    font-size: 2rem;
    margin: -18px 0 0 0;
  }
  .key_visual .key_contents .key_notice .key_event p.ke2 {
    font-size: 2rem;
  }
  .key_visual .key_contents .key_notice .key_event p.ke2 .t28 {
    font-size: 2.8rem;
  }
  .key_visual .key_contents .key_notice .key_event p.ke2 .t24 {
    font-size: 2.4rem;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 280px;
    background: url("../img/key_visual_low.png") no-repeat;
    background-position: center top;
    background-size: cover;
    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;
  }
  .key_visual_low h1 {
    font-family: "zenkakugothicnew_medium";
    font-size: 5rem;
    font-weight: normal;
    text-align: center;
    color: #00B8EE;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  width: 100%;
  margin: 2rem 0 1rem 0;
}
.notice_frame h2.notice_title {
  font-family: "zenkakugothicnew_medium";
  font-size: 2.2rem;
  font-weight: normal;
  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;
}
.notice_frame h2.notice_title::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/icon_logo.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.notice_frame h2.notice_title span {
  font-size: 1.6rem;
  color: #00B8EE;
  display: block;
  margin: 0.3rem 0 0 0;
}
.notice_frame .notice_box {
  width: 98%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box dl {
  height: auto;
  margin: 0 auto 0 auto;
  width: 96%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame .notice_box dl dt {
  color: #00B8EE;
  margin: 1rem 0 0 0;
  padding: 1rem 0 1rem 2rem;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 120%;
  position: relative;
}
.notice_frame .notice_box dl dt::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon_arrow-news.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
.notice_frame .notice_box dl dt.open::before {
  content: "";
}
.notice_frame .notice_box dl dt.close::before {
  content: "";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.notice_frame .notice_box dl dt:nth-last-child(2) {
  border-bottom: none;
}
.notice_frame .notice_box dl dt.none {
  display: none;
}
.notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  color: #111111;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.4rem;
  line-height: 120%;
  display: none;
  border-bottom: #ACE5FF 2px solid;
}
.notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_frame .notice_box dl dd p a {
  color: #ACE5FF;
}
.notice_frame .notice_box dl dd:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    width: 1200px;
    margin: 0 auto 70px 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;
  }
  .notice_frame h2.notice_title {
    width: 350px;
    font-family: "zenkakugothicnew_medium";
    font-size: 4rem;
    font-weight: normal;
    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;
  }
  .notice_frame h2.notice_title::before {
    content: "";
    display: block;
    width: 57px;
    height: 50px;
    background: url("../img/icon_logo.svg") no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .notice_frame h2.notice_title span {
    font-size: 1.8rem;
    color: #00B8EE;
    display: block;
    margin: 12px 0 0 0;
  }
  .notice_frame .notice_box {
    width: 850px;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box dl {
    height: auto;
    margin: 0 0 0 0;
    width: 100%;
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame .notice_box dl dt {
    color: #00B8EE;
    margin: 0 0 10px 0;
    padding: 15px 0 0 30px;
    font-size: 2.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 130%;
    position: relative;
  }
  .notice_frame .notice_box dl dt::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/icon_arrow-news.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 21px;
  }
  .notice_frame .notice_box dl dt.open::before {
    content: "";
  }
  .notice_frame .notice_box dl dt.close::before {
    content: "";
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .notice_frame .notice_box dl dt:first-child {
    margin: 0 0 10px 0;
  }
  .notice_frame .notice_box dl dt.none {
    display: none;
  }
  .notice_frame .notice_box dl dd {
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    color: #111111;
    font-size: 1.8rem;
    line-height: 130%;
    display: none;
    border-bottom: #ACE5FF 2px solid;
  }
  .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_frame .notice_box dl dd p {
    font-size: 1.8rem;
    margin: 0 0 15px 0;
  }
  .notice_frame .notice_box dl dd p a {
    color: #ACE5FF;
  }
  .notice_frame .notice_box dl dd p:last-child {
    border-bottom: none;
  }
}
/* -----------------------------------------------------------
院長挨拶
----------------------------------------------------------- */
.greeting_frame {
  width: 100%;
  margin: 0;
  padding: 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/index_greeting_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.greeting_frame .greeting_box {
  width: 96%;
  margin: 2rem auto 0 auto;
}
.greeting_frame .greeting_box .greeting_img {
  width: 70%;
  margin: 0 auto 2rem auto;
}
.greeting_frame .greeting_box .greeting_img img {
  width: 100%;
}
.greeting_frame .greeting_box .greeting_text p {
  line-height: 180%;
  font-size: 1.4rem;
}
.greeting_frame .greeting_box .greeting_text p.greeting_name {
  text-align: right;
}
.greeting_frame .greeting_box .greeting_text p.greeting_name span {
  font-size: 2rem;
}

@media screen and (min-width: 768px), print {
  .greeting_frame {
    width: 100%;
    height: 820px;
    margin: 0;
    padding: 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/index_greeting_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .greeting_frame .greeting_box {
    width: 1200px;
    margin: 35px 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;
  }
  .greeting_frame .greeting_box .greeting_img {
    width: 450px;
    margin: 9px 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .greeting_frame .greeting_box .greeting_img img {
    width: 100%;
  }
  .greeting_frame .greeting_box .greeting_img figcaption {
    font-size: 2rem;
    text-align: right;
    margin: 1rem 0 0 0;
    line-height: 180%;
    letter-spacing: 0;
  }
  .greeting_frame .greeting_box .greeting_img figcaption span {
    font-size: 2.4rem;
  }
  .greeting_frame .greeting_box .greeting_text {
    width: 730px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .greeting_frame .greeting_box .greeting_text p {
    line-height: 220%;
    letter-spacing: 0;
    font-size: 2rem;
  }
  .greeting_frame .greeting_box .greeting_text p.greeting_name {
    text-align: right;
    line-height: 200%;
  }
  .greeting_frame .greeting_box .greeting_text p.greeting_name span {
    font-size: 2.4rem;
  }
}
/* -----------------------------------------------------------
診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 100%;
  margin: 0;
  padding: 3rem 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/index_treatment_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_frame ul.treatment_list {
  width: 96%;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.treatment_frame ul.treatment_list li {
  width: 48%;
  margin: 4rem 0 0 0;
}
.treatment_frame ul.treatment_list li a {
  width: 100%;
  height: 22vw;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #111111;
  border-radius: 0.6rem;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  line-height: 120%;
  overflow: visible;
  padding: 1rem 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;
}
.treatment_frame ul.treatment_list li a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.treatment_frame ul.treatment_list li:nth-child(odd) a {
  border: #E63462 1px solid;
}
.treatment_frame ul.treatment_list li:nth-child(even) a {
  border: #00B8EE 1px solid;
}
.treatment_frame ul.treatment_list li.internal a::before {
  background: url("../img/icon_treatment_01.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_frame ul.treatment_list li.high_blood_pressure a::before {
  background: url("../img/icon_treatment_02.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_frame ul.treatment_list li.diabetes a::before {
  background: url("../img/icon_treatment_03.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_frame ul.treatment_list li.dyslipidemia a::before {
  background: url("../img/icon_treatment_04.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_frame ul.treatment_list li.hyperuricemia a::before {
  background: url("../img/icon_treatment_05.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_frame ul.treatment_list li.ischemic_disease a::before {
  background: url("../img/icon_treatment_06.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_frame ul.treatment_list li.heart_failure a::before {
  background: url("../img/icon_treatment_07.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_frame ul.treatment_list li.arrhythmia a::before {
  background: url("../img/icon_treatment_08.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_frame ul.treatment_list li.sleep_apnea_syndrome a::before {
  background: url("../img/icon_treatment_09.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_frame ul.treatment_list li.health_check a::before {
  background: url("../img/icon_treatment_10.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.treatment_frame ul.treatment_list li.vaccination a::before {
  background: url("../img/icon_treatment_11.svg") no-repeat;
  background-size: cover;
  background-position: center top;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 100%;
    height: 810px;
    margin: 0;
    padding: 58px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/index_treatment_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .treatment_frame ul.treatment_list {
    width: 1200px;
    margin: 25px 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;
    list-style-type: none;
  }
  .treatment_frame ul.treatment_list li {
    width: 270px;
    margin: 60px 40px 0 0;
  }
  .treatment_frame ul.treatment_list li a {
    width: 100%;
    height: 120px;
    display: block;
    position: relative;
    background-color: #ffffff;
    color: #111111;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 2rem;
    line-height: 120%;
    overflow: visible;
    padding: 31px 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-transition: 0.5s;
    transition: 0.5s;
  }
  .treatment_frame ul.treatment_list li a::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .treatment_frame ul.treatment_list li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .treatment_frame ul.treatment_list li:nth-child(4n) {
    margin: 60px 0 0 0;
  }
  .treatment_frame ul.treatment_list li:nth-child(odd) a {
    border: #E63462 1px solid;
  }
  .treatment_frame ul.treatment_list li:nth-child(even) a {
    border: #00B8EE 1px solid;
  }
  .treatment_frame ul.treatment_list li.internal a::before {
    background: url("../img/icon_treatment_01.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .treatment_frame ul.treatment_list li.high_blood_pressure a::before {
    background: url("../img/icon_treatment_02.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .treatment_frame ul.treatment_list li.diabetes a::before {
    background: url("../img/icon_treatment_03.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .treatment_frame ul.treatment_list li.dyslipidemia a::before {
    background: url("../img/icon_treatment_04.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .treatment_frame ul.treatment_list li.hyperuricemia a::before {
    background: url("../img/icon_treatment_05.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .treatment_frame ul.treatment_list li.ischemic_disease a::before {
    background: url("../img/icon_treatment_06.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .treatment_frame ul.treatment_list li.heart_failure a::before {
    background: url("../img/icon_treatment_07.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .treatment_frame ul.treatment_list li.arrhythmia a::before {
    background: url("../img/icon_treatment_08.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .treatment_frame ul.treatment_list li.sleep_apnea_syndrome a::before {
    background: url("../img/icon_treatment_09.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .treatment_frame ul.treatment_list li.health_check a::before {
    background: url("../img/icon_treatment_10.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .treatment_frame ul.treatment_list li.vaccination a::before {
    background: url("../img/icon_treatment_11.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  margin: 4rem 0 0 0;
}
.features_frame ul.feature_list {
  list-style-type: none;
  width: 96%;
  margin: 2rem auto 0 auto;
}
.features_frame ul.feature_list li {
  margin: 0 0 4rem 0;
}
.features_frame ul.feature_list li .feature_img {
  width: 80%;
  height: 105vw;
  margin: 0 auto;
  position: relative;
}
.features_frame ul.feature_list li .feature_img .if_img {
  position: absolute;
  top: 5vw;
  width: 100%;
  z-index: 1;
  border-radius: 0.8rem;
}
.features_frame ul.feature_list li .feature_img .if_title {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 15%;
  z-index: 2;
}
.features_frame ul.feature_list li .feature_img .if_title2 {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 30%;
  z-index: 2;
}
.features_frame ul.feature_list li .feature_text {
  width: 80%;
  margin: 1rem auto 0 auto;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 100%;
    margin: 60px 0 0 0;
  }
  .features_frame ul.feature_list {
    list-style-type: none;
    width: 1200px;
    margin: 42px 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: 270px;
    margin: 0 0 0 0;
  }
  .features_frame ul.feature_list li .feature_img {
    width: 270px;
    height: 380px;
    margin: 0 auto;
    position: relative;
  }
  .features_frame ul.feature_list li .feature_img .if_img {
    position: absolute;
    top: 20px;
    width: 270px;
    z-index: 1;
    border-radius: 10px;
  }
  .features_frame ul.feature_list li .feature_img .if_title {
    position: absolute;
    top: 0;
    left: 20px;
    width: 40px;
    z-index: 2;
  }
  .features_frame ul.feature_list li .feature_img .if_title2 {
    position: absolute;
    top: 0;
    left: 20px;
    width: 90px;
    z-index: 2;
  }
  .features_frame ul.feature_list li .feature_text {
    width: 270px;
    font-size: 1.8rem;
    line-height: 180%;
    margin: 16px 0 0 0;
  }
}
/* -----------------------------------------------------------
提携医療機関
----------------------------------------------------------- */
.partnership_frame {
  width: 100%;
  margin: 0;
  padding: 3rem 0 4rem 0;
}
.partnership_frame .wrap {
  width: 96%;
  margin: 3rem auto 0;
}

@media screen and (min-width: 768px), print {
  .partnership_frame {
    width: 100%;
    margin: 0;
    padding: 58px 0 0 0;
  }
  .partnership_frame .wrap {
    width: 1200px;
    margin: 42px auto 0;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background: url("../img/overview_bg.svg") no-repeat;
  background-position: center top;
  background-size: 200%;
  background-color: #EBF9FF;
  padding: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_logo {
  width: 80%;
  margin: 0 auto 1rem auto;
  display: block;
}
.overview .overview_logo img {
  width: 100%;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 1rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*左側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box .overview_info_box_left .overview_timetable {
  width: 100%;
  margin: 0;
}
.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;
  font-size: 1.2rem;
  line-height: 160%;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 25%;
  color: #00B8EE;
  border-top: #00B8EE 1px solid;
  margin: 0 0 1rem 0;
  padding: 0.8rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 75%;
  color: #111111;
  border-top: #00B8EE 1px solid;
  margin: 0 0 1rem 0;
  padding: 0.8rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd a {
  color: #111111;
  text-decoration: none;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd ul.list_overview {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 0 0 0 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd ul.list_overview li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.6rem;
  background-size: 0.8rem;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1.8rem;
}
.overview .overview_box {
  /*右側*/
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right iframe.googlemap {
  width: 100%;
  height: 90vw;
  border: #00B8EE 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    background: url("../img/overview_bg.svg") no-repeat;
    background-position: center top;
    background-size: 100%;
    background-color: #EBF9FF;
    padding: 65px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_logo {
    width: 527px;
    margin: 0 auto 40px auto;
    display: block;
  }
  .overview .overview_logo img {
    width: 100%;
  }
  .overview .overview_box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*左側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 570px;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable {
    width: 100%;
    margin: 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 570px;
    margin: 20px 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;
    font-size: 1.8rem;
    line-height: 160%;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 130px;
    color: #00B8EE;
    border-top: #00B8EE 1px solid;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 440px;
    color: #111111;
    border-top: #00B8EE 1px solid;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd a {
    color: #111111;
    text-decoration: none;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd ul.list_overview {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd ul.list_overview li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 8px;
    background-size: 10px;
    margin: 0 0 5px 0;
    padding: 0 0 0 25px;
  }
  .overview .overview_box {
    /*右側*/
  }
  .overview .overview_box .overview_info_box_right {
    width: 570px;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right iframe.googlemap {
    width: 570px;
    height: 500px;
    border: #00B8EE 2px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
}
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
  background-color: #ACE5FF;
}
footer .copyright a {
  color: #111111;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  background-color: #00B8EE;
  z-index: 999999;
}
.footer_link a.footer_tel {
  width: 50%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "zenkakugothicnew_medium";
  letter-spacing: 0.1em;
  display: block;
  padding: 0;
  text-decoration: none;
  border-right: #ffffff 1px solid;
  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;
}
.footer_link a.footer_tel i {
  color: #00B8EE;
  font-size: 1.4rem;
}
.footer_link a.footer_reserve {
  width: 30%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "zenkakugothicnew_medium";
  letter-spacing: 0.1em;
  display: block;
  padding: 0;
  text-decoration: none;
  border-right: #ffffff 1px solid;
  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;
}
.footer_link a.footer_reserve i {
  color: #00B8EE;
  font-size: 1.4rem;
}
.footer_link .smoothScrolls {
  width: 15%;
  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;
}
.footer_link .smoothScrolls a {
  width: 100%;
  padding: 0;
  text-decoration: none;
}
.footer_link .smoothScrolls a i {
  color: #ffffff;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 44px 0 0 0;
    background-color: #ACE5FF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 245px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-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;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    height: 18px;
    margin: 0 10px 18px 0;
    padding: 0 10px 0 0;
    list-style-type: none;
    position: relative;
    border-right: #111111 1px solid;
  }
  footer .footer_frame ul.footer_list li a {
    color: #111111;
    text-decoration: none;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    position: relative;
    line-height: 100%;
  }
  footer .footer_frame ul.footer_list li a br {
    display: none;
  }
  footer .footer_frame ul.footer_list li a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #111111;
  }
  footer .footer_frame ul.footer_list li a:hover::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -3px;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:last-child {
    border-right: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #111111;
    font-size: 1.8rem;
    height: 65px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #ACE5FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #111111;
    text-decoration: none;
    letter-spacing: 0.1em;
    position: relative;
  }
  footer .copyright a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #111111;
  }
  footer .copyright a:hover::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    top: 0;
    bottom: -2px;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

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