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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*◇◆◇◆◇◆揃え◇◆◇◆◇◆*/
p, ul, dl {
  text-align: justify;
}

/*◇◆◇◆◇◆基本色◇◆◇◆◇◆*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*◇◆◇◆◇◆ハンバーガー色◇◆◇◆◇◆*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*ハンバーガーdrawr背景*/
/*ハンバーガーdrawrテキスト*/
/*ハンバーガーdrawrボーダー*/
/*ハンバーガーdrawrサブ背景*/
/*◇◆◇◆◇◆お知らせ色◇◆◇◆◇◆*/
/*お知らせタイトル*/
/*お知らせ文字*/
/*お知らせボーダー*/
/*お知らせアイコン*/
/*お知らせ背景*/
/*◇◆◇◆◇◆フッターPC◇◆◇◆◇◆*/
/*フッター背景色*/
/*フッターテキスト*/
/*フッターアイコン*/
/*フッターボーダー*/
/*◇◆◇◆◇◆フッターリンクSP◇◆◇◆◇◆*/
/*フッターリンク背景色*/
/*フッターリンクテキスト*/
/*フッターリンクボーダー*/
/*◇◆◇◆◇◆コピーライト◇◆◇◆◇◆*/
/*コピーライト背景色*/
/*コピーライトテキスト*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆診療時間テーブル◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*thボーダー*/
/*◇◆◇◆◇◆汎用テーブル系◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆影◇◆◇◆◇◆*/
/*◇◆◇◆◇◆透過◇◆◇◆◇◆*/
/*◇◆◇◆◇◆フロー◇◆◇◆◇◆*/
/*◇◆◇◆◇◆矢印◇◆◇◆◇◆*/
/*緑*/
/*薄い水色*/
/*水色*/
/*灰色*/
/*水色*/
/*灰色*/
/*赤色*/
/*緑*/
/*緑*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*見出しサンプル用*/
/*青*/
/*赤*/
/*黄色*/
/*黒*/
/*下層H1*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "notosansjp_regular";
  src: url(../font/NotoSansJP-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansjp_medium";
  src: url(../font/NotoSansJP-Medium.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansjp_bold";
  src: url(../font/NotoSansJP-Bold.otf);
  font-weight: bold;
  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;
}
@font-face {
  font-family: "roboto_regular";
  src: url(../font/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zen_maru_gothic_regular";
  src: url(../font/ZenMaruGothic-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zen_maru_gothic_bold";
  src: url(../font/ZenMaruGothic-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "zen_maru_gothic_Medium";
  src: url(../font/ZenMaruGothic-Medium.ttf);
  font-weight: normal;
  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 */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
#nav-content {
  z-index: 999999999;
  overflow: auto;
  width: 100%;
  height: 100%;
  /*background: $color_transparent;*/
  color: #F0FEFF;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 14vw;
  right: 0;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
