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

 共通項目

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

/*◇◆◇◆◇◆基本色◇◆◇◆◇◆*/
/*基本文字色*/
/*基本背景色*/
/*白*/
/*黒*/
/*赤*/
/*◇◆◇◆◇◆ハンバーガー色◇◆◇◆◇◆*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*ハンバーガーdrawr背景*/
/*ハンバーガーdrawrテキスト*/
/*ハンバーガーdrawrサブ背景*/
/*◇◆◇◆◇◆お知らせ色◇◆◇◆◇◆*/
/*お知らせタイトル*/
/*お知らせ文字*/
/*お知らせボーダー*/
/*お知らせ文字*/
/*◇◆◇◆◇◆フッターPC◇◆◇◆◇◆*/
/*フッター背景色*/
/*フッターテキスト*/
/*フッターボーダー*/
/*◇◆◇◆◇◆フッターリンクSP◇◆◇◆◇◆*/
/*フッターリンク背景色*/
/*フッターリンクテキスト*/
/*フッターリンクボーダー*/
/*◇◆◇◆◇◆コピーライト◇◆◇◆◇◆*/
/*コピーライト背景色*/
/*コピーライトテキスト*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆診療時間テーブル◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*thボーダー*/
/*◇◆◇◆◇◆汎用テーブル系◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆影◇◆◇◆◇◆*/
/*テスト用*/
/*◇◆◇◆◇◆透過◇◆◇◆◇◆*/
/*◇◆◇◆◇◆フロー◇◆◇◆◇◆*/
/*◇◆◇◆◇◆矢印◇◆◇◆◇◆*/
/*青緑*/
/*黒*/
/*灰色*/
/*紺色*/
/*灰色*/
/*黒色*/
/*青*/
/*灰色*/
/*灰色*/
/*灰色*/
/*黒色*/
/*黄色*/
/*黒*/
/*下層H1*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*フォント*/
/* -----------------------------------------------------------
 特殊フォント読込
----------------------------------------------------------- */
@font-face {
  font-family: "mplus1c_regular";
  src: url(../font/MPLUSRounded1c-Regular.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "mplus1c_medium";
  src: url(../font/MPLUSRounded1c-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mplus1c_bold";
  src: url(../font/MPLUSRounded1c-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "mplus1p_regular";
  src: url(../font/MPLUS1p-Regular.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "mplus1p_medium";
  src: url(../font/MPLUS1p-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mplus1p_bold";
  src: url(../font/MPLUS1p-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "zenmarugothic_regular";
  src: url(../font/ZenMaruGothic-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenmarugothic_medium";
  src: url(../font/ZenMaruGothic-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenmarugothic_bold";
  src: url(../font/ZenMaruGothic-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "yujiboku_regular";
  src: url(../font/YujiBoku-Regular.ttf);
  font-weight: bold;
  font-style: normal;
}
/*共通モジュール*/
/* Scss Document */
/* =======================================================================

 共通項目

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

.cf::after {
  clear: both;
}

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

.fl_r {
  float: right;
}

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

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

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

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

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

@media screen and (min-width: 768px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/*ハンバーガー*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
.main_nav_sp {
  width: 100%;
  /*height:100%;  */
  margin: 0;
  position: relative;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  z-index: 999999;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow: auto;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr .drawr_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main_nav_sp .drawr .drawr_inner ul.hbg {
  list-style-type: none;
  width: 100%;
  margin: 0 auto 0 auto;
}
.main_nav_sp .drawr .drawr_inner ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr .drawr_inner ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr .drawr_inner ul.hbg li a {
  color: #474A5B;
  /*
  font-family: 'zenmarugothic_bold';        
   font-weight: bold;
   */
  font-family: "mplus1c_bold";
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1.5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  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;
  line-height: 140%;
}
.main_nav_sp .drawr .drawr_inner ul.hbg li a span {
  display: none;
}
.main_nav_sp .drawr .drawr_inner .sns_box {
  width: 94%;
  margin: 0 auto 0 auto;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f7f6;
}
.main_nav_sp .drawr .drawr_inner .sns_box ul.sns_list {
  list-style-type: none;
  margin: 0 0 1.5rem 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;
}
.main_nav_sp .drawr .drawr_inner .sns_box ul.sns_list li {
  width: 3rem;
  margin: 0 0.4rem 0 0;
}
.main_nav_sp .drawr .drawr_inner .sns_box ul.sns_list li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.main_nav_sp .drawr .drawr_inner .sns_box ul.sns_list li a img {
  width: 100%;
  height: auto;
  display: block;
}
.main_nav_sp .drawr .drawr_inner .sns_box a {
  /*
  font-family: 'zenmarugothic_bold';        
   font-weight: bold;
   */
  font-family: "mplus1c_bold";
  font-weight: 500;
  font-size: 1.2rem;
  text-decoration: none;
  color: #474A5B;
  letter-spacing: 0.2em;
}
.main_nav_sp .drawr.open {
  display: block;
}

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

.toggle-label {
  cursor: pointer;
  display: block;
  width: 50%;
  height: 10vw;
  padding: 0 0 0 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%;
}

/*ボタン内側*/
.openbtn {
  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;
  width: 100%;
  height: 100%;
}
.openbtn::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "fontello";
  content: "\e806";
  color: #808285;
  font-size: 2.8rem;
}
.openbtn.active::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "\e807";
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 0;
  top: 0;
  z-index: 9999999;
  height: 18vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container_colose {
  display: none;
}
.container_colose.colose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 0;
  top: 0;
  z-index: 9999999;
  height: 18vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container_colose .colosebtn {
  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;
  width: 100%;
  height: 100%;
}
.container_colose .colosebtn::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "fontello";
  content: "\e807";
  color: #808285;
  font-size: 2.8rem;
}

@media screen and (min-width: 768px), print {
  .container {
    display: none;
  }
}
/*見出し*/
/* Scss Document */
/* =======================================================================

 共通項目

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

h2.top_title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 160%;
  margin: 0;
}
h2.low {
  /*
  font-family: 'zenmarugothic_bold';
  font-weight: normal;
  */
  font-family: "mplus1c_bold";
  font-weight: 500;
  text-align: center;
  color: #444444;
  line-height: 100%;
  margin: 1rem 0 1rem 0;
}
h2.low span {
  display: block;
}
h2.low span.text_eng {
  font-size: 3.2rem;
}
h2.low span.text_jp {
  font-size: 1.2rem;
  margin: 2rem 0 0 0;
}
h2.low.pptitle {
  color: #808285;
}
h2.low2 {
  /*
  font-family: 'zenmarugothic_bold';
  font-weight: normal;
  */
  font-family: "mplus1c_bold";
  font-weight: 500;
  text-align: left;
  color: #444444;
  line-height: 100%;
  margin: 0 auto 1rem auto;
  width: 90%;
}
h2.low2 span {
  display: block;
}
h2.low2 span.text_eng {
  font-size: 3.2rem;
}
h2.low2 span.text_jp {
  font-size: 1.2rem;
  margin: 2rem 0 0 0;
}
h2.low3 {
  /*
  font-family: 'zenmarugothic_medium';
   font-weight: normal;
   */
  font-family: "mplus1c_medium";
  font-weight: 500;
  font-size: 1.8rem;
  color: #444444;
  line-height: 120%;
  margin: 1rem 0 1rem 0;
}
h2.low3 span {
  border-bottom: #74c0cc 2px solid;
}
h2.low3 span::before {
  font-family: "fontello";
  content: "\e961";
  color: #74c0cc;
  font-size: 1.7rem;
  margin: 0 0.4rem 0 0;
}
h2.low4 {
  /*
  font-family: 'zenmarugothic_medium';
   font-weight: normal;
   */
  font-family: "mplus1c_medium";
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #444444;
  line-height: 120%;
  margin: 0 auto 1rem auto;
}
h2.low4 span {
  border-bottom: #74c0cc 2px solid;
}
h2.low4 span::before {
  font-family: "fontello";
  content: "\e961";
  color: #74c0cc;
  font-size: 2rem;
  margin: 0 0.4rem 0 0;
}
h2.first {
  margin: 0 0 2rem 0;
}

h3.low {
  color: #444444;
  background-color: #F6F6F6;
  border-top: #74c0cc 1px solid;
  border-bottom: #74c0cc 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%;
  font-family: "mplus1c_medium";
  font-weight: 500;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #1E5A9F;
  font-size: 1.9rem;
  text-align: center;
  font-weight: normal;
  border-bottom: #74c0cc 1px solid;
  margin: 1.9rem 0 1.5rem 0;
  padding: 0 0 0.5rem 0;
  line-height: 120%;
  font-family: "mplus1c_medium";
  font-weight: 500;
}
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;
  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 {
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: normal;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    text-align: center;
    color: #444444;
    line-height: 100%;
    margin: 20px 0 0 0;
  }
  h2.low span {
    display: block;
  }
  h2.low span.text_eng {
    font-size: 7rem;
  }
  h2.low span.text_jp {
    font-size: 2.8rem;
    margin: 74px 0 0 0;
  }
  h2.low.pptitle {
    color: #808285;
  }
  h2.low2 {
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: normal;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    text-align: left;
    color: #444444;
    line-height: 100%;
    margin: 0 auto 0 auto;
    width: 1334px;
  }
  h2.low2 span {
    display: block;
  }
  h2.low2 span.text_eng {
    font-size: 7rem;
  }
  h2.low2 span.text_jp {
    font-size: 2.8rem;
    margin: 74px 0 0 0;
  }
  h2.low3 {
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: normal;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 3rem;
    color: #444444;
    line-height: 120%;
    margin: 26px auto 26px auto;
  }
  h2.low3 span {
    border-bottom: #74c0cc 2px solid;
  }
  h2.low3 span::before {
    font-family: "fontello";
    content: "\e961";
    color: #74c0cc;
    font-size: 2.8rem;
    margin: 0 8px 0 0;
  }
  h2.low4 {
    /*
    font-family: 'zenmarugothic_medium';
     font-weight: normal;
     */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 3.6rem;
    text-align: center;
    color: #444444;
    line-height: 120%;
    margin: 0 auto 1rem auto;
  }
  h2.low4 span {
    border-bottom: #74c0cc 2px solid;
  }
  h2.low4 span::before {
    font-family: "fontello";
    content: "\e961";
    color: #74c0cc;
    font-size: 3.2rem;
    margin: 0 5px 0 0;
  }
  h2.first {
    margin: 0 0 30px 0;
  }
  h3.low {
    color: #444444;
    background-color: #F6F6F6;
    border-top: #74c0cc 1px solid;
    border-bottom: #74c0cc 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%;
    font-family: "mplus1c_medium";
    font-weight: 500;
  }
  h3.first {
    margin: 0 0 20px 0;
  }
  h4.low {
    color: #1E5A9F;
    font-size: 2.2rem;
    text-align: center;
    border-bottom: #74c0cc 1px solid;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    line-height: 120%;
    font-family: "mplus1c_medium";
    font-weight: 500;
  }
  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;
    text-align: justify;
  }
}
/*診療時間表*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  /*
  font-family: 'zenmarugothic_medium'; 
   */
  font-family: "mplus1c_medium";
  font-weight: 500;
  text-align: center;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  border-radius: 0.5rem;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #74C0CC;
  border-bottom: #ffffff 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: #ffffff;
  background-color: #74C0CC;
}
table.timetable tr td i {
  font-size: 1rem;
}
table.timetable tr td.time {
  width: 24%;
  text-align: center;
}
table.timetable tr:first-child th:first-child {
  border-top-left-radius: 0.5rem;
}
table.timetable tr:first-child th:last-child {
  border-top-right-radius: 0.5rem;
  width: 15%;
}
table.timetable tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}
table.timetable tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
  width: 15%;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    font-family: "mplus1c_regular";
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    border-radius: 5px;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.9rem;
    padding: 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #74C0CC;
    border-bottom: #ffffff 1px solid;
    width: 10%;
    height: 48px;
    box-sizing: border-box;
  }
  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.7rem;
    padding: 10px 0 0 0;
    vertical-align: middle;
    background-color: #74C0CC;
    height: 36px;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #74C0CC;
  }
  table.timetable tr td i {
    font-size: 1.6rem;
  }
  table.timetable tr td.time {
    width: 27%;
    text-align: center;
    font-size: 1.6rem;
  }
  table.timetable tr:first-child th:first-child {
    border-top-left-radius: 0.5rem;
  }
  table.timetable tr:first-child th:last-child {
    border-top-right-radius: 0.5rem;
    width: 15%;
  }
  table.timetable tr:last-child td {
    padding: 10px 0 23px 0;
  }
  table.timetable tr:last-child td:first-child {
    border-bottom-left-radius: 0.5rem;
  }
  table.timetable tr:last-child td:last-child {
    border-bottom-right-radius: 0.5rem;
    width: 15%;
  }
}
/*テーブル*/
/* 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: #74c0cc;
}
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: #74c0cc;
  }
  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: #74c0cc;
}
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: #74c0cc;
  }
  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: #74c0cc;
  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: #74c0cc;
    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: #74c0cc;
}
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: #74c0cc;
  }
  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: #74c0cc;
}
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: #74c0cc;
  }
  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: #74c0cc;
  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: #74c0cc;
    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: #444444;
  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: #74c0cc;
  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: #444444;
    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: #74c0cc;
    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: #444444;
  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: #CCCCCC;
  -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: #808285;
  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: #eeeeee;
  color: #444444;
  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: #444444;
    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: #74c0cc;
    -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: #808285;
    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: #eeeeee;
    color: #444444;
    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: #444444;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 0 0;
  line-height: 140%;
  border-radius: 0.7rem;
  border-top: #808285 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: #74c0cc;
  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: #444444;
    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: #74c0cc;
    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: #444444;
  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: #74c0cc;
  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: #808285 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: #444444;
    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: #74c0cc;
    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: #808285;
    font-size: 3rem;
    font-weight: bold;
  }
  table.low_table_spblock3 tr td span a {
    color: #808285;
    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 */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ul.box_list {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 0 0 2rem 0;
  border: #808285 1px solid;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
ul.box_list li {
  margin: 0 0 0 1.8rem;
  padding: 0;
}

/*標準 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.box_list {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    border: #808285 1px solid;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
  ul.box_list li {
    margin: 0 0 0 25px;
    padding: 0;
  }
  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: 5%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 95%;
  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: #74c0cc;
  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: 670px;
  }
  dl.num_list dt {
    width: 20px;
    margin: 0 0 5px 0;
  }
  dl.num_list dd {
    width: 650px;
    margin: 0 0 5px 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: #74c0cc;
    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 #74c0cc;
  text-align: center;
  display: block;
  margin: 2rem auto;
}

.waku {
  border: #808285 1px solid;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

/*強調*/
.emphasis {
  background-color: #F6F6F6;
  border: #74c0cc 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 #74c0cc;
    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%;
  }
  .waku {
    border: #808285 1px solid;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
  /*強調*/
  .emphasis {
    background-color: #F6F6F6;
    border: #74c0cc 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;
  }
}
/* -----------------------------------------------------------
　ぱんくず
----------------------------------------------------------- */
.pankuzu_list_bg {
  width: 100%;
  margin: 0;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F8F7F6;
  position: relative;
  z-index: 999;
}
.pankuzu_list_bg ul.pankuzu_list {
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-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;
  list-style-type: none;
  line-height: 100%;
}
.pankuzu_list_bg ul.pankuzu_list li a {
  font-size: 1.2rem;
  color: #999999;
  text-decoration: none;
}
.pankuzu_list_bg ul.pankuzu_list li i {
  color: #1E76C7;
  font-size: 0.8rem;
  margin: 0 0.5rem;
}
.pankuzu_list_bg ul.pankuzu_list li:last-child a {
  color: #1E76C7;
}

@media screen and (min-width: 768px), print {
  .pankuzu_list_bg {
    width: 100%;
    margin: 0;
    padding: 28px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F8F7F6;
    position: relative;
    z-index: 999;
  }
  .pankuzu_list_bg ul.pankuzu_list {
    width: 1340px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-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;
    list-style-type: none;
    line-height: 100%;
  }
  .pankuzu_list_bg ul.pankuzu_list li a {
    font-size: 1.4rem;
    color: #999999;
    text-decoration: none;
  }
  .pankuzu_list_bg ul.pankuzu_list li i {
    color: #1E76C7;
    font-size: 1.2rem;
    margin: 0 12px;
  }
  .pankuzu_list_bg ul.pankuzu_list li:last-child a {
    color: #1E76C7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .pankuzu_list_bg {
    width: 100%;
    margin: 0;
    padding: 28px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F8F7F6;
    position: relative;
    z-index: 999;
  }
  .pankuzu_list_bg ul.pankuzu_list {
    width: 100%;
    margin: 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;
    list-style-type: none;
    line-height: 100%;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pankuzu_list_bg ul.pankuzu_list li a {
    font-size: 1.4rem;
    color: #999999;
    text-decoration: none;
  }
  .pankuzu_list_bg ul.pankuzu_list li i {
    color: #1E76C7;
    font-size: 1.2rem;
    margin: 0 12px;
  }
  .pankuzu_list_bg ul.pankuzu_list li:last-child a {
    color: #1E76C7;
  }
}
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
.lightbox {
  z-index: 9999999 !important;
}

.lightbox_frame {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame .img_box a img {
  width: 100%;
}
.lightbox_frame .img_box a span {
  display: block;
  text-align: center;
  color: #444444;
  font-size: 1.4rem;
  margin: 1.5rem 0 0 0;
  font-weight: bold;
}

.lightbox_frame2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lightbox_frame2 .img_box {
  width: 48%;
  margin: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lightbox_frame2 .img_box a {
  text-decoration: none;
  width: 100%;
}
.lightbox_frame2 .img_box a img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .lightbox {
    z-index: 9999999 !important;
  }
  .lightbox_frame {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame .img_box a img {
    width: 380px;
  }
  .lightbox_frame .img_box a span {
    display: block;
    text-align: center;
    color: #444444;
    font-size: 2rem;
    margin: 30px 0 0 0;
    font-weight: bold;
  }
  .lightbox_frame2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lightbox_frame2 .img_box {
    width: 380px;
    margin: 0 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lightbox_frame2 .img_box a {
    text-decoration: none;
    width: 380px;
  }
  .lightbox_frame2 .img_box a img {
    width: 380px;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.banner_01 {
  width: 96%;
  margin: 0 auto 2rem auto;
  border: #74c0cc 2px solid;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #808285;
  padding: 1rem;
  text-decoration: none;
  color: #444444;
}
.banner_01 img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem auto;
}
.banner_01 .banner_title {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #444444;
  margin: 0 0 1rem 0;
}
.banner_01 .banner_text {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  color: #444444;
  margin: 0 0 1rem 0;
  line-height: 140%;
}
.banner_01 ul {
  color: #444444;
}

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

.low_bon_blue {
  display: inline-block;
  width: auto;
  background-color: #1E5A9F;
  color: #ffffff;
  /*
  font-family: 'zenmarugothic_medium';
  font-weight: normal;
  */
  font-family: "mplus1c_medium";
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  margin: 0 0 1rem 0;
  overflow: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.low_bon_blue::after {
  font-family: "fontello";
  content: "\e953";
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
}
.low_bon_blue:hover {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@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_bon_blue {
    display: inline-block;
    width: auto;
    background-color: #1E5A9F;
    color: #ffffff;
    /*
    font-family: 'zenmarugothic_medium';
    font-weight: normal;
    */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    margin: 0 0 10px 0;
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_bon_blue::after {
    font-family: "fontello";
    content: "\e953";
    font-size: 1.2rem;
    margin: 0 0 0 10px;
  }
  .low_bon_blue:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*下層*/
/* Scss Document */
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/*関数*/
/* -----------------------------------------------------------
クリニックの紹介
----------------------------------------------------------- */
.clinic_frame {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F8F7F6;
}
.clinic_frame .clinic_img {
  width: 90%;
  height: 48vw;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.25);
          box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.25);
  margin: 2rem auto 3rem auto;
  position: relative;
}
.clinic_frame .clinic_img img {
  width: 100%;
  height: auto;
  display: block;
  margin: -4vw 0 0 0;
}
.clinic_frame .clinic_img.scroll_curtain_clinic {
  overflow: hidden;
}
.clinic_frame .clinic_img.scroll_curtain_clinic::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 28vh;
  background: #74c0cc;
  pointer-events: none;
}
.clinic_frame .clinic_text {
  width: 90%;
  margin: 0 auto;
}

.facility_frame {
  width: 100%;
  background-color: #ffffff;
  padding: 3rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.facility_frame ul.facility_list {
  list-style-type: none;
  width: 90%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facility_frame ul.facility_list li {
  width: 49%;
  margin: 0 0 0.5rem 0;
}
.facility_frame ul.facility_list li a {
  width: 100%;
  display: block;
}
.facility_frame ul.facility_list li a img {
  width: 100%;
  height: auto;
}
.facility_frame ul.clinic_notice_link {
  width: 90%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-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;
}
.facility_frame ul.clinic_notice_link li {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
}
.facility_frame ul.clinic_notice_link li img {
  width: 30%;
  height: auto;
}
.facility_frame ul.clinic_notice_link li span {
  font-size: 0.9rem;
  display: block;
  margin: 0.2rem 0 0 0.3rem;
}
.facility_frame .bana_clinic {
  width: 90%;
  display: block;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
  margin: 2rem auto 2px auto;
}
.facility_frame .bana_clinic img {
  width: 100%;
  height: auto;
}
.facility_frame .standard_frame {
  width: 90%;
  display: block;
  margin: 2rem auto 0 auto;
  border: #74c0cc 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 1rem 1rem 2rem;
}
.facility_frame .standard_frame h3.standard_title {
  background-color: #74c0cc;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  padding: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
}
.facility_frame .standard_frame .standard_text {
  width: 80%;
  margin: 3rem auto 4rem auto;
  background-color: #eeeeee;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.facility_frame .standard_frame .standard_btm {
  width: 70%;
  background-color: #74c0cc;
  color: #ffffff;
  /*
  font-family: 'zenmarugothic_medium';
  font-weight: normal;
  */
  font-family: "mplus1c_medium";
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  padding: 1.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem auto 7px auto;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.25);
          box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.25);
  overflow: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.facility_frame .standard_frame .standard_btm::after {
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 2rem;
  font-family: "fontello";
  content: "\e953";
  font-size: 0.8rem;
  margin: 0 0 0 0;
}
.facility_frame .standard_frame .standard_btm:hover {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px), print {
  .clinic_frame {
    width: 100%;
    margin: 0 auto;
    padding: 117px 48px 96px 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F8F7F6;
  }
  .clinic_frame .clinic_img {
    width: 896px;
    height: 520px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 40px 40px 60px rgba(0, 0, 0, 0.25);
            box-shadow: 40px 40px 60px rgba(0, 0, 0, 0.25);
    margin: 65px auto 95px auto;
    position: relative;
  }
  .clinic_frame .clinic_img img {
    width: 100%;
    height: auto;
    display: block;
    margin: -40px 0 0 0;
  }
  .clinic_frame .clinic_img.scroll_curtain_clinic {
    overflow: hidden;
  }
  .clinic_frame .clinic_img.scroll_curtain_clinic::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    background: #74c0cc;
    pointer-events: none;
  }
  .clinic_frame .clinic_text {
    width: 640px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .facility_frame {
    width: 100%;
    background-color: #ffffff;
    padding: 77px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .facility_frame ul.facility_list {
    list-style-type: none;
    width: 1334px;
    margin: 32px 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;
  }
  .facility_frame ul.facility_list li {
    width: 258px;
    margin: 0 0 0 0;
  }
  .facility_frame ul.facility_list li a {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
  }
  .facility_frame ul.facility_list li a img {
    width: 100%;
    height: auto;
  }
  .facility_frame ul.facility_list li a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .facility_frame ul.facility_list li a:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .facility_frame ul.facility_list li.nolink a:hover::before {
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .facility_frame ul.clinic_notice_link {
    width: 1334px;
    margin: 35px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-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;
  }
  .facility_frame ul.clinic_notice_link li {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    margin: 0 43px 0 0;
  }
  .facility_frame ul.clinic_notice_link li img {
    width: 60px;
    height: auto;
  }
  .facility_frame ul.clinic_notice_link li span {
    font-size: 1.4rem;
    display: block;
    margin: 5px 0 0 5px;
  }
  .facility_frame .bana_clinic {
    width: 80%;
    max-width: 640px;
    display: block;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
    margin: 40px auto 2px auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .facility_frame .bana_clinic img {
    width: 100%;
    height: auto;
  }
  .facility_frame .bana_clinic:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .facility_frame .standard_frame {
    width: 454px;
    display: block;
    margin: 48px auto 0 auto;
    border: #74c0cc 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 34px;
  }
  .facility_frame .standard_frame h3.standard_title {
    background-color: #74c0cc;
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0.1em;
  }
  .facility_frame .standard_frame .standard_text {
    width: 384px;
    margin: 24px auto 4rem auto;
    background-color: #eeeeee;
    padding: 25px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .facility_frame .standard_frame .standard_btm {
    width: 290px;
    background-color: #74c0cc;
    color: #ffffff;
    /*
    font-family: 'zenmarugothic_medium';
    font-weight: normal;
    */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
    padding: 18px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px auto 15px auto;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.25);
            box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.25);
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .facility_frame .standard_frame .standard_btm::after {
    position: absolute;
    top: calc(50% - 0.6rem);
    right: 2rem;
    font-family: "fontello";
    content: "\e953";
    font-size: 1.2rem;
    margin: 0 0 0 0;
  }
  .facility_frame .standard_frame .standard_btm:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1334px) {
  .clinic_frame {
    width: 100%;
    margin: 0 auto;
    padding: 117px 48px 96px 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .clinic_frame .clinic_img {
    width: 90%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 40px 40px 60px rgba(0, 0, 0, 0.25);
            box-shadow: 40px 40px 60px rgba(0, 0, 0, 0.25);
    margin: 65px auto 95px auto;
    position: relative;
  }
  .clinic_frame .clinic_img img {
    width: 100%;
    height: auto;
    display: block;
    margin: -40px 0 0 0;
  }
  .clinic_frame .clinic_img.scroll_curtain_clinic {
    overflow: hidden;
  }
  .clinic_frame .clinic_img.scroll_curtain_clinic::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    background: #74c0cc;
    pointer-events: none;
  }
  .clinic_frame .clinic_text {
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .facility_frame {
    padding: 77px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .facility_frame ul.facility_list {
    list-style-type: none;
    width: 90%;
    margin: 32px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .facility_frame ul.facility_list li {
    width: 18%;
    max-width: 258px;
    margin: 0 1% 1rem 1%;
  }
  .facility_frame ul.facility_list li a {
    width: 100%;
    display: block;
  }
  .facility_frame ul.facility_list li a img {
    width: 100%;
    height: auto;
  }
  .facility_frame ul.clinic_notice_link {
    width: 90%;
    margin: 35px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-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;
  }
  .facility_frame ul.clinic_notice_link li {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    margin: 0 43px 0 0;
  }
  .facility_frame ul.clinic_notice_link li img {
    width: 60px;
    height: auto;
  }
  .facility_frame ul.clinic_notice_link li span {
    font-size: 1.4rem;
    display: block;
    margin: 5px 0 0 5px;
  }
  .facility_frame .bana_clinic {
    width: 80%;
    max-width: 640px;
    display: block;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
    margin: 40px auto 2px auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .facility_frame .bana_clinic img {
    width: 100%;
    height: auto;
  }
  .facility_frame .bana_clinic:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .facility_frame .standard_frame {
    width: 454px;
    display: block;
    margin: 48px auto 0 auto;
    border: #74c0cc 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 34px;
  }
  .facility_frame .standard_frame h3.standard_title {
    background-color: #74c0cc;
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0.1em;
  }
  .facility_frame .standard_frame .standard_text {
    width: 384px;
    margin: 24px auto 4rem auto;
    background-color: #eeeeee;
    padding: 25px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .facility_frame .standard_frame .standard_btm {
    width: 290px;
    background-color: #74c0cc;
    color: #ffffff;
    /*
    font-family: 'zenmarugothic_medium';
    font-weight: normal;
    */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
    padding: 18px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px auto 15px auto;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.25);
            box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.25);
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .facility_frame .standard_frame .standard_btm::after {
    position: absolute;
    top: calc(50% - 0.6rem);
    right: 2rem;
    font-family: "fontello";
    content: "\e953";
    font-size: 1.2rem;
    margin: 0 0 0 0;
  }
  .facility_frame .standard_frame .standard_btm:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------　
院長挨拶
----------------------------------------------------------- */
.greeting_frame {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F8F7F6;
}
.greeting_frame .greeting_text {
  width: 90%;
  margin: 2rem auto 0 auto;
}
.greeting_frame .greeting_text .greeting_name {
  text-align: right;
  font-family: "yujiboku_regular";
  font-size: 1.8rem;
}

.staff_bg {
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.staff_bg .staff_frame {
  width: 90%;
  height: 100%;
  margin: 1rem auto 0 auto;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.staff_bg .staff_frame .staff_box .staff_content {
  width: 100%;
  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;
}
.staff_bg .staff_frame .staff_box .staff_content .staff_content_left {
  width: 60%;
}
.staff_bg .staff_frame .staff_box .staff_content .staff_content_left p span {
  /* font-family: 'zenmarugothic_bold';*/
  font-family: "mplus1c_bold";
  font-weight: 500;
  font-size: 2rem;
  display: block;
  margin: 1rem 0 0 0;
}
.staff_bg .staff_frame .staff_box .staff_content .staff_content_right {
  width: 38%;
}
.staff_bg .staff_frame .staff_box .staff_content .staff_content_right img {
  width: 100%;
  height: auto;
}
.staff_bg .staff_frame .staff_box .staff_content .staff_content_left2 {
  width: 38%;
}
.staff_bg .staff_frame .staff_box .staff_content .staff_content_left2 img {
  width: 100%;
  height: auto;
}
.staff_bg .staff_frame .staff_box .staff_content .staff_content_right2 {
  width: 60%;
  padding: 0 0 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.staff_bg .staff_frame .staff_box .staff_content .staff_content_right2 p span {
  /* font-family: 'zenmarugothic_bold';*/
  font-family: "mplus1c_bold";
  font-weight: 500;
  font-size: 2rem;
  display: block;
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 768px), print {
  .greeting_frame {
    width: 100%;
    margin: 0 auto;
    padding: 117px 48px 96px 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F8F7F6;
  }
  .greeting_frame .greeting_text {
    width: 640px;
    margin: 60px auto 0 auto;
  }
  .greeting_frame .greeting_text .greeting_name {
    text-align: right;
    font-family: "yujiboku_regular";
    font-size: 2.4rem;
  }
  .staff_bg {
    position: relative;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 60px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .staff_bg .staff_frame {
    width: 675px;
    height: 100%;
    margin: 3px auto 0 auto;
    padding: 20px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .staff_bg .staff_frame .staff_box .staff_content {
    margin: 60px 0 0 0;
    width: 100%;
    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;
  }
  .staff_bg .staff_frame .staff_box .staff_content .staff_content_left {
    width: 368px;
  }
  .staff_bg .staff_frame .staff_box .staff_content .staff_content_left p span {
    /* font-family: 'zenmarugothic_bold';*/
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 2rem;
    display: block;
    margin: 1rem 0 0 0;
  }
  .staff_bg .staff_frame .staff_box .staff_content .staff_content_right {
    width: 280px;
  }
  .staff_bg .staff_frame .staff_box .staff_content .staff_content_right img {
    width: 100%;
    height: auto;
  }
  .staff_bg .staff_frame .staff_box .staff_content .staff_content_left2 {
    width: 280px;
  }
  .staff_bg .staff_frame .staff_box .staff_content .staff_content_left2 img {
    width: 100%;
    height: auto;
  }
  .staff_bg .staff_frame .staff_box .staff_content .staff_content_right2 {
    width: 368px;
    padding: 0 0 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .staff_bg .staff_frame .staff_box .staff_content .staff_content_right2 p span {
    /* font-family: 'zenmarugothic_bold';*/
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 2rem;
    display: block;
    margin: 1rem 0 0 0;
  }
}
/* -----------------------------------------------------------　
お知らせ
----------------------------------------------------------- */
.topics_frame {
  width: 100%;
  margin: 0 0 0 0;
  padding: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F8F7F6;
}
.topics_frame .topics_box {
  width: 90%;
  margin: 2rem auto 0 auto;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dt .fullview-day {
  font-family: "mplus1p_regular";
  font-weight: 500;
  font-size: 1.1rem;
  color: #111111;
  border-bottom: #111111 1px solid;
  margin: 0 0 0.5rem 0;
  display: inline-block;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dt .fullview-title {
  /*
  font-family: 'zenmarugothic_medium';
   font-weight: normal;
   */
  font-family: "mplus1c_medium";
  font-weight: 500;
  font-size: 1.3rem;
  color: #111111;
  margin: 0 0 1rem 0;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dd {
  overflow: hidden;
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: #74c0cc 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dd p {
  /*font-family: 'zenmarugothic_regular';*/
  font-family: "mplus1c_regular";
  font-weight: 500;
  font-size: 1.2rem;
  color: #333333;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dd .image-style-align-right {
  float: none !important;
  width: 100%;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dd .image-style-align-right img {
  width: 70%;
  max-width: 70%;
  min-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dd .image-style-block-align-right {
  float: none !important;
  width: 100%;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dd .image-style-block-align-right img {
  width: 70%;
  max-width: 70%;
  min-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dd .table {
  width: auto;
  text-align: left;
  margin: 0 !important;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dd .table table {
  width: auto;
  border-collapse: collapse;
  font-size: 1.2rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dd .table table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dd .table table tr th {
  width: 100%;
  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: #74c0cc;
}
.topics_frame .topics_box .medico-info-list .fullview-container dl dd .table table tr td {
  width: 100%;
  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 {
  .topics_frame {
    width: 100%;
    margin: 0 0;
    padding: 117px 48px 96px 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F8F7F6;
  }
  .topics_frame .topics_box {
    width: 1196px;
    margin: 60px auto 0 auto;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dt .fullview-day {
    font-family: "mplus1p_regular";
    font-weight: 500;
    font-size: 1.4rem;
    color: #111111;
    border-bottom: #111111 1px solid;
    margin: 0 0 10px 0;
    display: inline-block;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dt .fullview-title {
    /*
    font-family: 'zenmarugothic_medium';
     font-weight: normal;
     */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 2rem;
    color: #111111;
    margin: 0 0 16px 0;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dd {
    overflow: hidden;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: #74c0cc 2px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dd p {
    /*font-family: 'zenmarugothic_regular';*/
    font-family: "mplus1c_regular";
    font-weight: 500;
    font-size: 1.6rem;
    color: #333333;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dd .image-style-align-right {
    float: right !important;
    width: auto;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dd .image-style-align-right img {
    width: 70%;
    max-width: 70%;
    min-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto 1rem auto;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dd .image-style-block-align-right {
    float: right;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dd .image-style-block-align-right img {
    width: 70%;
    max-width: 70%;
    min-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto 1rem auto;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dd .table {
    width: auto;
    text-align: left;
    margin: 0 !important;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dd .table table {
    width: auto;
    border-collapse: collapse;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 140%;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dd .table table caption {
    caption-side: bottom;
    text-align: left;
    margin: 10px 0 0 0;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dd .table table tr th {
    width: 100%;
    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: #74c0cc;
  }
  .topics_frame .topics_box .medico-info-list .fullview-container dl dd .table table tr td {
    width: 100%;
    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;
  }
}
/* -----------------------------------------------------------　
ホワイトニング
----------------------------------------------------------- */
.whitening_box_bg {
  width: 100%;
  background-color: #ffffff;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.whitening_box_bg .whitening_box {
  width: 90%;
  margin: 0 auto 0 auto;
  padding: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.whitening_box_bg .whitening_box .whitening_box_left {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.whitening_box_bg .whitening_box .whitening_box_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.whitening_box_bg .whitening_box .whitening_box_right a {
  text-align: none;
  width: 100%;
  max-width: 80%;
  display: block;
  margin: 0 auto 2rem auto;
}
.whitening_box_bg .whitening_box .whitening_box_right a img {
  width: 100%;
  height: auto;
  display: block;
}

.title_box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .whitening_box_bg {
    width: 100%;
    background-color: #ffffff;
    padding: 0 0 150px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .whitening_box_bg .whitening_box {
    width: 1280px;
    margin: 0 auto 0 auto;
    padding: 140px 0 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    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;
  }
  .whitening_box_bg .whitening_box .whitening_box_left {
    width: 670px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .whitening_box_bg .whitening_box .whitening_box_right {
    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;
    width: 488px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .whitening_box_bg .whitening_box .whitening_box_right a {
    text-align: none;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .whitening_box_bg .whitening_box .whitening_box_right a img {
    width: 488px;
    max-width: 488px;
    height: auto;
    display: block;
  }
  .whitening_box_bg .whitening_box .whitening_box_right a img.ajs {
    margin: -200px 0 0 0;
  }
  .whitening_box_bg .whitening_box .whitening_box_right a img.ajs2 {
    margin: -452px 0 0 0;
  }
  .whitening_box_bg .whitening_box .whitening_box_right a:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .whitening_box_bg .whitening_box .whitening_box_right img {
    width: 488px;
    max-width: 488px;
    height: auto;
    display: block;
  }
  .whitening_box_bg .whitening_box .whitening_box_right img.ajs {
    margin: -200px 0 0 0;
  }
  .whitening_box_bg .whitening_box .whitening_box_right img.ajs2 {
    margin: -452px 0 0 0;
  }
  .title_box {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 70px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .whitening_box_bg {
    width: 100%;
    background-color: #ffffff;
    padding: 0 0 150px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .whitening_box_bg .whitening_box {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 140px 3% 40px 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    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;
  }
  .whitening_box_bg .whitening_box .whitening_box_left {
    width: 55%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .whitening_box_bg .whitening_box .whitening_box_right {
    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;
    width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .whitening_box_bg .whitening_box .whitening_box_right a {
    text-align: none;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0 0;
  }
  .whitening_box_bg .whitening_box .whitening_box_right a img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .whitening_box_bg .whitening_box .whitening_box_right a img.ajs {
    margin: -200px 0 0 0;
  }
  .whitening_box_bg .whitening_box .whitening_box_right a img.ajs2 {
    margin: -452px 0 0 0;
  }
  .whitening_box_bg .whitening_box .whitening_box_right img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .whitening_box_bg .whitening_box .whitening_box_right img.ajs {
    margin: -200px 0 0 0;
  }
  .whitening_box_bg .whitening_box .whitening_box_right img.ajs2 {
    margin: -452px 0 0 0;
  }
  .title_box {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 70px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------　
プライバシーポリシー
----------------------------------------------------------- */
.privacy_policy_bg {
  width: 100%;
  padding: 4rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F8F7F6;
}
.privacy_policy_bg .privacy_policy_frame {
  width: 90%;
  margin: 0 auto 0 auto;
}
.privacy_policy_bg .privacy_policy_frame .privacy_policy_text {
  margin: 2rem 0 4rem 0;
}
.privacy_policy_bg .privacy_policy_frame .pp_box {
  width: 100%;
}
.privacy_policy_bg .privacy_policy_frame .pp_box h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1rem 0;
}
.privacy_policy_bg .privacy_policy_frame .pp_box h3 em {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #74c0cc;
  color: #ffffff;
  /*
  font-family: 'zenmarugothic_bold';
   font-weight: bold;
   */
  font-family: "mplus1c_bold";
  font-weight: 500;
  font-size: 1.3rem;
  font-style: normal;
  margin: 0 0.5rem 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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacy_policy_bg .privacy_policy_frame .pp_box h3 span {
  /*
  font-family: 'zenmarugothic_bold';
   font-weight: bold;
   */
  font-family: "mplus1c_bold";
  font-weight: 500;
  font-size: 1.3rem;
  color: #444444;
  letter-spacing: 0;
}

@media screen and (min-width: 768px), print {
  .privacy_policy_bg {
    width: 100%;
    padding: 96px 0 96px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F8F7F6;
  }
  .privacy_policy_bg .privacy_policy_frame {
    width: 1128px;
    margin: 0 auto 0 auto;
  }
  .privacy_policy_bg .privacy_policy_frame .privacy_policy_text {
    margin: 90px 0 32px 0;
  }
  .privacy_policy_bg .privacy_policy_frame .pp_box {
    width: 100%;
  }
  .privacy_policy_bg .privacy_policy_frame .pp_box h3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0 25px 0;
  }
  .privacy_policy_bg .privacy_policy_frame .pp_box h3 em {
    width: 42px;
    height: 44px;
    background-color: #74c0cc;
    color: #ffffff;
    /*
    font-family: 'zenmarugothic_bold';
     font-weight: bold;
     */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 2.4rem;
    font-style: normal;
    margin: 0 8px 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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .privacy_policy_bg .privacy_policy_frame .pp_box h3 span {
    /*
    font-family: 'zenmarugothic_bold';
     font-weight: bold;
     */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 2.4rem;
    color: #444444;
    letter-spacing: 0;
  }
}
/* -----------------------------------------------------------　
お知らせ（トピックス）ページ用
----------------------------------------------------------- */
.topics_box h3 {
  background-color: #74c0cc;
  color: #ffffff;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  /*
  font-family: 'zenmarugothic_medium';
  font-weight: normal;
  */
  font-family: "mplus1c_medium";
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 0 1rem 0;
}
.topics_box a {
  width: auto;
  background-color: #74c0cc;
  color: #ffffff;
  /*
  font-family: 'zenmarugothic_medium';
  font-weight: normal;
  */
  font-family: "mplus1c_medium";
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  padding: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 1rem;
  margin: 2rem auto 7px auto;
  -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
  overflow: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topics_box a::after {
  font-family: "fontello";
  content: "\e953";
  font-size: 1.4rem;
  margin: 0 0 0 16px;
}
.topics_box a:hover {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topics_box figure a {
  all: initial;
}
.topics_box figure a::after {
  all: initial;
  font-family: "fontello";
  content: "";
  font-size: 1rem;
  margin: 0 0 0 0;
}
.topics_box figure a:hover {
  all: initial;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px), print {
  .topics_box h3 {
    background-color: #74c0cc;
    color: #ffffff;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    /*
    font-family: 'zenmarugothic_medium';
    font-weight: normal;
    */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 2.2rem;
    margin: 0 0 30px 0;
  }
  .topics_box a {
    width: auto;
    background-color: #74c0cc;
    color: #ffffff;
    /*
    font-family: 'zenmarugothic_medium';
    font-weight: normal;
    */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    margin: 39px auto 7px auto;
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
            box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .topics_box a::after {
    font-family: "fontello";
    content: "\e953";
    font-size: 1.4rem;
    margin: 0 0 0 16px;
  }
  .topics_box a:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .topics_box figure a {
    all: initial;
  }
  .topics_box figure a::after {
    all: initial;
    font-family: "fontello";
    content: "";
    font-size: 1rem;
    margin: 0 0 0 0;
  }
  .topics_box figure a:hover {
    all: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*メールフォームプロ用*/
/* 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: #F6F6F6;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444444;
  border-top: #74c0cc 1px solid;
  border-left: #74c0cc 1px solid;
  border-right: #74c0cc 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: #74c0cc 1px solid;
  border-left: #74c0cc 1px solid;
  border-right: #74c0cc 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: #74c0cc 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: #F6F6F6;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: #74c0cc 1px solid;
    border-left: #74c0cc 1px solid;
    border-right: #74c0cc 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: #74c0cc 1px solid;
    border-left: #74c0cc 1px solid;
    border-right: #74c0cc 1px solid;
    padding: 1.5rem 3rem 1.5rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    line-height: 140%;
  }
  #mailformpro table tr td ol {
    list-style-type: none;
  }
  #mailformpro table tr td ol li {
    margin: 0 0 5px 0;
  }
  #mailformpro table tr td input[type=text], #mailformpro table tr td input[type=tel], #mailformpro table tr td input[type=email] {
    font-size: 1.6rem;
    width: 300px;
    margin: 0 1rem 0 0;
  }
  #mailformpro table tr td select {
    font-size: 1.6rem;
    width: 300px;
  }
  #mailformpro table tr td select.time {
    width: 60px;
  }
  #mailformpro table tr td textarea {
    font-size: 1.6rem;
    width: 600px;
    min-height: 300px;
  }
}
/*アニメーション*/
/* Scss Document */
/* =======================================================================

 共通項目

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

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

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

@keyframes fvfadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px), print {
  .first_view_anime {
    -webkit-animation: fvfadein 0.5s ease 1s 1 normal backwards;
            animation: fvfadein 0.5s ease 1s 1 normal backwards;
  }
  .first_view_anime2 {
    -webkit-animation: fvfadein 0.5s ease 1.2s 1 normal backwards;
            animation: fvfadein 0.5s ease 1.2s 1 normal backwards;
  }
  @-webkit-keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fvfadein {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
/* -----------------------------------------------------------
　アイコン
----------------------------------------------------------- */
.purupuru.blockIn::before {
  -webkit-animation: purupuru 0.8s linear 0s 1;
          animation: purupuru 0.8s linear 0s 1;
}

@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@media screen and (min-width: 768px), print {
  .purupuru.blockIn::before {
    -webkit-animation: purupuru 0.8s linear 0s 1;
            animation: purupuru 0.8s linear 0s 1;
  }
  @-webkit-keyframes purupuru {
    0% {
      -webkit-transform: scale(1, 1) translate(0%, 0%);
              transform: scale(1, 1) translate(0%, 0%);
    }
    20% {
      -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
              transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    }
    50% {
      -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
              transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    }
    65% {
      -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
              transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    }
    80% {
      -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
              transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    }
    100% {
      -webkit-transform: scale(1, 1) translate(0%, 0%);
              transform: scale(1, 1) translate(0%, 0%);
    }
  }
  @keyframes purupuru {
    0% {
      -webkit-transform: scale(1, 1) translate(0%, 0%);
              transform: scale(1, 1) translate(0%, 0%);
    }
    20% {
      -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
              transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    }
    50% {
      -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
              transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    }
    65% {
      -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
              transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    }
    80% {
      -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
              transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    }
    100% {
      -webkit-transform: scale(1, 1) translate(0%, 0%);
              transform: scale(1, 1) translate(0%, 0%);
    }
  }
}
/* -----------------------------------------------------------
　基本アニメーション
----------------------------------------------------------- */
/*左から*/
.scroll_left {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

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

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

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

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

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

/*現れる*/
.scroll_appear {
  opacity: 0;
}

.scroll_appear.blockIn {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

/*ディレイ*/
.td03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.td05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/*左から右へ現れる*/
.scroll_appear_lef_right {
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: lef_right 1s ease-in;
          animation: lef_right 1s ease-in;
}

@-webkit-keyframes lef_right {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes lef_right {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes slideCoverClinic {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@keyframes slideCoverClinic {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
/*左から右へ現れる*/
.scroll_appear_lef_right_btn {
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: lef_right 0.7s linear;
          animation: lef_right 0.7s linear;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.scroll_curtain.blockIn::before {
  -webkit-animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.scroll_curtain2.blockIn::before {
  -webkit-animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.scroll_curtain_clinic::before {
  -webkit-animation: slideCoverClinic 1s ease 0.3s 1 normal forwards;
          animation: slideCoverClinic 1s ease 0.3s 1 normal forwards;
}

@keyframes lef_right {
  from {
    width: 0%;
  }
  to {
    width: 273px;
  }
}
@media screen and (min-width: 768px), print {
  /*左から*/
  .scroll_left {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_left.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*右から*/
  .scroll_right {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_right.blockIn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*下から*/
  .scroll_up {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
  }
  .scroll_up.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  /*下からPCのみ*/
  .scroll_up_pc {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .scroll_up_pc.blockIn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /*現れる*/
  .scroll_appear {
    opacity: 0;
  }
  .scroll_appear.blockIn {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  /*左から右へ現れる*/
  .scroll_appear_lef_right_btn {
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: lef_right 0.7s linear;
            animation: lef_right 0.7s linear;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .scroll_curtain.blockIn::before {
    -webkit-animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .scroll_curtain2.blockIn::before {
    -webkit-animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
  .scroll_curtain_clinic::before {
    -webkit-animation: slideCoverClinic 1.2s ease 0.4s 1 normal forwards;
            animation: slideCoverClinic 1.2s ease 0.4s 1 normal forwards;
  }
  @-webkit-keyframes lef_right {
    from {
      width: 0%;
    }
    to {
      width: 273px;
    }
  }
  @keyframes lef_right {
    from {
      width: 0%;
    }
    to {
      width: 273px;
    }
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.scroll_treatment_up li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.scroll_treatment_up li:nth-child(1) {
  -webkit-transition: all 0.5s ease-in 0.1s;
  transition: all 0.5s ease-in 0.1s;
}
.scroll_treatment_up li:nth-child(2) {
  -webkit-transition: all 0.5s ease-in 0.2s;
  transition: all 0.5s ease-in 0.2s;
}
.scroll_treatment_up li:nth-child(3) {
  -webkit-transition: all 0.5s ease-in 0.3s;
  transition: all 0.5s ease-in 0.3s;
}
.scroll_treatment_up li:nth-child(4) {
  -webkit-transition: all 0.5s ease-in 0.4s;
  transition: all 0.5s ease-in 0.4s;
}
.scroll_treatment_up li:nth-child(5) {
  -webkit-transition: all 0.5s ease-in 0.5s;
  transition: all 0.5s ease-in 0.5s;
}
.scroll_treatment_up li:nth-child(6) {
  -webkit-transition: all 0.5s ease-in 0.6s;
  transition: all 0.5s ease-in 0.6s;
}
.scroll_treatment_up li:nth-child(7) {
  -webkit-transition: all 0.5s ease-in 0.7s;
  transition: all 0.5s ease-in 0.7s;
}
.scroll_treatment_up li:nth-child(8) {
  -webkit-transition: all 0.5s ease-in 0.8s;
  transition: all 0.5s ease-in 0.8s;
}
.scroll_treatment_up li:nth-child(11) {
  -webkit-transition: all 0.5s ease-in 0.9s;
  transition: all 0.5s ease-in 0.9s;
}
.scroll_treatment_up li:nth-child(12) {
  -webkit-transition: all 0.5s ease-in 1s;
  transition: all 0.5s ease-in 1s;
}

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

/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "mplus1p_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  color: #444444;
  background-color: #ffffff;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  /*ページ内リンク用*/
  scroll-behavior: smooth;
  /*
  &.curtain{
    &::before{
      content: "";
      display: block;
      position: fixed;
      z-index: 999999999999;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: $color1; // 緑色
      pointer-events: none;
      animation: slideCover 1.2s cubic-bezier(0.77,0,0.175,1) forwards;
    }      
  }
  */
}
html::after {
  content: "";
  display: block;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #74c0cc;
  pointer-events: none;
  -webkit-animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "mplus1p_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    color: #444444;
    background-color: #ffffff;
    padding: 0;
    /*ページ内リンク用*/
    scroll-behavior: smooth;
    /*スクロール後の余白設定*/
    scroll-padding-top: 115px;
    /*
    &.curtain{
      &::before{
        content: "";
        display: block;
        position: fixed;
        z-index: 999999999999;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: $color1; // 緑色
        pointer-events: none;
        animation: slideCover 1.2s cubic-bezier(0.77,0,0.175,1) forwards;
      }      
    }
    */
  }
  html::after {
    content: "";
    display: block;
    position: fixed;
    z-index: 999999999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #74c0cc;
    pointer-events: none;
    -webkit-animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: slideCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 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;
    width: 100%;
    height: 100%;
    margin: 0;
    /*min-width: 1280px;  */
    -webkit-text-size-adjust: 100%;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none_span {
    display: none;
  }
  .sp_none_span {
    display: inline;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
.wrapper {
  /*
    display: block;
    height: 100%;
    width: 100%;
    margin:0 0 0 0;
    padding:0;  
    background-color: $color_white;
    position: relative;
    z-index: 2;
  */
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.wrapper_low {
  /*  
    display: block;
    height: 100%;
    width: 100%;
    margin:61vw 0 0 0;
    padding:0;
    background-color: $color_white;  
    position: relative;
    z-index: 2;  
  */
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

/*
.wrapper_low2{
  display: block;
  height: 100%;
  width: 100%;
  margin:61vw 0 0 0;
  padding:0;
  position: relative;
  z-index: 2;  
  &.about_bg{
    &::before{
      position: fixed;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 200vw;
      content: "";
      background: url("../img/aboutus_bg_staff.webp") no-repeat;
      background-size: 130vw;
      background-position: center top 15vw;      
    }

  }
}
*/
.main {
  height: auto;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  background-color: #ffffff;
}

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

@media screen and (min-width: 768px), print {
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
  }
  .wrapper_low {
    height: auto;
    width: 100%;
    margin: 545px 0 0 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .wrapper_low2 {
    height: auto;
    width: 100%;
    margin: 545px 0 0 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .main {
    height: auto;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #ffffff;
  }
  .main_low {
    height: auto;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header.header {
  background-color: #ffffff;
  width: 100%;
  padding: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-animation: headerSlideDown 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
          animation: headerSlideDown 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
}
header.header .header_box {
  /*ロゴ*/
  /*SNS*/
}
header.header .header_box .head_logo {
  width: 12.5rem;
}
header.header .header_box .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .head_logo a img {
  width: 100%;
  height: auto;
}
header.header .header_box ul.sns_list {
  display: none;
}

@media screen and (min-width: 768px), print {
  header.header {
    background-color: #ffffff;
    width: 100%;
    height: 120px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    -webkit-animation: headerSlideDown 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
            animation: headerSlideDown 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
  }
  header.header .header_box {
    width: 100%;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: visible;
    padding: 0 50px 0 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.header .header_box .head_logo {
    width: 250px;
    margin: 0 0 0 0;
  }
  header.header .header_box .head_logo a {
    display: block;
    width: 250px;
    text-decoration: none;
  }
  header.header .header_box .head_logo a img {
    width: 250px;
    height: auto;
  }
  header.header .header_box .head_info {
    width: 763px;
    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;
  }
  header.header .header_box .head_info ul.sns_list {
    list-style-type: none;
    display: block;
    width: 100px;
    height: 40px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: visible;
  }
  header.header .header_box .head_info ul.sns_list li {
    width: 40px;
  }
  header.header .header_box .head_info ul.sns_list li a {
    display: block;
    width: 100%;
    height: 40px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.header .header_box .head_info ul.sns_list li a img {
    width: 100%;
    height: auto;
  }
  header.header .header_box .head_info ul.sns_list li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px), print {
  nav.main_nav_pc {
    /*
    position: absolute;
    top: 52px;
    right: 205px;
    */
    display: block;
    width: 608px;
    height: 24px;
    margin: 12px 0 0 0;
  }
  nav.main_nav_pc ul {
    width: 608px;
    height: 24px;
    margin: 0 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: 24px;
    margin: 0;
    padding: 0;
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 24px;
    text-decoration: none;
    text-align: center;
    color: #808285;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    /*
    font-family: 'zenmarugothic_medium';
    font-weight: normal;
    */
    font-family: "mplus1p_bold";
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
  }
  nav.main_nav_pc ul li a:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vw;
  margin: -20vw 0 0 0;
  overflow: hidden;
}
.key_visual_bg .key_visual {
  width: 100%;
  height: 100vw;
  background: url("../img/key_visual.webp") no-repeat;
  background-size: 250%;
  background-position: center top;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: keyVisualZoom 3s ease-in-out 0s forwards;
          animation: keyVisualZoom 3s ease-in-out 0s forwards;
  -webkit-transition: inherit;
  transition: inherit;
}

.key_contents_bg {
  width: 100%;
  height: 80vw;
  background-color: rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
  padding: 29vw 8vw 14vw 8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_contents_bg .key_scroll {
  position: absolute;
  top: 25vw;
  right: 2%;
  width: 3.5%;
}
.key_contents_bg .key_contents {
  position: relative;
  width: 100%;
  height: auto;
}
.key_contents_bg .key_contents .key_text {
  /*
  font-family: 'zenmarugothic_medium';
  font-weight: normal;
  */
  font-family: "mplus1c_bold";
  font-weight: 600;
  color: #ffffff;
}
.key_contents_bg .key_contents .kt1 {
  font-size: 1.1rem;
  line-height: 150%;
  margin: 0 0 2.2rem 0;
}
.key_contents_bg .key_contents .kt2 {
  font-size: 1.3rem;
  line-height: 100%;
  margin: 0 0 2rem 0;
}
.key_contents_bg .key_contents .kt3 {
  font-size: 1rem;
  line-height: 180%;
  margin: 0 0 0 0;
}

/*下層キービジュアル*/
.key_visual_low_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: -20vw 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
}
.key_visual_low_bg .key_visual_low {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: keyVisualZoom 3s ease-in-out 0s forwards;
          animation: keyVisualZoom 3s ease-in-out 0s forwards;
  -webkit-transition: inherit;
  transition: inherit;
  position: relative;
  z-index: 1;
}
.key_visual_low_bg .key_visual_low.clinic_page {
  background: url("../img/key_visual_low_clinic.webp") no-repeat;
  background-size: 130%;
  background-position: center top;
}
.key_visual_low_bg .key_visual_low.aboutus_page {
  background: url("../img/key_visual_low_aboutus.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual_low_bg .key_visual_low.whitening_page {
  background: url("../img/bg_whitening.webp") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual_low_bg .key_visual_low.privacy_page {
  background: url("../img/key_visual_low_privacy.jpg") no-repeat;
  background-size: cover;
  background-position: center top -5vw;
}
.key_visual_low_bg .key_visual_low.topics_bg {
  background: url("../img/key_visual_low_aboutus.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual_low_bg .key_visual_low::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
}
.key_visual_low_bg .key_visual_low.about_bg {
  height: 100%;
}
.key_visual_low_bg .key_visual_low.about_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  background-color: transparent;
}

/*
.key_visual_low_aboutus_page_bg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  overflow: hidden;  
  .key_visual_low_aboutus_page{
    width: 100%;
    height: 81vw;
    position: relative;
    z-index: -1;
    background: url("../img/key_visual_low_aboutus.jpg") no-repeat;
    background-size: 130%;
    background-position: center top 15vw;
  }
}
*/
.key_title h1 {
  position: relative;
  top: 0;
  z-index: 2;
  /*font-family: 'zenmarugothic_bold';*/
  font-family: "mplus1c_bold";
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  height: 61vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5vw 0 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.key_title h1 span {
  display: block;
}
.key_title h1 span.key_eng {
  font-size: 2.6rem;
}
.key_title h1 span.key_jp {
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 768px), print {
  /*トップキービジュアル*/
  .key_visual_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1333px;
    margin: -300px 0 0 0;
    overflow: hidden;
  }
  .key_visual_bg .key_visual {
    width: 100%;
    height: 100%;
    background: url("../img/key_visual.webp") no-repeat;
    background-size: cover;
    background-position: center top;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation: keyVisualZoom 3s ease-in-out 0s forwards;
            animation: keyVisualZoom 3s ease-in-out 0s forwards;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .key_contents_bg {
    width: 100%;
    height: 539px;
    background-color: rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
    padding: 196px 48px 96px 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .key_contents_bg .key_scroll {
    position: absolute;
    top: 234px;
    right: 102px;
    width: 21px;
  }
  .key_contents_bg .key_contents {
    position: relative;
    width: 100%;
    max-width: 1342px;
    height: 545px;
    margin: 0 auto 0 auto;
  }
  .key_contents_bg .key_contents .key_text {
    /*
    font-family: 'zenmarugothic_medium';
    font-weight: normal;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 0 0;
  }
  .key_contents_bg .key_contents .kt1 {
    font-size: 1.6rem;
    line-height: 170%;
    margin: 0 0 38px 0;
  }
  .key_contents_bg .key_contents .kt2 {
    font-size: 3.2rem;
    line-height: 100%;
    margin: 0 0 38px 0;
  }
  .key_contents_bg .key_contents .kt3 {
    font-size: 1.6rem;
    line-height: 180%;
    margin: 0 0 0 0;
  }
  /*下層キービジュアル*/
  .key_visual_low_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1333px;
    margin: 0 0 0 0;
    overflow: hidden;
  }
  .key_visual_low_bg .key_visual_low {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-animation: keyVisualZoom 3s ease-in-out 0s forwards;
            animation: keyVisualZoom 3s ease-in-out 0s forwards;
    -webkit-transition: inherit;
    transition: inherit;
    position: relative;
    z-index: 1;
  }
  .key_visual_low_bg .key_visual_low.clinic_page {
    background: url("../img/key_visual_low_clinic.webp") no-repeat;
    background-size: cover;
    background-position: center top -610px;
  }
  .key_visual_low_bg .key_visual_low.aboutus_page {
    background: url("../img/key_visual_low_aboutus.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual_low_bg .key_visual_low.whitening_page {
    background: url("../img/bg_whitening.webp") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual_low_bg .key_visual_low.privacy_page {
    background: url("../img/key_visual_low_privacy.jpg") no-repeat;
    background-size: cover;
    background-position: center top -180px;
  }
  .key_visual_low_bg .key_visual_low.topics_bg {
    background: url("../img/key_visual_low_aboutus.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual_low_bg .key_visual_low::before {
    content: "";
    width: 100%;
    height: 81vw;
    display: block;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .key_visual_low_bg.about_bg {
    height: 100%;
  }
  .key_visual_low_bg.about_bg::before {
    content: "";
    width: 100%;
    height: 81vw;
    display: block;
    position: absolute;
    z-index: 2;
    background-color: transparent;
  }
  .key_visual_low_bg.topics_bg {
    height: 100%;
  }
  .key_title h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 115px;
    z-index: 2;
    /*font-family: 'zenmarugothic_bold';*/
    font-family: "mplus1c_bold";
    font-weight: bold;
    color: #ffffff;
    max-width: 100%;
    width: 100%;
    height: 430px;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 96px 0 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .key_title h1 span {
    display: block;
  }
  .key_title h1 span.key_eng {
    font-size: 8rem;
  }
  .key_title h1 span.key_jp {
    font-size: 3rem;
    margin: 30px 0 0 0;
  }
}
/* -----------------------------------------------------------
　お知らせfontello
----------------------------------------------------------- */
.notice_frame_bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.notice_frame_bg .notice_frame {
  display: block;
  width: 90%;
  margin: 0 0 2rem 0;
  padding: 4.5rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame_bg .notice_frame h2.notice_title {
  width: 100%;
  color: #ffffff;
  background-color: #74c0cc;
  /*
  font-family: 'zenmarugothic_medium';
  font-weight: normal;
  */
  font-family: "mplus1p_bold";
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  line-height: 100%;
  padding: 0.7rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 2rem auto;
  border-radius: 0.4rem;
}
.notice_frame_bg .notice_frame .notice_text1 p {
  font-family: "mplus1p_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  /*font-weight: normal;*/
  font-weight: 600;
  font-size: 1.2rem;
  color: #444444;
  margin: 0 0 1rem 0;
  letter-spacing: 0;
}
.notice_frame_bg .notice_frame .notice_text2 {
  border-top: #eeeeee 1px solid;
  padding: 1rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-family: "mplus1p_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  color: #444444;
  margin: 0 0 1rem 0;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: 0;
}
.notice_frame_bg .notice_frame .notice_text2 span {
  font-family: "mplus1c_bold";
  font-weight: bold;
}
.notice_frame_bg .notice_frame .notice_text3 p {
  font-family: "mplus1p_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  color: #444444;
  margin: 0 0 1rem 0;
  letter-spacing: 0;
}
.notice_frame_bg .notice_frame .notice_text3 p span {
  font-family: "mplus1c_bold";
  font-weight: bold;
}
.notice_frame_bg .notice_frame .notice_box {
  width: 98%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: #eeeeee 1px solid;
}
.notice_frame_bg .notice_frame .notice_box dl {
  height: auto;
  margin: 0 0 0 0;
  width: 100%;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.notice_frame_bg .notice_frame .notice_box dl dt {
  color: #444444;
  margin: 0 0 0 0;
  padding: 1.5rem 0 0 0;
  /*font-family: 'zenmarugothic_bold';*/
  font-family: "mplus1c_bold";
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*font-weight: bold;*/
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 130%;
  border-top: #eeeeee 1px solid;
  position: relative;
}
.notice_frame_bg .notice_frame .notice_box dl dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #444444;
  font-size: 1.2rem;
  line-height: 130%;
  border-top: #eeeeee 1px solid;
}
.notice_frame_bg .notice_frame .notice_box dl dd p {
  font-family: "mplus1p_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.notice_frame_bg .notice_frame .notice_box dl dd p a {
  color: #1E76C7;
}
.notice_frame_bg .notice_frame .notice_link {
  width: 90%;
  background-color: #74c0cc;
  color: #ffffff;
  /*font-family: 'zenmarugothic_medium';*/
  font-family: "mplus1c_bold";
  /*font-weight: normal;*/
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  padding: 1.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem auto 7px auto;
  -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
  overflow: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.notice_frame_bg .notice_frame .notice_link::before {
  font-family: "fontello";
  content: "\e951";
  font-size: 1.8rem;
  margin: 0 1rem 0 0;
}
.notice_frame_bg .notice_frame .notice_link::after {
  font-family: "fontello";
  content: "\e953";
  font-size: 1rem;
  margin: 0 0 0 1rem;
}
.notice_frame_bg .notice_frame .notice_link:hover {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px), print {
  .notice_frame_bg {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .notice_frame_bg .notice_frame {
    width: 582px;
    margin: 0 auto 0 auto;
    padding: 74px 0 65px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame_bg .notice_frame h2.notice_title {
    width: 100%;
    height: 40px;
    color: #ffffff;
    background-color: #74c0cc;
    /*
    font-family: 'zenmarugothic_medium';
    font-weight: normal;
    */
    font-family: "mplus1p_bold";
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    line-height: 100%;
    padding: 10px 0 9px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 33px 0;
    border-radius: 5px;
  }
  .notice_frame_bg .notice_frame .notice_text1 p {
    font-family: "mplus1p_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    /*font-weight: normal;*/
    font-weight: 600;
    font-size: 1.6rem;
    color: #444444;
    margin: 0 0 28px 0;
    letter-spacing: 0;
  }
  .notice_frame_bg .notice_frame .notice_text2 {
    display: block;
    font-family: "mplus1p_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    /*font-weight: normal;*/
    font-weight: 600;
    font-size: 1.6rem;
    color: #444444;
    margin: 0 0 25px 0;
    line-height: 160%;
    text-decoration: none;
    letter-spacing: 0;
    border-top: #eeeeee 1px solid;
    padding: 11px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame_bg .notice_frame .notice_text2 span {
    font-weight: bold;
  }
  .notice_frame_bg .notice_frame .notice_text3 p {
    font-family: "mplus1p_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    /*font-weight: normal;*/
    font-weight: 600;
    font-size: 1.6rem;
    color: #444444;
    margin: 0 0 30px 0;
    line-height: 150%;
    letter-spacing: 0;
  }
  .notice_frame_bg .notice_frame .notice_text3 p span {
    font-weight: bold;
  }
  .notice_frame_bg .notice_frame .notice_box {
    width: 582px;
    height: auto;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #eeeeee 1px solid;
  }
  .notice_frame_bg .notice_frame .notice_box dl {
    height: auto;
    margin: 0 0 0 0;
    width: 100%;
    overflow-x: hidden;
    overflow-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .notice_frame_bg .notice_frame .notice_box dl dt {
    width: 110px;
    color: #444444;
    margin: 0 0 0 0;
    padding: 11px 0 6px 0;
    /*font-family: 'zenmarugothic_bold';*/
    font-family: "mplus1c_bold";
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*font-weight: bold;*/
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 130%;
    border-top: #eeeeee 1px solid;
    position: relative;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd {
    width: 472px;
    margin: 0 0 0 0;
    padding: 11px 0 6px 0;
    color: #444444;
    font-size: 1.6rem;
    line-height: 130%;
    border-top: #eeeeee 1px solid;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd p {
    font-family: "mplus1p_regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: 600;
    margin: 0 0 0 0;
  }
  .notice_frame_bg .notice_frame .notice_box dl dd p a {
    color: #1E76C7;
  }
  .notice_frame_bg .notice_frame .notice_link {
    width: 302px;
    background-color: #74c0cc;
    color: #ffffff;
    /*font-family: 'zenmarugothic_medium';*/
    font-family: "mplus1c_bold";
    /*font-weight: normal;*/
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 39px auto 7px auto;
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
            box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame_bg .notice_frame .notice_link::before {
    font-family: "fontello";
    content: "\e951";
    font-size: 2.2rem;
    margin: 0 16px 0 0;
  }
  .notice_frame_bg .notice_frame .notice_link::after {
    font-family: "fontello";
    content: "\e953";
    font-size: 1.4rem;
    margin: 0 0 0 16px;
  }
  .notice_frame_bg .notice_frame .notice_link:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
web予約が可能になりました
----------------------------------------------------------- */
.possible_bg {
  width: 100%;
  height: auto;
  background-color: #F6F6F6;
  padding: 4rem 0 6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.possible_bg .possible_frame {
  width: 88%;
  margin: 0 auto;
}
.possible_bg .possible_frame .possible_box h2.possible_title {
  color: #444444;
  /*font-family: 'zenmarugothic_bold';*/
  font-family: "mplus1c_medium";
  /*font-weight: bold;*/
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  margin: 0 0 2rem 0;
  border-left: #74c0cc 5px solid;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.possible_bg .possible_frame .possible_box p {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 160%;
}
.possible_bg .possible_frame .possible_box .possible_link {
  width: 90%;
  background-color: #74c0cc;
  color: #ffffff;
  /*font-family: 'zenmarugothic_bold';*/
  font-family: "mplus1c_medium";
  /*font-weight: bold;*/
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  padding: 1.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0 7px 0;
  -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
  overflow: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.possible_bg .possible_frame .possible_box .possible_link::before {
  font-family: "fontello";
  content: "\e951";
  font-size: 1.3rem;
  margin: 0 1rem 0 0;
}
.possible_bg .possible_frame .possible_box .possible_link::after {
  font-family: "fontello";
  content: "\e953";
  font-size: 1rem;
  margin: 0 0 0 1rem;
}
.possible_bg .possible_frame .possible_box .possible_link:hover {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.possible_bg .possible_frame .possible_img {
  width: 100%;
}
.possible_bg .possible_frame .possible_img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 2rem auto 0 auto;
  border-radius: 0.8rem;
}

@media screen and (min-width: 768px), print {
  .possible_bg {
    width: 100%;
    height: auto;
    background-color: #F6F6F6;
    padding: 83px 0 90px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .possible_bg .possible_frame {
    width: 994px;
    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;
  }
  .possible_bg .possible_frame .possible_box h2.possible_title {
    color: #444444;
    /*font-family: 'zenmarugothic_bold';*/
    font-family: "mplus1c_medium";
    /*font-weight: bold;*/
    font-weight: 500;
    font-size: 2rem;
    line-height: 100%;
    margin: 8px 0 30px 0;
    border-left: #74c0cc 5px solid;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 28px;
  }
  .possible_bg .possible_frame .possible_box p {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 160%;
    margin: 0 0 25px 0;
  }
  .possible_bg .possible_frame .possible_box .possible_link {
    width: 302px;
    background-color: #74c0cc;
    color: #ffffff;
    /*font-family: 'zenmarugothic_bold';*/
    font-family: "mplus1c_medium";
    /*font-weight: bold;*/
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 25px 0 7px 0;
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
            box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .possible_bg .possible_frame .possible_box .possible_link::before {
    font-family: "fontello";
    content: "\e951";
    font-size: 2.2rem;
    margin: 0 16px 0 0;
  }
  .possible_bg .possible_frame .possible_box .possible_link::after {
    font-family: "fontello";
    content: "\e953";
    font-size: 1.4rem;
    margin: 0 0 0 16px;
  }
  .possible_bg .possible_frame .possible_box .possible_link:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .possible_bg .possible_frame .possible_img {
    width: 479px;
  }
  .possible_bg .possible_frame .possible_img img {
    display: block;
    width: 479px;
    height: auto;
    margin: 7px 0 0 0;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .possible_bg {
    width: 100%;
    height: auto;
    background-color: #F6F6F6;
    padding: 83px 0 27px 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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .possible_bg .possible_frame {
    width: 90%;
    max-width: 100%;
    margin: 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;
  }
  .possible_bg .possible_frame .possible_box {
    width: 49%;
  }
  .possible_bg .possible_frame .possible_box h2.possible_title {
    color: #444444;
    /*font-family: 'zenmarugothic_bold';*/
    font-family: "mplus1c_medium";
    /*font-weight: bold;*/
    font-weight: 500;
    font-size: 2rem;
    line-height: 100%;
    margin: 8px 0 30px 0;
    border-left: #74c0cc 5px solid;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 28px;
  }
  .possible_bg .possible_frame .possible_box p {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 160%;
    width: 90%;
  }
  .possible_bg .possible_frame .possible_box .possible_link {
    width: 302px;
    background-color: #74c0cc;
    color: #ffffff;
    /*font-family: 'zenmarugothic_bold';*/
    font-family: "mplus1c_medium";
    /*font-weight: bold;*/
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 25px 0 7px 0;
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
            box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .possible_bg .possible_frame .possible_box .possible_link::before {
    font-family: "fontello";
    content: "\e951";
    font-size: 1.6rem;
    margin: 0 16px 0 0;
  }
  .possible_bg .possible_frame .possible_box .possible_link::after {
    font-family: "fontello";
    content: "\e953";
    font-size: 1.2rem;
    margin: 0 0 0 16px;
  }
  .possible_bg .possible_frame .possible_box .possible_link:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .possible_bg .possible_frame .possible_img {
    width: 49%;
  }
  .possible_bg .possible_frame .possible_img img {
    display: block;
    width: 80%;
    height: auto;
    margin: 7px 10% 0 0;
    /*border-radius: 10px;*/
  }
}
/* -----------------------------------------------------------
　ちゅら歯科の特徴
----------------------------------------------------------- */
.features_frame {
  padding: 4rem 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_frame h2.features_title {
  /*
  font-family: 'zenmarugothic_bold';
   font-weight: normal;
   */
  font-family: "mplus1c_bold";
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  color: #444444;
  line-height: 100%;
  margin: 0 0 1rem 0;
}
.features_frame h2.features_title span {
  font-size: 1.2rem;
  display: block;
}
.features_frame p {
  width: 88%;
  margin: 0 auto 0 auto;
  line-height: 163%;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print {
  .features_frame {
    padding: 74px 0 88px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame h2.features_title {
    /*
    font-family: 'zenmarugothic_bold';
     font-weight: normal;
     */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 7rem;
    text-align: center;
    color: #444444;
    line-height: 100%;
    margin: 0 0 0 0;
    letter-spacing: 0.01em;
  }
  .features_frame h2.features_title span {
    font-size: 1.6rem;
    display: block;
    margin: -7px 0 0 0;
  }
  .features_frame p {
    width: 654px;
    margin: 0 auto 0 auto;
    line-height: 163%;
    letter-spacing: 0.05em;
  }
}
/* -----------------------------------------------------------
　ちゅら歯科初診の流れ
----------------------------------------------------------- */
.flow_bg {
  width: 100%;
  background-color: #F6F6F6;
  padding: 4rem 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow_bg .flow_frame h2.flow_title {
  /*
  font-family: 'zenmarugothic_bold';
  font-weight: normal;
  */
  font-family: "mplus1c_bold";
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #111111;
  line-height: 100%;
  margin: 0 0 2rem 0;
}
.flow_bg .flow_frame .flow_box {
  width: 85%;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.4rem;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.flow_bg .flow_frame .flow_box .flow_box_title {
  /*
  font-family: 'zenmarugothic_bold';
  font-weight: bold;
  */
  font-family: "mplus1c_bold";
  font-weight: 500;
  font-size: 1.6rem;
  color: #444444;
  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;
}
.flow_bg .flow_frame .flow_box .flow_box_title span {
  width: 3rem;
  height: 3rem;
  color: #ffffff;
  background-color: #1E5A9F;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0.5rem 0 0;
}
.flow_bg .flow_frame .flow_box .flow_box_text {
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 0;
  margin: 0;
}
.flow_bg .flow_frame .flow_arrow {
  border: none;
  text-align: center;
  font-size: 1.2rem;
  margin: 2rem 0 1.5rem 0;
}
.flow_bg .flow_frame .flow_arrow::before {
  font-family: "fontello";
  content: "\e952";
}

@media screen and (min-width: 768px), print {
  .flow_bg {
    width: 100%;
    background-color: #F6F6F6;
    padding: 70px 0 85px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow_bg .flow_frame {
    padding: 0 0 6px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow_bg .flow_frame h2.flow_title {
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: normal;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 5rem;
    text-align: center;
    color: #111111;
    line-height: 100%;
    letter-spacing: -0.05em;
    margin: 0 0 73px 0;
  }
  .flow_bg .flow_frame .flow_box {
    width: 788px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    padding: 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.4rem;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  }
  .flow_bg .flow_frame .flow_box .flow_box_title {
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: bold;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 2.5rem;
    color: #444444;
    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 8px 0;
  }
  .flow_bg .flow_frame .flow_box .flow_box_title span {
    width: 45px;
    height: 45px;
    color: #ffffff;
    background-color: #1E5A9F;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 10px 0 0;
  }
  .flow_bg .flow_frame .flow_box .flow_box_text {
    font-size: 1.6rem;
    line-height: 160%;
    margin: 0;
  }
  .flow_bg .flow_frame .flow_arrow {
    border: none;
    text-align: center;
    font-size: 1.4rem;
    margin: 40px 0 33px 0;
  }
  .flow_bg .flow_frame .flow_arrow::before {
    font-family: "fontello";
    content: "\e952";
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .flow_bg {
    width: 100%;
    background-color: #F6F6F6;
    padding: 85px 0 85px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow_bg .flow_frame {
    padding: 0 0 6px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow_bg .flow_frame h2.flow_title {
    /*        
    font-family: 'zenmarugothic_bold';
    font-weight: normal;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 5rem;
    text-align: center;
    color: #111111;
    line-height: 100%;
    margin: 0 0 73px 0;
  }
  .flow_bg .flow_frame .flow_box {
    width: 70%;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    padding: 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.4rem;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  }
  .flow_bg .flow_frame .flow_box .flow_box_title {
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: bold;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 2.5rem;
    color: #444444;
    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 8px 0;
  }
  .flow_bg .flow_frame .flow_box .flow_box_title span {
    width: 45px;
    height: 45px;
    color: #ffffff;
    background-color: #1E5A9F;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 10px 0 0;
  }
  .flow_bg .flow_frame .flow_box .flow_box_text {
    font-size: 1.6rem;
    line-height: 160%;
    margin: 0;
  }
  .flow_bg .flow_frame .flow_arrow {
    border: none;
    text-align: center;
    font-size: 1.4rem;
    margin: 40px 0 33px 0;
  }
  .flow_bg .flow_frame .flow_arrow::before {
    font-family: "fontello";
    content: "\e952";
  }
}
/* -----------------------------------------------------------
ちゅら歯科に予約する
----------------------------------------------------------- */
/*
.reservation_frame{
  width: 100%;
  .img_reserve_left{
    figure{
      width: 100%;
      img{
        width: 100%;
        height: auto;
        display: block;
      }
    }
    .reservation_box{
      background-color: $color4;
      padding: 3rem;
      box-sizing: border-box;
      .reservation_text_01{
	      font-family: 'zenmarugothic_bold';
        font-weight: bold;
        font-size: 2rem;
        color: $color_white;
      }
      .reservation_text_02{
	      font-family: 'zenmarugothic_bold';
        font-weight: bold;
        font-size: 1rem;
        color: $color_white;
        margin: 0;
      }
    }
  }
  .img_reserve_right{
    figure{
      width: 100%;
      img{
        width: 100%;
        height: auto;
        display: block;
      }
    }
    .reservation_box{
      background-color: $color4;
      padding: 3rem;
      box-sizing: border-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction:column;
      flex-direction:column;
      .reserve_link{
        width: 90%;
        background-color: $color_white;
        color: $bace_color;
        font-family: 'zenmarugothic_medium';
        font-weight: normal;
        font-size: 1.2rem;
        text-align: center;
        padding: 1.2rem 0;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        border-radius: 1rem;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 1.5rem 0;
        box-shadow: 7px 7px 7px $color_shadow;
        overflow: visible;    
        transition: $hover_speed;
        &::before{
          font-family: "fontello";
          content:"\00e951";
          font-size: 1.8rem;
          margin: 0 1rem 0 0;
        }
        &::after{
          font-family: "fontello";
          content:"\00e953";
          font-size: 1rem;
          margin: 0 0 0 1rem;
        }
        &:hover{
          transform: translate(7px, 7px); 
          box-shadow: none;
          transition: $hover_speed;
        }
      }
      .reserve_tel{
        width: 90%;
        background-color: $color_white;
        color: $bace_color;
        font-family: 'zenmarugothic_medium';
        font-weight: normal;
        font-size: 1.2rem;
        text-align: center;
        padding: 1.2rem 0;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        border-radius: 1rem;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 7px 0;
        box-shadow: 7px 7px 7px $color_shadow;
        overflow: visible;    
        transition: $hover_speed;
        &::before{
          font-family: "fontello";
          content:"\00e80e";
          font-size: 1.8rem;
          margin: 0 1rem 0 0;
        }
        &::after{
          font-family: "fontello";
          content:"\00e953";
          font-size: 1rem;
          margin: 0 0 0 1rem;
        }
        &:hover{
          transform: translate(7px, 7px); 
          box-shadow: none;
          transition: $hover_speed;
        }
      }
    }  
  }
}

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

.reservation_frame{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  .img_reserve_left{
    width: 50%;
    figure{
      width: 100%;
      height: 555px;
      overflow: hidden;
      position: relative;
      img{
        position: absolute;
        right: 0;;
        width: 1000px;
        height: 555px;
        display: block;
      }
    }
    .reservation_box{
      width: 100%;
      height: 310px;      
      background-color: $color4;
      padding:101px 0 0 33%;
      box-sizing: border-box;
      .reservation_text_01{
	      font-family: 'zenmarugothic_bold';
        font-weight: bold;
        font-size: 3.3rem;
        color: $color_white;
        margin: 0 0 15px 0;
      }
      .reservation_text_02{
	      font-family: 'zenmarugothic_bold';
        font-weight: bold;
        font-size: 1.6rem;
        color: $color_white;
        margin: 0;
      }
    }
  }
  .img_reserve_right{
    width: 50%;
    figure{
      width: 100%;
      height: 555px;
      overflow: hidden;
      position: relative;
      img{
        position: absolute;
        right: 0;;
        width: 1000px;
        height: 555px;
        display: block;
      }
    }

    .reservation_box{
      width: 100%;
      height: 310px;
      background-color: $color4;
      padding:28px 33% 0 0;
      box-sizing: border-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction:column;
      flex-direction:column;
      .reserve_link{
        width: 273px;
        background-color: $color_white;
        color: $bace_color;
        font-family: 'zenmarugothic_medium';
        font-weight: normal;
        font-size: 1.6rem;
        text-align: center;
        padding: 14px 0;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        border-radius: 1rem;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 26px 0;
        box-shadow: 7px 7px 7px $color_shadow;
        overflow: visible;    
        transition: $hover_speed;
        &::before{
          font-family: "fontello";
          content:"\00e951";
          font-size: 2.2rem;
          margin: 0 16px 0 0;
        }
        &::after{
          font-family: "fontello";
          content:"\00e953";
          font-size: 1.4rem;
          margin: 0 0 0 16px;
        }
        &:hover{
          transform: translate(7px, 7px); 
          box-shadow: none;
          transition: $hover_speed;
        }
      }
      .reserve_tel{
        width: 273px;
        background-color: $color_white;
        color: $bace_color;
        font-family: 'zenmarugothic_medium';
        font-weight: normal;
        font-size: 1.6rem;
        text-align: center;
        padding: 14px 0;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        border-radius: 1rem;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 26px 0;
        box-shadow: 7px 7px 7px $color_shadow;
        overflow: visible;    
        transition: $hover_speed;
        &::before{
          font-family: "fontello";
          content:"\00e80e";
          font-size: 2.6rem;
          margin: 0 8px 0 0;
        }
        &::after{
          font-family: "fontello";
          content:"\00e953";
          font-size: 1.4rem;
          margin: 0 0 0 16px;
        }
        &:hover{
          transform: translate(7px, 7px); 
          box-shadow: none;
          transition: $hover_speed;
        }
      }
    }  
  }
}  

}


@media screen and (min-width: 768px) and (max-width: 1280px) {

.reservation_frame{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  .img_reserve_left{
    width: 50%;
    figure{
      width: 100%;
      height: auto;
      overflow: hidden;
      position: static;
      img{
        position: static;
        right: 0;;
        width: 100%;
        height: auto;
        display: block;
      }
    }
    .reservation_box{
      width: 100%;
      height: auto;     
      min-height: 30vw; 
      background-color: $color4;
      padding:2rem 10% 2rem 10%;
      box-sizing: border-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction:column;
      flex-direction:column;      
      .reservation_text_01{
	      font-family: 'zenmarugothic_bold';
        font-weight: bold;
        font-size: 3.3rem;
        color: $color_white;
        margin: 0 0 15px 0;
      }
      .reservation_text_02{
	      font-family: 'zenmarugothic_bold';
        font-weight: bold;
        font-size: 1.6rem;
        color: $color_white;
        margin: 0;
      }
    }
  }
  .img_reserve_right{
    width: 50%;

    figure{
      width: 100%;
      height: auto;
      overflow: hidden;
      position: static;
      img{
        position: static;
        right: 0;;
        width: 100%;
        height: auto;
        display: block;
      }
    }
    .reservation_box{
      width: 100%;
      height: auto;
      min-height: 30vw;
      background-color: $color4;
      padding:2rem 10% 2rem 10%;
      box-sizing: border-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction:column;
      flex-direction:column;
      .reserve_link{
        width: 85%;
        background-color: $color_white;
        color: $bace_color;
        font-family: 'zenmarugothic_medium';
        font-weight: normal;
        font-size: 1.6rem;
        text-align: center;
        padding: 14px 0;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        border-radius: 1rem;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 26px 0;
        box-shadow: 7px 7px 7px $color_shadow;
        overflow: visible;    
        transition: $hover_speed;
        &::before{
          font-family: "fontello";
          content:"\00e951";
          font-size: 2.2rem;
          margin: 0 16px 0 0;
        }
        &::after{
          font-family: "fontello";
          content:"\00e953";
          font-size: 1.4rem;
          margin: 0 0 0 16px;
        }
        &:hover{
          transform: translate(7px, 7px); 
          box-shadow: none;
          transition: $hover_speed;
        }
      }
      .reserve_tel{
        width: 85%;
        background-color: $color_white;
        color: $bace_color;
        font-family: 'zenmarugothic_medium';
        font-weight: normal;
        font-size: 1.6rem;
        text-align: center;
        padding: 14px 0;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        border-radius: 1rem;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 26px 0;
        box-shadow: 7px 7px 7px $color_shadow;
        overflow: visible;    
        transition: $hover_speed;
        &::before{
          font-family: "fontello";
          content:"\00e80e";
          font-size: 2.6rem;
          margin: 0 8px 0 0;
        }
        &::after{
          font-family: "fontello";
          content:"\00e953";
          font-size: 1.4rem;
          margin: 0 0 0 16px;
        }
        &:hover{
          transform: translate(7px, 7px); 
          box-shadow: none;
          transition: $hover_speed;
        }
      }
    }  
  }
}  

}

*/
/* -----------------------------------------------------------
ちゅら歯科に予約する
----------------------------------------------------------- */
.reservation_frame {
  width: 100%;
}
.reservation_frame .img_reserve_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.reservation_frame .img_reserve_box.scroll_curtain {
  overflow: hidden;
}
.reservation_frame .img_reserve_box.scroll_curtain::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vh;
  background: #74c0cc;
  pointer-events: none;
}
.reservation_frame .img_reserve_box .img_reserve_left {
  width: 50%;
}
.reservation_frame .img_reserve_box .img_reserve_left figure {
  width: 100%;
  height: 33vw;
  overflow: hidden;
  position: relative;
}
.reservation_frame .img_reserve_box .img_reserve_left figure img {
  position: absolute;
  right: -20%;
  width: 125%;
  height: auto;
  display: block;
}
.reservation_frame .img_reserve_box .img_reserve_right {
  width: 50%;
}
.reservation_frame .img_reserve_box .img_reserve_right figure {
  width: 100%;
  height: 33vw;
  overflow: hidden;
  position: relative;
}
.reservation_frame .img_reserve_box .img_reserve_right figure img {
  position: absolute;
  right: -20%;
  width: 125%;
  height: auto;
  display: block;
}
.reservation_frame .text_reserve_box {
  width: 100%;
}
.reservation_frame .text_reserve_box .text_reserve_left .reservation_box {
  background-color: #1E5A9F;
  padding: 3rem 2rem 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reservation_frame .text_reserve_box .text_reserve_left .reservation_box .reservation_text_01 {
  /*
  font-family: 'zenmarugothic_bold';
  font-weight: bold;
  */
  font-family: "mplus1c_bold";
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
  margin: 0 0 2rem 0;
  letter-spacing: 0.03em;
}
.reservation_frame .text_reserve_box .text_reserve_left .reservation_box .reservation_text_02 {
  /*
  font-family: 'zenmarugothic_bold';
  font-weight: bold;
  */
  font-family: "mplus1c_bold";
  font-weight: 500;
  font-size: 1.2rem;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0;
  letter-spacing: 0.03em;
}
.reservation_frame .text_reserve_box .text_reserve_right {
  position: relative;
}
.reservation_frame .text_reserve_box .text_reserve_right.scroll_curtain2 {
  overflow: hidden;
}
.reservation_frame .text_reserve_box .text_reserve_right.scroll_curtain2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  background: #1E5A9F;
  pointer-events: none;
}
.reservation_frame .text_reserve_box .text_reserve_right .reservation_box {
  background-color: #1E5A9F;
  padding: 2rem 2rem 3rem 2rem;
  -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;
}
.reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link {
  width: 90%;
}
.reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a {
  width: 100%;
  background-color: #ffffff;
  color: #444444;
  /*
  font-family: 'zenmarugothic_medium';
  font-weight: normal;
  */
  font-family: "mplus1c_medium";
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  padding: 1.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 1.5rem 0;
  -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
  overflow: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a::before {
  font-family: "fontello";
  content: "\e951";
  font-size: 1.8rem;
  margin: 0 1rem 0 0;
}
.reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a::after {
  font-family: "fontello";
  content: "\e953";
  font-size: 1rem;
  margin: 0 0 0 1rem;
}
.reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a:hover {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel {
  width: 90%;
}
.reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a {
  width: 100%;
  background-color: #ffffff;
  color: #444444;
  /*
  font-family: 'zenmarugothic_medium';
  font-weight: normal;
  */
  font-family: "mplus1c_medium";
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  padding: 1.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 7px 0;
  -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
  overflow: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a::before {
  font-family: "fontello";
  content: "\e80e";
  font-size: 1.8rem;
  margin: 0 1rem 0 0;
}
.reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a::after {
  font-family: "fontello";
  content: "\e953";
  font-size: 1rem;
  margin: 0 0 0 1rem;
}
.reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a:hover {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px), print {
  .reservation_frame {
    width: 100%;
  }
  .reservation_frame .img_reserve_box {
    width: 100%;
    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;
  }
  .reservation_frame .img_reserve_box.scroll_curtain {
    overflow: hidden;
  }
  .reservation_frame .img_reserve_box.scroll_curtain::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 555px;
    background: #74c0cc;
    pointer-events: none;
  }
  .reservation_frame .img_reserve_box .img_reserve_left {
    width: 50%;
  }
  .reservation_frame .img_reserve_box .img_reserve_left figure {
    width: 100%;
    height: 555px;
    overflow: hidden;
    position: relative;
  }
  .reservation_frame .img_reserve_box .img_reserve_left figure img {
    position: absolute;
    right: 0;
    width: 1000px;
    height: 555px;
    display: block;
  }
  .reservation_frame .img_reserve_box .img_reserve_right {
    width: 50%;
  }
  .reservation_frame .img_reserve_box .img_reserve_right figure {
    width: 100%;
    height: 555px;
    overflow: hidden;
    position: relative;
  }
  .reservation_frame .img_reserve_box .img_reserve_right figure img {
    position: absolute;
    right: auto;
    left: 0;
    width: 1000px;
    height: 555px;
    display: block;
  }
  .reservation_frame .text_reserve_box {
    width: 100%;
    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;
  }
  .reservation_frame .text_reserve_box .text_reserve_left {
    width: 50%;
  }
  .reservation_frame .text_reserve_box .text_reserve_left .reservation_box {
    width: 100%;
    height: 310px;
    background-color: #1E5A9F;
    padding: 101px 0 0 26%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reservation_frame .text_reserve_box .text_reserve_left .reservation_box .reservation_text_01 {
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: bold;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 3.3rem;
    color: #ffffff;
    margin: 0 0 25px 0;
    letter-spacing: 0.03em;
  }
  .reservation_frame .text_reserve_box .text_reserve_left .reservation_box .reservation_text_02 {
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: bold;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.03em;
  }
  .reservation_frame .text_reserve_box .text_reserve_right {
    width: 50%;
    position: relative;
  }
  .reservation_frame .text_reserve_box .text_reserve_right.scroll_curtain2 {
    overflow: hidden;
  }
  .reservation_frame .text_reserve_box .text_reserve_right.scroll_curtain2::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px;
    background: #1E5A9F;
    pointer-events: none;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box {
    width: 100%;
    height: 310px;
    background-color: #1E5A9F;
    padding: 32px 0 0 31%;
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link {
    width: 273px;
    margin: 0;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a {
    width: 100%;
    background-color: #ffffff;
    color: #444444;
    /*
    font-family: 'zenmarugothic_medium';
    font-weight: normal;
    */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 26px 0;
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
            box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a::before {
    font-family: "fontello";
    content: "\e951";
    font-size: 1.8rem;
    margin: 0 16px 0 0;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a::after {
    font-family: "fontello";
    content: "\e953";
    font-size: 1.2rem;
    margin: 0 0 0 16px;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel {
    width: 273px;
    margin: 0;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a {
    width: 100%;
    background-color: #ffffff;
    color: #444444;
    /*
    font-family: 'zenmarugothic_medium';
    font-weight: normal;
    */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 26px 0;
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
            box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a::before {
    font-family: "fontello";
    content: "\e80e";
    font-size: 1.7rem;
    margin: 0 8px 0 0;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a::after {
    font-family: "fontello";
    content: "\e953";
    font-size: 1.2rem;
    margin: 0 0 0 16px;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .reservation_frame {
    width: 100%;
  }
  .reservation_frame .img_reserve_box {
    width: 100%;
    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;
  }
  .reservation_frame .img_reserve_box.scroll_curtain {
    overflow: hidden;
  }
  .reservation_frame .img_reserve_box.scroll_curtain::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 36vh;
    background: #74c0cc;
    pointer-events: none;
  }
  .reservation_frame .img_reserve_box .img_reserve_left {
    width: 50%;
  }
  .reservation_frame .img_reserve_box .img_reserve_left figure {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: static;
  }
  .reservation_frame .img_reserve_box .img_reserve_left figure img {
    position: static;
    right: 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .reservation_frame .img_reserve_box .img_reserve_right {
    width: 50%;
  }
  .reservation_frame .img_reserve_box .img_reserve_right figure {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: static;
  }
  .reservation_frame .img_reserve_box .img_reserve_right figure img {
    position: static;
    right: 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .reservation_frame .text_reserve_box .text_reserve_left {
    width: 50%;
  }
  .reservation_frame .text_reserve_box .text_reserve_left .reservation_box {
    width: 100%;
    height: auto;
    min-height: 30vw;
    background-color: #1E5A9F;
    padding: 2rem 10% 2rem 10%;
    -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;
  }
  .reservation_frame .text_reserve_box .text_reserve_left .reservation_box .reservation_text_01 {
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: bold;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 3.3rem;
    color: #ffffff;
    margin: 0 0 15px 0;
    letter-spacing: 0.03em;
  }
  .reservation_frame .text_reserve_box .text_reserve_left .reservation_box .reservation_text_02 {
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: bold;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.03em;
  }
  .reservation_frame .text_reserve_box .text_reserve_right {
    width: 50%;
    position: relative;
  }
  .reservation_frame .text_reserve_box .text_reserve_right.scroll_curtain2 {
    overflow: hidden;
  }
  .reservation_frame .text_reserve_box .text_reserve_right.scroll_curtain2::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px;
    background: #1E5A9F;
    pointer-events: none;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box {
    width: 100%;
    height: auto;
    min-height: 30vw;
    background-color: #1E5A9F;
    padding: 2rem 10% 2rem 10%;
    -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;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link {
    width: 85%;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a {
    width: 100%;
    background-color: #ffffff;
    color: #444444;
    /*
    font-family: 'zenmarugothic_medium';
    font-weight: normal;
    */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 26px 0;
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
            box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a::before {
    font-family: "fontello";
    content: "\e951";
    font-size: 2.2rem;
    margin: 0 16px 0 0;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a::after {
    font-family: "fontello";
    content: "\e953";
    font-size: 1.4rem;
    margin: 0 0 0 16px;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_link a:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel {
    width: 85%;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a {
    width: 100%;
    background-color: #ffffff;
    color: #444444;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 26px 0;
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
            box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.16);
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a::before {
    font-family: "fontello";
    content: "\e80e";
    font-size: 2.6rem;
    margin: 0 8px 0 0;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a::after {
    font-family: "fontello";
    content: "\e953";
    font-size: 1.4rem;
    margin: 0 0 0 16px;
  }
  .reservation_frame .text_reserve_box .text_reserve_right .reservation_box .reserve_tel a:hover {
    -webkit-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background-color: #ffffff;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
.overview .overview_title {
  width: 90%;
  margin: 0 auto 2rem auto;
  /*
  font-family: 'zenmarugothic_bold';
  font-weight: bold;
  */
  font-family: "mplus1p_bold";
  font-weight: 500;
  font-size: 5rem;
  color: #444444;
}
.overview .overview_title span {
  display: block;
  font-size: 1.2rem;
  display: block;
  margin: 0.5rem 0 0 0;
}
.overview .overview_box {
  width: 90%;
  margin: 0 auto;
  /*左側*/
  /*右側*/
}
.overview .overview_box .overview_info_box_left {
  width: 100%;
}
.overview .overview_box .overview_info_box_left dl.overview_list {
  width: 100%;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 160%;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt {
  width: 25%;
  margin: 0 0 1rem 0;
  color: #444444;
  border-top: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0 0.4rem 0;
  /*
  font-family: 'zenmarugothic_bold';
  font-weight: bold;
  */
  font-family: "mplus1p_bold";
  font-weight: 500;
}
.overview .overview_box .overview_info_box_left dl.overview_list dt.access {
  width: 100%;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd {
  width: 75%;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444444;
  border-top: #CCCCCC 1px solid;
  box-sizing: border-box;
  padding: 1rem 0 0.4rem 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd a {
  color: #444444;
  text-decoration: none;
  border-bottom: #74c0cc 1px solid;
  color: #74c0cc;
  display: inline-block;
  font-size: 1.3rem;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd .tel {
  color: #444444;
  text-decoration: none;
  border-bottom: #74c0cc 1px solid;
  color: #74c0cc;
  display: inline-block;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd.access {
  width: 100%;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box {
  border-top: #CCCCCC 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0 0 0;
  margin: 1rem 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;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box img.card_traffic {
  width: 25%;
  height: auto;
  display: block;
  margin: 0 5% 0 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list {
  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;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list li {
  margin: 0 1rem 0.5rem 0;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list li img {
  width: auto;
  height: auto;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list.card_traffic {
  width: 70%;
}
.overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box.last_box {
  border-bottom: #CCCCCC 1px solid;
}
.overview .overview_box .overview_info_box_right {
  margin: 2rem 0 0 0;
}
.overview .overview_box .overview_info_box_right iframe.googlemap {
  width: 100%;
  height: 100vw;
  display: block;
  margin: 0 0 1.5rem 0;
  border-radius: 0.7rem;
}
.overview .overview_box .overview_info_box_right img.overview_map_img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.7rem;
  margin: 0 0 1.5rem 0;
}
.overview .overview_box .overview_info_box_right .overview_map_text {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 1500px;
    max-width: 100%;
    background-color: #ffffff;
    padding: 72px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    overflow: hidden;
  }
  .overview .overview_title {
    width: 1272px;
    max-width: 100%;
    margin: 0 auto 46px auto;
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: bold;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 7rem;
    color: #444444;
  }
  .overview .overview_title span {
    display: block;
    font-size: 1.6rem;
    display: block;
    margin: 22px 0 0 0;
  }
  .overview .overview_box {
    width: 1272px;
    max-width: 100%;
    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;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 622px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 622px;
    margin: 0 0 81px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 160%;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 144px;
    margin: 0 0 15px 0;
    color: #444444;
    border-top: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 17px 0 0 0;
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: bold;
    */
    font-family: "mplus1p_bold";
    font-weight: 500;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt.access {
    width: 144px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 478px;
    margin: 0 0 15px 0;
    padding: 17px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #444444;
    border-top: #CCCCCC 1px solid;
    box-sizing: border-box;
    padding: 17px 0 0.4rem 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd a {
    color: #444444;
    text-decoration: none;
    border-bottom: #74c0cc 1px solid;
    color: #74c0cc;
    display: inline-block;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .tel {
    color: #444444;
    text-decoration: none;
    border-bottom: #74c0cc 1px solid;
    color: #74c0cc;
    display: inline-block;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .map_link {
    font-size: 1.8rem;
    margin: 13px 0 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd.access {
    width: 478px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box {
    width: 478px;
    border-top: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0 0 0;
    margin: 5px 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;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box img.card_traffic {
    width: 92px;
    height: auto;
    display: block;
    margin: 0 19px 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list {
    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;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list li {
    margin: 0 14px 8px 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list li img {
    width: auto;
    height: auto;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list li.manaca {
    margin: 0 0 8px 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list.card_traffic {
    width: 367px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box.last_box {
    border-bottom: #CCCCCC 1px solid;
  }
  .overview .overview_box .overview_info_box_right {
    width: 517px;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right iframe.googlemap {
    width: 517px;
    height: 440px;
    display: block;
    margin: 0 0 20px 0;
    border-radius: 10px;
  }
  .overview .overview_box .overview_info_box_right img.overview_map_img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin: 0 0 24px 0;
  }
  .overview .overview_box .overview_info_box_right .overview_map_text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .overview {
    width: 100%;
    background-color: #ffffff;
    padding: 72px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9999;
  }
  .overview .overview_title {
    width: 100%;
    margin: 0 auto 46px auto;
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: bold;
    */
    font-family: "mplus1c_bold";
    font-weight: 500;
    font-size: 7rem;
    color: #444444;
    text-align: center;
  }
  .overview .overview_title span {
    display: block;
    font-size: 1.6rem;
    display: block;
    margin: 22px 0 0 0;
  }
  .overview .overview_box {
    width: 100%;
    margin: 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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*左側*/
    /*右側*/
  }
  .overview .overview_box .overview_info_box_left {
    width: 70%;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list {
    width: 622px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 160%;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt {
    width: 144px;
    margin: 0 0 15px 0;
    color: #444444;
    border-top: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 17px 0 0 0;
    /*
    font-family: 'zenmarugothic_bold';
    font-weight: bold;
    */
    font-family: "mplus1p_bold";
    font-weight: 500;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dt.access {
    width: 144px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd {
    width: 478px;
    margin: 0 0 15px 0;
    padding: 17px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #444444;
    border-top: #CCCCCC 1px solid;
    box-sizing: border-box;
    padding: 17px 0 0.4rem 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd a {
    color: #444444;
    text-decoration: none;
    border-bottom: #74c0cc 1px solid;
    color: #74c0cc;
    display: inline-block;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .tel {
    color: #444444;
    text-decoration: none;
    border-bottom: #74c0cc 1px solid;
    color: #74c0cc;
    display: inline-block;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .map_link {
    font-size: 1.8rem;
    margin: 13px 0 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd.access {
    width: 478px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box {
    width: 478px;
    border-top: #CCCCCC 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0 0 0;
    margin: 5px 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;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box img.card_traffic {
    width: 92px;
    height: auto;
    display: block;
    margin: 0 19px 0 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list {
    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;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list li {
    margin: 0 14px 8px 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list li img {
    width: auto;
    height: auto;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list li.manaca {
    margin: 0 0 8px 0;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box ul.card_list.card_traffic {
    width: 367px;
  }
  .overview .overview_box .overview_info_box_left dl.overview_list dd .card_list_box.last_box {
    border-bottom: #CCCCCC 1px solid;
  }
  .overview .overview_box .overview_info_box_right {
    width: 70%;
    margin: 0 0 0 0;
  }
  .overview .overview_box .overview_info_box_right iframe.googlemap {
    width: 517px;
    height: 440px;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 10px;
  }
  .overview .overview_box .overview_info_box_right img.overview_map_img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin: 0 0 24px 0;
  }
  .overview .overview_box .overview_info_box_right .overview_map_text {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  position: relative;
  z-index: 9999;
  background-color: #333333;
  padding: 4rem 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_logo {
  display: block;
  width: 50%;
  margin: 0 auto 2rem auto;
}
footer .footer_logo img {
  width: 100%;
  height: auto;
}
footer ul.footer_nav {
  list-style-type: none;
}
footer ul.footer_nav li {
  text-align: center;
  margin: 0 0 1rem 0;
}
footer ul.footer_nav li a {
  /*
  font-family: 'zenmarugothic_medium';        
   font-weight: normal;
   */
  font-family: "mplus1c_medium";
  font-weight: 500;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
footer .privacy_policy_link {
  /*
  font-family: 'zenmarugothic_medium';        
  font-weight: normal;
  */
  font-family: "mplus1c_medium";
  font-weight: 500;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: block;
}
footer ul.footer_sns {
  list-style-type: none;
  width: 40%;
  margin: 2rem auto 2rem 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;
}
footer ul.footer_sns li {
  width: 45%;
}
footer ul.footer_sns li a {
  display: block;
  text-decoration: none;
}
footer ul.footer_sns li a img {
  width: 100%;
  height: auto;
  display: block;
}
footer .copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  width: 100%;
  letter-spacing: 0.05em;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-family: "mplus1c_medium";
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  footer {
    position: relative;
    z-index: 9999;
    background-color: #333333;
    padding: 103px 0 94px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_logo {
    display: block;
    width: 203.013px;
    margin: 0 auto 47px auto;
  }
  footer .footer_logo img {
    width: 100%;
    height: auto;
  }
  footer ul.footer_nav {
    list-style-type: 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;
  }
  footer ul.footer_nav li {
    text-align: center;
    margin: 0 8px 21px 8px;
  }
  footer ul.footer_nav li a {
    /*
    font-family: 'zenmarugothic_medium';        
     font-weight: normal;
     */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer ul.footer_nav li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .privacy_policy_link {
    /*
    font-family: 'zenmarugothic_medium';        
    font-weight: normal;
    */
    font-family: "mplus1c_medium";
    font-weight: 500;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .privacy_policy_link:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer ul.footer_sns {
    list-style-type: none;
    width: 140px;
    margin: 36px auto 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer ul.footer_sns li {
    width: 60px;
  }
  footer ul.footer_sns li a {
    display: block;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer ul.footer_sns li a img {
    width: 100%;
    height: auto;
    display: block;
  }
  footer ul.footer_sns li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .copyright {
    margin: 0;
    padding: 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    height: auto;
    width: 100%;
    letter-spacing: 0.05em;
  }
  footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*
    font-family: 'zenmarugothic_medium';        
    font-weight: normal;
    */
    font-family: "mplus1c_medium";
    font-weight: 500;
  }
  footer .copyright a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　アニメーション
----------------------------------------------------------- */
@-webkit-keyframes slideCover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slideCover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slideCoverClinic {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes keyVisualZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes keyVisualZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */