@charset "UTF-8";
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot?1569462"); src: url("fontello/font/fontello.eot?1569462#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2?1569462") format("woff2"), url("fontello/font/fontello.woff?1569462") format("woff"), url("fontello/font/fontello.ttf?1569462") format("truetype"), url("fontello/font/fontello.svg?1569462#fontello") format("svg"); font-weight: normal; font-style: normal; }
.demo-icon { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em; /* font-size: 120%; */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*電話番号*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*紫*/
/*青*/
/* ----------------------------------------------------------------------------------
モジュール　_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 !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold !important; }

.underline { background: linear-gradient(transparent 70%, #ffdf61 70%); }

.font_s { font-size: smaller !important; }

.font_l { font-size: larger !important; }

.fc_orange { color: #ff9c00 !important; }

.fc_green { color: #5ab8c5 !important; }

.fc_aqua { color: #4ca3cb !important; }

.fc_blue { color: #1c63bb !important; }

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

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

@media screen and (min-width: 48em), print { .img_l, .img_wrap_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r, .img_wrap_r { float: right; margin: 0 0 2.0rem 2.0rem; }
  #lower main .inner img.img_r, #lower main .inner img.img_l, #lower main .inner .img_wrap_l img, #lower main .inner .img_wrap_r img { width: 30rem; } }
.img_wrap_l figcaption, .img_wrap_r figcaption, .img_wrap_c figcaption { font-size: 85%; color: #888; text-align: center; }

/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n, .sp_n_i { display: none !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !important; }
  .sp_n_i { display: inline !important; }
  .pc_n { display: none !important; } }
/* マージン -------------------------------------- */
.mb_00 { margin-bottom: 0 !important; }

.mb_05 { margin-bottom: 0.5rem !important; }

.mb_10 { margin-bottom: 1rem !important; }

.mb_15 { margin-bottom: 1.5rem !important; }

.mb_20 { margin-bottom: 2rem !important; }

.mb_25 { margin-bottom: 2.5rem !important; }

.mb_30 { margin-bottom: 3rem !important; }

.mb_35 { margin-bottom: 3.5rem !important; }

.mb_40 { margin-bottom: 4rem !important; }

.mb_45 { margin-bottom: 4.5rem !important; }

.mb_50 { margin-bottom: 5rem !important; }

/* flex box */
.flex_LRTB, .flex_RLTB { flex-direction: column; -webkit-flex-direction: column; }

@media screen and (min-width: 48em), print { /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; }
  .flex_LRTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_LRTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_LRTB.half > section { margin: 0 !important; }
  .flex_LRTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_LRTB.half > figure + ul { width: 68% !important; }
  .flex_LRTB.center { justify-content: center; }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB { display: flex; display: -webkit-flex; flex-direction: row-reverse; -webkit-flex-direction: row-reverse; }
  .flex_RLTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_RLTB.half > * { width: 48%; margin-bottom: 0; } }
.index_bnr { max-width: 790px !important; margin-top: 2em !important; padding: 1em !important; border: 1px solid #03a1be; position: relative; font-weight: bold; }
.index_bnr p { text-align: left !important; font-size: 1.6rem !important; margin-bottom: initial; }
@media screen and (min-width: 48em), print { .index_bnr p { font-size: 2rem !important; text-align: center !important; } }
.index_bnr::after { background-color: #ecf9ff; border: none; content: ''; position: absolute; top: 7px; left: 7px; width: 100%; height: 100%; z-index: -1; }

/* ----------------------------------------------------------------------------------
リストなど　_basic.scss
---------------------------------------------------------------------------------- */
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*　なし -------------------------------------- */
ul { list-style-type: none; margin: 0 0 10px; padding: 0; }
ul li { margin: 0 0 10px; padding: 0; }

/* シンプル -------------------------------------- */
ul.list_sim { margin: 0 0 10px 20px; }
ul.list_sim > li { margin: 0 0 8px 0; padding: 0; text-indent: -0.5em; }
ul.list_sim > li::before { position: relative; top: -0.1em; left: -0.5em; display: inline-block; width: 0.5em; height: 0.5em; content: ''; border-radius: 100%; background: #51a6ce; vertical-align: middle; }

/* ● -------------------------------------- */
ul.list_maru { padding: 0; margin: 0 0 10px 1.1em; }
ul.list_maru li { list-style-type: none; margin: 0 0 0.8rem 0; }
ul.list_maru li::before { display: inline-block; content: '●'; margin-left: -1.1em; margin-right: 0.1em; color: #51a6ce; }

/*　● インライン -------------------------------------- */
ul.list_maru.list_in li { display: inline-block; margin: 0 40px 8px 0; }

/* ※ -------------------------------------- */
ul.list_kome { padding: 0; }
ul.list_kome li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_kome li::before { content: '※'; width: 1em; color: #f0013c; }

/* link -------------------------------------- */
ul.list_lnk { padding: 0; }
ul.list_lnk li { text-indent: calc(-1em - 0.5rem); padding-left: 1em; margin-bottom: 0.8rem; }
ul.list_lnk li::before { font-family: "fontello"; content: "\f105"; padding-right: 0.5rem; font-weight: bold; color: #51a6ce; }
ul.list_lnk i { padding-left: 1rem; }

/* ページ内リンク -------------------------------------- */
ul.list_pl li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_pl li a { color: #555; }
ul.list_pl a::before { font-family: "fontello"; content: "\f13a"; padding-right: 5px; font-weight: bold; color: #51a6ce; }

@media screen and (min-width: 48em), print { ul.list_pl { display: flex; flex-wrap: wrap; justify-content: space-between; }
  ul.list_pl li { width: 33%; }
  ul.list_pl li a { background: rgba(3, 161, 190, 0.2); display: block; border: #03a1be solid 2px; border-radius: 5px; padding: 7px 0 7px 25px; }
  ul.list_pl::after { content: ""; display: block; width: 33%; } }
/* 数値 -------------------------------------- */
ol.list_num { box-sizing: border-box; width: 100%; }
ol.list_num li { list-style-type: decimal; margin: 0 0 10px 35px; box-sizing: border-box; width: 90%; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow li { border: 5px solid #51a6ce; border-radius: 10px; margin-bottom: 35px; padding: 0.5rem 1rem 1rem; position: relative; }
ol.list_flow li p.ttl { font-weight: bold; font-size: 1.6rem; margin-bottom: 0.5rem; }
ol.list_flow li p.ttl::first-letter { color: #37368a; font-size: 2.5rem; padding-right: 0.5rem; }
ol.list_flow li *:last-child { margin-bottom: 0; }
ol.list_flow li::after { bottom: -32px; color: #51a6ce; content: "▼"; font-size: 24px !important; left: 48%; position: absolute; }
ol.list_flow li:last-child::after { /*最後の▼を外す*/ content: ""; }

@media screen and (min-width: 48em), print { ol.list_flow li { padding: 0.5rem 1.5rem 1.5rem; }
  ol.list_flow li p.ttl { font-size: 1.8rem; }
  ol.list_flow li p.ttl::first-letter { font-size: 3rem; }
  ol.list_flow li.flex_LRTB { justify-content: space-between; }
  ol.list_flow li.flex_LRTB > div { width: calc( 100% - 32rem ); }
  ol.list_flow li.flex_LRTB img.img_c, ol.list_flow li.flex_LRTB .img_wrap_c img { width: 30rem; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd { margin: 0 0 0 5px; }

@media screen and (min-width: 48em), print { .dl_career dt { width: 4em; float: left; font-weight: normal; }
  .dl_career dd { margin-left: 5em; } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #37368a; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #03a1be; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #51a6ce solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #51a6ce; padding: 0.5rem; color: #fff; }
.dl_tbl > dd { padding: 1rem; margin: 0; }
.dl_tbl > dd *:last-child { margin-bottom: 0; }
.dl_tbl > dd > ul.list_maru li::before { color: #37368a; }

/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #51a6ce solid 0.2rem; border-radius: 0.5rem; }
.box1 > dt, .box2 > dt { border-bottom: #51a6ce dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt { color: #51a6ce; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border-color: #37368a; }
.box2 dt { border-bottom: #37368a dotted 2px; }
.box2 ul.list_maru > li::before { color: #37368a; }

@media screen and (min-width: 48em), print { .box1 > dt, .box2 > dt { font-size: 18px; }
  .box1 > dd dt, .box2 > dd dt { font-size: 17px; } }
/* テキストカラー -------------------------------------- */
.fc_rd { color: #c80014; }

.fc_gr { color: #03a1be; }

.fc_or { color: #51a6ce; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main a { border-bottom: 1px solid #03a1be; color: #03a1be; }

main a:hover { color: #ff5500; border-bottom: 1px solid #ff5500; }

a.btn { background: #03a1be; color: #fff; padding: 7px 30px; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; }

a.btn:hover { background: #ecf9ff; color: #fff; border: none; opacity: 1; }

a.btn::after { font-family: 'fontello'; content: "\e807"; padding-right: 3px; font-weight: bold; position: absolute; right: 10px; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { box-sizing: border-box; }

html { font-size: 62.5%; /* ベースを10pxに */ width: 100%; }

body { font-family: YakuHanJPs, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #555; font-size: 1.4rem; background-color: #fff; line-height: 1; margin: 0; padding: 0; letter-spacing: 0.05em; text-size-adjust: none; -webkit-text-size-adjust: none; }

@media screen and (min-width: 48em), print { body { min-width: 117rem; font-size: 1.6rem; } }
/* 全体の横幅設定  -------------------------------------- */
.wrap { margin: 0 1.5rem; }

main { line-height: 1.4; }

.inner { padding: 0; }

main > .inner { margin: 0 15px 30px; line-height: 1.6; }

section { margin-bottom: 40px; }

#lower main { margin-bottom: 5rem; }
#lower main section { margin: 0 auto 6rem; padding: 0; }
#lower main section .inner + section { margin: 5rem 0 4rem; padding: 0; }
#lower main section section .inner + section { margin: 4.5rem 0 4rem; padding: 0; }

@media screen and (min-width: 48em), print { .wrap { width: 117rem; margin: 0 auto; padding: 0 2rem; }
  main section .inner + section, main section + section { margin: 60px 0 40px; padding: 0; }
  main section section .inner + section, main section section + section { margin: 50px 0 40px; }
  main section section section .inner + section, main section section section + section { margin: 40px 0 40px; }
  .inner { padding: 0; }
  #lower main { margin-bottom: 10rem; } }
/* slicknav  -------------------------------------- */
.slicknav_menu { position: absolute; top: 1.0rem; right: 0; font-size: 2.5rem; display: inline-block; background: none; padding: 0; z-index: 10; }

.slicknav_menu .slicknav_btn { width: 5.2rem; height: 4.8rem; color: #fff; background: #03a1be; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 0.5rem; padding: 0.2rem 0; line-height: 1; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\f0c9'; font-size: 2.8rem; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 0.8rem; margin-top: 0.3rem; }

.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e801'; font-size: 2.8rem; }

.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 0.8rem; margin-top: 0.3rem; }

.slicknav_menu .slicknav_nav { width: 100vw; background: #03a1be; padding: 2.0rem 1.0rem; position: absolute; top: 5.6rem; right: 0; margin: auto; }

.slicknav_menu .slicknav_nav .gnav { margin: 0; }

.slicknav_menu .slicknav_nav .gnav li { border-top: 2px dotted #fff; margin: 0; }

.slicknav_menu .slicknav_nav .gnav li a { font-size: 1.6rem; position: relative; display: block; }

.slicknav_menu .slicknav_nav .gnav li a::after { right: 1.0rem; }

.slicknav_menu .slicknav_nav .gnav li a:hover { color: inherit; background: none; }

.slicknav_menu .slicknav_nav .box_white .subnav { margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.slicknav_menu .slicknav_nav .box_white .subnav li { width: 49%; font-size: 1.4rem; }

.slicknav_menu .slicknav_nav .box_white .subnav li a { padding: 0 0 1.0rem 1.8rem; }

.slicknav_menu .slicknav_nav .box_white .bnr { margin: 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li { margin: 1.0rem 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li a { padding: 1.0rem; }

.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }
#nav br { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; } }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

.slicknav_nav .gnav > li:last-child { border-bottom: 2px dotted #fff; }

.slicknav_nav .gnav li { position: relative; }

.slicknav_nav .gnav > li > a, .slicknav_nav .gnav .subsub a { padding: 1rem; }

.slicknav_nav .gnav li.slicknav_collapsed::after { content: '▼'; margin-left: .6rem; font-size: 80%; position: absolute; right: 1.0rem; top: 1.0rem; display: inline-block; }

.slicknav_menu .slicknav_nav .gnav li.slicknav_open::after { content: '▲'; margin-left: .6rem; font-size: 80%; position: absolute; right: 1.0rem; top: 1.0rem; display: inline-block; }

.slicknav_menu br { display: none; }

.slicknav_menu div.subsub { display: none; }

/* header  -------------------------------------- */
header { background-size: auto auto; background-color: #38368a; background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #4c4a96 4px, #4c4a96 8px); padding: 0.5rem 0; }
header > div { border-top: 0.1rem solid #fff; border-bottom: 0.1rem solid #fff; }
header .wrap { padding: 0 0.5rem; min-height: 5.5rem; }
header .wrap > .h_bnr { margin-bottom: 0.5rem; text-align: center; }
header .wrap > .h_bnr img { width: 3.5rem; }
header .wrap > .h_bnr a { display: inline-block; margin: 0 1rem; }
header .logo { margin: 1rem 0 0.5rem -1rem; width: calc( 100% - 6rem ); max-width: 28rem; }
header .logo img { width: 28rem; }

header + h1 { background: url("../img/h1.jpg") no-repeat center center; padding: 2rem 1rem; margin: 0 0 3rem; font-size: 2.2rem; color: #40220f; font-weight: 400; text-align: center; }

h2 { margin: 1rem 0 2rem; padding: 0 0.5rem 1rem; font-size: 2rem; background: url("../img/h2.png") no-repeat center bottom; background-size: 6rem auto; text-align: center; }

#lower h3 { background-size: auto auto; background-color: #38368a; background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #4c4a96 4px, #4c4a96 8px); padding: 0.7rem 0.7rem; margin: 3rem  0 2rem; color: #fff; font-size: 1.8rem; position: relative; }
#lower h3::after { content: ''; display: block; position: absolute; background: url("../img/h3.png") no-repeat center center; background-size: 4rem auto; bottom: 0rem; right: 0.5rem; width: 4rem; height: 4rem; }
#lower h4 { border-bottom: #37368a 0.2rem solid; padding: 0.5rem 0.5rem 0.5rem  4.5rem; min-height: 3.5rem; margin: 2rem  0 2rem; color: #37368a; font-size: 1.7rem; position: relative; background: url("../img/h4.png") bottom 0.5rem left no-repeat; background-size: auto 3rem; }
#lower h5 { margin: 1rem 0 2rem; font-size: 1.6rem; color: #51a6ce; border-bottom: 0.1rem dotted #51a6ce; }

@media screen and (min-width: 48em), print { header { padding: 0; width: 100%; margin: 0; background-size: auto auto; background-color: #38368a; background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #4c4a96 4px, #4c4a96 8px); padding: 0.5rem 0; }
  header .wrap { position: relative; height: 12rem; display: flex; justify-content: center; margin: 0 auto; padding: 0.5rem 1rem; display: flex; justify-content: space-between; align-items: center; }
  header .wrap .logo { width: 55.1rem; max-width: none; margin: 0 0 0 3rem; }
  header .wrap .logo img { width: 55.1rem; }
  header .wrap div.sp_n { color: #fff; width: 32.6rem; background: rgba(255, 255, 255, 0.3); height: 12rem; position: absolute; top: 0; right: 4rem; display: flex !important; align-items: center; justify-content: center; }
  header .wrap div.sp_n ul { margin: 0; }
  header .wrap div.sp_n ul li:first-child { font-size: 1.4rem; margin: 1rem 0; }
  header .wrap div.sp_n ul li:first-child span { font-size: 1.8rem; }
  header .wrap div.sp_n ul li:first-child i { font-size: 2rem; }
  header .wrap div.sp_n ul li:nth-child(2) { font-size: 3rem; display: flex; align-items: center; letter-spacing: 0.02rem; justify-content: space-between; }
  header .wrap div.sp_n ul li:nth-child(2) span { display: block; background: #fff; color: #37368a; font-size: 1.4rem; font-weight: bold; width: 4rem; height: 4rem; text-align: center; padding: 1.3rem 0; }
  header .wrap > .h_bnr { position: absolute; top: 2.5rem; right: 39rem; width: auto; }
  header .wrap > .h_bnr a { margin: 0; }
  header .wrap > .h_bnr img { width: auto; }
  header .wrap > .h_bnr a:first-child img { width: 6.8rem; border: 0.1rem solid #464492; border-radius: 0.5rem; }
  header + h1 { height: 13rem; font-size: 3.4rem; margin-bottom: 0; padding: 0; display: flex; justify-content: center; align-items: center; }
  #nav { display: block; text-align: center; padding: 0; position: relative; }
  #nav ul.gnav { display: flex; padding: 2rem 1rem; justify-content: space-between; font-size: 1.6rem; width: 117rem; margin: 0 auto; }
  #nav ul.gnav > li { margin-bottom: 0; padding-bottom: 0; position: relative; width: 20%; }
  #nav ul.gnav > li > a { padding: 2rem 0.5rem; color: #555; width: 100%; position: relative; display: block; margin: 0 0 0 0.1rem; }
  #nav ul.gnav > li > a:hover { background: #e4f6ff; }
  #nav ul.gnav > li > a::after { content: 'Home'; display: block; font-size: 0.8rem; padding-top: 0.5rem; color: #51a6ce; }
  #nav ul.gnav > li::before { content: ''; width: 0.1rem; background: #bdad9e; display: block; height: 4rem; position: absolute; top: 1.5rem; left: 0; }
  #nav ul.gnav > li:nth-child(2) > a::after { content: 'Clinic'; }
  #nav ul.gnav > li:nth-child(3) > a::after { content: 'Staff'; }
  #nav ul.gnav > li:nth-child(4) > a::after { content: 'Treatment'; }
  #nav ul.gnav > li:nth-child(5) > a::after { content: 'Visiting the clinic'; }
  #nav ul.gnav > li:nth-child(6) > a::after { content: 'Timetable/Access'; }
  #nav ul.gnav > li:nth-child(7) > a::after { content: 'Recruit'; }
  #nav ul.gnav > li:last-child::after { content: ''; width: 0.1rem; background: #bdad9e; display: block; height: 4rem; position: absolute; top: 1.5rem; right: 0; }
  #nav ul.gnav > li.treatment a.close { background: #e4f6ff; }
  #nav ul.gnav > li.treatment .subsub { position: absolute; width: 23rem; padding: 1.0rem 0 0; z-index: 100; top: 7.1rem; left: 0; background: #51a6ce; }
  #nav ul.gnav > li.treatment .subsub ul { width: 50%; padding: 0; }
  #nav ul.gnav > li.treatment .subsub li { margin: 0; padding: 0; text-align: left; }
  #nav ul.gnav > li.treatment .subsub li a { color: #fff; padding: 1.0rem 0 1.0rem 2.5rem; display: block; }
  #nav ul.gnav > li.treatment .subsub li a:hover { background: #1577a5; }
  #nav ul.gnav > li.treatment .subsub li a::before { font-family: 'fontello'; content: '\e807'; padding-right: 0.5rem; } }
/* main   -------------------------------------- */
main { display: block; }
main p { margin: 0 0 1em; line-height: 1.6; text-align: justify; }
main li, main dl { line-height: 1.6; }

@media screen and (min-width: 48em), print { main { margin: 0; }
  h2 { font-size: 2.8rem; line-height: 1.3; margin: 5rem 0 3rem; padding-bottom: 2rem; background-size: auto; }
  #lower h3 { font-size: 2.4rem; margin: 5rem 0 2rem; padding: 1rem 2rem; border-width: 0.3rem; }
  #lower h3::after { width: 5rem; background-size: auto; bottom: 0.5rem; }
  #lower h4 { font-size: 2.2rem; padding: 0 0 0.5rem 6.5rem; margin: 4rem 0 2rem; background-size: auto; }
  #lower h5 { font-size: 1.8rem; } }
/* ページ下部 医院概要  -------------------------------------- */
#overview { padding: 2rem 0 0; background-image: url("../img/bg_dot.png"), url("../img/bg_overview.jpg"); background-repeat: repeat,no-repeat; background-size: auto, cover; margin-top: 3rem; }
#overview .wrap { background: rgba(255, 255, 255, 0.7); padding: 1rem; }
#overview .overviewL { max-width: 40rem; margin: 0 auto; padding: 2rem 0; }
#overview .overviewL .tel { text-align: center; font-size: 2rem; color: #37368a; margin: 1rem; }
#overview .overviewL .tel a { color: #37368a; }
#overview .overviewL .tel::before { content: '\e802'; font-family: 'fontello'; padding-right: 0.5rem; }
#overview img { max-width: 30rem; }
#overview ul { margin: 1.5rem auto; max-width: 30rem; }
#overview ul li:first-child { line-height: 1.4; }
#overview ul li:last-child { text-align: center; }
#overview ul li:last-child a { color: #37368a; font-weight: bold; font-size: 1.8rem; }
#overview ul li:last-child::before { content: '\e802'; font-family: 'fontello'; color: #37368a; font-size: 2.2rem; padding-right: 0.5rem; }

.gmap { height: 40rem; width: 100%; }

.dl_overview { border-top: 0.1rem solid #555; }
.dl_overview dt { margin: 1.2rem 0 1rem; padding: 0 0.5rem; }
.dl_overview dd { margin: 0 0 1.2rem; padding: 0 0.5rem 1.2rem; border-bottom: 0.1rem solid #555; line-height: 1.4; }

/* 診療時間表 -------------------------------------- */
.tbl_time { border-collapse: collapse; width: 100%; text-align: center; margin-bottom: 1rem; }
.tbl_time caption { caption-side: bottom; text-align: left; padding: 0.5rem; font-size: 1.2rem; line-height: 1.6; }
.tbl_time caption span { color: #37368a; }
.tbl_time thead { background: #37368a; color: #fff; }
.tbl_time thead th, .tbl_time thead td { padding: 0.7rem 0; font-weight: normal; }
.tbl_time tbody { background: #fff; border-bottom: 0.2rem solid #37368a; }
.tbl_time tbody tr:first-child { border-bottom: 0.1rem dashed #37368a; }
.tbl_time tbody th, .tbl_time tbody td { padding: 0.7rem 0; vertical-align: middle; font-weight: normal; color: #37368a; }
.tbl_time tbody td { min-width: 2em; }

@media screen and (min-width: 48em), print { .tbl_time caption { font-size: 1.2rem; padding: 0.5rem 0 0; }
  .tbl_time thead th { padding: 1.5rem 0.5rem; font-weight: normal; }
  .tbl_time tbody th { padding: 1.5rem 0; font-weight: normal; width: 13rem; }
  .tbl_time tbody td { padding: 1.5rem 0; } }
/* ページトップ -------------------------------------- */
.sp_bottom { position: fixed; bottom: 0; left: 0; display: flex; justify-content: space-around; background: #ecf9ff; margin: 0; width: 100%; padding: 0.1rem; text-align: center; z-index: 10000; }
.sp_bottom li { width: 45%; margin: 0.2rem; background: #51a6ce; position: relative; font-size: 1.4rem; }
.sp_bottom li a { display: flex; align-items: center; padding: 1rem 0; color: #fff; justify-content: center; }
.sp_bottom li:first-child a::before { content: 'tel.'; }
.sp_bottom li:nth-child(3) { width: 10%; }

@media screen and (min-width: 48em), print { .sp_bottom { bottom: 2rem; right: 1rem; left: auto; background-color: transparent; width: 7rem; }
  .sp_bottom li:first-child { display: none !important; }
  .sp_bottom li:nth-child(2) { position: fixed; right: 0; top: 50%; width: 7em; padding: 1.5rem 0; font-size: 1.8rem; background-size: auto auto; background-color: #37368a; background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #4c4a96 4px, #4c4a96 8px); }
  #pageup { position: fixed; bottom: -55.0rem; right: 1.0rem; z-index: 1; cursor: pointer; opacity: 0.8; transition: 0.8s; font-size: 4.5rem; height: 7rem; width: 7rem; border-radius: 50%; background: #37368a; }
  #pageup a::after { display: none; }
  #pageup.block { display: block; bottom: 7.0rem; } }
footer ul { display: none; }

address { padding: 0.7rem 0 4.5rem; font-style: normal; background: #37368a; text-align: center; font-size: 1rem; }
address a { color: #fff; }

.bnr_prp.wrap a { border: none; }

@media screen and (min-width: 48em), print { .bnr_prp.wrap { margin: 10rem auto 0; text-align: center; }
  .bnr_prp.wrap a { border: none; }
  .bnr_prp.wrap img { width: 80%; }
  #overview { padding: 6rem 0; margin-top: 8rem; }
  #overview .wrap { padding: 5.5rem 2rem; }
  #overview .img_c { max-width: none; margin-top: 0; width: 46rem; }
  #overview .flex_LRTB { justify-content: space-between; margin: 0 auto; }
  #overview .overviewL { padding: 0 5rem; margin: 0; width: 57rem; max-width: none; }
  #overview .overviewL .tel { font-size: 2.4rem; font-weight: bold; }
  #overview .overviewR { width: 54rem; padding: 0; }
  #overview .overviewR .gmap { height: 100%; }
  .dl_overview { display: flex; flex-wrap: wrap; font-size: 1.4rem; align-items: stretch; margin-bottom: 1rem; }
  .dl_overview dt { width: 9rem; margin: 0; border-bottom: 0.1rem solid #555; padding: 1rem; line-height: 1.4; }
  .dl_overview dd { width: 38rem; font-size: 1.4rem; padding: 1rem; margin: 0; }
  #access .flex_LRTB { justify-content: space-between; align-items: flex-start; }
  #access .dl_overview { width: 50rem; }
  #access .dl_overview dd { width: 40rem; }
  #access .gmap { width: 60rem; }
  .gmap { height: 60rem; }
  address { padding: 1rem 0; font-size: 1.2rem; }
  footer { display: block; padding: 3rem 0 0; font-size: 1.4rem; margin: 0 auto; background-color: #51a6ce; background-image: repeating-linear-gradient(0deg, #63afd3 0px 1px, transparent 1px 10px), repeating-linear-gradient(90deg, #63afd3 0px 1px, transparent 1px 10px); color: #fff; }
  footer ul { display: flex; flex-wrap: wrap; margin-bottom: 1rem; justify-content: center; }
  footer ul li { border-left: 1px solid #fff; line-height: 1; padding: 0 2rem; margin-bottom: 1.5rem; }
  footer ul li a { color: #fff; padding: 0; }
  footer ul li a br { display: none; }
  footer ul li:last-child { border-right: 1px solid #fff; }
  footer ul li.treatment { display: none; }
  footer ul:last-child li:nth-child(8), footer ul:last-child li:nth-child(14) { border-right: 1px solid #fff; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

.tel a { color: #555; border-bottom: none; }

/* TopPage  -------------------------------------- */
#TopPage #kv { padding-top: 15rem; position: relative; background-position: top right; background-repeat: no-repeat; background-size: auto 15rem; max-width: 47.2rem; margin: 1rem auto 0; }
#TopPage #kv .kv_frame { margin-top: -6rem; }
#TopPage #kv .wrap { margin: 0; }
#TopPage #kv .kv_txt { color: #fff; background: #37368a; padding: 1rem 0; font-size: 1.5rem; text-align: center; line-height: 1.4; padding: 1rem; }
#TopPage main { /*   #news::before { content:''; background:url("../img/bg_02_t.png"); display: block; width:100%; height:3rem; }*/ }
#TopPage main h2 { text-align: center; letter-spacing: 0.5rem; }
#TopPage main h2 span { display: block; font-size: 1.2rem; color: #51a6ce; padding: 5px 0 0; }
#TopPage main #transfer { padding: 2rem 1rem 6rem; margin: 0; background: url("../img/bg_02_t.png") bottom center no-repeat; }
#TopPage main #transfer .wrap { max-width: 40rem; margin: 0 auto; }
#TopPage main #transfer .wrap p { text-align: center; font-size: 1.6rem; color: #37368a; }
#TopPage main #transfer .wrap p span { color: #f90; }
#TopPage main #transfer mark { font-style: normal; font-weight: normal; }
#TopPage main #news { padding: 2rem 1rem; margin: 0; background: #51a6ce; background-size: cover; }
#TopPage main #news h2 { background: #fff; width: 20rem; padding: 3rem 0; margin: 0 auto 5rem; position: relative; }
#TopPage main #news h2::after { content: ''; display: block; background: url("../img/news_ttl.png") no-repeat; width: 10rem; height: 8rem; background-size: 10rem auto; position: absolute; bottom: -2.3rem; left: -2rem; }
#TopPage main #news dl { padding: 0 1rem; overflow: auto; color: #fff; }
#TopPage main #news dl dt { margin: 1.5rem 0 0.5rem; font-size: 1.6rem; font-weight: bold; border-top: 0.1rem dotted #fff; padding-top: 1.5rem; }
#TopPage main #news dl dt span { display: none; }
#TopPage main #news dl dt:first-child { border-top: none; margin-top: 0; padding-top: 0; }
#TopPage main #news .link_text a { color: #D9F9FF; border-color: #D9F9FF; }
#TopPage main #greeting { background: url("../img/bg_02_b.png") top center no-repeat; margin-top: 0; padding-top: 5rem; }
#TopPage main #greeting figure { margin-bottom: 2rem; }
#TopPage main #treatment { padding: 6rem 0 1rem; margin: 0; }
#TopPage main #treatment h2 { margin-top: 0; }
#TopPage main #treatment ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-around; }
#TopPage main #treatment ul li { width: 48%; max-width: 20rem; margin-bottom: 2rem; }
#TopPage main #treatment ul a { display: block; height: 100%; color: #555; border: none; text-align: center; padding: 10rem 0 0; background-image: url("../img/treatment_icon01.png"); background-position: center top; background-repeat: no-repeat; background-size: 9.5rem auto; }
#TopPage main #treatment ul li.sport-ortho a { background-image: url("../img/treatment_icon01.png"); }
#TopPage main #treatment ul li.sports_rehabilitation a { background-image: url("../img/treatment_icon15.png"); }
#TopPage main #treatment ul li.echo a { background-image: url("../img/treatment_icon02.png"); }
#TopPage main #treatment ul li.prp a { background-image: url("../img/treatment_icon13.png"); }
#TopPage main #treatment ul li.shockwave a { background-image: url("../img/treatment_icon14.png"); }
#TopPage main #treatment ul li.muscle_rupture a { background-image: url("../img/treatment_icon03.png"); }
#TopPage main #treatment ul li.sprain a { background-image: url("../img/treatment_icon04.png"); }
#TopPage main #treatment ul li.stress_fracture a { background-image: url("../img/treatment_icon05.png"); }
#TopPage main #treatment ul li.lshoulder-le a { background-image: url("../img/treatment_icon06.png"); }
#TopPage main #treatment ul li.ultrasonography a { background-image: url("../img/treatment_icon07.png"); }
#TopPage main #treatment ul li.hand a { background-image: url("../img/treatment_icon08.png"); }
#TopPage main #treatment ul li.ortho a { background-image: url("../img/treatment_icon09.png"); }
#TopPage main #treatment ul li.rehabilitation a { background-image: url("../img/treatment_icon10.png"); }
#TopPage main #treatment ul li.osteoporosis a { background-image: url("../img/treatment_icon11.png"); }
#TopPage main #treatment ul li.private a { background-image: url("../img/treatment_icon12.png"); }
#TopPage main #treatment ul li.arterial_injection_therapy a { background-image: url("../img/treatment_icon16.png"); }
#TopPage main #features { padding: 3.5rem 0; background-color: #d9f9ff; position: relative; }
#TopPage main #features h2 { margin-bottom: 1rem; }
#TopPage main #features .wrap { margin: 0; }
#TopPage main #features ol { list-style: none; }
#TopPage main #features ol li { position: relative; margin: 2rem 0; padding: 0; list-style: none; }
#TopPage main #features ol li figure { background: url("../img/bg_03.png") no-repeat center bottom; background-size: 125rem 5rem; padding: 0 1rem; }
#TopPage main #features ol li figure img { max-width: 30rem; }
#TopPage main #features ol li figure figcaption { color: #fff; max-width: 30rem; margin: -4rem auto 0; font-size: 1.6rem; }
#TopPage main #features ol li figure figcaption span { font-size: 4rem; }
#TopPage main #features ol li dl { margin: 0 auto; }
#TopPage main #features ol li dt { color: #51a6ce; background: #fff; font-size: 2.2rem; font-weight: bold; margin-bottom: 1rem; padding: 1rem 2rem; }
#TopPage main #features ol li dd { padding: 1rem 2rem; margin: 0 auto; }
#TopPage main #symptoms .wrap > ul { display: flex; flex-wrap: wrap; justify-content: center; }
#TopPage main #symptoms .wrap > ul > li { max-width: 34rem; margin: 1rem 0; padding: 0 1rem; }
#TopPage main #symptoms .wrap > ul > li ul { width: 20rem; margin: 0 auto; }
#TopPage main #symptoms .wrap > ul > li ul li { margin-bottom: 0.5rem; }
#TopPage main #symptoms .wrap > ul > li ul li::before { content: '\e800'; font-family: 'fontello'; color: #51a6ce; padding-right: 0.5rem; }
#TopPage main #symptoms .wrap > ul > li:last-child ul { width: 12rem; }
#TopPage main #symptoms figure { margin-bottom: 1rem; text-align: center; }
#TopPage main #symptoms figure figcaption { margin-top: -4rem; font-size: 2rem; color: #fff; text-shadow: #51a6ce 2px 0px 2px, #51a6ce -2px 0px 2px, #51a6ce 0px -2px 2px, #51a6ce -2px 0px 2px, #51a6ce 2px 2px 2px, #51a6ce -2px 2px 2px, #51a6ce 2px -2px 2px, #51a6ce -2px -2px 2px, #51a6ce 1px 2px 2px, #51a6ce -1px 2px 2px, #51a6ce 1px -2px 2px, #51a6ce -1px -2px 2px, #51a6ce 2px 1px 2px, #51a6ce -2px 1px 2px, #51a6ce 2px -1px 2px, #51a6ce -2px -1px 2px, #51a6ce 1px 1px 2px, #51a6ce -1px 1px 2px, #51a6ce 1px -1px 2px, #51a6ce -1px -1px 2px; }

@media screen and (min-width: 48em), print { #TopPage header { width: 117rem; height: 12rem; display: flex; justify-content: center; margin: 0 auto 57rem; background-size: auto auto; background-color: #38368a; background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #4c4a96 4px, #4c4a96 8px); padding: 0.5rem 0; position: relative; z-index: 100; }
  #TopPage header .logo { width: 59rem; margin-left: 0; }
  #TopPage header .logo img { width: 61.2rem; }
  #TopPage header .wrap { margin: 0; border-top: 0.1rem solid #fff; border-bottom: 0.1rem solid #fff; height: 100%; padding: 0 0 0 3rem; }
  #TopPage header .wrap > a { top: 1.8rem; }
  #TopPage #kv { padding-top: 35rem; position: absolute; top: 0; background-position: top center; background-repeat: no-repeat; background-size: auto; max-width: none; margin: 0 auto 0; width: 100%; height: 73rem; min-width: 117rem; }
  #TopPage #kv .kv_frame { position: absolute; bottom: 0; height: 30.5rem; }
  #TopPage #kv .wrap { margin: 0 auto; position: relative; height: 56rem; }
  #TopPage #kv .kv_txt { text-align: center; font-size: 2.4rem; line-height: 4rem; background-color: transparent; padding: 29rem 0 0; text-shadow: #37368a 2px 2px 4px, #37368a -2px 2px 4px, #37368a 2px -2px 4px, #37368a -2px -2px 4px; }
  #TopPage #kv .kv_open { position: absolute; right: 0; bottom: 0; }
  #TopPage main { background: url("../img/bg_01.png") top center no-repeat; }
  #TopPage main h2 { font-size: 3rem; }
  #TopPage main #transfer { padding: 5rem 0 13rem; }
  #TopPage main #transfer .wrap { max-width: none; }
  #TopPage main #transfer .wrap .tbl_time { width: 70%; margin: 0 auto; }
  #TopPage main #transfer .wrap .tbl_time tbody th { width: 22rem; }
  #TopPage main #news { padding: 4.5rem 0 5.5rem; margin: 0; }
  #TopPage main #news .wrap { display: flex; align-items: center; justify-content: space-between; }
  #TopPage main #news h2 { margin-bottom: 2rem; width: 23rem; height: 23rem; padding: 9rem 0; font-size: 2.4rem; }
  #TopPage main #news h2::after { width: 23rem; height: 16rem; background-size: auto; left: -5rem; bottom: -3rem; }
  #TopPage main #news dl { padding: 0 2rem 2rem; width: 83rem; }
  #TopPage main #news dl dt { font-size: 2rem; margin: 2rem 0 0; }
  #TopPage main #news dl dt span.info_date { display: inline-block; margin-right: 1rem; width: 12rem; padding: 0; }
  #TopPage main #news .link_text a { color: #D9F9FF; border-color: #D9F9FF; }
  #TopPage main #treatment { padding-top: 13rem; padding-bottom: 31rem; margin-top: 0; position: relative; z-index: 100; background-image: url("../img/orn_01.png"), url("../img/orn_02.png"); background-repeat: no-repeat,no-repeat; background-position: bottom 13rem left -10rem ,bottom  right -10rem; }
  #TopPage main #treatment h2 { margin-bottom: 5rem; }
  #TopPage main #treatment ul { margin: 0; justify-content: space-between; }
  #TopPage main #treatment ul li { width: 24.5rem; height: 23.5rem; max-width: none; margin: 0 0 5rem; }
  #TopPage main #treatment ul li a { width: 100%; padding: 19.3rem 0 0; background-size: auto; position: relative; text-align: center; font-size: 2rem; }
  #TopPage main #treatment ul::after { content: ''; display: block; width: 54rem; height: 1rem; }
  #TopPage main #features { margin-top: -13rem; padding-bottom: 10rem; position: relative; z-index: 90; }
  #TopPage main #features h2 { margin-bottom: 5rem; }
  #TopPage main #features ol { margin: 0; }
  #TopPage main #features ol li { padding: 0; position: relative; z-index: 10; }
  #TopPage main #features ol li figure { background: none; position: relative; z-index: 12; }
  #TopPage main #features ol li figure img { width: 54.7rem; max-width: none; }
  #TopPage main #features ol li figure figcaption { font-size: 2.6rem; margin-top: -5.5rem; }
  #TopPage main #features ol li figure figcaption span { font-size: 6rem; }
  #TopPage main #features ol li .wrap { margin: 0 auto; position: relative; z-index: 11; }
  #TopPage main #features ol li dl { position: absolute; left: 39%; top: 7rem; z-index: 10; width: 67rem; }
  #TopPage main #features ol li dl dt { font-size: 2.6rem; padding: 3.5rem 0 3.5rem 9rem; }
  #TopPage main #features ol li dl dd { font-size: 1.8rem; font-weight: bold; }
  #TopPage main #features ol li::after { content: ''; background: url("../img/bg_03.png") bottom right no-repeat; width: 47%; height: 28.3rem; display: block; position: absolute; bottom: -1rem; z-index: 1; }
  #TopPage main #features ol li:nth-child(2) .flex_LRTB { flex-direction: row-reverse; }
  #TopPage main #features ol li:nth-child(2) .flex_LRTB dl { right: 36%; left: auto; width: 73rem; }
  #TopPage main #features ol li:nth-child(2) .flex_LRTB dl dt { font-size: 2.6rem; padding: 1.0rem 9rem 1.0rem  7rem; }
  #TopPage main #features ol li:nth-child(2) .flex_LRTB dl dd { width: 73rem; padding: 0 14rem 0 0; }
  #TopPage main #features ol li:nth-child(2)::after { transform: scale(-1, -1); left: 50%; width: 50%; }
  #TopPage main #symptoms figure figcaption { font-size: 2.4rem; margin-top: -4.5rem; }
  #TopPage main #symptoms .wrap ul li { font-size: 1.8rem; } }
/*@media screen and (min-width: 1500px) {   #features::before { content:''; width:49.2rem; height:33.8rem; background:url("../img/orn_02.png") no-repeat; position: absolute;   top:-3rem; right:-10rem; }
}*/
/* lower  -------------------------------------- */
#lower .tbl_def { border: 0.1rem solid #37368a; border-collapse: collapse; width: 100%; margin-bottom: 1rem; }
#lower .tbl_def caption { caption-side: bottom; text-align: left; padding: 0.5rem; font-size: 1.2rem; line-height: 1.6; }
#lower .tbl_def thead { background: #37368a; color: #fff; }
#lower .tbl_def thead th, #lower .tbl_def thead td { padding: 0.7rem 0; font-weight: normal; }
#lower .tbl_def tbody { background: #fff; }
#lower .tbl_def tbody tr { border-bottom: 0.1rem solid #37368a; }
#lower .tbl_def tbody th, #lower .tbl_def tbody td { padding: 0.7rem 0.5rem; vertical-align: middle; font-weight: normal; }
#lower .tbl_def tbody th { background: #ecf9ff; }
#lower #ortho th { white-space: nowrap; }
#lower #first .tel { color: #37368a; font-size: 2rem; }
#lower #first .tel a { color: #37368a; border-bottom: none; }
#lower #first .tel::before { color: #37368a; content: '\e802'; font-family: 'fontello'; padding-right: 0.5rem; font-size: 2rem; }
#lower #first .btn_web { display: block; color: #fff; padding: 1rem 5rem; text-align: center; background-color: #51a6ce; border: none; width: 80%; max-width: 30rem; font-size: 1.8rem; margin: 1rem auto; display: block; }
#lower #access .gmap { margin: 1rem 0; }
#lower #sport-ortho .tbl_def tbody th { white-space: nowrap; }

@media screen and (min-width: 48em), print { #lower main .tbl_time { width: 70rem; margin: 0 auto; }
  #lower .tbl_def caption { font-size: 1.6rem; padding: 0.5rem 0 0; }
  #lower .tbl_def thead th { padding: 1.5rem; }
  #lower .tbl_def tbody th { padding: 1.5rem; font-weight: normal; }
  #lower .tbl_def tbody td { padding: 1.5rem; }
  #lower #first .btn_web { font-size: 2.6rem; max-width: none; width: auto; display: inline-block; padding: 1.5rem 7rem; margin: 2rem auto; }
  #lower #access .gmap { width: 100%; }
  #lower #recruit { padding-top: 5rem; } }

/*# sourceMappingURL=style.css.map */