#nav-content::-webkit-scrollbar {
  display: none;
}
#nav-content .nav_box ul.hbg {
  list-style-type: none;
  /*border-top: $color_hbg_drawr_border 1px solid;*/
  width: 90%;
  margin: 0 auto 0 auto;
}
#nav-content .nav_box ul.hbg li {
  width: 100%;
  text-align: center;
}
#nav-content .nav_box ul.hbg li.plan_hbg:hover {
  cursor: pointer;
  cursor: hand;
}
#nav-content .nav_box ul.hbg li a {
  color: #ffffff;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 0.5rem 0;
  /*border-bottom: $color_hbg_drawr_border 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%;
}
#nav-content .nav_box ul.hbg li a span {
  display: none;
}
#nav-content .nav_box ul.hbg li ul.main_nav_sub {
  display: none;
  width: 100%;
  list-style-type: none;
  border-top: none;
}
#nav-content .nav_box ul.hbg li ul.main_nav_sub.open_nav {
  display: block;
}
#nav-content .nav_box ul.hbg li ul.main_nav_sub li a {
  background-color: rgba(73, 178, 189, 0.9);
  color: #ffffff;
  border-bottom: none;
  text-align: center;
  border-bottom: #cccccc 1px solid;
}
#nav-content .nav_box ul.hbg li ul.main_nav_sub li a::after {
  content: "" !important;
}
#nav-content .nav_box ul.hbg li.plan_hbg a::after {
  font-family: "fontello";
  content: "\e802";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
#nav-content .nav_box ul.hbg li.open_plan {
  display: block;
}
#nav-content .nav_box ul.hbg li.open_plan a::after {
  font-family: "fontello";
  content: "\e804";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
#nav-content .nav_box .info_content {
  width: 96%;
  margin: 0 auto;
}
#nav-content .nav_box .info_content .hgb_reserve {
  width: 90%;
  height: 10vw;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  color: #ffffff;
  border: #ffffff 1px solid;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem auto 1.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nav-content .nav_box .info_content .hgb_reserve::after {
  content: "\e803";
  font-family: "fontello";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
#nav-content .nav_box .info_content .info_content_info p {
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  margin: 0 0 1rem 0;
}
#nav-content .nav_box .info_content .info_content_info p.on_tel a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
}
#nav-content .nav_box .info_content .info_content_info dl.ic_text {
  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: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  line-height: 160%;
  width: 96%;
}
#nav-content .nav_box .info_content .info_content_info dl.ic_text dt {
  width: 5%;
  margin: 0 0 1rem 0;
}
#nav-content .nav_box .info_content .info_content_info dl.ic_text dd {
  width: 95%;
  margin: 0 0 1rem 0;
}

.is-open #nav-content {
  z-index: 999999;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.is-open #nav-content .nav_box {
  width: 70%;
  height: 100%;
  background-color: rgba(33, 132, 142, 0.9);
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.is-open::before {
  content: "";
  position: fixed;
  top: 14vw;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
}

@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: #21848E;
  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: #21848E;
  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: 0.8rem;
}

.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: 0.8rem;
}

.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%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 14vw;
}

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

 共通項目

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

h2.top_title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 160%;
  margin: 0;
}
h2.low {
  color: #3A3A3A;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 120%;
  padding: 0 0 0 0;
  margin: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
h2.low::after {
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 30%;
  border-bottom: #21848E 2px solid;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #3A3A3A;
  background-color: #F0FEFF;
  border-top: #21848E 1px solid;
  border-bottom: #21848E 1px solid;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  padding: 1rem;
  -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: #C6C6C6;
  font-size: 1.9rem;
  text-align: center;
  font-weight: normal;
  border-bottom: #21848E 1px solid;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0;
  line-height: 120%;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.first {
  margin: 0 0 1rem 0;
}

p {
  font-size: 1.2rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-align: justify;
}

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.top_title {
    text-align: center;
    font-size: 2.6rem;
    line-height: 200%;
    margin: 0;
  }
  h2.low {
    color: #3A3A3A;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 120%;
    padding: 0 0 0 0;
    margin: 100px 0 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  h2.low::after {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 100px;
    border-bottom: #21848E 2px solid;
  }
  h2.first {
    margin: 0 0 30px 0;
  }
  h3.low {
    color: #3A3A3A;
    background-color: #F0FEFF;
    border-top: #21848E 1px solid;
    border-bottom: #21848E 1px solid;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    padding: 12px;
    -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: #C6C6C6;
    font-size: 2.2rem;
    text-align: center;
    border-bottom: #21848E 1px solid;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    line-height: 120%;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.first {
    margin: 0 0 1rem 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.1em;
    text-align: justify;
  }
}
/*見出し1*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
h2.low1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 100%;
  color: #007FCB;
  margin: 3rem 0 2rem 0;
  padding: 0.8rem 0 1rem 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/icon_01.png") no-repeat;
  background-position: left top;
  background-size: 4rem;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low1 {
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 100%;
  color: #ffffff;
  margin: 3rem 0 1.5rem 0;
  padding: 1rem 0 1rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  background: url("../img/h3bg.jpg") no-repeat;
  background-size: cover;
  background-position: left top;
  position: relative;
}
h3.low1::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/icon_02.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 1.6rem;
  left: 1rem;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low1 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 100%;
  color: #856621;
  margin: 3rem 0 1.5rem 0;
  padding: 0.9rem 0 0.9rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#decfa8+0,decfa8+67,bea971+100 */
  background: -webkit-gradient(linear, left top, right top, from(#decfa8), color-stop(67%, #decfa8), to(#bea971));
  background: linear-gradient(to right, #decfa8 0%, #decfa8 67%, #bea971 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
}
h4.low1::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: url("../img/icon_03.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 1.6rem;
  left: 1rem;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low1 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 100%;
  color: #3A3A3A;
  border-bottom: #C9C9C9 2px solid;
  margin: 3rem 0 1.5rem 0;
  padding: 0.5rem 0 0.5rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
h5.low1::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../img/icon_04.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 1.2rem;
  left: 1rem;
}
h5.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.low1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    color: #007FCB;
    margin: 80px 0 20px 0;
    padding: 20px 0 28px 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/icon_01.png") no-repeat;
    background-position: left top;
    background-size: 76px;
  }
  h2.first {
    margin: 0 0 20px 0;
  }
  h3.low1 {
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 100%;
    color: #ffffff;
    margin: 60px 0 20px 0;
    padding: 11px 0 11px 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    background: url("../img/h3bg.jpg") no-repeat;
    background-size: cover;
    background-position: left top;
    position: relative;
  }
  h3.low1::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../img/icon_02.svg") no-repeat;
    background-position: center center;
    background-size: 10px;
    position: absolute;
    top: 19px;
    left: 14px;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low1 {
    font-size: 2rem;
    font-weight: normal;
    line-height: 100%;
    color: #856621;
    margin: 50px 0 20px 0;
    padding: 11px 0 11px 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#decfa8+0,decfa8+67,bea971+100 */
    background: -webkit-gradient(linear, left top, right top, from(#decfa8), color-stop(67%, #decfa8), to(#bea971));
    background: linear-gradient(to right, #decfa8 0%, #decfa8 67%, #bea971 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
  }
  h4.low1::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url("../img/icon_03.svg") no-repeat;
    background-position: center center;
    background-size: 8px;
    position: absolute;
    top: 17px;
    left: 14px;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low1 {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 100%;
    color: #3A3A3A;
    border-bottom: #C9C9C9 2px solid;
    margin: 40px 0 15px 0;
    padding: 0 0 10px 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  h5.low1::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: url("../img/icon_04.svg") no-repeat;
    background-position: center center;
    background-size: 6px;
    position: absolute;
    top: 5px;
    left: 14px;
  }
  h5.first {
    margin: 0 0 15px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
/*見出し2*/
/* Scss Document */
/* =======================================================================

 共通項目

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

h2.low2 {
  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;
  width: 100%;
  overflow: visible;
  margin: 6rem 0 1.5rem 0;
}
h2.low2 span {
  color: #644E35;
  font-family: "zenkakugothicnew_medium";
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 130%;
  width: auto;
  display: block;
  max-width: 66%;
  margin: 0;
}
h2.low2::before {
  content: "";
  display: block;
  width: 15%;
  height: 5vw;
  background: url("../img/h2_left.svg") no-repeat;
  background-size: contain;
  background-position: right center;
  margin: 0 2% 0 0;
}
h2.low2::after {
  content: "";
  display: block;
  width: 15%;
  height: 5vw;
  background: url("../img/h2_right.svg") no-repeat;
  background-size: contain;
  background-position: left center;
  margin: 0 0 0 2%;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low2 {
  color: #644E35;
  font-family: "zenkakugothicnew_medium";
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120%;
  border-bottom: #644E35 5px solid;
  -webkit-box-shadow: 0 5px #B58756;
          box-shadow: 0 5px #B58756;
  padding: 0 0 0.2rem 0;
  margin: 2rem 0 1.2rem 0;
}
h3.first {
  margin: 0 0 1.2rem 0;
}

h4.low2 {
  color: #EEAE05;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.9rem;
  text-align: left;
  font-weight: normal;
  border-bottom: #EEAE05 5px solid;
  margin: 1rem 0 1rem 0;
  padding: 0 0 0 0;
  line-height: 120%;
}
h4.first {
  margin: 0 0 1rem 0;
}

h5.low2 {
  color: #B58756;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.8rem;
  text-align: left;
  font-weight: normal;
  border-bottom: #B58756 4px dotted;
  margin: 1rem 0 1rem 0;
  padding: 0 0 0.2rem 0;
  line-height: 120%;
}
h5.first {
  margin: 0 0 1rem 0;
}

h6.low2 {
  color: #DB6813;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.7rem;
  text-align: left;
  font-weight: normal;
  margin: 1rem 0 1rem 0;
  padding: 0;
  line-height: 120%;
}
h6.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.low2 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    overflow: visible;
    line-height: 200%;
    margin: 120px 0 30px 0;
    min-height: 45px;
  }
  h2.low2 span {
    color: #644E35;
    font-family: "zenkakugothicnew_medium";
    font-size: 3.4rem;
    font-weight: normal;
    text-align: center;
    line-height: 130%;
    width: auto;
    display: block;
    max-width: 80%;
    margin: 0;
  }
  h2.low2::before {
    content: "";
    display: block;
    width: 80px;
    height: 20px;
    background: url("../img/h2_left.svg") no-repeat;
    background-size: cover;
    background-position: right center;
    margin: 0 22px 0 0;
  }
  h2.low2::after {
    content: "";
    display: block;
    width: 80px;
    height: 20px;
    background: url("../img/h2_right.svg") no-repeat;
    background-size: cover;
    background-position: left center;
    margin: 0 0 0 22px;
  }
  h2.first {
    margin: 0 0 30px 0;
  }
  h3.low2 {
    color: #644E35;
    font-family: "zenkakugothicnew_medium";
    font-size: 3.4rem;
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 120%;
    border-bottom: #644E35 5px solid;
    -webkit-box-shadow: 0 5px #B58756;
            box-shadow: 0 5px #B58756;
    padding: 0 0 5px 0;
    margin: 50px 0 20px 0;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low2 {
    color: #EEAE05;
    font-family: "zenkakugothicnew_medium";
    font-size: 3.2rem;
    text-align: left;
    font-weight: normal;
    border-bottom: #EEAE05 5px solid;
    margin: 40px 0 18px 0;
    padding: 0 0 5px 0;
    line-height: 120%;
  }
  h4.first {
    margin: 0 0 18px 0;
  }
  h5.low2 {
    color: #B58756;
    font-family: "zenkakugothicnew_medium";
    font-size: 3rem;
    text-align: left;
    font-weight: normal;
    border-bottom: #B58756 4px dotted;
    margin: 40px 0 16px 0;
    padding: 0 0 5px 0;
    line-height: 120%;
  }
  h5.first {
    margin: 0 0 16px 0;
  }
  h6.low2 {
    color: #DB6813;
    font-family: "zenkakugothicnew_medium";
    font-size: 2.8rem;
    text-align: left;
    font-weight: normal;
    margin: 40px 0 10px 0;
    padding: 0;
    line-height: 120%;
  }
  h6.first {
    margin: 0 0 10px 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 200%;
    letter-spacing: 0;
  }
}
/*見出し3*/
/* Scss Document */
/* =======================================================================

 共通項目

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

h2.low3 {
  width: 100%;
  margin: 4rem 0 2rem 0;
  padding: 0 0 1rem 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}
h2.low3 span {
  color: #000000;
  font-family: "zen_maru_gothic_bold";
  font-size: 3rem;
  line-height: 140%;
  background: url("../img/crayon_01.svg") no-repeat;
  background-position: left top;
  background-size: 6rem;
  padding: 0 1rem 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline;
}
h2.low3::after {
  content: "";
  width: 20%;
  height: 1px;
  border-bottom: #2E5F64 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low3 {
  color: #2E5F64;
  background: url("../img/h2_bg1.svg"), url("../img/h2_bg2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left 2% center, right 2% bottom -1.2rem;
  background-size: 1%, 20%;
  background-color: #C9E6D7;
  font-family: "zen_maru_gothic_bold";
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 1rem 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.6rem;
  margin: 2rem 0 1.5rem 0;
  line-height: 120%;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4 {
  line-height: 120%;
}
h4.low3 {
  color: #2E5F64;
  font-family: "zen_maru_gothic_bold";
  font-size: 1.8rem;
  font-weight: bold;
  background: url("../img/h4_bg.svg") no-repeat;
  background-size: 150%;
  background-position: right bottom;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
h4.first {
  margin: 0 0 1.5rem 0;
}

h5.low3 {
  color: #2E5F64;
  font-family: "zen_maru_gothic_bold";
  font-size: 1.7rem;
  font-weight: bold;
  border-left: #D3E6F6 0.3rem solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0 0.2rem 0.4rem;
  margin: 1.8rem 0 1rem 0;
}
h5.first {
  margin: 0 0 1rem 0;
}

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

@media screen and (min-width: 768px), print {
  h1 {
    margin: 0;
  }
  h2.low3 {
    width: 100%;
    margin: 80px 0 60px 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  h2.low3 span {
    color: #000000;
    font-family: "zen_maru_gothic_bold";
    font-size: 4.8rem;
    line-height: 140%;
    background: url("../img/crayon_01.svg") no-repeat;
    background-position: left top;
    background-size: 120px;
    padding: 10px 18px 14px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline;
    position: relative;
  }
  h2.low3::after {
    content: "";
    width: 72px;
    height: 1px;
    border-bottom: #2E5F64 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  h2.first {
    margin: 10px 0 60px 0;
  }
  h3.low3 {
    color: #2E5F64;
    background: url("../img/h2_bg1.svg"), url("../img/h2_bg2.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left 12px center, right 10px bottom -20px;
    background-size: 4px, 100px;
    background-color: #C9E6D7;
    font-size: 3.6rem;
    font-weight: bold;
    padding: 9px 9px 9px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 80px 0 20px 0;
    line-height: 120%;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low3 {
    color: #2E5F64;
    font-family: "zen_maru_gothic_bold";
    font-size: 3rem;
    font-weight: bold;
    background: url("../img/h4_bg.svg") no-repeat;
    background-size: 100%;
    background-position: right bottom;
    margin: 60px 0 20px 0;
    padding: 0 20px 16px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  h4.first {
    margin: 0 0 20px 0;
  }
  h5.low3 {
    color: #2E5F64;
    font-family: "zen_maru_gothic_bold";
    font-size: 2.4rem;
    font-weight: bold;
    border-left: #D3E6F6 4px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px 0 4px 10px;
    margin: 50px 0 20px 0;
  }
  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%;
  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: #ffffff;
  background-color: #36c0b8;
  border: #36c0b8 1px 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: #36c0b8;
  background-color: #ffffff;
  border: #36c0b8 1px solid;
}
table.timetable tr td.time {
  width: 30%;
  text-align: center;
  color: #3A3A3A;
}
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%;
    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: #ffffff;
    background-color: #36c0b8;
    border: #36c0b8 1px solid;
    width: 10%;
    height: 46px;
    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;
    color: #36c0b8;
    background-color: #ffffff;
    height: 46px;
    box-sizing: border-box;
    border: #36c0b8 1px solid;
  }
  table.timetable tr td i {
    font-size: 1.4rem;
    color: #21848E;
  }
  table.timetable tr td.time {
    text-align: center;
    color: #3A3A3A;
    font-size: 1.6rem;
  }
  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.2rem;
  margin: 0 0 2rem 0;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 40%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #0047AB;
  border: #CCCCCC 1px solid;
  background-color: #EBF3FF;
}
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: #333333;
  border: #CCCCCC 1px solid;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  table.low_table tr th {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #0047AB;
    border: #CCCCCC 1px solid;
    background-color: #EBF3FF;
  }
  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: #333333;
    border: #CCCCCC 1px solid;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　テーブル横スライド
----------------------------------------------------------- */
table.low_table_slide {
  width: 1000px;
  border-collapse: collapse;
  font-size: 1.2rem;
  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: #0047AB;
  border: #CCCCCC 1px solid;
  background-color: #EBF3FF;
}
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: #333333;
  border: #CCCCCC 1px solid;
  background-color: #ffffff;
}

/*横スライドテーブル用*/
.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: #0047AB;
    border: #CCCCCC 1px solid;
    background-color: #EBF3FF;
  }
  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: #333333;
    border: #CCCCCC 1px solid;
    background-color: #ffffff;
  }
  /*横スライドテーブル用*/
  .js-scrollable {
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
  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 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: #0047AB;
  background-color: #EBF3FF;
  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 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: #333333;
  background-color: #ffffff;
  border-bottom: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
}
table.low_table_spblock tr td span {
  color: #0047AB;
  font-weight: bold;
}
table.low_table_spblock tr td span a {
  color: #0047AB;
  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: #0047AB;
    background-color: #EBF3FF;
    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: #333333;
    background-color: #ffffff;
    border-bottom: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
  }
  table.low_table_spblock tr td span {
    color: #0047AB;
    font-weight: bold;
  }
  table.low_table_spblock tr td span a {
    color: #0047AB;
    font-weight: bold;
    text-decoration: 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;
  }
}
/*テーブル線上下のみ*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
  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: #0047AB;
  border-bottom: #CCCCCC 1px solid;
  background-color: #EBF3FF;
}
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: #333333;
  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: #0047AB;
    border-bottom: #CCCCCC 1px solid;
    background-color: #EBF3FF;
  }
  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: #333333;
    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.2rem;
  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: #0047AB;
  border-bottom: #CCCCCC 1px solid;
  background-color: #EBF3FF;
}
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: #333333;
  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: #0047AB;
    border-bottom: #CCCCCC 1px solid;
    background-color: #EBF3FF;
  }
  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: #333333;
    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.2rem;
  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: #0047AB;
  background-color: #EBF3FF;
  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: #333333;
  background-color: #ffffff;
  border-bottom: #CCCCCC 1px solid;
}
table.low_table_spblock2 tr td span {
  color: #0047AB;
  font-weight: bold;
}
table.low_table_spblock2 tr td span a {
  color: #0047AB;
  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: #0047AB;
    background-color: #EBF3FF;
    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: #333333;
    background-color: #ffffff;
    border-bottom: #CCCCCC 1px solid;
  }
  table.low_table_spblock2 tr td span {
    color: #0047AB;
    font-weight: bold;
  }
  table.low_table_spblock2 tr td span a {
    color: #0047AB;
    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.2rem;
  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: #EBF3FF;
  color: #0047AB;
  -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: #333333;
  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: #EBF3FF;
    color: #0047AB;
    -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: #333333;
    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.2rem;
  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: #F5F5F5;
  -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: #DCF1F3;
  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: #333333;
  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: #EBF3FF;
    -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: #DCF1F3;
    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: #333333;
    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.2rem;
  font-weight: normal;
  margin: 0 0 0 0;
  line-height: 140%;
  border-radius: 0.7rem;
  border-top: #DCF1F3 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: #EBF3FF;
  color: #0047AB;
  -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: #333333;
  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: #EBF3FF;
    color: #0047AB;
    -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: #333333;
    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.2rem;
  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: #EBF3FF;
  color: #0047AB;
  -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: #DCF1F3 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: #333333;
  background-color: #ffffff;
}
table.low_table_spblock3 tr td span {
  color: #0047AB;
  font-size: 2.2rem;
  font-weight: bold;
}
table.low_table_spblock3 tr td span a {
  color: #0047AB;
  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: #EBF3FF;
    color: #0047AB;
    -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: #333333;
    background-color: #ffffff;
  }
  table.low_table_spblock3 tr td span {
    color: #DCF1F3;
    font-size: 3rem;
    font-weight: bold;
  }
  table.low_table_spblock3 tr td span a {
    color: #DCF1F3;
    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: 400px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
}
/*リスト*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準 disc*/
ul.list_normal {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  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.2rem;
  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.2rem;
  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.2rem;
  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.2rem;
  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.2rem;
  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 4px;
    background-size: 12px;
    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 4px;
    background-size: 12px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_three li {
    width: 30%;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 4px top 4px;
    background-size: 12px;
    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.2rem;
  -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.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list dt {
  width: 10%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 90%;
  margin: 0 0 1rem 0;
}

/*タイトルボックス*/
dl.title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  -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: #EBF3FF;
  color: #0047AB;
  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.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: #EBF3FF;
    color: #0047AB;
    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 #9DC714;
  text-align: center;
  display: block;
  margin: 2rem auto;
}

/*強調*/
.emphasis {
  background-color: #F0FEFF;
  border: #21848E 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;
}

/*二列*/
/*下層電話*/
.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 #9DC714;
    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: #F0FEFF;
    border: #21848E 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;
  }
  /*下層電話*/
  .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.2rem;
  color: #3A3A3A;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.2rem;
  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: #21848E 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #DCF1F3;
  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: #21848E 2px solid;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background-color: #DCF1F3;
    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: #0047AB;
}

.low_button {
  background: url("../img/icon_arrow2.svg") no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5rem;
  background-color: #0047AB;
  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;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .low_link_text {
    color: #0047AB;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_link_text:hover {
    color: #91bcf7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button {
    background: url("../img/icon_arrow2.svg") no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    background-color: #0047AB;
    width: auto;
    height: auto;
    margin: 0 0 2rem 0;
    text-align: left;
    text-decoration: none;
    padding: 20px 80px 20px 80px;
    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:hover {
    background-color: #91bcf7;
    -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.access_info {
  width: 96%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 160%;
}
dl.access_info dt {
  width: 25%;
  margin: 0 0 1rem 0;
}
dl.access_info dt span {
  background-color: #21848E;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  height: 8vw;
  letter-spacing: 0.1em;
}
dl.access_info dd {
  width: 70%;
  margin: 0 0 1rem 0;
  padding: 0.3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media screen and (min-width: 768px), print {
  dl.access_info {
    width: 550px;
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 160%;
  }
  dl.access_info dt {
    width: 25%;
    margin: 0 0 20px 0;
  }
  dl.access_info dt span {
    background-color: #21848E;
    color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 0.2rem;
    height: 40px;
    letter-spacing: 0.1em;
  }
  dl.access_info dd {
    width: 70%;
    margin: 0 0 20px 0;
    padding: 6px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  iframe.accessmap {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
  }
}
/*メールフォームプロ用*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　お問い合わせ・メールフォーム
----------------------------------------------------------- */
#mailformpro table {
  font-size: 1.2rem;
  line-height: 140%;
  width: 100%;
}
#mailformpro table tr th {
  display: block;
  text-align: left;
  font-weight: normal;
  background-color: #F0FEFF;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3A3A3A;
  border-top: #21848E 1px solid;
  border-left: #21848E 1px solid;
  border-right: #21848E 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: #21848E 1px solid;
  border-left: #21848E 1px solid;
  border-right: #21848E 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: #21848E 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: #F0FEFF;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #21848E 1px solid;
    border-left: #21848E 1px solid;
    border-right: #21848E 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: #21848E 1px solid;
    border-left: #21848E 1px solid;
    border-right: #21848E 1px solid;
    padding: 1.5rem 3rem 1.5rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    line-height: 140%;
  }
  #mailformpro table tr td ol {
    list-style-type: none;
  }
  #mailformpro table tr td ol li {
    margin: 0 0 5px 0;
  }
  #mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
    font-size: 1.6rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td select {
    font-size: 1.6rem;
    width: 300px;
  }
  #mailformpro table tr td select.time {
    width: 60px;
  }
  #mailformpro table tr td textarea {
    font-size: 1.6rem;
    width: 600px;
    min-height: 300px;
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: #3A3A3A;
  background-color: #ffffff;
  padding: 0 0 13vw 0;
  /*ページ内リンク用*/
  scroll-behavior: smooth;
  /*スクロール後の余白設定*/
  scroll-padding-top: 20vw;
}

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

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

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

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none_span {
  display: inline;
}

.sp_none_span {
  display: none;
}

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

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

.main {
  height: auto;
  width: 100%;
  margin: 0 0 0 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: 0 auto 0 auto;
    padding: 0;
  }
  .main_low {
    height: auto;
    width: 100%;
    margin: 50px auto 100px auto;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  width: 100%;
  height: 14vw;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
}
header.header .header_box {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: relative;
  z-index: 1;
  /*ハンバーガー*/
  /*ロゴ*/
}
header.header .header_box .container {
  width: 15%;
}
header.header .header_box .head_logo {
  width: 70%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
header.header .header_box .head_logo a {
  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;
  width: 80%;
  height: 14vw;
  text-decoration: none;
  margin: 0 auto;
}
header.header .header_box .head_logo a img {
  width: 100%;
  height: auto;
}
header.header .header_box .head_tel {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 14vw;
  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;
  background-color: #ffffff;
}
header.header .header_box .head_tel i {
  font-size: 2rem;
  line-height: 100%;
  color: #3A3A3A;
}
header.header .header_box .head_reserve {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    width: 100%;
    height: 102px;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
  }
  header.header .header_box {
    width: 1200px;
    height: 102px;
    margin: 0 auto;
    position: relative;
    /*ハンバーガー*/
    /*ロゴ*/
  }
  header.header .header_box .container {
    display: none;
  }
  header.header .header_box .head_logo {
    width: 420px;
    height: 67px;
    margin: 0;
    position: absolute;
    top: 18px;
    left: 0;
    right: auto;
    margin: 0;
  }
  header.header .header_box .head_logo a {
    display: block;
    width: 420px;
    height: 67px;
    text-decoration: none;
    margin: 0;
  }
  header.header .header_box .head_logo a img {
    width: 100%;
    height: auto;
  }
  header.header .header_box .head_tel {
    display: none;
  }
  header.header .header_box .head_reserve {
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 102px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #21848E;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    line-height: 150%;
    letter-spacing: 0.05em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .head_reserve span {
    font-size: 1.2rem;
    margin: -3px 0 0 0;
  }
  header.header .header_box .head_reserve:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #1BB4C4;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    display: block;
    position: absolute;
    bottom: 0;
    right: 245px;
    z-index: 99999999;
  }
  nav.main_nav_pc ul {
    width: 478px;
    height: 72px;
    margin: 0;
    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: 72px;
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 72px;
    text-decoration: none;
    text-align: center;
    color: #3A3A3A;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0 0 30px 0;
    letter-spacing: 0.03em;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
  }
  nav.main_nav_pc ul li a span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
  }
  nav.main_nav_pc ul li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #1BB4C4;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 250px;
  }
  nav.main_nav_pc ul li .sub_nav_box ul {
    all: initial;
    width: 250px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 12px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li {
    all: initial;
    display: block;
    width: 250px;
    height: 50px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li::before {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a {
    all: initial;
    width: 100%;
    height: 50px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-size: 1.6rem;
    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;
    background-color: #21848E;
    border-bottom: #ffffff 2px dotted;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a span {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a br {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a::before {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box ul li a:hover {
    cursor: pointer;
    cursor: hand;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #35a1ad;
    color: #ffffff;
  }
  nav.main_nav_pc ul li:last-child::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li.home {
    width: 50px;
  }
  nav.main_nav_pc ul li.check_plan {
    display: none;
  }
  nav.main_nav_pc ul li.plan {
    width: 50px;
  }
  nav.main_nav_pc ul li.plan .sub_nav_box {
    margin: 0 0 0 -100px;
  }
  nav.main_nav_pc ul li.caution {
    width: 76px;
  }
  nav.main_nav_pc ul li.clinic {
    width: 117px;
  }
  nav.main_nav_pc ul li.access {
    width: 66px;
  }
  nav.main_nav_pc ul li.privacy_policy {
    display: none;
  }
  nav.main_nav_pc ul li.plan a span::after, nav.main_nav_pc ul li.caution a span::after {
    font-family: "fontello";
    font-size: 1.3rem;
    content: "\e802";
    margin: 6px 0 0 5px;
    color: #21848E;
  }
  nav.main_nav_pc ul li.plan:hover, nav.main_nav_pc ul li.caution:hover {
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li.plan:hover a span::after, nav.main_nav_pc ul li.caution:hover a span::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin: 0 0 0 4px;
  }
  nav.main_nav_pc ul li:hover {
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li:hover .sub_nav_box {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 58vw;
  margin: 14vw 0 0 0;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 58vw;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: 266%;
  background-position: center top -8vw;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 30vw;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.key_visual_low h1 {
  font-size: 2.2rem;
  text-align: center;
  color: #ffffff;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0px #000000, -1px -1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, 1px 0px 0px #000000, -1px 0px 0px #000000, 0px 1px 0px #000000, 0px -1px 0px #000000;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 750px;
    margin: 102px 0 0 0;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 750px;
    margin: 0;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 100%;
    height: 750px;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: 400px;
    background: url("../img/key_visual_low.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .key_visual_low h1 {
    font-size: 4rem;
    text-align: center;
    color: #ffffff;
    line-height: 160%;
    letter-spacing: 0.2em;
    text-shadow: 1px 1px 0px #000000, -1px -1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, 1px 0px 0px #000000, -1px 0px 0px #000000, 0px 1px 0px #000000, 0px -1px 0px #000000;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.catchphrase_frame {
  width: 100%;
  background: url("../img/catchphrase_bg.svg") no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #F0FEFF;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catchphrase_frame .catchphrase_text1 {
  color: #21848E;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 1rem 0;
  letter-spacing: 0.1em;
}
.catchphrase_frame .catchphrase_text2 {
  color: #3A3A3A;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .catchphrase_frame {
    width: 100%;
    height: 285px;
    background: url("../img/catchphrase_bg.svg") no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #F0FEFF;
    padding: 87px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .catchphrase_frame .catchphrase_text1 {
    color: #21848E;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 120%;
    letter-spacing: 0.1em;
  }
  .catchphrase_frame .catchphrase_text2 {
    color: #3A3A3A;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    margin: 0;
    letter-spacing: 0.1em;
  }
}
/* -----------------------------------------------------------
痛みに対してMRIファーストという新たな選択肢
----------------------------------------------------------- */
.choices_frame {
  width: 100%;
  background: url("../img/choices_bg.svg") no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: #F0FEFF;
  padding: 2rem 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.choices_frame h2.choices_title {
  color: #21848E;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 120%;
  margin: 0 0 1rem 0;
}
.choices_frame .choices_text {
  width: 96%;
  margin: 0 auto 2rem auto;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.choices_frame .choices_box {
  width: 96%;
  margin: 0 auto 4rem auto;
}
.choices_frame .choices_box .choices_content {
  width: 100%;
}
.choices_frame .choices_box .choices_content figure {
  width: 100%;
}
.choices_frame .choices_box .choices_content figure img {
  width: 100%;
  height: auto;
}
.choices_frame .choices_box .choices_content figure figcaption {
  color: #21848E;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 120%;
  margin: 1rem 0 1rem 0;
}
.choices_frame .choices_box .choices_content .choices_content_text {
  text-align: center;
}
.choices_frame .choices_catchphrase {
  width: 96%;
  margin: 0 auto 0 auto;
  background-color: #21848E;
  color: #ffffff;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  .choices_frame {
    width: 100%;
    background: url("../img/choices_bg.svg") no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-color: #F0FEFF;
    padding: 78px 0 110px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .choices_frame h2.choices_title {
    color: #21848E;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    line-height: 120%;
    margin: 0 0 23px 0;
    letter-spacing: 0.1em;
  }
  .choices_frame .choices_text {
    width: 100%;
    margin: 0 auto 42px auto;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .choices_frame .choices_box {
    width: 950px;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .choices_frame .choices_box .choices_content {
    width: 450px;
  }
  .choices_frame .choices_box .choices_content figure {
    width: 100%;
  }
  .choices_frame .choices_box .choices_content figure img {
    width: 100%;
    height: auto;
  }
  .choices_frame .choices_box .choices_content figure figcaption {
    color: #21848E;
    font-weight: bold;
    font-size: 2.4em;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 21px 0 13px 0;
  }
  .choices_frame .choices_box .choices_content .choices_content_text {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
  .choices_frame .choices_catchphrase {
    width: 1200px;
    height: 120px;
    margin: 0 auto 0 auto;
    background-color: #21848E;
    color: #ffffff;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 110%;
    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;
  }
}
/* -----------------------------------------------------------
初めての方でも簡単！【筋肉と関節痛みのMRIチェック名古屋】の気になる部位MRIチェック
----------------------------------------------------------- */
.check_frame {
  width: 100%;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.check_frame h2.check_title {
  color: #21848E;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 120%;
  margin: 0 0 1rem 0;
}
.check_frame .check_box {
  width: 96%;
  margin: 0 auto 2rem auto;
  padding: 2rem 0 0 0;
  border-top: #C6C6C6 1px dashed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.check_frame .check_box .check_content h3.check_title {
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #3A3A3A;
  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;
  margin: 0 0 1rem 0;
}
.check_frame .check_box .check_content h3.check_title span {
  color: #21848E;
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  font-size: 5rem;
  margin: 0 0.4rem 0 0;
}
.check_frame .check_box .check_content h3.check_title em {
  font-style: normal;
  width: calc(100% - 5.4rem);
  line-height: 120%;
  padding: 1.5rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.check_frame .check_box .check_img {
  width: 80%;
  margin: 0 auto;
}
.check_frame .check_box .check_img img {
  width: 100%;
  height: auto;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .check_frame {
    width: 100%;
    padding: 85px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .check_frame h2.check_title {
    color: #21848E;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 0 0 55px 0;
  }
  .check_frame .check_box {
    width: 1070px;
    margin: 0 auto 50px auto;
    padding: 50px 0 0 0;
    border-top: #C6C6C6 1px dashed;
    -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;
  }
  .check_frame .check_box .check_content {
    width: 640px;
  }
  .check_frame .check_box .check_content h3.check_title {
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-weight: bold;
    font-size: 2.6rem;
    color: #3A3A3A;
    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;
    margin: 0 0 33px 0;
  }
  .check_frame .check_box .check_content h3.check_title span {
    color: #21848E;
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    font-size: 15rem;
    margin: -18px 22px 0 0;
    line-height: 80%;
  }
  .check_frame .check_box .check_content h3.check_title span.ajs1 {
    margin: -18px 22px 0 20px;
  }
  .check_frame .check_box .check_content h3.check_title span.ajs2 {
    margin: -18px 22px 0 10px;
  }
  .check_frame .check_box .check_content h3.check_title span.ajs5 {
    margin: -18px 22px 0 -2px;
  }
  .check_frame .check_box .check_content h3.check_title em {
    font-style: normal;
    width: 525px;
    line-height: 120%;
    letter-spacing: 0.1em;
    padding: 32px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .check_frame .check_box .check_content h3.check_title em.ajs4 {
    padding: 2px 0 0 0;
  }
  .check_frame .check_box .check_content h3.check_title em.ajs5 {
    padding: 2px 0 0 0;
  }
  .check_frame .check_box .check_content .check_text {
    letter-spacing: 0.1em;
  }
  .check_frame .check_box .check_img {
    width: 380px;
    margin: 0;
  }
  .check_frame .check_box .check_img img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .check_frame .check_box.cb_right .check_content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .check_frame .check_box.cb_right .check_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .check_frame .check_box.cb_left .check_content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .check_frame .check_box.cb_left .check_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .check_frame .check_box.ajs2 {
    margin: 0 auto 33px auto;
  }
  .check_frame .check_box.ajs3 {
    margin: 0 auto 39px auto;
  }
  .check_frame .check_box.ajs5 {
    margin: 0 auto 44px auto;
  }
  .check_frame .check_box.ajs6 {
    border-bottom: #C6C6C6 1px dashed;
    margin: 0 auto 44px auto;
    padding: 50px 0 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
MRIチェックプラン
----------------------------------------------------------- */
.plan_frame {
  width: 100%;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plan_frame h2.plan_title {
  color: #21848E;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 120%;
  margin: 0 0 1rem 0;
}
.plan_frame .plan_text {
  width: 96%;
  margin: 0 auto 2rem auto;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.plan_frame .plan_box {
  width: 90%;
  margin: 0 auto 2rem auto;
}
.plan_frame .plan_box .plan_sp {
  width: 100%;
  height: auto;
}
.plan_frame .plan_box .plan_pc {
  display: none;
}
.plan_frame .plan_box ul.plan_list {
  list-style-type: none;
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan_frame .plan_box ul.plan_list li {
  width: 48%;
  margin: 0 0 1rem 0;
}
.plan_frame .plan_box ul.plan_list li a {
  width: 100%;
  height: 12vw;
  background-color: #21848E;
  color: #ffffff;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: 1.2rem;
  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;
  -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;
}
.plan_frame .plan_box ul.plan_list li a:hover {
  background-color: #1BB4C4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.plan_frame .plan_option {
  width: 90%;
  margin: 0 auto 0 auto;
}
.plan_frame .plan_option h3.option_title {
  color: #21848E;
  background-color: #DCF1F3;
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
  padding: 1rem;
  border-top-right-radius: 1rem;
}
.plan_frame .plan_option ul.option_list {
  width: 100%;
  background-color: #F5F5F5;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  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;
  margin: 0 0 2rem 0;
}
.plan_frame .plan_option ul.option_list li {
  margin: 0 1rem 0 0;
  width: 46%;
}
.plan_frame .plan_option ul.option_list li a {
  width: 100%;
  height: 12vw;
  font-size: 1.2rem;
  text-decoration: none;
  color: #21848E;
  border: #21848E 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-position: right 0.2rem bottom 0.2rem;
  background-size: 1rem;
  background-color: #ffffff;
}

@media screen and (min-width: 768px), print {
  .plan_frame {
    width: 100%;
    padding: 40px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .plan_frame h2.plan_title {
    color: #21848E;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 0 0 24px 0;
  }
  .plan_frame .plan_text {
    width: 100%;
    margin: 0 auto 46px auto;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan_frame .plan_box {
    width: 1200px;
    height: 605px;
    margin: 0 auto 53px auto;
    position: relative;
  }
  .plan_frame .plan_box .plan_sp {
    display: none;
  }
  .plan_frame .plan_box .plan_pc {
    display: block;
    width: 648.814px;
    height: auto;
    margin: 0 auto 0 auto;
  }
  .plan_frame .plan_box ul.plan_list {
    width: 1200px;
    height: 605px;
    list-style-type: none;
    margin: 0 0 0 0;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .plan_frame .plan_box ul.plan_list li {
    width: 290px;
    margin: 0 0 0 0;
    position: absolute;
  }
  .plan_frame .plan_box ul.plan_list li a {
    width: 290px;
    height: 58px;
    background-color: #21848E;
    color: #ffffff;
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: 2rem;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plan_frame .plan_box ul.plan_list li.cervical_spine {
    top: 0;
    left: 3px;
  }
  .plan_frame .plan_box ul.plan_list li.back {
    top: 62px;
    right: 0;
  }
  .plan_frame .plan_box ul.plan_list li.shoulders {
    top: 105px;
    left: 3px;
  }
  .plan_frame .plan_box ul.plan_list li.lumbar_spine {
    top: 272px;
    right: 0;
  }
  .plan_frame .plan_box ul.plan_list li.hip_joints {
    top: 280px;
    left: 3px;
  }
  .plan_frame .plan_box ul.plan_list li.thighs {
    top: 360px;
    right: 0;
  }
  .plan_frame .plan_box ul.plan_list li.knees {
    top: 390px;
    left: 3px;
  }
  .plan_frame .plan_box ul.plan_list li.ankles {
    top: 482px;
    right: 0;
  }
  .plan_frame .plan_box ul.plan_list li.feet {
    top: 489px;
    left: 3px;
  }
  .plan_frame .plan_option {
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  .plan_frame .plan_option h3.option_title {
    color: #21848E;
    background-color: #DCF1F3;
    font-weight: bold;
    font-size: 2.4rem;
    display: inline-block;
    padding: 26px 28px;
    border-top-right-radius: 20px;
    letter-spacing: 0.1em;
  }
  .plan_frame .plan_option ul.option_list {
    width: 100%;
    background-color: #F5F5F5;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    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;
    margin: 0 0 30px 0;
  }
  .plan_frame .plan_option ul.option_list li {
    margin: 0 48px 0 0;
    width: 350px;
  }
  .plan_frame .plan_option ul.option_list li a {
    width: 350px;
    height: 60px;
    font-size: 2rem;
    text-decoration: none;
    color: #21848E;
    border: #21848E 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0;
    letter-spacing: 0.1em;
    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;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-position: right 6px bottom 6px;
    background-size: 16px;
    background-color: #ffffff;
  }
  .plan_frame .plan_option ul.option_list.ajs {
    margin: 0 0 78px 0;
  }
}
/* -----------------------------------------------------------
　MRI
----------------------------------------------------------- */
.mri_frame {
  width: 96%;
  border: #C9C9C9 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  margin: 0 auto 2rem auto;
}
.mri_frame .mri_top_box .mri_img_main {
  width: 70%;
  margin: 0 auto 2rem auto;
}
.mri_frame .mri_top_box .mri_img_main img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.mri_frame .mri_top_box h2.mri_title {
  color: #21848E;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 120%;
  margin: 0 0 0 0;
}
.mri_frame .mri_top_box .mri_sub_title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
.mri_frame .mri_top_box hr.mri_line {
  border: none;
  border-bottom: #21848E 2px solid;
  margin: 0 0 1rem 0;
}
.mri_frame .mri_top_box ul.mri_list {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 0 0 2rem 0;
}
.mri_frame .mri_top_box ul.mri_list li {
  margin: 0 0 0.5rem 1.8rem;
  padding: 0;
}
.mri_frame .mri_text {
  background-color: #DCF1F3;
  color: #21848E;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  line-height: 130%;
  letter-spacing: 0.05em;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  position: relative;
}
.mri_frame .mri_text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border-top: 5px solid #21848E;
  border-left: 5px solid #21848E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mri_frame .mri_text::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border-bottom: 5px solid #21848E;
  border-right: 5px solid #21848E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mri_frame .mri_content {
  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;
}
.mri_frame .mri_content .mri_img {
  width: 100%;
  margin: 0 0 1rem 0;
}
.mri_frame .mri_content .mri_img img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.mri_frame .mri_content .mri_img figcaption {
  width: 80%;
  font-size: 1.2rem;
  line-height: 130%;
  margin: 0.5rem auto 0 auto;
}
.mri_frame .mri_content .mri_price {
  width: 80%;
  margin: 1rem auto 0 auto;
}
.mri_frame .mri_content .mri_price p {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  color: #21848E;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-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;
}
.mri_frame .mri_content .mri_price p span {
  font-size: 2rem;
}
.mri_frame .mri_content .mri_price a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  color: #ffffff;
  background: url("../img/icon_arrow_w.svg") no-repeat;
  background-position: right 0.3rem bottom 0.3rem;
  background-size: 16px;
  background-color: #21848E;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mri_frame .mri_text2 {
  font-size: 1.2rem;
  margin: 2rem 0 0 0;
  line-height: 140%;
  letter-spacing: 0.05em;
}

.mri_ct_frame {
  width: 96%;
  background-color: #F5F5F5;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mri_ct_frame .mri_ct_frame_img {
  margin: 2rem 0 0 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.mri_ct_frame .mri_ct_frame_img img {
  width: 100%;
  height: auto;
}
.mri_ct_frame .mri_ct_content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #F5F5F5;
  padding: 2rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mri_ct_frame .mri_ct_content h2.mri_title {
  color: #21848E;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 120%;
  margin: 0 0 1rem 0;
}
.mri_ct_frame .mri_ct_content h2.mri_title span {
  font-size: 1.2rem;
}
.mri_ct_frame .mri_ct_content hr.mri_line {
  border: none;
  border-bottom: #21848E 2px solid;
  margin: 0 0 1rem 0;
}
.mri_ct_frame .mri_ct_content .mri_ct_price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mri_ct_frame .mri_ct_content .mri_ct_price_box .mri_price_title {
  background-color: #DCF1F3;
  color: #21848E;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  line-height: 120%;
  letter-spacing: 0.05em;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1rem 0;
  display: inline-block;
}
.mri_ct_frame .mri_ct_content .mri_ct_price_box .mri_price {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  color: #21848E;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: right;
}
.mri_ct_frame .mri_ct_content .mri_ct_price_box .mri_price span {
  font-size: 2rem;
}
.mri_ct_frame .mri_ct_content .mri_btn {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  color: #ffffff;
  background: url("../img/icon_arrow_w.svg") no-repeat;
  background-position: right 0.3rem bottom 0.3rem;
  background-size: 16px;
  background-color: #21848E;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  margin: 1rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mri_frame2 {
  width: 96%;
  background-color: #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1rem;
  margin: 0 auto 2rem auto;
}
.mri_frame2 h2.mri_title {
  color: #21848E;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 120%;
  margin: 0 0 2rem 0;
}
.mri_frame2 .mri_img {
  width: 100%;
}
.mri_frame2 .mri_img img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}
.mri_frame2 .mri_img figcaption {
  width: 100%;
  font-size: 1.2rem;
  margin: 0.5rem 0 0 0;
  line-height: 130%;
}
.mri_frame2 .mri_content {
  margin: 2rem 0 0 0;
}
.mri_frame2 .mri_content .mri_price {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  color: #21848E;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mri_frame2 .mri_content .mri_price span {
  font-size: 2rem;
}

.to_mri_button {
  width: 80%;
  height: 14vw;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
  color: #ffffff;
  background-color: #21848E;
  margin: 1rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.to_mri_button::after {
  content: "\e803";
  font-family: "fontello";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}

@media screen and (min-width: 768px), print {
  .mri_frame {
    width: 1200px;
    border: #C9C9C9 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px;
    margin: 0 auto 50px auto;
  }
  .mri_frame .mri_top_box {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .mri_frame .mri_top_box .mri_img_main {
    width: 400px;
    margin: 0 0 0 0;
    float: right;
  }
  .mri_frame .mri_top_box .mri_img_main img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .mri_frame .mri_top_box h2.mri_title {
    color: #21848E;
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 0 0 0 0;
  }
  .mri_frame .mri_top_box .mri_sub_title {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 7px 0 20px 0;
  }
  .mri_frame .mri_top_box hr.mri_line {
    border: none;
    border-bottom: #21848E 2px solid;
    margin: 0 0 29px 0;
    width: 650px;
  }
  .mri_frame .mri_top_box ul.mri_list {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    margin: 0 0 0 0;
  }
  .mri_frame .mri_top_box ul.mri_list li {
    margin: 0 0 20px 17px;
    padding: 0;
  }
  .mri_frame .mri_text {
    background-color: #DCF1F3;
    color: #21848E;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    line-height: 130%;
    letter-spacing: 0.2em;
    padding: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px 0 30px 0;
    position: relative;
    height: 136px;
  }
  .mri_frame .mri_text::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 33px;
    height: 33px;
    display: block;
    border-top: 6px solid #21848E;
    border-left: 6px solid #21848E;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mri_frame .mri_text::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 33px;
    height: 33px;
    display: block;
    border-bottom: 6px solid #21848E;
    border-right: 6px solid #21848E;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mri_frame .mri_content {
    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;
  }
  .mri_frame .mri_content .mri_img {
    width: 355px;
    height: 380px;
    margin: 0 0 30px 0;
  }
  .mri_frame .mri_content .mri_img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .mri_frame .mri_content .mri_img figcaption {
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin: 12px 0 0 0;
  }
  .mri_frame .mri_content .mri_price {
    width: 300px;
    height: 380px;
    margin: 0 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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;
  }
  .mri_frame .mri_content .mri_price p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.1em;
    color: #21848E;
    margin: -6px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-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;
  }
  .mri_frame .mri_content .mri_price p span {
    font-size: 3.2rem;
  }
  .mri_frame .mri_content .mri_price a {
    width: 300px;
    height: 80px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    color: #ffffff;
    background: url("../img/icon_arrow_w.svg") no-repeat;
    background-position: right 6px bottom 6px;
    background-size: 16px;
    background-color: #21848E;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 28px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mri_frame .mri_content .mri_price a:hover {
    background-color: #1BB4C4;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mri_frame .mri_text2 {
    font-size: 1.2rem;
    margin: -2px 0 0 0;
    line-height: 140%;
    letter-spacing: 0.1em;
  }
  .mri_ct_frame {
    width: 1200px;
    height: 710px;
    background-color: #F5F5F5;
    margin: 0 auto 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mri_ct_frame .mri_ct_frame_img {
    margin: 0;
    width: 500px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mri_ct_frame .mri_ct_frame_img img {
    width: 100%;
    height: auto;
  }
  .mri_ct_frame .mri_ct_content {
    width: 700px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: #F5F5F5;
    padding: 56px 50px 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mri_ct_frame .mri_ct_content h2.mri_title {
    color: #21848E;
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 0 0 21px 0;
  }
  .mri_ct_frame .mri_ct_content h2.mri_title span {
    font-size: 2.4rem;
  }
  .mri_ct_frame .mri_ct_content hr.mri_line {
    border: none;
    border-bottom: #21848E 2px solid;
    margin: 0 0 30px 0;
  }
  .mri_ct_frame .mri_ct_content .mri_text {
    letter-spacing: 0.1em;
  }
  .mri_ct_frame .mri_ct_content .mri_ct_price_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mri_ct_frame .mri_ct_content .mri_ct_price_box .mri_price_title {
    background-color: #DCF1F3;
    color: #21848E;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.05em;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 7px 0;
    display: inline-block;
  }
  .mri_ct_frame .mri_ct_content .mri_ct_price_box .mri_price {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    color: #21848E;
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: right;
  }
  .mri_ct_frame .mri_ct_content .mri_ct_price_box .mri_price span {
    font-size: 3.2rem;
  }
  .mri_ct_frame .mri_ct_content .mri_btn {
    float: right;
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    color: #ffffff;
    background: url("../img/icon_arrow_w.svg") no-repeat;
    background-position: right 6px bottom 6px;
    background-size: 16px;
    background-color: #21848E;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 300px;
    height: 80px;
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mri_frame2 {
    width: 1200px;
    height: 469px;
    background-color: #F5F5F5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 55px 50px 0 50px;
    margin: 0 auto 50px 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;
  }
  .mri_frame2 h2.mri_title {
    width: 100%;
    color: #21848E;
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 0 0 0 0;
  }
  .mri_frame2 h2.mri_title span {
    font-size: 2.4rem;
  }
  .mri_frame2 .mri_img {
    width: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -40px 0 0 0;
  }
  .mri_frame2 .mri_img img {
    width: 250px;
    height: 246px;
    display: block;
    margin: 0;
  }
  .mri_frame2 .mri_img figcaption {
    width: 100%;
    font-size: 1.2rem;
    margin: 0 0 0 0;
    line-height: 130%;
  }
  .mri_frame2 .mri_content {
    width: 530px;
    margin: 0 0 0 0;
  }
  .mri_frame2 .mri_content .mri_content_text {
    margin: -42px 0 38px 0;
    letter-spacing: 0.1em;
  }
  .mri_frame2 .mri_content .mri_price {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    color: #21848E;
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: right;
  }
  .mri_frame2 .mri_content .mri_price span {
    font-size: 3.2rem;
  }
  .to_mri_button {
    width: 466px;
    height: 69px;
    font-weight: bold;
    font-size: 2.6rem;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #ffffff;
    background-color: #21848E;
    margin: 55px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .to_mri_button::after {
    content: "\e803";
    font-family: "fontello";
    font-size: 1.2rem;
    margin: 0 0 0 12px;
  }
  .to_mri_button:hover {
    background-color: #1BB4C4;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
ご予約・ご受診・検査結果までの流れ・注意事項
----------------------------------------------------------- */
.flow_frame {
  margin: 4rem 0 0 0;
  padding: 4rem 0 4rem 0;
  background-color: #F0FEFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*注意事項*/
}
.flow_frame h2.flow_title {
  color: #21848E;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 120%;
  margin: 0 0 2rem 0;
}
.flow_frame .flow_box {
  width: 96%;
  border: #21848E 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.flow_frame .flow_box h3.flow_sub_title {
  background-color: #21848E;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 1rem 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 130%;
}
.flow_frame .flow_box h3.flow_sub_title br {
  display: none;
}
.flow_frame .flow_box h3.flow_sub_title span {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 0 0 0 0.5rem;
}
.flow_frame .flow_box h3.flow_sub_title img {
  width: 9%;
  height: auto;
  margin: 0 0 0.5rem 0;
}
.flow_frame .flow_box .flow_content {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow_frame .flow_box .flow_content .flow_title {
  font-weight: bold;
  font-size: 1.4rem;
  color: #21848E;
  margin: 0 0 0.2rem 0;
}
.flow_frame .flow_box .flow_content .flow_text .red_line {
  color: #BF4348;
  text-decoration: underline;
}
.flow_frame .flow_box .flow_content .flow_text.ajs2 {
  margin: 0 0 0 0;
}
.flow_frame .flow_box .flow_content ul.flow_list {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 0 0 2rem 0;
}
.flow_frame .flow_box .flow_content ul.flow_list li {
  margin: 0 0 0 1.8rem;
  padding: 0;
}
.flow_frame .flow_box .flow_content img.flow_card {
  width: 100%;
  height: auto;
}
.flow_frame hr.flow_line {
  border: none;
  display: block;
  width: 1rem;
  height: 3rem;
  background-color: #21848E;
  margin: 0 auto;
}
.flow_frame.precautions_frame {
  margin: 0 0 0 0;
  padding: 4rem 0 4rem 0;
  background-color: #ffffff;
}
.flow_frame.precautions_frame .precautions_text {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .flow_frame {
    width: 100%;
    height: 100%;
    margin: 80px 0 0 0;
    padding: 86px 0 0 0;
    background-color: #F0FEFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*注意事項*/
  }
  .flow_frame h2.flow_title {
    color: #21848E;
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 0 0 50px 0;
  }
  .flow_frame .flow_box {
    width: 1200px;
    height: 100%;
    border: #21848E 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flow_frame .flow_box h3.flow_sub_title {
    width: 300px;
    background-color: #21848E;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 1rem 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 130%;
  }
  .flow_frame .flow_box h3.flow_sub_title br {
    display: block;
  }
  .flow_frame .flow_box h3.flow_sub_title span {
    font-weight: normal;
    font-size: 1.6rem;
    margin: 0;
  }
  .flow_frame .flow_box h3.flow_sub_title img {
    width: 50px;
    height: auto;
    margin: 0 0 15px 0;
  }
  .flow_frame .flow_box .flow_content {
    width: 898px;
    padding: 50px 55px 42px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow_frame .flow_box .flow_content .flow_title {
    font-weight: bold;
    font-size: 2.2rem;
    color: #21848E;
    margin: 0 0 5px 0;
    letter-spacing: 0.1em;
  }
  .flow_frame .flow_box .flow_content .flow_text {
    letter-spacing: 0.1em;
  }
  .flow_frame .flow_box .flow_content .flow_text .red_line {
    color: #BF4348;
    text-decoration: underline;
  }
  .flow_frame .flow_box .flow_content .flow_text.ajs {
    margin: -20px 0 30px 0;
  }
  .flow_frame .flow_box .flow_content .flow_text.ajs2 {
    margin: 0 0 0 0;
  }
  .flow_frame .flow_box .flow_content ul.flow_list {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 30px 0;
  }
  .flow_frame .flow_box .flow_content ul.flow_list li {
    margin: 0 0 0 25px;
    padding: 0;
  }
  .flow_frame .flow_box .flow_content img.flow_card {
    width: 592px;
    height: auto;
  }
  .flow_frame hr.flow_line {
    border: none;
    display: block;
    width: 20px;
    height: 60px;
    background-color: #21848E;
    margin: 0 auto;
  }
  .flow_frame.precautions_frame {
    margin: 84px 0 0 0;
    padding: 80px 0 80px 0;
    background-color: #ffffff;
  }
  .flow_frame.precautions_frame .precautions_text {
    text-align: center;
    margin: -28px 0 48px 0;
  }
}
/* -----------------------------------------------------------
　注意事項
----------------------------------------------------------- */
.countermeasure_frame {
  width: 100%;
  padding: 2rem 0;
  background-color: #DCF1F3;
}
.countermeasure_frame .countermeasure_box {
  width: 90%;
  border: #21848E 1px solid;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  margin: 0 auto;
}
.countermeasure_frame .countermeasure_box .countermeasure_text {
  margin: 0 0 1rem 0;
}
.countermeasure_frame .countermeasure_box ul.countermeasure_list {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 0 0 0 0;
}
.countermeasure_frame .countermeasure_box ul.countermeasure_list li {
  margin: 0 0 0 1.8rem;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .countermeasure_frame {
    width: 100%;
    padding: 80px 0;
    background-color: #DCF1F3;
  }
  .countermeasure_frame .countermeasure_box {
    width: 900px;
    border: #21848E 1px solid;
    padding: 50px 50px 59px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    margin: 0 auto;
  }
  .countermeasure_frame .countermeasure_box .countermeasure_text {
    margin: 0 0 18px 0;
    letter-spacing: 0.1em;
  }
  .countermeasure_frame .countermeasure_box ul.countermeasure_list {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 0 0;
  }
  .countermeasure_frame .countermeasure_box ul.countermeasure_list li {
    margin: 0 0 0 25px;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  padding: 1rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .overview_box .overview_name {
  margin: 0 0 2rem 0;
}
.overview .overview_box .overview_name a {
  display: block;
  text-decoration: none;
}
.overview .overview_box .overview_name a span {
  font-family: "zen_maru_gothic_bold";
  font-weight: bold;
  text-align: center;
  color: #3A3A3A;
  line-height: 100%;
  display: block;
}
.overview .overview_box .overview_name a span.on_01 {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.overview .overview_box .overview_name a span.on_02 {
  font-size: 1.6rem;
  margin: 0 0 0.5rem 0;
}
.overview .overview_box .overview_name a span.on_03 {
  font-size: 1.2rem;
  margin: 0;
}
.overview .overview_box .overview_info p {
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  color: #3A3A3A;
  text-align: center;
}
.overview .overview_box .overview_info p.on_dept {
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info p.on_address {
  margin: 0 0 1rem 0;
}
.overview .overview_box .overview_info p.on_tel span a {
  color: #3A3A3A;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview .overview_box {
    width: 1200px;
    height: 208px;
    position: relative;
    margin: 0 auto;
  }
  .overview .overview_box .overview_name {
    width: 293px;
    position: absolute;
    top: 55px;
    left: 0;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_name a {
    display: block;
    text-decoration: none;
  }
  .overview .overview_box .overview_name a span {
    font-family: "zen_maru_gothic_bold";
    font-weight: bold;
    text-align: center;
    color: #3A3A3A;
    line-height: 100%;
    letter-spacing: 0.1em;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .overview .overview_box .overview_name a span.on_01 {
    font-size: 1.6rem;
    margin: 0 0 15px 0;
  }
  .overview .overview_box .overview_name a span.on_02 {
    font-size: 2rem;
    margin: 0 0 12px 0;
    line-height: 110%;
  }
  .overview .overview_box .overview_name a span.on_03 {
    font-size: 1.4rem;
    margin: 0;
  }
  .overview .overview_box .overview_name a:hover span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #1BB4C4;
  }
  .overview .overview_box .overview_info {
    width: 500px;
    position: absolute;
    top: 50px;
    right: 0;
  }
  .overview .overview_box .overview_info p {
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    color: #3A3A3A;
    text-align: right;
    letter-spacing: 0.1em;
  }
  .overview .overview_box .overview_info p.on_dept {
    margin: 0 0 31px 0;
  }
  .overview .overview_box .overview_info p.on_address {
    margin: 0 0 5px 0;
  }
  .overview .overview_box .overview_info p.on_tel span a {
    color: #3A3A3A;
    text-decoration: none;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
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: #DCF1F3;
}
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: 15%;
  margin: 0;
  background-color: #21848E;
  text-align: center;
  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_tel i {
  color: #ffffff;
  font-size: 1.4rem;
}
.footer_link a.footer_reserve {
  width: 70%;
  margin: 0;
  color: #ffffff;
  background-color: #21848E;
  text-align: center;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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: #21848E;
  width: 15%;
}
.footer_link .smoothScrolls a {
  width: 100%;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
  line-height: 110%;
  padding: 0.2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_link .smoothScrolls a i {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  footer {
    margin: 0 0 0 0;
    padding: 3px 0 0 0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 1200px;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul.footer_list {
    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: 16px;
    margin: 0 28px 10px 0;
    padding: 0 0 0 0;
    list-style-type: none;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_frame ul.footer_list li a {
    color: #3A3A3A;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .footer_frame ul.footer_list li a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #1BB4C4;
  }
  footer .footer_frame ul.footer_list li a span {
    display: none;
  }
  footer .footer_frame ul.footer_list li a::before {
    font-family: "fontello";
    content: "\e806";
    margin: 0 4px 0 0;
    color: #21848E;
  }
  footer .footer_frame ul.footer_list li .sub_nav_box {
    display: none;
  }
  footer .footer_frame ul.footer_list li.plan {
    display: none;
  }
  footer .footer_frame .subtitle {
    display: none;
  }
  footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #3A3A3A;
    font-size: 1.4rem;
    height: 76px;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #DCF1F3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .copyright a {
    color: #3A3A3A;
    text-decoration: none;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .copyright a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #1BB4C4;
  }
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

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