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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*◇◆◇◆◇◆基本色◇◆◇◆◇◆*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*◇◆◇◆◇◆ハンバーガー色◇◆◇◆◇◆*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*ハンバーガーdrawr背景*/
/*ハンバーガーdrawrテキスト*/
/*ハンバーガーdrawrサブテキスト*/
/*ハンバーガーdrawrサブ背景*/
/*ハンバーガーdrawrボーダー*/
/*◇◆◇◆◇◆お知らせ色◇◆◇◆◇◆*/
/*お知らせタイトル*/
/*お知らせ文字*/
/*お知らせボーダー*/
/*お知らせアイコン*/
/*お知らせ背景*/
/*お知らせ文字ホバー*/
/*◇◆◇◆◇◆フッターSP◇◆◇◆◇◆*/
/*フッター背景色*/
/*フッターテキスト*/
/*フッターボーダー*/
/*◇◆◇◆◇◆フッターリンクPC◇◆◇◆◇◆*/
/*フッターリンク背景色*/
/*フッターリンクテキスト*/
/*フッターリンクボーダー*/
/*◇◆◇◆◇◆コピーライト◇◆◇◆◇◆*/
/*コピーライト背景色*/
/*コピーライトテキスト*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆テーブル系◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*th背景タイトル*/
/*td背景タイトル*/
/*tdタイトル文字*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆影◇◆◇◆◇◆*/
/*◇◆◇◆◇◆透過◇◆◇◆◇◆*/
/*◇◆◇◆◇◆フロー◇◆◇◆◇◆*/
/*◇◆◇◆◇◆矢印◇◆◇◆◇◆*/
/*青*/
/*水色*/
/*水色*/
/*青*/
/*灰色*/
/*水色*/
/*黒*/
/*水色*/
/*灰色*/
/*青*/
/*赤*/
/*黄色*/
/*黒*/
/*下層H1*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "zenkakugothicnew_light";
  src: url(../font/ZenKakuGothicNew-Light.ttf);
  font-weight: normal;
  font-style: normal;
}
@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;
  }
}
/*ハンバーガー*/
/* 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: #292929 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, .main_nav_sp .drawr ul.hbg li p {
  color: #292929;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem;
  border-bottom: #292929 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 140%;
  margin: 0;
}
.main_nav_sp .drawr ul.hbg li a span, .main_nav_sp .drawr ul.hbg li p 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 {
  background-color: #F3FDFF;
  color: #5B9FC8;
  border-bottom: none;
  text-align: center;
  border-bottom: #292929 1px solid;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a br {
  display: none;
}
.main_nav_sp .drawr ul.hbg li.treatment_hbg p::after {
  font-family: "fontello";
  content: "\f004";
  font-size: 1rem;
  margin: 0.5rem 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.open_treatment p::after {
  font-family: "fontello";
  content: "\f005";
  font-size: 1rem;
  margin: 0.5rem 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: #4D6B9F;
  border-radius: 0.3rem;
  height: 12vw;
}

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

 共通項目

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

h2.top_title {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 2.2rem;
  text-align: center;
  color: #4D6B9F;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
h2.top_title span {
  font-size: 1rem;
  display: block;
}
h2.low {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 2.2rem;
  color: #4D6B9F;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 120%;
  margin: 4rem 0 2rem 0;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  background: url("../img/h3_bg.svg") no-repeat;
  background-position: left top;
  background-size: 12%;
  background-color: #5B9FC8;
  color: #ffffff;
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  padding: 1rem 1rem 1rem 13%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #4D6B9F;
  background-color: #D2E7F9;
  font-family: "zenkakugothicnew_regular";
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  padding: 0.8rem 0.8rem 1rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
  position: relative;
}
h4.low::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 3px;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low {
  color: #4D6B9F;
  border-top: #5B9FC8 2px dotted;
  border-bottom: #5B9FC8 2px dotted;
  font-family: "zenkakugothicnew_regular";
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  padding: 0.8rem 0.8rem 1rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h5.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 5rem;
    text-align: center;
    color: #4D6B9F;
    line-height: 98%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 35px 0;
  }
  h2.top_title span {
    font-size: 1.6rem;
    display: block;
  }
  h2.low {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 5rem;
    color: #4D6B9F;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 120%;
    margin: 80px 0 50px 0;
  }
  h2.first {
    margin: 0 0 50px 0;
  }
  h3.low {
    background: url("../img/h3_bg.svg") no-repeat;
    background-position: left top;
    background-size: 78px;
    background-color: #5B9FC8;
    color: #ffffff;
    font-size: 3.4rem;
    font-weight: normal;
    text-align: left;
    padding: 16px 16px 16px 85px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 80px 0 20px 0;
    line-height: 160%;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low {
    color: #4D6B9F;
    background-color: #D2E7F9;
    font-family: "zenkakugothicnew_regular";
    font-size: 3rem;
    font-weight: normal;
    text-align: left;
    padding: 13px 32px 17px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 70px 0 20px 0;
    line-height: 120%;
    position: relative;
  }
  h4.low::before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 3px;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low {
    color: #4D6B9F;
    border-top: #5B9FC8 2px dotted;
    border-bottom: #5B9FC8 2px dotted;
    font-family: "zenkakugothicnew_regular";
    font-size: 2.6rem;
    font-weight: normal;
    text-align: left;
    padding: 13px 32px 17px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h5.first {
    margin: 0 0 20px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  text-align: center;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #3A3A3A;
  background-color: #80C7F1;
  border: #ffffff 2px solid;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #3A3A3A;
  border: #ffffff 2px solid;
}
table.timetable tr td i {
  font-size: 1.2rem;
  color: #363636;
}
table.timetable tr td i.icon-star {
  font-size: 1rem;
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #3A3A3A;
  background-color: #D2E7F9;
}
table.timetable caption {
  caption-side: bottom;
  font-size: 1.2rem;
  margin: 0.6rem 0 0 0;
  width: 100%;
  color: #3A3A3A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    color: #3A3A3A;
    background-color: #80C7F1;
    border: #ffffff 2px solid;
    width: 10%;
    height: 43px;
    box-sizing: border-box;
  }
  table.timetable tr th.time {
    width: 30%;
    letter-spacing: 0.1em;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    vertical-align: middle;
    height: 43px;
    color: #3A3A3A;
    border: #ffffff 2px solid;
  }
  table.timetable tr td i {
    font-size: 2.2rem;
    font-weight: normal;
    color: #363636;
  }
  table.timetable tr td i.icon-star {
    font-size: 1.6rem;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #3A3A3A;
    font-size: 1.8rem;
    background-color: #D2E7F9;
  }
  table.timetable caption {
    caption-side: bottom;
    font-size: 1.8rem;
    margin: 12px 0 0 0;
    width: 100%;
    color: #3A3A3A;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 160%;
    text-align: left;
  }
}
/*テーブル*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 120%;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #FFFFFF;
  border: #CCCCCC 1px solid;
  background-color: #5B9FC8;
}
table.low_table tr th.title {
  background-color: #4D6B9F;
}
table.low_table tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #3A3A3A;
  border: #CCCCCC 1px solid;
  background-color: #ffffff;
}
table.low_table tr td.title {
  background-color: #4D6B9F;
  color: #FFFFFF;
}
table.low_table.symptoms_table tr th {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #FFFFFF;
    border: #CCCCCC 1px solid;
    background-color: #5B9FC8;
  }
  table.low_table tr th.title {
    background-color: #4D6B9F;
    text-align: center;
  }
  table.low_table tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #3A3A3A;
    border: #CCCCCC 1px solid;
    background-color: #ffffff;
  }
  table.low_table tr td.title {
    background-color: #4D6B9F;
    color: #FFFFFF;
    text-align: center;
  }
  table.low_table.symptoms_table tr th {
    width: 30%;
    text-align: center;
  }
  table.low_table.symptoms_table tr td {
    width: 70%;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide {
  width: 1000px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #FFFFFF;
  border: #CCCCCC 1px solid;
  background-color: #5B9FC8;
}
table.low_table_slide tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #3A3A3A;
  border: #CCCCCC 1px solid;
  background-color: #ffffff;
}
table.low_table_slide.pfc_table tr th {
  width: 33%;
  text-align: center;
}
table.low_table_slide.pfc_table tr td {
  width: 33%;
  text-align: center;
}

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

@media screen and (min-width: 768px), print {
  table.low_table_slide {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #FFFFFF;
    border: #CCCCCC 1px solid;
    background-color: #5B9FC8;
  }
  table.low_table_slide tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #3A3A3A;
    border: #CCCCCC 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide.pfc_table tr th {
    width: 33%;
    text-align: center;
  }
  table.low_table_slide.pfc_table tr td {
    width: 33%;
    text-align: center;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #FFFFFF;
  background-color: #5B9FC8;
  border-bottom: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #3A3A3A;
  background-color: #ffffff;
  border-bottom: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
}
table.low_table_spblock tr td a {
  color: #5B9FC8;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock tr:first-child th {
  border-top: #CCCCCC 1px solid;
}
@media screen and (min-width: 768px), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock tr th {
    width: 30%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #FFFFFF;
    background-color: #5B9FC8;
    border-bottom: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
  }
  table.low_table_spblock tr td {
    width: 70%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #3A3A3A;
    background-color: #ffffff;
    border-bottom: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
  }
  table.low_table_spblock tr td a {
    color: #5B9FC8;
    font-weight: bold;
    text-decoration: none;
    pointer-events: none;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #CCCCCC 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #CCCCCC 1px solid;
  }
  table.low_table_spblock.access_table {
    width: 70%;
    margin: 0 auto 20px auto;
  }
  table.low_table_spblock.access_table tr th {
    width: 50%;
    text-align: center;
  }
  table.low_table_spblock.access_table tr td {
    width: 50%;
  }
}
/*テーブル線上下のみ*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table2 tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #FFFFFF;
  border-bottom: #CCCCCC 1px solid;
  background-color: #5B9FC8;
}
table.low_table2 tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #3A3A3A;
  border-bottom: #CCCCCC 1px solid;
  background-color: #ffffff;
}
table.low_table2 tr:first-child th {
  border-top: #CCCCCC 1px solid;
}
table.low_table2 tr:first-child td {
  border-top: #CCCCCC 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table2 tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #FFFFFF;
    border-bottom: #CCCCCC 1px solid;
    background-color: #5B9FC8;
  }
  table.low_table2 tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #3A3A3A;
    border-bottom: #CCCCCC 1px solid;
    background-color: #ffffff;
  }
  table.low_table2 tr:first-child th {
    border-top: #CCCCCC 1px solid;
  }
  table.low_table2 tr:first-child td {
    border-top: #CCCCCC 1px solid;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide2 {
  width: 1000px;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
table.low_table_slide2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide2 tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #FFFFFF;
  border-bottom: #CCCCCC 1px solid;
  background-color: #5B9FC8;
}
table.low_table_slide2 tr td {
  width: 60%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #3A3A3A;
  border-bottom: #CCCCCC 1px solid;
  background-color: #ffffff;
}
table.low_table_slide2 tr:first-child th {
  border-top: #CCCCCC 1px solid;
}
table.low_table_slide2 tr:first-child td {
  border-top: #CCCCCC 1px solid;
}

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

@media screen and (min-width: 768px), print {
  table.low_table_slide2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  table.low_table_slide2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_slide2 tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #FFFFFF;
    border-bottom: #CCCCCC 1px solid;
    background-color: #5B9FC8;
  }
  table.low_table_slide2 tr td {
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #3A3A3A;
    border-bottom: #CCCCCC 1px solid;
    background-color: #ffffff;
  }
  table.low_table_slide2 tr:first-child th {
    border-top: #CCCCCC 1px solid;
  }
  table.low_table_slide2 tr:first-child td {
    border-top: #CCCCCC 1px solid;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock2 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock2 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #FFFFFF;
  background-color: #5B9FC8;
  border-bottom: #CCCCCC 1px solid;
}
table.low_table_spblock2 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #3A3A3A;
  background-color: #ffffff;
  border-bottom: #CCCCCC 1px solid;
}
table.low_table_spblock2 tr td span {
  color: #5B9FC8;
  font-weight: bold;
}
table.low_table_spblock2 tr td span a {
  color: #5B9FC8;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock2 tr:first-child th {
  border-top: #CCCCCC 1px solid;
}

@media screen and (min-width: 768px), print {
  table.low_table_spblock2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock2 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock2 tr th {
    width: 30%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #FFFFFF;
    background-color: #5B9FC8;
    border-bottom: #CCCCCC 1px solid;
  }
  table.low_table_spblock2 tr td {
    width: 70%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #3A3A3A;
    background-color: #ffffff;
    border-bottom: #CCCCCC 1px solid;
  }
  table.low_table_spblock2 tr td span {
    color: #5B9FC8;
    font-weight: bold;
  }
  table.low_table_spblock2 tr td span a {
    color: #5B9FC8;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock2 tr:first-child th {
    border-top: #CCCCCC 1px solid;
  }
  table.low_table_spblock2 tr:first-child td {
    border-top: #CCCCCC 1px solid;
  }
}
/*テーブル丸角*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #3A3A3A;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #CCCCCC 1px solid;
}
table.low_table3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table3 tr th {
  width: 30%;
  padding: 1rem;
  border-bottom: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  background-color: #5B9FC8;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table3 tr td {
  width: 70%;
  padding: 1rem;
  border-bottom: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #3A3A3A;
  background-color: #ffffff;
}
table.low_table3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #CCCCCC 1px solid;
}
table.low_table3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #3A3A3A;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #CCCCCC 1px solid;
  }
  table.low_table3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 0.5rem 0 0 0;
  }
  table.low_table3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    background-color: #5B9FC8;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #3A3A3A;
    background-color: #ffffff;
  }
  table.low_table3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #CCCCCC 1px solid;
  }
  table.low_table3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
}
/* -----------------------------------------------------------
　テーブルサブタイトル
----------------------------------------------------------- */
table.low_table_subtitle3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #3A3A3A;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
  border-top: #CCCCCC 1px solid;
}
table.low_table_subtitle3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 1rem 0 0 0;
}
table.low_table_subtitle3 tr th {
  width: 100%;
  border-bottom: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  background-color: #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_subtitle3 tr th .sub_title {
  background-color: #80C7F1;
  color: #ffffff;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
table.low_table_subtitle3 tr th .sub_title.st_top {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr th .sub_text {
  background-color: #17498f;
  color: #3A3A3A;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
table.low_table_subtitle3 tr td {
  width: 100%;
  padding: 0.5rem;
  border-bottom: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #3A3A3A;
  background-color: #ffffff;
}
table.low_table_subtitle3 tr:first-child th {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
}
table.low_table_subtitle3 tr:last-child td {
  border-bottom-right-radius: 0.7rem;
}

@media screen and (min-width: 768px), print {
  table.low_table_subtitle3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #3A3A3A;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border-top: #CCCCCC 1px solid;
  }
  table.low_table_subtitle3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 16px 0 0 0;
  }
  table.low_table_subtitle3 tr th {
    width: 100%;
    border-bottom: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    background-color: #5B9FC8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_subtitle3 tr th .sub_title {
    background-color: #80C7F1;
    color: #ffffff;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  table.low_table_subtitle3 tr th .sub_title.st_top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr th .sub_text {
    background-color: #17498f;
    color: #3A3A3A;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  table.low_table_subtitle3 tr td {
    width: 100%;
    padding: 20px;
    border-bottom: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #3A3A3A;
    background-color: #ffffff;
  }
  table.low_table_subtitle3 tr:first-child th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table.low_table_subtitle3 tr:last-child th {
    border-bottom-left-radius: 0.7rem;
  }
  table.low_table_subtitle3 tr:last-child td {
    border-bottom-right-radius: 0.7rem;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide3 {
  width: 1200px;
  border-collapse: separate;
  border-spacing: 0;
  color: #3A3A3A;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0 0;
  line-height: 140%;
  border-radius: 0.7rem;
  border-top: #80C7F1 1px solid;
}
table.low_table_slide3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_slide3 tr th {
  width: auto;
  padding: 1rem;
  border-bottom: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  background-color: #5B9FC8;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
table.low_table_slide3 tr td {
  width: auto;
  padding: 1rem;
  border-bottom: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  color: #3A3A3A;
  background-color: #ffffff;
}
table.low_table_slide3 tr:first-child th {
  border-top-left-radius: 0.7rem;
}
table.low_table_slide3 tr:first-child td {
  border-top-right-radius: 0.7rem;
}
table.low_table_slide3 tr:last-child th {
  border-bottom-left-radius: 0.7rem;
  border-bottom: #CCCCCC 1px solid;
}
table.low_table_slide3 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_slide3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #3A3A3A;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 0 0;
    line-height: 160%;
    border-radius: 0.7rem;
    border-top: #CCCCCC 1px solid;
  }
  table.low_table_slide3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 160%;
  }
  table.low_table_slide3 tr th {
    width: auto;
    padding: 20px;
    border-bottom: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    background-color: #5B9FC8;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
  }
  table.low_table_slide3 tr td {
    width: auto;
    padding: 20px;
    border-bottom: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color: #3A3A3A;
    background-color: #ffffff;
  }
  table.low_table_slide3 tr:first-child th {
    border-top-left-radius: 10px;
  }
  table.low_table_slide3 tr:first-child td {
    border-top-right-radius: 10px;
  }
  table.low_table_slide3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #CCCCCC 1px solid;
  }
  table.low_table_slide3 tr:last-child td {
    border-bottom-right-radius: 10px;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #3A3A3A;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  border-radius: 0.7rem;
}
table.low_table_spblock3 caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock3 tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  background-color: #5B9FC8;
  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_spblock3 tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  border-bottom: #80C7F1 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  line-height: 140%;
  display: block;
  color: #3A3A3A;
  background-color: #ffffff;
}
table.low_table_spblock3 tr td span {
  color: #5B9FC8;
  font-size: 2.2rem;
  font-weight: bold;
}
table.low_table_spblock3 tr td span a {
  color: #5B9FC8;
  text-decoration: none;
}
table.low_table_spblock3 tr:first-child th {
  border-top: #CCCCCC 1px solid;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}
table.low_table_spblock3 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_spblock3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #3A3A3A;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
  table.low_table_spblock3 caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table_spblock3 tr th {
    width: 30%;
    padding: 20px;
    border-bottom: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-right: none;
    background-color: #5B9FC8;
    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_spblock3 tr td {
    width: 70%;
    padding: 20px;
    border-bottom: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    line-height: 140%;
    display: table-cell;
    color: #3A3A3A;
    background-color: #ffffff;
  }
  table.low_table_spblock3 tr td span {
    color: #80C7F1;
    font-size: 3rem;
    font-weight: bold;
  }
  table.low_table_spblock3 tr td span a {
    color: #80C7F1;
    text-decoration: none;
  }
  table.low_table_spblock3 tr:first-child th {
    border-top: #CCCCCC 1px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
  }
  table.low_table_spblock3 tr:first-child td {
    border-top: #CCCCCC 1px solid;
    border-top-right-radius: 10px;
  }
  table.low_table_spblock3 tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: #CCCCCC 1px solid;
  }
  table.low_table_spblock3 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: 500px;
    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.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

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

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

@media screen and (min-width: 768px), print {
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_normal li {
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準2列 disc*/
  ul.list_normal_two {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準3列 disc*/
  ul.list_normal_three {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_normal_three li {
    width: 30%;
    margin: 0 0 10px 25px;
    padding: 0;
  }
  /*標準 maru*/
  ul.list_maru {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 5px;
    background-size: 14px;
    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.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 5px;
    background-size: 14px;
    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.6rem;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 5px;
    background-size: 14px;
    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: 6%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 94%;
  margin: 0 0 1rem 0;
}

/*記号*/
dl.symptoms_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.symptoms_list dt {
  width: 8%;
  margin: 0 0 1rem 0;
}
dl.symptoms_list dd {
  width: 92%;
  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: #5B9FC8;
  color: #FFFFFF;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
}
dl.title_box dt:first-child {
  border-top: #CCCCCC 1px solid;
}
dl.title_box dd {
  width: 100%;
  margin: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
}

@media screen and (min-width: 768px), print {
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 1rem 0;
  }
  dl.bio_list dd {
    width: 1100px;
    margin: 0 0 1rem 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 1180px;
    margin: 0 0 1rem 0;
  }
  /*記号*/
  dl.symptoms_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
    width: 1200px;
  }
  dl.symptoms_list dt {
    width: 30px;
    margin: 0 0 1rem 0;
  }
  dl.symptoms_list dd {
    width: 1170px;
    margin: 0 0 1rem 0;
  }
  /*タイトルボックス*/
  dl.title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 160%;
  }
  dl.title_box dt {
    width: 100%;
    margin: 0;
    background-color: #5B9FC8;
    color: #FFFFFF;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
  }
  dl.title_box dt:first-child {
    border-top: #CCCCCC 1px solid;
  }
  dl.title_box dd {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
  }
}
/*汎用*/
/* Scss Document */
/* =======================================================================

 共通項目

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

/*強調*/
.emphasis {
  background-color: #F3F9FF;
  border: #80C7F1 1px solid;
  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.bio_list.mb_none {
  margin: 0;
}
.emphasis dl.mb_none {
  margin: 0;
}

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

.text_bold {
  font-weight: bold;
}

.text_red {
  color: #ff0000;
}

.text_underline {
  text-decoration: underline;
}

@media screen and (min-width: 768px), print {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 32px solid #4D6B9F;
    text-align: center;
    display: block;
    margin: 30px auto;
  }
  /*二列*/
  .two_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
  }
  .two_box section {
    width: 48%;
  }
  /*強調*/
  .emphasis {
    background-color: #F3F9FF;
    border: #80C7F1 1px solid;
    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.bio_list {
    width: 534px;
  }
  .emphasis dl.bio_list dt {
    width: 100px;
    margin: 0 0 1rem 0;
  }
  .emphasis dl.bio_list dd {
    width: 434px;
    margin: 0 0 1rem 0;
  }
  .emphasis dl.bio_list.mb_none {
    margin: 0;
  }
  .emphasis dl.mb_none {
    margin: 0;
  }
  .emphasis dl.ajs1 {
    width: 1180px;
  }
  .emphasis dl.ajs1 dt {
    width: 20px;
    margin: 0 0 10px 0;
  }
  .emphasis dl.ajs1 dd {
    width: 1160px;
    margin: 0 0 10px 0;
  }
  .emphasis dl.ajs2 {
    width: 1180px;
  }
  .emphasis dl.ajs2 dt {
    width: 30px;
    margin: 0 0 10px 0;
  }
  .emphasis dl.ajs2 dd {
    width: 1150px;
    margin: 0 0 10px 0;
  }
  .emphasis dl.ajs3 {
    width: 1158px;
  }
  .emphasis dl.ajs3 dt {
    width: 25px;
    margin: 0 0 10px 0;
  }
  .emphasis dl.ajs3 dd {
    width: 1133px;
    margin: 0 0 10px 0;
  }
  /*下層電話*/
  .low_tel {
    margin: 0 0 20px 0;
  }
  .low_tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4rem;
    font-weight: bold;
  }
  .low_tel span i {
    font-size: 4rem;
  }
  .text_bold {
    font-weight: bold;
  }
  .text_red {
    color: #ff0000;
  }
  .text_underline {
    text-decoration: underline;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  width: 96%;
  margin: 2rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #3A3A3A;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #3A3A3A;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px), print {
  ul.pankuzu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    width: 1200px;
    margin: 20px auto 0 auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: 1.6rem;
    color: #3A3A3A;
    margin: 0 10px;
  }
  ul.pankuzu_list li a {
    font-size: 1.6rem;
    color: #3A3A3A;
    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: #3A3A3A;
  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: #3A3A3A;
    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: #4D6B9F 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #80C7F1;
  padding: 1rem;
  text-decoration: none;
  color: #3A3A3A;
}
.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: #3A3A3A;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #3A3A3A;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #3A3A3A;
}

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

.low_button {
  background-color: #80C7F1;
  width: auto;
  height: auto;
  margin: 0 0 2rem 0;
  text-align: left;
  text-decoration: none;
  padding: 1rem 4rem 1rem 2.5rem;
  line-height: 120%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2rem;
}
.low_button span {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0 1.2rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 100%;
}
.low_button span::after {
  font-family: "fontello";
  content: "\e80a";
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: calc(50% - 0.7rem);
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #3A3A3A;
  }
  .low_link_text:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button {
    background-color: #80C7F1;
    width: auto;
    height: auto;
    margin: 0 0 2rem 0;
    text-align: left;
    text-decoration: none;
    padding: 12px 30px 12px 30px;
    line-height: 120%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-size: 2rem;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button span {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 0 13px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: relative;
    height: 100%;
  }
  .low_button span::after {
    font-family: "fontello";
    content: "\e80a";
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: calc(50% - 1.1rem);
  }
  .low_button:hover {
    background-color: #5B9FC8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

@media screen and (min-width: 768px), print {
  .img_doctor {
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
  }
  .img_doctor img {
    width: 400px;
    height: auto;
  }
  .doctor_name {
    text-align: right;
  }
  .doctor_name span {
    font-size: 2.2rem;
  }
}
/* -----------------------------------------------------------
　医院紹介
----------------------------------------------------------- */
.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;
  }
}
/* -----------------------------------------------------------
　初めての方へ(流れ)
----------------------------------------------------------- */
dl.flow_box {
  border: #D1D1D1 2px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
}
dl.flow_box dt {
  color: #575757;
  font-size: 1.6rem;
  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;
}
dl.flow_box dt .bold_title {
  margin: 0 0 1rem 0;
  background-color: #4D6B9F;
  color: #ffffff;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
}
dl.flow_box dd {
  color: #575757;
  font-family: "kiwimaru_medium";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 140%;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.flow_box dd.ajs {
  padding: 0;
}

@media screen and (min-width: 768px), print {
  dl.flow_box {
    border: #D1D1D1 2px solid;
    padding: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
  }
  dl.flow_box dt {
    color: #575757;
    font-weight: normal;
    font-size: 1.8rem;
    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;
  }
  dl.flow_box dt .bold_title {
    margin: 0 0 16px 0;
    background-color: #4D6B9F;
    color: #ffffff;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
  }
  dl.flow_box dd {
    color: #575757;
    font-family: "kiwimaru_medium";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 180%;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
iframe.accessmap {
  width: 100%;
  height: 120vw;
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  iframe.accessmap {
    width: 100%;
    height: 600px;
    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: #F3FDFF;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3A3A3A;
  border-top: #4D6B9F 1px solid;
  border-left: #4D6B9F 1px solid;
  border-right: #4D6B9F 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: #4D6B9F 1px solid;
  border-left: #4D6B9F 1px solid;
  border-right: #4D6B9F 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: #4D6B9F 1px solid;
}

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

 共通項目

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

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

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

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

.greeting_anime2 {
  -webkit-animation: greeting_fadein 0.5s ease 2.5s 1 normal backwards;
          animation: greeting_fadein 0.5s ease 2.5s 1 normal backwards;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px), print {
  /*左から*/
  .scroll_left {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_left.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*右から*/
  .scroll_right {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_right.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*下から*/
  .scroll_up {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 1;
  }
  .scroll_up.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  /*下からPCのみ*/
  .scroll_up_pc {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
  }
  .scroll_up_pc.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  /*下から順番*/
  .scroll_up1 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
  }
  .scroll_up2 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    opacity: 0;
  }
  .scroll_up3 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.9s ease-in;
    transition: all 0.9s ease-in;
    opacity: 0;
  }
  .scroll_up1.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .scroll_up2.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .scroll_up3.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  /*左から*/
  .scroll_left {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .scroll_left.blockIn {
    -webkit-transform: none;
            transform: none;
  }
  /*右から*/
  .scroll_right {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .scroll_right.blockIn {
    -webkit-transform: none;
            transform: none;
  }
  .greeting_anime_left {
    -webkit-animation: greeting_fadein_left 0.5s ease 2s 1 normal backwards;
            animation: greeting_fadein_left 0.5s ease 2s 1 normal backwards;
  }
  .greeting_anime_right {
    -webkit-animation: greeting_fadein_right 0.5s ease 2s 1 normal backwards;
            animation: greeting_fadein_right 0.5s ease 2s 1 normal backwards;
  }
  /*左から*/
  @-webkit-keyframes greeting_fadein_left {
    from {
      opacity: 0;
      -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes greeting_fadein_left {
    from {
      opacity: 0;
      -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  /*左から*/
  @-webkit-keyframes greeting_fadein_right {
    from {
      opacity: 0;
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes greeting_fadein_right {
    from {
      opacity: 0;
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.scroll_treatment_up li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.scroll_treatment_up li:nth-child(1) {
  -webkit-transition: all 0.5s ease-in 0.1s;
  transition: all 0.5s ease-in 0.1s;
}
.scroll_treatment_up li:nth-child(2) {
  -webkit-transition: all 0.5s ease-in 0.2s;
  transition: all 0.5s ease-in 0.2s;
}
.scroll_treatment_up li:nth-child(3) {
  -webkit-transition: all 0.5s ease-in 0.3s;
  transition: all 0.5s ease-in 0.3s;
}
.scroll_treatment_up li:nth-child(4) {
  -webkit-transition: all 0.5s ease-in 0.4s;
  transition: all 0.5s ease-in 0.4s;
}
.scroll_treatment_up li:nth-child(5) {
  -webkit-transition: all 0.5s ease-in 0.5s;
  transition: all 0.5s ease-in 0.5s;
}
.scroll_treatment_up li:nth-child(6) {
  -webkit-transition: all 0.5s ease-in 0.6s;
  transition: all 0.5s ease-in 0.6s;
}
.scroll_treatment_up li:nth-child(7) {
  -webkit-transition: all 0.5s ease-in 0.7s;
  transition: all 0.5s ease-in 0.7s;
}
.scroll_treatment_up li:nth-child(8) {
  -webkit-transition: all 0.5s ease-in 0.8s;
  transition: all 0.5s ease-in 0.8s;
}
.scroll_treatment_up li:nth-child(9) {
  -webkit-transition: all 0.5s ease-in 0.9s;
  transition: all 0.5s ease-in 0.9s;
}
.scroll_treatment_up li:nth-child(10) {
  -webkit-transition: all 0.5s ease-in 1s;
  transition: all 0.5s ease-in 1s;
}

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

/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "zenkakugothicnew_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #3A3A3A;
  background-color: #ffffff;
  padding: 0 0 13vw 0;
  /*ページ内リンク用*/
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "zenkakugothicnew_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #3A3A3A;
    background-color: #ffffff;
    padding: 0;
    /*ページ内リンク用*/
    scroll-behavior: smooth;
    /*スクロール後の余白設定*/
    scroll-padding-top: 60px;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  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 {
    z-index: 0;
    min-width: 1280px;
    -webkit-text-size-adjust: 100%;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

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

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

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

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 120px 0 200px 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;
  width: 100%;
  position: relative;
  z-index: 9999;
}
header.header .header_box {
  width: 100%;
  height: 14vw;
  margin: 0;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header .header_box .container {
  width: 15%;
}
header.header .header_box .head_logo {
  width: 80%;
  margin: 0 0 0 2%;
}
header.header .header_box .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .head_logo a img {
  width: 95%;
  height: auto;
  margin: 3vw 0 0 0;
}

.side_web_link {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    padding: 46px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 99999;
    width: 100%;
    height: 155px;
  }
  header.header .header_box {
    width: 100%;
    height: 55px;
    margin: 0;
    position: relative;
    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 .container {
    display: none;
  }
  header.header .header_box .head_logo {
    width: 460px;
    margin: 0 0 0 30px;
  }
  header.header .header_box .head_logo a {
    display: block;
    width: 460px;
    text-decoration: none;
  }
  header.header .header_box .head_logo a img {
    width: 460px;
    height: auto;
    margin: 0 0 0 0;
  }
  .side_web_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50px;
    height: 211px;
    text-decoration: none;
    color: #ffffff;
    background-color: #4D6B9F;
    border: #ffffff 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2rem;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.05em;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: fixed;
    /*top:242px;*/
    top: 250px;
    right: 0;
    z-index: 9999999999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_web_link span {
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .side_web_link i {
    font-size: 2.8rem;
    margin: 0 0 10px 0;
  }
  .side_web_link:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    width: 520px;
    height: 55px;
    margin: 3px 30px 0 0;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul {
    width: 520px;
    height: 55px;
    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: 55px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li.treatment {
    width: 100.56px;
  }
  nav.main_nav_pc ul li.treatment:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li a, nav.main_nav_pc ul li p {
    width: 100%;
    height: 55px;
    text-decoration: none;
    text-align: center;
    color: #3A3A3A;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-family: "zenkakugothicnew_medium";
    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: 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 a:hover, nav.main_nav_pc ul li p:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    width: 225px;
    border: #5B9FC8 1px solid;
    background-color: #F3FDFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0 0 0;
    margin: 7px 0 0 -50px;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    width: 220px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    position: relative;
    z-index: 9999999;
    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;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    display: block;
    width: 220px;
    height: auto;
    margin: 0 0 25px 0;
    padding: 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    width: 100%;
    height: auto;
    text-decoration: none;
    text-align: center;
    color: #5B9FC8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    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: 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 br {
    display: none;
  }
  .nav_add {
    position: fixed;
    top: 0;
    z-index: 9999999999;
  }
}
/* -----------------------------------------------------------
　DoctorsFile JOBS求人バナーナビの下
----------------------------------------------------------- */
.doctorsfile_jobs_button_header {
  display: none;
}

@media screen and (min-width: 768px), print {
  .doctorsfile_jobs_button_header {
    display: block;
    text-decoration: none;
    width: 250px;
    height: 100px;
    margin: -35px 30px 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    float: right;
    overflow: hidden;
  }
  .doctorsfile_jobs_button_header img {
    width: 100%;
    height: auto;
  }
  .doctorsfile_jobs_button_header:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* -----------------------------------------------------------
　キービジュアルスライダー
----------------------------------------------------------- */
@-webkit-keyframes textAnime {
  100% {
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}
@keyframes textAnime {
  100% {
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}
.key_visual {
  width: 100%;
  height: 105vw;
  position: relative;
  z-index: 1;
}
.key_visual .swiper {
  width: 100%;
  height: 100vw;
  float: right;
  overflow: hidden;
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.key_visual .swiper-slide {
  overflow: hidden;
}
.key_visual .swiper-slide img {
  width: 100%;
  height: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 0;
     object-position: 30% 0;
  margin: 0 0 0 0;
  overflow: hidden;
}
.key_visual .swiper-text {
  color: #fff;
  left: 5%;
  position: absolute;
  text-shadow: 1px 1px 2px #333;
  top: 50%;
  width: 60%;
}
.key_visual .swiper-title {
  font-size: clamp(16px, 3vw, 50px);
  font-weight: 700;
}
.key_visual .swiper-desc {
  font-size: clamp(12px, 2vw, 30px);
  line-height: 1.5;
  margin-top: 3%;
}
.key_visual .key_box {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 9999999;
}
.key_visual .key_box .key_title {
  font-family: "zenkakugothicnew_light";
  font-weight: normal;
  font-size: 2rem;
  text-align: left;
  margin: 0 0 1rem 1rem;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: textAnime 0.5s linear forwards;
          animation: textAnime 0.5s linear forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.key_visual .key_box .key_title span {
  background-color: #ffffff;
  color: #4D6B9F;
  padding: 0 0.5rem;
  display: inline-block;
  margin: 0 0 0.3rem 0;
}
.key_visual .key_box .key_text {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  max-width: 1000px;
  color: #80C7F1;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: textAnime 0.5s linear forwards;
          animation: textAnime 0.5s linear forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  margin: 0 0 0 1rem;
}

.key_visual_low {
  width: 100%;
  height: 50vw;
  display: block;
  position: relative;
  z-index: 1;
}
.key_visual_low::before {
  content: "";
  width: 80%;
  height: 50vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.key_visual_low h1 {
  width: 100%;
  height: 50vw;
  text-align: left;
  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;
  position: relative;
  z-index: 3;
}
.key_visual_low h1 span {
  padding: 0 0 0 0.5rem;
  font-family: "zenkakugothicnew_light";
  font-weight: normal;
  font-size: 2.2rem;
  color: #4D6B9F;
  background-color: #ffffff;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .key_visual {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 1;
    /*求人バナー復活したら復活*/
    margin: 96px 0 0 0;
    /*margin: 0;*/
  }
  .key_visual .swiper {
    width: 1240px;
    height: 700px;
    float: right;
    overflow: hidden;
    margin: 0 0 0 calc(100% - 1240px);
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .key_visual .swiper-slide {
    overflow: hidden;
  }
  .key_visual .swiper-slide img {
    width: 1240px;
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
  }
  .key_visual .swiper-text {
    color: #fff;
    left: 5%;
    position: absolute;
    text-shadow: 1px 1px 2px #333;
    top: 50%;
    width: 60%;
  }
  .key_visual .swiper-title {
    font-size: clamp(16px, 3vw, 50px);
    font-weight: 700;
  }
  .key_visual .swiper-desc {
    font-size: clamp(12px, 2vw, 30px);
    line-height: 1.5;
    margin-top: 3%;
  }
  .key_visual .key_box {
    position: absolute;
    bottom: auto;
    top: 95px;
    left: 50%;
    z-index: 9999999;
    margin: 0 0 0 -600px;
  }
  .key_visual .key_box .key_title {
    font-family: "zenkakugothicnew_light";
    font-weight: normal;
    font-size: 8rem;
    text-align: left;
    margin: 0 0 0 50px;
    clip-path: inset(0 100% 0 0);
    -webkit-animation: textAnime 0.5s linear forwards;
            animation: textAnime 0.5s linear forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    line-height: 100%;
    letter-spacing: 0.01em;
  }
  .key_visual .key_box .key_title span {
    background-color: #ffffff;
    color: #4D6B9F;
    padding: 0 7px 7px 7px;
    display: inline-block;
    margin: 0 0 12px 0;
    line-height: 100%;
  }
  .key_visual .key_box .key_text {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 2.6rem;
    max-width: 1000px;
    color: #80C7F1;
    clip-path: inset(0 100% 0 0);
    -webkit-animation: textAnime 0.5s linear forwards;
            animation: textAnime 0.5s linear forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    margin: 70px 0 0 50px;
    line-height: 160%;
  }
  .key_visual_low {
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
    z-index: 1;
  }
  .key_visual_low::before {
    content: "";
    width: 1240px;
    height: 500px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .key_visual_low h1 {
    width: 1200px;
    height: 500px;
    text-align: left;
    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;
    position: relative;
    z-index: 3;
    margin: 0 auto;
  }
  .key_visual_low h1 span {
    padding: 0 0 0 0;
    font-family: "zenkakugothicnew_light";
    font-weight: normal;
    font-size: 6rem;
    color: #4D6B9F;
    background-color: #ffffff;
    padding: 12px 16px 21px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　DoctorsFile JOBS
----------------------------------------------------------- */
.doctorsfile_jobs_button {
  display: block;
  text-decoration: none;
  width: 80%;
  margin: 0 auto 2rem auto;
}
.doctorsfile_jobs_button img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .doctorsfile_jobs_button {
    display: block;
    text-decoration: none;
    width: 400px;
    margin: 0 auto 50px auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .doctorsfile_jobs_button img {
    width: 100%;
    height: auto;
  }
  .doctorsfile_jobs_button:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_bg {
  width: 100%;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_bg .notice_frame {
  width: 100%;
  margin: 0 0 0 0;
}
.notice_bg .notice_frame h2.notice_title {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 2.2rem;
  text-align: left;
  color: #4D6B9F;
  line-height: 120%;
  width: 70%;
  min-height: 30vw;
  padding: 0 0 0 14vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url("../img/index_news_bg.svg") no-repeat;
  background-size: contain;
  background-position: left center;
}
.notice_bg .notice_frame h2.notice_title span {
  font-size: 1rem;
  display: block;
}
.notice_bg .notice_frame .notice_box {
  width: 98%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_bg .notice_frame .notice_box dl {
  margin: 0 auto 0 auto;
  width: 96%;
  height: 90vw;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding: 0 1rem 1.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3FDFF;
}
.notice_bg .notice_frame .notice_box dl dt {
  color: #4D6B9F;
  margin: 1rem 0 0 0;
  padding: 2rem 0 1rem 0;
  font-family: "zenkakugothicnew_regular";
  font-size: 1.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 120%;
  text-align: justify;
  position: relative;
  border-top: #4D6B9F 1px solid;
}
.notice_bg .notice_frame .notice_box dl dt .date {
  font-size: 1.2rem;
  display: block;
  margin: 0 0 0 0.4rem;
}
.notice_bg .notice_frame .notice_box dl dt:first-child {
  border-top: none;
}
.notice_bg .notice_frame .notice_box dl dd {
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  color: #3A3A3A;
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 120%;
  text-align: justify;
  display: none;
}
.notice_bg .notice_frame .notice_box dl dd.open {
  display: block;
}
.notice_bg .notice_frame .notice_box dl dd p {
  font-family: "zenkakugothicnew_regular";
}
.notice_bg .notice_frame .notice_box dl dd p a {
  color: #3A3A3A;
}
.notice_bg .notice_frame .notice_box dl dd p .poster_img {
  width: 96%;
  height: auto;
  display: block;
  margin: 0 auto 0 auto;
}

@media screen and (min-width: 768px), print {
  .notice_bg {
    width: 100%;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_bg .notice_frame {
    width: 1200px;
    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;
    overflow: visible;
  }
  .notice_bg .notice_frame h2.notice_title {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 5rem;
    text-align: left;
    color: #4D6B9F;
    line-height: 90%;
    width: 400px;
    min-height: 182px;
    height: 182px;
    padding: 0 0 0 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: url("../img/index_news_bg.svg") no-repeat;
    background-size: 182px;
    background-position: left center;
  }
  .notice_bg .notice_frame h2.notice_title span {
    font-size: 1.6rem;
    display: block;
    margin: 0 0 0 5px;
  }
  .notice_bg .notice_frame .notice_box {
    width: 800px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_bg .notice_frame .notice_box dl {
    margin: 0;
    width: 800px;
    height: 330px;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding: 0 30px 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F3FDFF;
  }
  .notice_bg .notice_frame .notice_box dl dt {
    color: #4D6B9F;
    margin: 0 0 12px 0;
    padding: 28px 0 0 0;
    font-family: "zenkakugothicnew_regular";
    font-size: 2.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 120%;
    text-align: justify;
    position: relative;
    border-top: #4D6B9F 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_bg .notice_frame .notice_box dl dt .date {
    font-size: 1.6rem;
    display: block;
    margin: 0 0 0 0;
  }
  .notice_bg .notice_frame .notice_box dl dt:first-child {
    border-top: none;
    padding: 27px 0 0 0;
  }
  .notice_bg .notice_frame .notice_box dl dt:hover {
    cursor: pointer;
    cursor: hand;
    color: #292929;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_bg .notice_frame .notice_box dl dd {
    margin: 0 0 24px 0;
    padding: 0 0 0 0;
    color: #3A3A3A;
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 120%;
    text-align: justify;
    display: none;
  }
  .notice_bg .notice_frame .notice_box dl dd.open {
    display: block;
  }
  .notice_bg .notice_frame .notice_box dl dd p {
    font-family: "zenkakugothicnew_regular";
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
  .notice_bg .notice_frame .notice_box dl dd p a {
    color: #3A3A3A;
  }
  .notice_bg .notice_frame .notice_box dl dd p .poster_img {
    width: 96%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
  }
}
/* -----------------------------------------------------------
　ポスター
----------------------------------------------------------- */
.poster_frame {
  width: 100%;
  margin: 2rem 0 8rem 0;
}
.poster_frame .poster_text {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.7rem;
  text-align: center;
  color: #4D6B9F;
  line-height: 120%;
}
.poster_frame .poster_img {
  width: 96%;
  height: auto;
  display: block;
  margin: 0 auto 0 auto;
}

@media screen and (min-width: 768px), print {
  .poster_frame {
    width: 100%;
    margin: 80px 0 80px 0;
  }
  .poster_frame .poster_text {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 2.3rem;
    text-align: center;
    color: #4D6B9F;
    line-height: 120%;
  }
  .poster_frame .poster_img {
    width: 40%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
  }
}
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_area {
  position: relative;
  height: 285vw;
  margin: 6rem 0 0 0;
}
.greeting_area .greeting_bg {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  height: 100vw;
  background: url("../img/index_greeting_01.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.greeting_area .greeting_content {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.9);
  width: 96%;
  margin: 0 auto;
  padding: 0 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.greeting_area .greeting_content .greeting_box {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.greeting_area .greeting_content .greeting_box h2.greeting_title {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 2.2rem;
  text-align: left;
  color: #4D6B9F;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.greeting_area .greeting_content .greeting_box h2.greeting_title span {
  font-size: 1rem;
  display: block;
}
.greeting_area .greeting_content .greeting_box .greeting_button {
  background-color: #80C7F1;
  color: #ffffff;
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  width: 40%;
  height: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  border-radius: 3rem;
  position: absolute;
  top: 2rem;
  right: 1rem;
}
.greeting_area .greeting_content .greeting_box .greeting_button i {
  font-size: 1rem;
  margin: 0.2rem 0 0 0.3rem;
}
.greeting_area .greeting_content .greeting_box .greeting_text {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: justify;
}
.greeting_area .greeting_content .greeting_box .greeting_name {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: right;
  color: #4D6B9F;
}
.greeting_area .greeting_content .greeting_box .greeting_name span {
  font-size: 1.8rem;
}
.greeting_area .greeting_content .greeting_img {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}
.greeting_area .greeting_content .greeting_img img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .greeting_area {
    position: relative;
    height: 800px;
    margin: 150px 0 0 0;
  }
  .greeting_area .greeting_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1240px;
    height: 700px;
    background: url("../img/index_greeting_01.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
  }
  .greeting_area .greeting_content {
    position: relative;
    z-index: 2;
    top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    width: 1200px;
    margin: 0 auto 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;
  }
  .greeting_area .greeting_content .greeting_box {
    width: 750px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 108px 50px 0 105px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .greeting_area .greeting_content .greeting_box h2.greeting_title {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 5rem;
    text-align: left;
    color: #4D6B9F;
    line-height: 98%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 38px 0;
  }
  .greeting_area .greeting_content .greeting_box h2.greeting_title span {
    font-size: 1.6rem;
    display: block;
  }
  .greeting_area .greeting_content .greeting_box .greeting_button {
    background-color: #80C7F1;
    color: #ffffff;
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.8rem;
    width: 152px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-decoration: none;
    border-radius: 20px;
    position: absolute;
    top: 122px;
    right: 52px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .greeting_area .greeting_content .greeting_box .greeting_button i {
    font-size: 1.2rem;
    margin: 5px 0 0 10px;
  }
  .greeting_area .greeting_content .greeting_box .greeting_button:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .greeting_area .greeting_content .greeting_box .greeting_text {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.8rem;
    text-align: justify;
    line-height: 140%;
    margin: 0 0 20px 0;
  }
  .greeting_area .greeting_content .greeting_box .greeting_name {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.8rem;
    text-align: right;
    color: #4D6B9F;
    margin: 0;
  }
  .greeting_area .greeting_content .greeting_box .greeting_name span {
    font-size: 2.4rem;
    display: inline-block;
    margin: 10px 0 0 0;
  }
  .greeting_area .greeting_content .greeting_img {
    width: 450px;
    margin: 0;
  }
  .greeting_area .greeting_content .greeting_img img {
    width: 100%;
    height: auto;
  }
  .greeting_area .greeting_content .greeting_img {
    width: 450px;
    margin: 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .greeting_area .greeting_content .greeting_img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame {
  width: 96%;
  margin: 4rem auto 0 auto;
}
.treatment_frame ul.treatment_list {
  width: 96%;
  margin: 2rem auto 0 auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.treatment_frame ul.treatment_list li {
  width: 48%;
  margin: 0 0 2.8rem 0;
  text-align: center;
}
.treatment_frame ul.treatment_list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #3A3A3A;
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 120%;
}
.treatment_frame ul.treatment_list li a::before {
  content: "";
  display: block;
  margin: 0 auto 1.2rem auto;
  width: 12rem;
  height: 12rem;
  background-color: #5B9FC8;
  border-radius: 50%;
}
.treatment_frame ul.treatment_list li.treatment_01 a::before {
  background: url("../img/icon_treatment_01.svg") no-repeat;
  background-size: 60%;
  background-position: center center;
  background-color: #5B9FC8;
}
.treatment_frame ul.treatment_list li.treatment_02 a::before {
  background: url("../img/icon_treatment_02.svg") no-repeat;
  background-size: 60%;
  background-position: center center;
  background-color: #5B9FC8;
}
.treatment_frame ul.treatment_list li.treatment_03 a::before {
  background: url("../img/icon_treatment_03.svg") no-repeat;
  background-size: 60%;
  background-position: center center;
  background-color: #5B9FC8;
}
.treatment_frame ul.treatment_list li.treatment_04 a::before {
  background: url("../img/icon_treatment_04.svg") no-repeat;
  background-size: 60%;
  background-position: center center;
  background-color: #5B9FC8;
}
.treatment_frame ul.treatment_list li.treatment_05 a::before {
  background: url("../img/icon_treatment_05.svg") no-repeat;
  background-size: 30%;
  background-position: center center;
  background-color: #5B9FC8;
}
.treatment_frame ul.treatment_list li.treatment_06 a::before {
  background: url("../img/icon_treatment_06.svg") no-repeat;
  background-size: 60%;
  background-position: center center;
  background-color: #5B9FC8;
}
.treatment_frame ul.treatment_list li.treatment_07 a::before {
  background: url("../img/icon_treatment_07.svg") no-repeat;
  background-size: 30%;
  background-position: center center;
  background-color: #5B9FC8;
}
.treatment_frame ul.treatment_list li.treatment_08 a::before {
  background: url("../img/icon_treatment_08.svg") no-repeat;
  background-size: 55%;
  background-position: center center;
  background-color: #5B9FC8;
}

@media screen and (min-width: 768px), print {
  .treatment_frame {
    width: 1200px;
    margin: 162px auto 0 auto;
  }
  .treatment_frame ul.treatment_list {
    width: 1124px;
    margin: 36px auto 0 auto;
    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-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 3;
  }
  .treatment_frame ul.treatment_list li {
    width: 281px;
    margin: 0 0 56px 0;
    text-align: center;
  }
  .treatment_frame ul.treatment_list li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #3A3A3A;
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 2rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 120%;
  }
  .treatment_frame ul.treatment_list li a::before {
    content: "";
    display: block;
    margin: 0 auto 26px auto;
    width: 168px;
    height: 168px;
    background-color: #5B9FC8;
    border-radius: 50%;
  }
  .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.treatment_01 a::before {
    background: url("../img/icon_treatment_01.svg") no-repeat;
    background-size: 60%;
    background-position: center center;
    background-color: #5B9FC8;
  }
  .treatment_frame ul.treatment_list li.treatment_02 a::before {
    background: url("../img/icon_treatment_02.svg") no-repeat;
    background-size: 55%;
    background-position: center center;
    background-color: #5B9FC8;
  }
  .treatment_frame ul.treatment_list li.treatment_03 a::before {
    background: url("../img/icon_treatment_03.svg") no-repeat;
    background-size: 55%;
    background-position: center center;
    background-color: #5B9FC8;
  }
  .treatment_frame ul.treatment_list li.treatment_04 a::before {
    background: url("../img/icon_treatment_04.svg") no-repeat;
    background-size: 60%;
    background-position: center center;
    background-color: #5B9FC8;
  }
  .treatment_frame ul.treatment_list li.treatment_05 a::before {
    background: url("../img/icon_treatment_05.svg") no-repeat;
    background-size: 30%;
    background-position: center center;
    background-color: #5B9FC8;
  }
  .treatment_frame ul.treatment_list li.treatment_06 {
    margin: 0 0 0 0;
  }
  .treatment_frame ul.treatment_list li.treatment_06 a::before {
    background: url("../img/icon_treatment_06.svg") no-repeat;
    background-size: 60%;
    background-position: center center;
    background-color: #5B9FC8;
  }
  .treatment_frame ul.treatment_list li.treatment_07 {
    margin: 0 0 0 0;
  }
  .treatment_frame ul.treatment_list li.treatment_07 a::before {
    background: url("../img/icon_treatment_07.svg") no-repeat;
    background-size: 30%;
    background-position: center center;
    background-color: #5B9FC8;
  }
  .treatment_frame ul.treatment_list li.treatment_08 {
    margin: 0 0 0 0;
  }
  .treatment_frame ul.treatment_list li.treatment_08 a::before {
    background: url("../img/icon_treatment_08.svg") no-repeat;
    background-size: 55%;
    background-position: center center;
    background-color: #5B9FC8;
  }
}
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  margin: 4rem 0 0 0;
}
.features_frame .feature_box {
  width: 100%;
}
.features_frame .feature_box .feature_content {
  width: 100%;
  height: 60vw;
  padding: 30vw 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 4rem 0;
}
.features_frame .feature_box .feature_content.fc01 {
  background: url("../img/index_feature_01.jpg") no-repeat;
  background-size: 100%;
  background-position: left top;
}
.features_frame .feature_box .feature_content.fc02 {
  background: url("../img/index_feature_02.jpg") no-repeat;
  background-size: 100%;
  background-position: right top;
}
.features_frame .feature_box .feature_content.fc03 {
  background: url("../img/index_feature_03.jpg") no-repeat;
  background-size: 100%;
  background-position: left top;
  margin: 0 0 5.5rem 0;
}
.features_frame .feature_box .feature_content.fc04 {
  background: url("../img/index_feature_04.jpg") no-repeat;
  background-size: 100%;
  background-position: right top;
}
.features_frame .feature_box .feature_content .feature_text_box {
  background-color: #ffffff;
  border: #707070 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  padding: 1rem;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}
.features_frame .feature_box .feature_content .feature_text_box .ftb_title {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.6rem;
  color: #5B9FC8;
  line-height: 100%;
  margin: 0 0 1rem 0;
}
.features_frame .feature_box .feature_content .feature_text_box .ftb_text {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  color: #3A3A3A;
  line-height: 120%;
  margin: 0 0 0 0;
  text-align: justify;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    width: 100%;
    margin: 140px 0 0 0;
    overflow: hidden;
  }
  .features_frame .feature_box {
    width: 100%;
    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;
    overflow: hidden;
  }
  .features_frame .feature_box .feature_content {
    width: 50%;
    height: 410px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 100px 0;
    position: relative;
  }
  .features_frame .feature_box .feature_content.fc01 {
    background: url("../img/index_feature_01.jpg") no-repeat;
    background-size: 900px;
    background-position: right 100px top;
  }
  .features_frame .feature_box .feature_content.fc01 .feature_text_box {
    position: absolute;
    right: 50px;
    bottom: 0;
  }
  .features_frame .feature_box .feature_content.fc02 {
    background: url("../img/index_feature_02.jpg") no-repeat;
    background-size: 900px;
    background-position: left 100px top;
  }
  .features_frame .feature_box .feature_content.fc02 .feature_text_box {
    position: absolute;
    left: 50px;
    bottom: 0;
  }
  .features_frame .feature_box .feature_content.fc03 {
    background: url("../img/index_feature_03.jpg") no-repeat;
    background-size: 900px;
    background-position: right 100px top;
  }
  .features_frame .feature_box .feature_content.fc03 .feature_text_box {
    position: absolute;
    right: 50px;
    bottom: 0;
  }
  .features_frame .feature_box .feature_content.fc04 {
    background: url("../img/index_feature_04.jpg") no-repeat;
    background-size: 900px;
    background-position: left 100px top;
  }
  .features_frame .feature_box .feature_content.fc04 .feature_text_box {
    position: absolute;
    left: 50px;
    bottom: 0;
  }
  .features_frame .feature_box .feature_content .feature_text_box {
    background-color: #ffffff;
    border: #707070 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 380px;
    height: 222px;
    padding: 28px 30px 0 30px;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
  }
  .features_frame .feature_box .feature_content .feature_text_box .ftb_title {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 3rem;
    color: #5B9FC8;
    line-height: 100%;
    margin: 0 0 20px 0;
  }
  .features_frame .feature_box .feature_content .feature_text_box .ftb_text {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.8rem;
    color: #3A3A3A;
    line-height: 140%;
    margin: 0 0 0 0;
    text-align: justify;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame2_area {
  position: relative;
  height: 470vw;
  margin: 5rem 0 10rem 0;
}
.treatment_frame2_area .treatment_frame2_bg {
  position: absolute;
  z-index: 3;
  top: 24rem;
  margin: 0 0 0 0;
  width: 100%;
  height: 200vw;
  background: url("../img/index_treatment_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
.treatment_frame2_area .treatment_frame2 {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
}
.treatment_frame2_area .treatment_frame2 .treatment_box {
  width: 96%;
  margin: 0 auto 2rem auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.treatment_frame2_area .treatment_frame2 .treatment_box figure {
  width: 100%;
}
.treatment_frame2_area .treatment_frame2 .treatment_box figure img {
  width: 100%;
  height: auto;
}
.treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -2px 0 0 0;
}
.treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content .treatment_content_title {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 2rem;
  color: #5B9FC8;
}
.treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content .treatment_content_title span {
  font-size: 1rem;
  margin: 0 0 0 0.8rem;
}
.treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content ul.treatment_content_list {
  list-style-type: none;
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
}
.treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content ul.treatment_content_list li {
  margin: 0 0 0.5rem 0;
}
.treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content .treatment_content_text {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .treatment_frame2_area {
    position: relative;
    height: 1372px;
    margin: 120px 0 50px 0;
    z-index: 1;
  }
  .treatment_frame2_area .treatment_frame2_bg {
    position: absolute;
    z-index: 3;
    top: 270px;
    margin: 0 0 0 0;
    left: 0;
    background-size: 2000px;
    height: 950px;
    background: url("../img/index_treatment_bg.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .treatment_frame2_area .treatment_frame2 {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 9999;
  }
  .treatment_frame2_area .treatment_frame2 .treatment_box {
    width: 1200px;
    height: 270px;
    margin: 0 auto 40px auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    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;
  }
  .treatment_frame2_area .treatment_frame2 .treatment_box figure {
    width: 500px;
  }
  .treatment_frame2_area .treatment_frame2 .treatment_box figure img {
    width: 500px;
    height: auto;
  }
  .treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content {
    width: 700px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 47px 65px 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
  }
  .treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content .treatment_content_title {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 3rem;
    color: #5B9FC8;
    margin: 0 0 24px 0;
  }
  .treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content .treatment_content_title span {
    font-size: 1.4rem;
    margin: 0 0 0 10px;
  }
  .treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content ul.treatment_content_list {
    list-style-type: none;
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.8rem;
    width: 600px;
    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;
  }
  .treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content ul.treatment_content_list li {
    margin: 0 22px 8px 0;
  }
  .treatment_frame2_area .treatment_frame2 .treatment_box .treatment_content .treatment_content_text {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.8rem;
    width: 600px;
    line-height: 130%;
  }
  .treatment_frame2_area .treatment_frame2 .treatment_box.tb_ajs {
    height: 296px;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
/*
.treatment_frame2_area{
  position: relative;
  padding: 12rem 0 0 0;
  box-sizing: border-box;  
  .treatment_frame2_bg{
    width: 100%;  
    background: url("../img/index_treatment_bg.jpg") no-repeat;
    background-size: 200%;
    background-position: center center;
    background-attachment: fixed;   
    padding: 6rem 0 0 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;    
    .treatment_frame2{
      width: 100%;  
      position: relative;
      top: -14rem;
      .treatment_box{
        width: 96%;
        margin: 0 auto 2rem auto;
        box-shadow: 0 0 10px $color_shadow2;
        figure{
          width: 100%;
          img{
            width: 100%;
            height: auto;
          }
        }
        .treatment_content{
          width: 100%;
          background-color: $color_transparent;
          padding: 2rem;
          box-sizing: border-box;
          margin: -2px 0 0 0;
          .treatment_content_title{
            font-family: 'zenkakugothicnew_regular';
            font-weight: normal;
            font-size: 2rem;
            color: $color4;
            span{
              font-size: 1rem;
              margin: 0 0 0 0.8rem;
            }        
          }
          ul.treatment_content_list{
            list-style-type: none;
            font-family: 'zenkakugothicnew_regular';
            font-weight: normal;
            font-size: 1.4rem;  
            li{
              margin: 0 0 0.5rem 0;
            }
          }
          .treatment_content_text{
            font-family: 'zenkakugothicnew_regular';
            font-weight: normal;
            font-size: 1.4rem;  
            margin: 0;
          }
        }    
      }  
    }
  }  
}


@media screen and (min-width: $breakpoint) , print {

.treatment_frame2_area{
  position: relative;

  padding: 254px 0 245px 0;
  box-sizing: border-box;
  margin: 45px 0 0 0;

  .treatment_frame2_bg{
    width: 100%;  
    height: 950px;
    background: url("../img/index_treatment_bg.jpg") no-repeat;
    background-size: 2000px;
    background-position: center center;
    background-attachment: fixed;   
    padding: 0 0 0 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;


    .treatment_frame2{
      width: 100%;  
      position: relative;
      top: -238px;

      .treatment_box{
        width: $hp_width;
        height: 270px;
        margin: 0 auto 40px auto;
        box-shadow: 0 0 10px $color_shadow2;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;    
        figure{
          width: 500px;
          img{
            width: 500px;
            height: auto;
          }
        }
        .treatment_content{
          width: 700px;
          background-color: $color_transparent;
          padding: 47px 65px 0 50px;
          box-sizing: border-box;
          margin: 0 0 0 0;
          .treatment_content_title{
            font-family: 'zenkakugothicnew_regular';
            font-weight: normal;
            font-size: 3rem;
            color: $color4;
            margin: 0 0 24px 0;
            span{
              font-size: 1.4rem;
              margin: 0 0 0 10px;
            }        
          }
          ul.treatment_content_list{
            list-style-type: none;
            font-family: 'zenkakugothicnew_regular';
            font-weight: normal;
            font-size: 1.8rem;  
            width: 600px;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-flex-direction:row;
            flex-direction:row;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            li{
              margin: 0 22px 8px 0;
            }
          }
          .treatment_content_text{
            font-family: 'zenkakugothicnew_regular';
            font-weight: normal;
            font-size: 1.8rem;  
            width: 600px;
            line-height: 130%;
          }          
        }    
        &.tb_ajs{
          height: 296px; 
        }
      }

    }
  }  
}
}
*/
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background-color: #5B9FC8;
  padding: 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.overview::before {
  content: "";
  width: 96%;
  height: 6vw;
  display: block;
  background: url("../img/overview_text_01.svg") no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  top: 0.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overview::after {
  content: "";
  width: 96%;
  height: 6vw;
  display: block;
  background: url("../img/overview_text_02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overview .overview_box {
  width: 96%;
  margin: 0 auto;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box .overview_info_box_left .overview_logo {
  width: 80%;
  margin: 0 auto 2rem auto;
  display: block;
}
.overview .overview_box .overview_info_box_left .overview_logo img {
  width: 100%;
  height: auto;
}
.overview .overview_box .overview_info_box_left .overview_address {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_left .overview_tel {
  text-align: center;
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  font-size: 2.4rem;
  color: #80C7F1;
  margin: 0 0 2rem 0;
}
.overview .overview_box .overview_info_box_left .overview_tel a {
  text-decoration: none;
  color: #80C7F1;
}
.overview .overview_box .overview_info_box_left .overview_dept {
  background-color: #4D6B9F;
  color: #ffffff;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  width: 96%;
  margin: 0 auto 2rem auto;
}
.overview .overview_box .overview_info_box_left .overview_info {
  width: 90%;
  margin: 0 auto 0 auto;
}
.overview .overview_box .overview_info_box_left .overview_info p {
  font-family: "zenkakugothicnew_regular";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_left .overview_info p span {
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  color: #4D6B9F;
}
.overview .overview_box .overview_info_box_left .overview_timetable {
  width: 96%;
  margin: 0 auto 2rem auto;
}
.overview .overview_box .overview_info_box_left .overview_doctorsfile_box {
  width: 96%;
  margin: 0 auto 2rem auto;
}
.overview .overview_box .overview_info_box_left .overview_doctorsfile_box a {
  display: block;
  width: 100%;
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info_box_left .overview_doctorsfile_box a img {
  width: 100%;
  height: auto;
}
.overview .overview_box .overview_info_box_right {
  width: 100%;
}
.overview .overview_box .overview_info_box_right iframe.googlemap {
  width: 96%;
  height: 100vw;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    height: 920px;
    background-color: #5B9FC8;
    padding: 80px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .overview::before {
    content: "";
    width: 1925px;
    height: 106px;
    display: block;
    background: url("../img/overview_text_01.svg") no-repeat;
    background-size: contain;
    background-position: center top;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .overview::after {
    content: "";
    width: 1514px;
    height: 107px;
    display: block;
    background: url("../img/overview_text_02.svg") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .overview .overview_box {
    width: 1200px;
    height: 737px;
    margin: 0 auto;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    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: 650px;
    padding: 79px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box .overview_info_box_left .overview_logo {
    width: 460px;
    margin: 0 auto 33px auto;
    display: block;
  }
  .overview .overview_box .overview_info_box_left .overview_logo img {
    width: 100%;
    height: auto;
  }
  .overview .overview_box .overview_info_box_left .overview_address {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 -3px 0;
    line-height: 100%;
  }
  .overview .overview_box .overview_info_box_left .overview_tel {
    text-align: center;
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    font-size: 3rem;
    color: #80C7F1;
    margin: 0 0 18px 0;
  }
  .overview .overview_box .overview_info_box_left .overview_tel a {
    text-decoration: none;
    color: #80C7F1;
    pointer-events: none;
  }
  .overview .overview_box .overview_info_box_left .overview_dept {
    background-color: #4D6B9F;
    color: #ffffff;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    width: 550px;
    height: 30px;
    margin: 0 auto 30px auto;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_box .overview_info_box_left .overview_info {
    width: 490px;
    margin: 0 auto 12px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview .overview_box .overview_info_box_left .overview_info p {
    font-family: "zenkakugothicnew_regular";
    font-weight: normal;
    font-size: 1.6rem;
    margin: 0 0 14px 0;
  }
  .overview .overview_box .overview_info_box_left .overview_info p span {
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    color: #4D6B9F;
  }
  .overview .overview_box .overview_info_box_left .overview_info p.left {
    width: 180px;
  }
  .overview .overview_box .overview_info_box_left .overview_info p.right {
    width: 310px;
  }
  .overview .overview_box .overview_info_box_left .overview_timetable {
    width: 550px;
    margin: 0 auto 30px auto;
  }
  .overview .overview_box .overview_info_box_left .overview_doctorsfile_box {
    width: 550px;
    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;
  }
  .overview .overview_box .overview_info_box_left .overview_doctorsfile_box a {
    display: block;
    width: 250px;
    margin: 0 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .overview .overview_box .overview_info_box_left .overview_doctorsfile_box a img {
    width: 100%;
    height: auto;
  }
  .overview .overview_box .overview_info_box_left .overview_doctorsfile_box a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .overview .overview_box .overview_info_box_right {
    width: 550px;
  }
  .overview .overview_box .overview_info_box_right iframe.googlemap {
    width: 550px;
    height: 737px;
    display: block;
    margin: 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: #ffffff;
}
footer .copyright a {
  color: #3A3A3A;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 13vw;
  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;
  z-index: 999999;
  border-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_tel {
  width: 50%;
  margin: 0;
  color: #ffffff;
  background-color: #4D6B9F;
  text-align: center;
  font-family: "zenkakugothicnew_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-right: #ffffff 1px solid;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_link a.footer_reserve {
  width: 35%;
  margin: 0;
  color: #ffffff;
  background-color: #4D6B9F;
  text-align: center;
  font-family: "zenkakugothicnew_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-right: #ffffff 1px solid;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_link .smoothScrolls {
  color: #ffffff;
  background-color: #4D6B9F;
  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%;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 30px 0 0 0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 156px;
    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: 15px;
    margin: 0 6px 10px 0;
    padding: 0 6px 0 0;
    list-style-type: none;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  footer .footer_frame ul.footer_list li::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #3A3A3A;
    position: absolute;
    top: 5px;
    right: 0;
  }
  footer .footer_frame ul.footer_list li a {
    color: #3A3A3A;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.6rem;
    position: relative;
    line-height: 100%;
    height: 15px;
  }
  footer .footer_frame ul.footer_list li a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #3A3A3A;
  }
  footer .footer_frame ul.footer_list li a:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    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::before {
    content: "";
    display: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #3A3A3A;
    font-size: 1.2rem;
    height: 51px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #ffffff;
    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: #3A3A3A;
    text-decoration: none;
    letter-spacing: 0.1em;
    position: relative;
  }
  footer .copyright a::before {
    position: absolute;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #3A3A3A;
  }
  footer .copyright a:hover::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    top: 0;
    bottom: -2px;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
.follow_link_box {
  display: none;
}

@media screen and (min-width: 768px), print {
  .follow_link_box {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
  }
  .follow_link_box .footer_tel {
    width: 230px;
    height: 70px;
    text-decoration: none;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2.6rem;
    color: #80C7F1;
    background-color: #F3FDFF;
    border: #80C7F1 3px solid;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0.15rem;
    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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none;
  }
  .follow_link_box .footer_tel span {
    font-size: 2.2rem;
  }
  .follow_link_box .footer_tel:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #F3F9FF;
    border: #F3F9FF 1px solid;
    color: #ffffff;
  }
  .follow_link_box .pagetop a {
    width: 70px;
    height: 70px;
    display: block;
    background: url("../img/pagetop.svg") no-repeat;
    background-size: contain;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .follow_link_box .pagetop a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/*フェード処理*/
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* 背景カラー */
  z-index: 99999999; /* 一番手前に */
  pointer-events: none; /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0; /* 初期値 : 透過状態 */
  -webkit-transition: opacity 0.8s ease; /* アニメーション時間は 0.8秒 */
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */