@charset "UTF-8";
@font-face { font-family: 'fontello'; src: url("../css/fontello/font/fontello.eot"); src: url("../css/fontello/font/fontello.eot?1569462#iefix") format("embedded-opentype"), url("../css/fontello/font/fontello.woff2?1569462") format("woff2"), url("../css/fontello/font/fontello.woff?1569462") format("woff"), url("../css/fontello/font/fontello.ttf?1569462") format("truetype"), url("../css/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; text-decoration: inherit; text-align: center; font-variant: normal; text-transform: none; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ----------------------------------------------------------------------------------
共通部分　_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: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e7dfec)); background: linear-gradient(transparent 60%, #e7dfec 60%); }

.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: #0960E3 !important; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; }
  #lower main .inner img.img_r, #lower main .inner img.img_l { width: 30rem; } }
/* 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 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media screen and (min-width: 48em), print { /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB { display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .flex_LRTB.half { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex_LRTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_LRTB.half > li { margin-bottom: 1rem; }
  .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 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB { display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .flex_RLTB.half { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex_RLTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_RLTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_RLTB.half > figure + ul { width: 68% !important; } }
/* ----------------------------------------------------------------------------------
リストなど　_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: #AF8749; 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: #5A9D22; }

/*　● インライン -------------------------------------- */
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: -1em; padding-left: 1em; margin-bottom: 0.8rem; }
ul.list_lnk li::before { font-family: "fontello"; content: "\f138"; padding-right: 0.5rem; font-weight: bold; color: #5A9D22; }

/* ページ内リンク -------------------------------------- */
ul.list_pl li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_pl li a { color: #101010; }
ul.list_pl a::before { font-family: "fontello"; content: "\f107"; padding-right: 5px; font-weight: bold; color: #AF8749; }

@media screen and (min-width: 48em), print { ul.list_pl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  ul.list_pl li { width: 33%; }
  ul.list_pl li a { background: rgba(90, 157, 34, 0.2); display: block; border: #5A9D22 solid 2px; border-radius: 5px; padding: 7px 0 7px 25px; }
  ul.list_pl::after { content: ""; display: block; width: 33%; } }
/* 数値 -------------------------------------- */
ol.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ol.list_num li { list-style-type: decimal; margin: 0 0 10px 35px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow li { border: 5px solid #AF8749; border-radius: 10px; margin-bottom: 35px; padding: 0.5rem 1rem 1rem; position: relative; }
ol.list_flow li p.ttl { font-weight: bold; font-size: 120%; margin-bottom: 0.5rem; }
ol.list_flow li p.ttl::first-letter { color: #855B1C; font-size: 2.5rem; padding-right: 0.5rem; }
ol.list_flow li *:last-child { margin-bottom: 0; }
ol.list_flow li::after { bottom: -30px; color: #AF8749; 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::first-letter { font-size: 3rem; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd { margin: 0 0 1em 5px; }

@media screen and (min-width: 48em), print { .dl_career { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .dl_career dt { width: 8em; }
  .dl_career dd { width: calc( 100% - 9em); } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #855B1C; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #5A9D22; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #AF8749 solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #AF8749; 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: #855B1C; }

.dl_tbl02 { border: #5A9D22 solid 1px; margin-bottom: 1rem; }
.dl_tbl02 dt, .dl_tbl02 dd { padding: 0.7rem 0.5rem; text-align: center; }
.dl_tbl02 > dt { background: #5A9D22; color: #fff; }
.dl_tbl02 > dd { margin: 0; }
.dl_tbl02 > dd:not(:last-of-type) { border-bottom: #5A9D22 solid 1px; }

@media screen and (min-width: 48em), print { .dl_tbl02 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .dl_tbl02 dt, .dl_tbl02 dd { padding: 1.5rem; }
  .dl_tbl02 > dt { width: 32%; }
  .dl_tbl02 > dt:not(:last-of-type) { border-bottom: #fff solid 1px; }
  .dl_tbl02 > dd { text-align: left; width: calc(100% - 32%); border: 0; } }
/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #5A9D22 solid 0.2rem; border-radius: 0.5rem; }
.box1 > dt, .box2 > dt { border-bottom: #5A9D22 dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt { color: #AF8749; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border-color: #AF8749; }
.box2 dt { border-bottom: #AF8749 dotted 2px; }
.box2 ul.list_maru > li::before { color: #AF8749; }

@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: #34acbd; }

.fc_or { color: #5A9D22; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main a { border-bottom: 1px solid #5A9D22; color: #5A9D22; }

main a:hover { color: #ff5500; border-bottom: 1px solid #ff5500; }

a.btn { background: #5A9D22; color: #fff; padding: 7px 40px; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; border-radius: 2rem; }

a.btn:hover { background: #AF8749; color: #fff; border: none; opacity: 1; }

a.btn::before { font-family: 'fontello'; content: "\e80d"; padding-right: 1.5rem; font-weight: bold; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; /* ベースを10pxに */ width: 100%; }

body { font-family: YakuHanJPs_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #101010; font-size: 1.4rem; background-color: #fff; line-height: 1; margin: 0; padding: 0; letter-spacing: 0.08em; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; -webkit-text-size-adjust: none; width: 100%; }

@media screen and (min-width: 48em), print { body { min-width: 113rem; font-size: 1.6rem; }
  a[href^="tel:"] { pointer-events: none; } }
/* 全体の横幅設定  -------------------------------------- */
.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: 3rem; }

#lower { /*   main section .inner + section { margin: 4rem 0 4rem; padding: 0; }*/ }
#lower main section { margin: 0 auto 4rem; padding: 0; }

@media screen and (min-width: 48em), print { .wrap { width: 113rem; margin: 0 auto; padding: 0 1rem; }
  section { margin-bottom: 5rem; }
  .inner { padding: 0; } }
/* header  -------------------------------------- */
header > .wrap { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; }
header .logo { height: 5rem; padding: 1rem 0 0.5rem 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 6rem 0 0; text-align: center; }
header .logo img { max-height: 4rem; }

/* ハンバーガーメニュー  -------------------------------------- */
.js-btn { margin: 0; padding: 1.5rem 0.5rem 0; border: 0; border-radius: 0; color: inherit; vertical-align: middle; text-align: inherit; font: inherit; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: absolute; top: 0; right: 0; /* ボタンの配置位置 */ /* ボタンの大きさ  */ width: 5.0rem; height: 5.0rem; /* 最前面に */ z-index: 100; background-color: #5A9D22; border: none; }

.btn-txt { display: block; text-align: center; width: 100%; padding-top: 1.4rem; font-size: 1.2rem; color: #fff; }

/***** 真ん中のバーガー線 *****/
.btn-line { display: block; position: relative; /* バーガー線の位置基準として設定 */ width: 100%; /* 線の長さと高さ */ height: 4px; background-color: #fff; -webkit-transition: .2s; transition: .2s; }

/****** 上下のバーガー線 *****/
.btn-line::before, .btn-line::after { content: ""; position: absolute; width: 100%; height: 100%; background-color: #fff; -webkit-transition: .5s; transition: .5s; left: 0; -webkit-box-sizing: inherit; box-sizing: inherit; }

.btn-line::before { /* 上の線の位置 */ -webkit-transform: translateY(-1rem); transform: translateY(-1rem); }

.btn-line::after { /* 下の線の位置 */ -webkit-transform: translateY(1rem); transform: translateY(1rem); }

/***** メニューオープン時 *****/
.btn-line.open { background-color: transparent; /* 真ん中の線を透明に */ }

.btn-line.open::before, .btn-line.open::after { content: ""; -webkit-transition: .2s; transition: .2s; }

.btn-line.open::before { -webkit-transform: rotate(45deg); transform: rotate(45deg); /* 上の線を傾ける */ }

.btn-line.open::after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); /* 下の線を傾ける */ }

nav { width: 100%; padding: 1rem 1rem 0; background-color: #F8EBDD; position: absolute; top: -130%; -webkit-transition: .3s; transition: .3s; z-index: 99; font-weight: bold; }
nav a { color: #101010; }
nav br { display: none; }
nav > ul { margin: 0 auto 2rem; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 46rem; }
nav > ul li { margin: 1rem; }
nav > ul li a { padding: 0.5rem; display: block; }
nav > ul .subnav { margin-left: 1.5em; }
nav > ul .subnav br { display: none; }
nav > ul a::before { font-family: fontello; content: '\77'; color: #9D7737; padding-right: 0.5rem; }
nav > ul .treatment > a::before, nav > ul .subsub::before { content: '\72'; }
nav > ul .treatment > a.close::before, nav > ul .subsub.clise::before { content: '\65'; }

nav.open { top: 5rem; }

#lower h2, #feature h2, #menu h2, #sympton h2, #greeting h2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 2rem; margin-bottom: 2rem; color: #855B1C; }
#lower h2 > span, #feature h2 > span, #menu h2 > span, #sympton h2 > span, #greeting h2 > span { width: 100%; }
#lower h2 > span > span, #feature h2 > span > span, #menu h2 > span > span, #sympton h2 > span > span, #greeting h2 > span > span { display: block; color: #101010; font-size: 1.6rem; }
#lower h2::before, #feature h2::before, #menu h2::before, #sympton h2::before, #greeting h2::before { content: ''; display: block; background: url("../img/h2.png") no-repeat top center; background-size: contain; width: 10.4rem; height: 1.6rem; }

h3 { margin: 4rem  0 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.8rem; font-weight: normal; position: relative; }
h3::after { content: ''; display: block; height: 0.2rem; width: 6.6rem; background: #855B1C; margin: 0 auto; position: absolute; bottom: -1rem; }
h3 > a { border-bottom: none !important; }

#lower main { overflow: hidden; background-color: #D7F9BA; }
#lower main::before, #lower main::after { content: ''; height: 3rem; width: 100%; background: url("../img/line_gr.png") repeat-x center center; display: block; }
#lower main::after { -webkit-transform: scale(1, -1); transform: scale(1, -1); }
#lower main .wrap { background: #fff; margin-top: 3rem; margin-bottom: 3rem; padding: 2rem 1rem; border-radius: 1.5rem; }
#lower main > .inner { margin-top: 10rem; }
#lower h1 { background: url("../img/h1.jpg") no-repeat center center; margin: 0 0 2rem; font-size: 2.2rem; line-height: 1.2; padding: 3rem 0; text-align: center; color: #448110; }
#lower h4 { background: #AF8749; margin: 3rem  0 2rem; font-size: 1.6rem; padding: 0.5rem; font-weight: normal; color: #fff; }
#lower h5 { margin: 1rem 0 2rem; border-bottom: 0.1rem solid #409ad0; font-weight: normal; }

@media screen and (min-width: 48em), print { header { padding: 2rem 0  0; width: 100%; min-width: 113rem; margin: 0; }
  header > .wrap { margin: 0 auto; padding: 2rem 1rem; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  header > .wrap .logo { height: auto; width: 40.5rem; margin: 0; padding: 0; }
  header > .wrap .logo img { max-height: none; }
  header > .wrap div.sp_n { width: 60rem; letter-spacing: normal; }
  header > .wrap div.sp_n i { color: #5A9D22; padding-right: 0.5rem; }
  header > .wrap div.sp_n > div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 1rem; }
  header > .wrap div.sp_n > div p { font-size: 2.4rem; font-weight: bold; white-space: nowrap; }
  header > .wrap div.sp_n > div .dl_overview { margin: 0 0 0 0.5rem; }
  header > .wrap div.sp_n > div .dl_overview dt { width: 6.8rem; font-size: 1.4rem; margin: 0; }
  header > .wrap div.sp_n > div .dl_overview dd { width: 29rem; font-size: 1.6rem; padding: 0 0 0 0.5rem; }
  header .btn { display: none; }
  nav { position: relative; padding: 0 1rem; margin: 0 auto 3rem; font-weight: normal; width: 113rem; background-color: transparent; }
  nav ul.gnav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 auto; padding: 0; max-width: none; line-height: 1; margin: 0 auto; letter-spacing: normal; }
  nav ul.gnav > li { margin: 0; padding: 0; position: relative; min-width: inherit; border-left: 0.1rem dotted #9D7737; width: 18.3rem; }
  nav ul.gnav > li:last-child { border-right: 0.1rem dotted #9D7737; }
  nav ul.gnav > li > a { color: #101010; text-align: center; width: 100%; display: block; padding: 1rem 0; }
  nav ul.gnav > li:first-child a::before { content: '\e804'; }
  nav ul.gnav > li:nth-child(2) a::before { content: '\e805'; }
  nav ul.gnav > li:nth-child(3) a::before { content: '\e806'; }
  nav ul.gnav > li:nth-child(4) > a::before { content: '\e807'; }
  nav ul.gnav > li:nth-child(5) a::before { content: '\e808'; }
  nav ul.gnav > li:nth-child(6) a::before { content: '\e809'; }
  nav ul.gnav > li.treatment::after { display: none !important; }
  nav ul.gnav li.treatment { padding: 0; margin: 0; }
  nav ul.gnav li.treatment a { display: block; }
  nav ul.gnav li.treatment .subnav { position: absolute; display: none; top: 4rem; left: 0; padding: 0 0; margin: 0; }
  nav ul.gnav li.treatment .subnav > ul { width: 39rem; z-index: 100; text-align: center; background: #855B1C; font-size: 1.6rem; font-weight: normal; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  nav ul.gnav li.treatment .subnav > ul > li { margin: 0; padding: 0; position: relative; width: 19.5rem; border-bottom: 0.1rem solid #AF8749; }
  nav ul.gnav li.treatment .subnav > ul > li:nth-child(even) { border-left: 0.1rem solid #AF8749; }
  nav ul.gnav li.treatment .subnav > ul > li > a { color: #fff; padding: 1.5rem 0 1.5rem 1rem; display: block; text-align: left; }
  nav ul.gnav li.treatment .subnav > ul > li > a::before { content: '●'; color: #fff; font-size: 80%; } }
/* 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; }
  #lower h2, #feature h2, #menu h2, #sympton h2, #greeting h2 { font-size: 2.6rem; margin: 0 0 3rem; }
  #lower h2::before, #feature h2::before, #menu h2::before, #sympton h2::before, #greeting h2::before { width: 10.8rem; height: 4rem; background-size: auto; }
  h3 { font-size: 2.4rem; margin: 5rem 0 3rem; padding-bottom: 0.5rem; }
  #lower main { margin: -12rem auto 10rem; }
  #lower main .wrap { margin-top: 17rem; margin-bottom: 10rem; padding: 5rem 3.4rem; border-radius: 1.5rem; position: relative; overflow: visible; z-index: 1; }
  #lower main .wrap::before, #lower main .wrap::after { content: ''; background: url("../img/orn_tree.png"); width: 194.7rem; height: 24rem; display: block; position: absolute; margin: 0 auto; left: -42rem; top: -3rem; z-index: -1; }
  #lower main .wrap::after { top: auto; bottom: -3rem; }
  #lower main .wrap > section { margin-bottom: 6rem; }
  #lower h1 { width: 110rem; margin: 0 auto; height: 18.3rem; background-size: auto; font-size: 3.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0; position: relative; }
  #lower h4 { font-size: 2.0rem; padding: 0.9rem  1.5rem; margin: 4rem 0 2rem; }
  #lower h5 { margin: 4rem 0 2rem; font-size: 1.8rem; padding: 0.9rem  1.5rem; } }
/* ページ下部 医院概要  -------------------------------------- */
#overview { padding: 3rem 0 0; line-height: 1.4; }
#overview .logo { text-align: center; margin-bottom: 0; background: url("../img/line_br.png") repeat-x bottom center; }
#overview .logo img { width: calc(100% - 2rem); max-height: 5rem; }
#overview .bg { background: #F8EBDD; padding: 0 0 2rem; }
#overview .bg > p { text-align: center; font-size: 2rem; font-weight: bold; margin-bottom: 2rem; }
#overview .bg > p a { color: #101010; }
#overview .bg > p i { color: #5A9D22; }
#overview .overviewL { max-width: 37rem; margin: 0 auto; }
#overview .overviewR .btn { background-color: transparent !important; color: #855B1C; border: #855B1C 0.1rem solid; }
#overview .overviewR .btn::before { display: none; }

.dl_overview { margin-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.dl_overview > dt { width: 100%; background: #5A9D22; color: #fff; border-bottom: 0.1rem solid #fff; text-align: center; padding: 0.5rem; border-radius: 0.3rem; }
.dl_overview > dd { padding: 0.5rem 0.5rem 1.5rem; }

.gmap { margin: 1rem auto 0; height: 48rem; width: 100%; }

/* 診療時間表 -------------------------------------- */
.tbl_time { width: 100%; text-align: center; margin-bottom: 1rem; }
.tbl_time caption { caption-side: bottom; padding: 1rem 0; line-height: 1.4; text-align: left; }
.tbl_time thead { background: #5A9D22; color: #fff; }
.tbl_time thead th, .tbl_time thead td { padding: 0.7rem 0  0.7rem; font-weight: normal; }
.tbl_time tbody { background: #fff; }
.tbl_time tbody tr { border-bottom: 0.1rem solid #855B1C; }
.tbl_time tbody th, .tbl_time tbody td { padding: 0.7rem 0; vertical-align: middle; font-weight: normal; }
.tbl_time tbody td { min-width: 2em; color: #AF8749; }
.tbl_time tbody td.close { color: #101010; }

@media screen and (min-width: 48em), print { .tbl_time caption { padding: 1rem 0 0; }
  .tbl_time thead th { padding: 1rem 0; }
  .tbl_time tbody th { padding: 1.0rem 0; font-weight: normal; width: 15rem; }
  .tbl_time tbody td { padding: 1rem 0; } }
/* ページトップ -------------------------------------- */
.sp_bottom { position: fixed; bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; background: #D7F9BA; margin: 0; width: 100%; padding: 0.1rem; text-align: center; z-index: 10000; }
.sp_bottom li { width: 49.5%; margin: 0.2rem; background: #5A9D22; position: relative; font-size: 1.4rem; }
.sp_bottom li a { padding: 2rem 0  1rem; color: #fff; text-align: center; display: block; }
.sp_bottom li:last-child a { padding: 1.5rem 0; }

@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 { background-color: transparent; }
  #pageup { position: fixed; bottom: -55.0rem; right: 1.0rem; z-index: 1; cursor: pointer; -webkit-transition: 0.8s; transition: 0.8s; width: 7.6rem; height: 7.7rem; }
  #pageup a { padding: 0; color: #855B1C; }
  #pageup a span, #pageup a i { display: none; }
  #pageup.block { display: block; bottom: 1.0rem; } }
footer .wrap { display: none; }

address { padding: 0.8rem 0 6.2rem; font-style: normal; background: #AF8749; font-size: 1.2rem; text-align: center; }
address a { color: #fff; }

@media screen and (min-width: 48em), print { #overview .flex_LRTB { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 auto; }
  #overview .logo { margin: 0; text-align: center; background: url("../img/line_br.png") top 2.5rem center repeat-x; }
  #overview .logo a { display: block; width: 59rem; position: relative; margin: 0 auto; }
  #overview .logo a::before { content: ''; position: absolute; background: url("../img/orn_leaf.png") no-repeat center center; height: 11.6rem; width: 85rem; display: block; top: 0; left: -18rem; right: -18rem; margin: 0 auto; }
  #overview .logo img { width: auto; max-height: none; }
  #overview .bg { padding-top: 4rem; margin-top: -3rem; }
  #overview .bg > p { font-size: 3.4rem; margin-bottom: 5rem; }
  #overview .overviewL { width: 52rem; max-width: none; margin: 0; }
  #overview .overviewR { width: 50rem; padding: 0; margin: 0; }
  .dl_overview { margin-bottom: 4rem; }
  .dl_overview > dt { width: 14rem; margin: 0 0 3.5rem; padding: 0.5rem; }
  .dl_overview > dd { width: 38rem; margin: 0; padding: 0 0 0 1rem; font-size: 1.8rem; }
  .gmap { margin: 0; }
  footer { display: block; padding: 3.2rem 0 0; margin: 0  auto 0; background: #AF8749; }
  footer .wrap { display: block; padding: 0 1rem 1rem; }
  footer ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 1.5rem; font-size: 1.6rem; letter-spacing: normal; }
  footer ul li { margin: 0; padding: 0 1.5rem; border-left: 0.1rem solid #fff; }
  footer ul li:first-child { border-left: none; }
  footer ul a { display: block; padding: 0; color: #fff; }
  footer ul li.treatment { display: none; }
  address { margin: 0; padding: 1.5rem 0; }
  address a { color: #fff; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

.tel a { color: #101010; border-bottom: none; }

/* TopPage  -------------------------------------- */
#TopPage #kv { background-size: auto 25rem; background-repeat: no-repeat; background-position: top center; margin: 0 auto; position: relative; max-width: 48rem; width: 100%; padding-top: 25rem; border-radius: 1.5rem; }
#TopPage #kv .wrap { position: relative; height: 100%; }
#TopPage .kv_txt { background: #F8EBDD; font-weight: bold; padding: 1rem; line-height: 1.3; position: relative; margin: 0; }
#TopPage .kv_txt::after { content: ''; background: url("../img/line_br.png") repeat-x center bottom #fff; -webkit-transform: scale(1, -1); transform: scale(1, -1); background-size: cover; height: 2rem; width: 100%; display: block; position: absolute; bottom: -2rem; left: 0; right: 0; }
#TopPage .kv_txt li:first-child { font-size: 2rem; color: #855B1C; background: url("../img/h2.png") top 1rem center no-repeat; background-size: auto 1.5rem; padding-top: 3rem; }
#TopPage .kv_txt li:last-child { font-size: 1.8rem; text-align: center; background: url("../img/line_ha.png") no-repeat center bottom; background-size: auto 0.4rem; padding-bottom: 0.7rem; margin-bottom: 0; }
#TopPage .kv_txt li:last-child span { font-size: 1.6rem; color: #448110; display: inline-block; }
#TopPage main { margin: 0; }
#TopPage main section { margin-top: 0; padding: 3rem 1.5rem; }
#TopPage #bnr_area { text-align: center; padding-top: 3rem; }
#TopPage #bnr_area .bnr_recruit { margin: 0 auto 0; padding: 1em 9em 1em 1em; font-size: 1.4rem; color: #AF8749; border-bottom: 0; border: #AF8749 solid 1px; display: inline-block; position: relative; background: #fff; }
#TopPage #bnr_area .bnr_recruit::before { position: absolute; right: .4rem; bottom: .4rem; content: '\e80c'; font-family: fontello; z-index: 10; }
#TopPage #bnr_area .bnr_recruit::after { position: absolute; right: 0; top: 0; background: url(../img/index_recruit.jpg) no-repeat center/cover; display: block; content: ""; width: 35%; height: 100%; margin: 0 auto; }
#TopPage #bnr_area .bnr_recruit .tit { font-size: 1.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1rem; }
#TopPage #bnr_area .bnr_recruit .tit::before { display: inline-block; content: ""; background: url(../img/logo_illust.svg) no-repeat center/contain; width: 3rem; height: 3rem; }
#TopPage #news h2 { background: url("../img/news_ttl.png") no-repeat top center; background-size: auto 8.2rem; height: 9.2rem; padding-top: 5.5rem; font-size: 1.8rem; text-align: center; }
#TopPage #news dl { margin: 0; padding: 0 1rem; border: 0.2rem dashed #ABC794; border-radius: 1rem; }
#TopPage #news dl dt { margin: 0.7rem 0 0; cursor: pointer; padding: 0.7rem 0 0 2rem; position: relative; color: #448110; font-weight: bold; font-size: 1.6rem; }
#TopPage #news dl dt::before { font-family: fontello; content: '\e80b'; text-align: center; position: absolute; left: 0; -webkit-transform: scale(1, -1); transform: scale(1, -1); color: #BBB500; }
#TopPage #news dl dt span { display: none; }
#TopPage #news dl dt.close::before { -webkit-transform: none; transform: none; }
#TopPage #news dl dd { margin: 0.5rem 0 0; padding-left: 2rem; }
#TopPage #news dl dd:not(:nth-of-type(-n+3)) { display: none; }
#TopPage #about { background-color: #D7F9BA; font-weight: bold; }
#TopPage #about::before, #TopPage #about::after { content: ''; height: 3rem; width: 100%; background: url("../img/line_gr.png") repeat-x center center; display: block; }
#TopPage #about::after { -webkit-transform: scale(1, -1); transform: scale(1, -1); }
#TopPage #about dt { background: #5A9D22; color: #fff; text-align: center; padding: 1.5rem 1.5rem; border-radius: 4rem; max-width: 32rem; margin: -3rem auto 2rem; font-size: 2rem; }
#TopPage #about dt span { display: inline-block; border-bottom: 0.2rem dotted #FFF9D4; color: #FFF9D4; }
#TopPage #about dd { margin-bottom: 3rem; background: url("../img/line_ha.png") repeat-x bottom center; padding-bottom: 2rem; }
#TopPage #about dd span { color: #855B1C; }
#TopPage #about img { width: 10rem; }
#TopPage #feature ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }
#TopPage #feature ul a { display: block; text-decoration: none; border: none; margin-bottom: 2rem; }
#TopPage #feature ul a li { max-width: 30rem; border-radius: 2rem 0; padding: 0; background: #5A9D22; overflow: hidden; }
#TopPage #feature ul a li dl { margin: 0; padding: 1rem 1rem 2rem; color: #FFF9D4; background: url("../img/feature_bg1.png") no-repeat center center; background-size: contain; }
#TopPage #feature ul a li dl dt { font-size: 1.8rem; font-weight: bold; }
#TopPage #feature ul a li dl dt::before { content: '\e80a'; font-family: fontello; color: #DFDC75; padding-right: 0.5rem; }
#TopPage #feature ul a li dl dd .btn { background: #fffce6; color: #5A9D22; padding: .7rem; text-align: center; margin: .7em auto 0; width: 13em; display: block; position: relative; border: none; border-radius: 2rem; }
#TopPage #feature ul a li dl dd .btn::before { font-family: 'fontello'; content: "\e80d"; padding-right: .7rem; font-weight: bold; }
#TopPage #feature ul a:nth-child(even) li { background: #B7935D; }
#TopPage #feature ul a:nth-child(even) li dl { background-image: url("../img/feature_bg2.png"); }
#TopPage #feature ul a:nth-child(even) li dl dd .btn { color: #855B1C; }
#TopPage #menu { background-color: #F8EBDD; font-weight: bold; padding: 0; }
#TopPage #menu::before, #TopPage #menu::after { content: ''; height: 3rem; width: 100%; background: url("../img/line_br.png") repeat-x center center; display: block; }
#TopPage #menu::after { -webkit-transform: scale(1, -1); transform: scale(1, -1); }
#TopPage #menu .wrap { padding: 3rem 1.5rem; }
#TopPage #menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }
#TopPage #menu li { text-align: center; font-size: 1.8rem; list-style: none; width: 15rem; margin-bottom: 2.5rem; }
#TopPage #menu li a { padding: 8rem 1rem 0; background: url("../img/menu_img01.png") no-repeat top center; background-size: 8rem auto; display: block; height: 100%; width: 100%; border: none; color: #101010; }
#TopPage #menu li a::before { content: '\e80c'; font-family: fontello; color: #448110; padding-right: 0.5rem; }
#TopPage #menu li:nth-child(2) a { background-image: url("../img/menu_img02.png"); }
#TopPage #menu li:nth-child(3) a { background-image: url("../img/menu_img03.png"); }
#TopPage #menu li:nth-child(4) a { background-image: url("../img/menu_img04.png"); }
#TopPage #menu li:nth-child(5) a { background-image: url("../img/menu_img05.png"); }
#TopPage #menu li:nth-child(6) a { background-image: url("../img/menu_img06.png"); }
#TopPage #sympton ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; font-weight: bold; }
#TopPage #sympton ul li { text-align: center; font-size: 1.8rem; list-style: none; width: 15rem; margin-bottom: 2.5rem; }
#TopPage #sympton ul li a { background: url("../img/symptom_img01.png") no-repeat top center; background-size: auto 14rem; padding-top: 14rem; display: block; color: #101010; border: none; }
#TopPage #sympton ul li a::before { content: '\e80c'; font-family: fontello; color: #BBB500; padding-right: 0.5rem; }
#TopPage #sympton ul li:nth-child(2) a { background-image: url("../img/symptom_img02.png"); }
#TopPage #sympton ul li:nth-child(3) a { background-image: url("../img/symptom_img03.png"); }
#TopPage #sympton ul li:nth-child(4) a { background-image: url("../img/symptom_img04.png"); }
#TopPage #greeting { background-color: #D7F9BA; font-weight: bold; padding: 0; }
#TopPage #greeting::before, #TopPage #greeting::after { content: ''; height: 3rem; width: 100%; background: url("../img/line_gr.png") repeat-x center center; display: block; }
#TopPage #greeting::after { -webkit-transform: scale(1, -1); transform: scale(1, -1); }
#TopPage #greeting .wrap { padding: 3rem 1.5rem; }
#TopPage #greeting img { width: 20rem; }

@media screen and (min-width: 48em), print { #TopPage #kv { height: 49.6rem; background-size: 118.6rem 49.6rem; max-width: none; padding-top: 16rem; }
  #TopPage #kv .wrap { padding-left: 10rem; }
  #TopPage .kv_txt { padding: 0; text-align: center; position: relative; z-index: -2; margin-top: -40rem; background-image: url("../img/orn_tree.png"); background-repeat: no-repeat; background-position: top 25rem center; }
  #TopPage .kv_txt::before, #TopPage .kv_txt::after { content: ''; height: 3rem; width: 100%; background: url("../img/line_br.png") repeat-x center center; display: block; }
  #TopPage .kv_txt::after { -webkit-transform: scale(1, -1); transform: scale(1, -1); }
  #TopPage .kv_txt li:first-child { margin: 40rem auto 2rem; background-size: auto; padding-top: 5rem; font-size: 2.6rem; }
  #TopPage .kv_txt li:last-child { font-size: 2.2rem; padding-bottom: 6rem; background-size: auto; background-position: center bottom 5rem; }
  #TopPage .kv_txt li:last-child span { font-size: 2rem; }
  #TopPage main { margin: 3rem auto 0; min-width: 113rem; }
  #TopPage main section { padding: 5rem 0; }
  #TopPage main #bnr_area { text-align: center; padding-top: 3rem; }
  #TopPage main #bnr_area .bnr_recruit { padding: 1.5em 13em 1.5em 1.5em; font-size: 1.8rem; width: 60rem; }
  #TopPage main #bnr_area .bnr_recruit .tit { font-size: 3rem; }
  #TopPage main #bnr_area .bnr_recruit .tit::before { width: 5rem; height: 5rem; }
  #TopPage main #news { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  #TopPage main #news h2 { width: 24rem; background-size: auto; height: 17rem; padding-top: 12rem; }
  #TopPage main #news dl { margin: 0 auto; width: 77.3rem; padding: 3rem 4.5rem; }
  #TopPage main #news dl > dt { font-size: 1.8rem; padding-left: 2.2rem; }
  #TopPage main #news dl dd { margin-bottom: 3rem; padding-left: 2.2rem; }
  #TopPage main #about { background-image: url("../img/orn_leafL.png"); background-position: top 7rem center; background-repeat: no-repeat; }
  #TopPage main #about dt { font-size: 3.2rem; padding: 1.8rem; width: 75rem; max-width: none; margin-top: -5rem; margin-bottom: 4rem; }
  #TopPage main #about dd { padding-bottom: 4rem; margin-bottom: 5rem; }
  #TopPage main #about dd p { position: relative; width: 94.2rem; margin: 0 auto 2.5rem; font-size: 2rem; line-height: 3.6rem; }
  #TopPage main #about dd p span { font-size: 2.2rem; }
  #TopPage main #about dd .flex_LRTB { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #TopPage main #about dd .flex_LRTB img { width: auto; }
  #TopPage main #feature { background-image: url("../img/orn_tree.png"); background-repeat: no-repeat; background-position: bottom 8rem center; }
  #TopPage main #feature ul { display: block; }
  #TopPage main #feature ul a { margin-bottom: 3.5rem; }
  #TopPage main #feature ul a li { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: none; }
  #TopPage main #feature ul a li dl { width: 55rem; padding: 5rem 5rem; }
  #TopPage main #feature ul a li dl dt { font-size: 2.6rem; margin-bottom: 1rem; }
  #TopPage main #feature ul a li dl dd { font-size: 2rem; }
  #TopPage main #feature ul a li dl dd .btn { padding: 0.5rem; text-align: center; margin: 1em 0 0; width: 10em; }
  #TopPage main #feature ul a:nth-child(even) li { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; border-radius: 0 2rem; }
  #TopPage main #menu .wrap { padding: 4rem 1.5rem; }
  #TopPage main #menu .wrap ul { background: url("../img/menu_orn.png") no-repeat top center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 13rem; }
  #TopPage main #menu .wrap ul li { width: 27rem; margin-bottom: 4.5rem; }
  #TopPage main #menu .wrap ul li a { padding-top: 16rem; background-size: auto; font-size: 2rem; }
  #TopPage main #sympton ul { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #TopPage main #sympton ul li { width: 26rem; }
  #TopPage main #sympton ul li a { padding-top: 26rem; background-size: auto; font-size: 1.7rem; }
  #TopPage main #sympton ul li:nth-child(even) { margin-top: 6rem; }
  #TopPage main #greeting { background-image: url("../img/orn_tree.png"); background-repeat: no-repeat; background-position: bottom 10rem center; }
  #TopPage main #greeting h2 { margin-bottom: 0; }
  #TopPage main #greeting .wrap { padding: 5rem 1.5rem; width: 95rem; }
  #TopPage main #greeting .wrap .flex_RLTB { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #TopPage main #greeting .wrap .flex_RLTB > div { width: 63rem; padding-top: 3rem; }
  #TopPage main #greeting .wrap p { font-size: 1.8rem; line-height: 4rem; }
  #TopPage main #greeting .wrap img { width: auto; }
  #TopPage main #greeting .font_l { padding-right: 2rem; font-size: 2.4rem !important; }
  #TopPage main #greeting .btn { padding: 0.5rem 1.6rem 0.5rem 2.0rem; line-height: normal; }
  #TopPage main #greeting .btn::before { padding-right: 0.8rem; } }
/* lower  -------------------------------------- */
#lower .tbl_def { border: 0.1rem solid #855B1C; 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: #855B1C; 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 th, #lower .tbl_def tbody td { padding: 0.7rem 0.5rem; vertical-align: middle; font-weight: normal; }
#lower .tbl_def tbody tr:nth-child(even) { background: #EBE6E1; }
#lower .tbl_price { width: 100%; max-width: 50rem; margin: 0 auto 1rem; border-collapse: collapse; border-spacing: 0; margin: 0 auto; border: 0.1rem solid #5A9D22; }
#lower .tbl_price th, #lower .tbl_price td { padding: 0.5rem; }
#lower .tbl_price th { text-align: left; }
#lower .tbl_price td { width: 9em; text-align: right; }
#lower .tbl_price tr:nth-child(even) { background: #f8efe7; }
#lower #access iframe { width: 100%; height: 30rem; }

@media screen and (min-width: 48em), print { #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 #treatment #treatments .inner section { width: 50%; height: 40rem; max-width: none; padding: 8rem 4.5rem 0 29rem; position: relative; }
  #lower #treatment #treatments .inner section::before { width: 24rem; height: 40rem; position: absolute; top: 0; left: 0; }
  #lower #treatment #treatments .inner section a.btn { margin-top: 4rem; }
  #lower #treatment .flex_LRTB.half h3 { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  #lower #access .flex_LRTB { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  #lower #access .dl_overview { display: block; }
  #lower #access .dl_overview dt { width: 100%; margin-bottom: 1rem; }
  #lower #access .dl_overview dd { width: 100%; margin-bottom: 2rem; }
  #lower #access iframe { height: 70rem; } }

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