@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_xs { font-size: 63% !important; }

.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; }

.icon_pdf::before { font-family: "fontello"; content: "\f1c1"; margin-right: .2em; }

.icon_exel::before { font-family: "fontello"; content: "\f1c3"; margin-right: .2em; }

.icon_tel::before { font-family: "fontello"; content: "\e801"; margin-right: .2em; }

.icon_fax::before { font-family: "fontello"; content: "\f1ac"; margin-right: .2em; }

/* 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; }

.mt_00 { margin-top: 0 !important; }

.mt_20 { margin-top: 2rem !important; }

.mt_30 { margin-top: 3rem !important; }

.mt_40 { margin-top: 4rem !important; }

.mt_50 { margin-top: 5rem !important; }

.mt_60 { margin-top: 6rem !important; }

.mt_70 { margin-top: 7rem !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: #EAEA63; 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: #51A92D; }

/*　● インライン -------------------------------------- */
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: '※'; 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: "\e803"; padding-right: 0.5rem; font-weight: bold; color: #64C4D0; }

/* ページ内リンク -------------------------------------- */
ul.list_pl li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_pl li a { color: #575757; }
ul.list_pl a::before { font-family: "fontello"; content: "\f107"; padding-right: 5px; font-weight: bold; color: #EAEA63; }

@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(81, 169, 45, 0.2); display: block; border: #51A92D 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 #EAEA63; 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 .num { color: #64C4D0; padding-right: 0.8rem; }
ol.list_flow li *:last-child { margin-bottom: 0; }
ol.list_flow li::after { bottom: -30px; color: #EAEA63; 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: 1rem 1.5rem 1.5rem; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.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 #64C4D0; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #51A92D; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #EAEA63 solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #EAEA63; 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: #64C4D0; }

/* テーブルもどき -------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.dl_row dt { width: 5.5em; }
.dl_row dd { width: calc( 100% - 5.5em); }

/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #51A92D solid 0.2rem; border-radius: 0.5rem; }
.box1 > dt, .box2 > dt { border-bottom: #51A92D dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt { color: #EAEA63; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border-color: #EAEA63; }
.box2 dt { border-bottom: #EAEA63 dotted 2px; }
.box2 ul.list_maru > li::before { color: #EAEA63; }

@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: #51A92D; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main a { color: #64C4D0; }
main a:not(.noborder) { border-bottom: 1px solid #64C4D0; }

main a:hover { color: #ff5500; }
main a:hover:not(.noborder) { border-bottom: 1px solid #ff5500; }

a.btn { background: #64C4D0; 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: #316B72; color: #fff; border: none; opacity: 1; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; }
img.noradius { border-radius: 0; }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; /* ベースを10pxに */ width: 100%; }

body { font-family: YakuHanJP_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: #575757; 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: 122rem; 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: 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: 122rem; 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: #64C4D0; 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: #E8F6F8; position: absolute; top: -130%; right: 0; -webkit-transition: .3s; transition: .3s; z-index: 99; font-weight: bold; }
nav a { color: #575757; }
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: '\e803'; color: #64C4D0; padding-right: 0.5rem; }
nav > ul .dropdown > a::before, nav > ul .subsub::before { content: '\e805'; }
nav > ul .dropdown > a.close::before, nav > ul .subsub.clise::before { content: '\e800'; }

nav.open { top: 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: #454545; text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px; }
#lower h2 { margin: 6rem  0 2rem 0.15rem; background: #F4F4F4; padding: 0.8rem 0.8rem 0.8rem 1.2rem; font-size: 2rem; position: relative; border-radius: 1rem; }
#lower h2::before { content: ''; display: block; width: 0.3rem; height: 70%; left: -0.15rem; top: 15%; bottom: 15%; background: #64C4D0; position: absolute; border-radius: 0.2rem; }
#lower h3 { margin: 4rem  0 2rem; padding: 0.6rem 0.6rem 0.6rem 1.2rem; font-size: 1.8rem; position: relative; }
#lower h3::before { content: ''; display: block; width: 0.3rem; height: 100%; left: 0; top: 0; background: -webkit-gradient(linear, left bottom, left top, from(#EAEA63), color-stop(50%, #EAEA63), color-stop(50%, #64C4D0), to(#64C4D0)); background: linear-gradient(0deg, #EAEA63 0%, #EAEA63 50%, #64C4D0 50%, #64C4D0 100%); position: absolute; border-radius: 0.2rem; }
#lower h4 { margin: 3rem  0 2rem; font-size: 1.6rem; padding: 0.6rem 0.6rem 0.6rem 1.2rem; background: #F4F4F4; border-left: 0.3rem solid #64C4D0; }
#lower h5 { margin: 1rem 0 2rem; border-bottom: 0.2rem dotted #707070; padding: 0 0.6rem 0.6rem 1.2rem; }

@media screen and (min-width: 48em), print { header { padding: 0; width: 100%; min-width: 122rem; margin: 0; }
  header > .wrap { margin: 0 auto; padding: 1rem 1rem; -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 .h_left { font-size: 1.4rem; letter-spacing: normal; width: 45.1rem; text-align: center; }
  header > .wrap .logo { height: auto; margin: 0; padding: 0; }
  header > .wrap .logo img { max-height: none; width: 45.1rem; }
  header > .wrap .h_right { width: 67rem; }
  header > .wrap .h_right > ul { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-bottom: 0; }
  header > .wrap .h_right > ul li:first-child { font-size: 3.2rem; color: #64C4D0; }
  header > .wrap .h_right > ul li:first-child::before { content: '\f10b'; font-family: fontello; padding-right: 0.8rem; }
  header > .wrap .h_right > ul li:first-child rt { font-size: 1.2rem; }
  header > .wrap .h_right > ul li:nth-child(2), header > .wrap .h_right > ul li:nth-child(3) { font-size: 2.1rem; margin-left: 2rem; }
  header > .wrap .h_right > ul li:nth-child(2) a, header > .wrap .h_right > ul li:nth-child(3) a { display: block; background: #64C4D0; color: #fff; border-radius: 10rem; width: 17rem; padding: 1.1rem 0; text-align: center; }
  header .btn { display: none; }
  nav { position: relative; padding: 0 1rem 2.2rem; background: rgba(255, 255, 255, 0.9); margin: 0 auto; font-weight: normal; width: 100%; /*        &.is-fixed { position: fixed; top: 0; left: 0; right:0; z-index: 2; padding:1rem 1rem 1.2rem;
}*/ }
  nav ul.gnav { 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; margin: 0 auto; padding: 0; max-width: none; line-height: 1; margin: 0 auto; width: 67rem; font-size: 1.5rem; }
  nav ul.gnav > li { margin: 0; padding: 0; position: relative; min-width: inherit; }
  nav ul.gnav > li > a { text-align: center; width: 100%; display: block; padding: 1rem 0; color: #000; }
  nav ul.gnav > li > a::before { display: none; }
  nav ul.gnav > li.dropdown::after { content: '\e805'; color: #64C4D0; position: absolute; bottom: -0.7rem; font-family: fontello; left: 50%; font-size: 120%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
  nav ul.gnav li.dropdown { padding: 0; margin: 0; }
  nav ul.gnav li.dropdown a { display: block; }
  nav ul.gnav li.dropdown .subnav { display: none; position: absolute; width: 42rem; padding: 0 0; margin: 0; z-index: 100; top: 4rem; left: -16rem; text-align: center; background: rgba(255, 255, 255, 0.9); font-size: 1.6rem; }
  nav ul.gnav li.dropdown .subnav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  nav ul.gnav li.dropdown .subnav li { margin: 0; padding: 0; position: relative; width: 50%; }
  nav ul.gnav li.dropdown .subnav li > a { color: #575757; padding: 1.5rem 0 1.5rem 1.8rem; display: block; text-align: left; } }
/* 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 main { margin-top: 8rem; }
  #lower main .wrap { width: 100rem; }
  #lower h1 { margin: 0 auto; height: 20rem; background-size: auto; font-size: 3.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; margin-bottom: 0; position: relative; letter-spacing: 0.16rem; }
  #lower h2 { font-size: 3.4rem; margin: 4.5rem 0 4rem 0.25rem; padding: 1.6rem 1.6rem 1.6rem 4rem; }
  #lower h2::before { width: 0.5rem; }
  #lower h3 { font-size: 2.8rem; padding: 1rem  1rem 1rem 2.5rem; margin: 7rem 0 3rem; }
  #lower h3::before { width: 0.5rem; }
  #lower h4 { font-size: 2.4rem; padding: 1rem  1rem 1rem 2.5rem; margin: 6rem 0 2.5rem; border-left-width: 0.5rem; }
  #lower h5 { margin: 5rem 0 2rem; font-size: 2.1rem; padding: 0 1rem 1.5rem 2.5rem; }
  #lower footer { margin-top: 0rem; } }
/* 診療時間表 -------------------------------------- */
.tbl_time { width: 100%; text-align: center; margin-bottom: 1rem; }
.tbl_time caption { caption-side: bottom; padding: 1rem 0; line-height: 1.4; }
.tbl_time thead th, .tbl_time thead td { padding: 0.7rem 0  0.7rem; font-weight: normal; }
.tbl_time tbody tr { border-top: 0.1rem solid #707070; }
.tbl_time tbody th, .tbl_time tbody td { padding: 0.7rem 0; vertical-align: middle; }
.tbl_time tbody td { min-width: 2em; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.4rem; }
  .tbl_time caption { padding: 1rem 0 0; }
  .tbl_time thead th { padding: 1rem 0; }
  .tbl_time tbody th { padding: 1.5rem 0; font-weight: normal; width: 12rem; }
  .tbl_time tbody td { padding: 1.5rem 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: #eff9fa; margin: 0; width: 100%; padding: 0.1rem; text-align: center; z-index: 10000; }
.sp_bottom li { width: 40%; margin: 0.2rem; background: #64C4D0; position: relative; font-size: 1.4rem; }
.sp_bottom li a { padding: 1.5rem 0; color: #fff; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-weight: bold; width: 100%; }
.sp_bottom li:first-child { width: 50%; }
.sp_bottom li:first-child i { padding-right: 0.5rem; }
.sp_bottom li:last-child { 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 { background: #64C4D0; }
  .sp_bottom li:nth-child(2) { background: #fff; border-left: 2px solid #64C4D0; border-top: 2px solid #64C4D0; border-bottom: 2px solid #64C4D0; padding: 0.2rem 0 0.2rem 0.2rem; position: fixed; display: block; border-radius: 10px 0 0 10px; right: 0; top: 14rem; width: 6rem; height: 19rem; }
  .sp_bottom li:nth-child(2) a { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 100%; font-size: 2.4rem; background: #64C4D0; border-radius: 10px 0 0 10px; padding: 0.5rem 1.5rem; color: #fff; -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; text-orientation: upright; -ms-text-orientation: upright; -ms-text-combine-horizontal: digits 2; }
  .sp_bottom li:nth-child(2) a::after { content: '\e803'; font-family: fontello; padding-top: 0.5rem; }
  #pageup { position: fixed; bottom: -55.0rem; right: 1.0rem; z-index: 1; cursor: pointer; -webkit-transition: 0.8s; transition: 0.8s; width: 5rem; height: 5rem; border-radius: 50%; font-size: 4.4rem; }
  #pageup a { padding: 0; }
  #pageup.block { display: block; bottom: 1.0rem; } }
footer { background: #F4F4F4; padding: 2.5rem 0 0; }
footer .wrap > ul { display: none; }

/* ページ下部&トップ中段 医院概要  -------------------------------------- */
.overview { padding: 2rem 1rem; line-height: 1.4; background: #fff; border-radius: 1rem; margin-bottom: 2.5rem; }
.overview a { border: none; text-decoration: none !important; }
.overview .logo { text-align: center; margin-bottom: 0; }
.overview .logo img { width: calc(100% - 2rem); max-height: 6rem; }
.overview .logo + p { text-align: center; font-weight: bold; font-size: 2.5rem; margin-bottom: 2rem; background: #64C4D0; border-radius: 10rem; width: 28rem; margin: 0 auto 1rem; }
.overview .logo + p a { display: -webkit-box; display: -ms-flexbox; display: flex; color: #fff; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.overview .logo + p a::before { content: '\f10b'; font-family: fontello; padding-right: 0.8rem; font-weight: normal; font-size: 4rem; }
.overview .logo + p rt { font-size: xx-small; }
.overview .tbl_time caption { display: none; }
.overview ul > li { margin-bottom: 0.2rem; }
.overview ul > li:nth-child(2) { text-indent: -3em; padding-left: 3em; }

.gmap { margin: 1rem auto 0; height: 51rem; width: 100%; }

address { padding: 0.8rem 0 6.2rem; font-style: normal; background: #64C4D0; font-size: 1.2rem; text-align: center; }
address a { color: #fff; }

@media screen and (min-width: 48em), print { .overview { padding: 3rem; margin: 0 3rem 5rem 0; width: 42.6rem; }
  .overview .logo { margin: 0; text-align: center; }
  .overview .logo img { width: auto; max-height: none; }
  .overview .logo + p { margin-bottom: 2.5rem; }
  .overview .logo + p a { pointer-events: none; }
  .gmap { margin: 0; }
  footer { padding: 5.2rem 0 0; margin: 0  auto 0; }
  footer .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 1rem 1rem; }
  footer .wrap > ul { display: block; margin: 0; width: 18rem; }
  footer .wrap > ul li { margin-bottom: 2rem; }
  footer .wrap > ul a { color: #000000; }
  footer .wrap > ul a::before { content: '- '; }
  footer .wrap > ul .dropdown { display: none; }
  address { margin: 0; padding: 1.5rem 0; background-color: transparent; }
  address a { color: #000; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

.tel a { color: #575757; border-bottom: none; }

/* TopPage  -------------------------------------- */
#TopPage #kv { background-size: auto 25rem; background-repeat: no-repeat; background-position: top center; margin: 0 auto 2rem; position: relative; max-width: 68rem; width: 100%; }
#TopPage #kv .wrap { position: relative; height: 25rem; padding-top: 5rem; }
#TopPage .kv_open { position: absolute; bottom: 0; left: 2rem; background: #64C4D0; color: #fff; padding: 1rem; }
#TopPage .kv_txt { width: 19rem; padding: 0.5rem; background: rgba(255, 255, 255, 0.7); }
#TopPage main { margin: 0; }
#TopPage main > section { margin: 0; padding: 5rem 1.5rem; }
#TopPage .bnr { margin: 3rem auto; width: calc( 100% - 5rem ); max-width: 66rem; }
#TopPage .bnr a { display: block; padding: 1rem; border-radius: 1rem; width: 100%; height: 100%; border-bottom: none; text-decoration: none; border: #fff 0.3rem solid; -webkit-box-shadow: 0 0 0 0.8rem #64C4D0; box-shadow: 0 0 0 0.8rem #64C4D0; font-size: 2.4rem; text-align: center; color: #fff; }
#TopPage .bnr a::after { content: ''; background-repeat: no-repeat; background-size: contain; width: 4rem; height: 4rem; display: block; margin: 1rem auto 0; }
#TopPage .bnr.-covid19 a { background: #64C4D0; -webkit-box-shadow: 0 0 0 0.8rem #64C4D0; box-shadow: 0 0 0 0.8rem #64C4D0; }
#TopPage .bnr.-covid19 a::after { background-image: url("../img/icon_covid19.png"); }
#TopPage .bnr.-visit a { background: #eaea63; -webkit-box-shadow: 0 0 0 0.8rem #eaea63; box-shadow: 0 0 0 0.8rem #eaea63; color: #4b4b4b; }
#TopPage .bnr.-visit a::after { background-image: url("../img/icon_visit.png"); }
#TopPage .bnr_influenza { margin: 0 auto 1rem; width: 100%; background: #d6d660; font-size: 2.4rem; color: #fff !important; display: block; }
#TopPage .bnr_influenza .a { display: block; }
#TopPage .bnr_influenza .left { padding: 1rem; text-align: center; }
#TopPage .bnr_influenza img { height: 100%; }
#TopPage .bnr_recruit { margin: 0 auto 1rem; width: 100%; background: #64C4D0; font-size: 2.4rem; color: #fff !important; display: block; }
#TopPage .bnr_recruit .a { display: block; }
#TopPage .bnr_recruit .left { padding: 1rem; text-align: center; }
#TopPage .bnr_recruit img { height: 100%; }
@media screen and (min-width: 48em), print { #TopPage .bnr_influenza { margin: 0 auto 1rem; font-size: 2.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  #TopPage .bnr_influenza .right { width: 30%; padding: 0; margin: 0; }
  #TopPage .bnr_influenza .left { width: 70%; }
  #TopPage .bnr_recruit { margin: 0 auto 1rem; font-size: 2.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  #TopPage .bnr_recruit .right { width: 30%; padding: 0; margin: 0; }
  #TopPage .bnr_recruit .left { width: 70%; } }
#TopPage #news h2 { font-size: 2rem; position: relative; text-align: center; margin: 4rem 0 1rem; }
#TopPage #news h2 span { display: block; font-size: 63%; color: #64C4D0; font-weight: normal; }
#TopPage #news dl { margin: 0; border-bottom: 0.1rem dashed #ccc; padding-bottom: 1rem; overflow-y: scroll; max-height: 40rem; }
#TopPage #news dl dt { margin: 0.5rem 0 0; cursor: pointer; padding: 1rem 2rem  0.5rem 0; position: relative; font-weight: bold; font-size: 1.6rem; border-top: 0.1rem dashed #ccc; }
#TopPage #news dl dt span.date_tag { color: #64C4D0; display: block; }
#TopPage #news dl dt::before { font-family: fontello; content: '\e805'; text-align: center; position: absolute; right: 1.5rem; color: #64C4D0; }
#TopPage #news dl dt.close::before { -webkit-transform: scale(1, -1); transform: scale(1, -1); }
#TopPage #news dl dt:first-child { border-top: none; padding-top: 0; }
#TopPage #news dl dt span.new { display: none; }
#TopPage #news dl dd { margin: 0.5rem 1.5rem 0 0; display: none; }
#TopPage #blog h2 { font-size: 2rem; position: relative; text-align: center; margin: 4rem 0 1rem; }
#TopPage #blog h2 span { display: block; font-size: 63%; color: #64C4D0; font-weight: normal; }
#TopPage #blog dl { overflow-y: scroll; max-height: 40rem; }
#TopPage #blog dt { border-bottom: 0.1rem dashed #ccc; margin-bottom: 1rem; }
#TopPage #blog dt a { border: none; font-size: 1.6rem; font-weight: bold; }
#TopPage #blog dt p { text-align: right; margin: 0 0.5rem 1rem; }
#TopPage #blog dt p span { display: inline-block; padding: 0.3rem 0.5rem; background: #64C4D0; color: #fff; border-radius: 0.5rem; font-size: 90%; }
#TopPage #blog dd { display: none; }
#TopPage #ov_m { background: url("../img/bg01.png") center top repeat-x; background-size: auto 100%; padding: 10rem 0 3rem; }
#TopPage #dept h2, #TopPage #features h2, #TopPage #consultation h2 { text-align: center; font-size: 2rem; margin-bottom: 5rem; position: relative; }
#TopPage #dept h2 img, #TopPage #features h2 img, #TopPage #consultation h2 img { display: block; margin: 0 auto  0.5rem; }
#TopPage #dept h2::after, #TopPage #features h2::after, #TopPage #consultation h2::after { width: 5rem; height: 0.15rem; content: ''; display: block; background: #89796F; margin: 0 auto; position: absolute; bottom: -2rem; left: 0; right: 0; }
#TopPage #consultation { background: #F4F4F4; }
#TopPage #consultation 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 #consultation ul li { width: 26.5rem; margin: 0 auto 3rem; font-size: 1.6rem; }
#TopPage #consultation ul li a { display: block; color: #5D5D59; border: none; }
#TopPage #consultation ul li dt { font-size: 1.8rem; position: relative; font-weight: bold; }
#TopPage #consultation ul li dt::after { font-family: fontello; content: '\e81a'; position: absolute; right: 0; top: -1rem; font-size: 3rem; }
#TopPage #consultation ul li img { width: 20rem; margin: 1rem auto; }
#TopPage #dept { background: url("../img/bg02.jpg") no-repeat; background-size: cover; }
#TopPage #dept ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#TopPage #dept ul li { text-align: center; width: 14.5rem; /*                &:nth-child(3){ a::before{ content:'\e815'; } }                 &:nth-child(4){ a::before{ content:'\e811'; } }                 &:nth-child(5){ a::before{ content:'\e812'; } }                 &:nth-child(6){ a::before{ content:'\e814'; } }                    &:nth-child(10){ a::before{ content:'\e806'; } }             &:nth-child(11){ a::before{ content:'\e819'; } }             &:nth-child(12){ a::before{ content:'\e80c'; } }             &:nth-child(13){ a::before{ content:'\e80f'; } }       */ }
#TopPage #dept ul li a { color: #5D5D59; padding-top: 14rem; border: none; letter-spacing: normal; }
#TopPage #dept ul li a span { background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EAEA63)); background: linear-gradient(transparent 60%, #EAEA63 60%); }
#TopPage #dept ul li a::before { background: url("../img/dept_circle.png") no-repeat center top; content: '\e810'; font-family: fontello; text-align: center; width: 100%; height: 12.8rem; display: block; font-size: 7rem; padding-top: 1rem; }
#TopPage #dept ul li:nth-child(2) a::before { content: '\e80d'; }
#TopPage #dept ul li:nth-child(3) a::before { content: '\e80a'; }
#TopPage #dept ul li:nth-child(4) a::before { content: '\e816'; }
#TopPage #dept ul li:nth-child(5) a::before { content: '\e80b'; }
#TopPage #dept ul li:nth-child(6) a::before { content: '\e999'; }
#TopPage #features { background: url("../img/bg03.jpg") top center repeat-x; }
#TopPage #features .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; grid-gap: 4rem 1.0rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#TopPage #features .wrap section { width: 26.5rem; padding: 0; margin: 0; }
#TopPage #features .wrap section h3 { text-align: center; color: #51A92D; font-size: 1.8rem; margin-bottom: 1rem; }
#TopPage #features .wrap section h3 img { display: block; margin: 0 auto; }
#TopPage #features .wrap section p br { display: none; }
#TopPage .bg_slide { margin: 3rem 0; background: url("../img/slide.jpg") repeat-x; background-size: 112.5rem 11.5rem; height: 11.5rem; -webkit-animation: bgscroll 20s linear infinite; animation: bgscroll 20s linear infinite; }
@-webkit-keyframes bgscroll { 0% { background-position: 0 0; }
  100% { background-position: -112.5rem 0; } }
@keyframes bgscroll { 0% { background-position: 0 0; }
  100% { background-position: -112.5rem 0; } }
@media screen and (min-width: 48em), print { #TopPage #kv { height: 55rem; background-size: auto; max-width: none; margin-bottom: 5rem; }
  #TopPage #kv .wrap { padding-top: 13.4rem; height: 55rem; }
  #TopPage #kv .kv_open { width: 35.4rem; left: 0; font-size: 2.4rem; padding: 1.4rem 0; text-align: center; }
  #TopPage #kv .kv_txt { width: auto; background-color: transparent; }
  #TopPage main { margin: 0 auto 0; }
  #TopPage main section { padding: 8rem 0; }
  #TopPage main .bnr { width: 66rem; margin-top: 0; max-width: none; }
  #TopPage main .bnr a { font-size: 3.5rem; padding: 2rem; 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; }
  #TopPage main .bnr a .bnr_txt { width: calc(100% - 12rem); }
  #TopPage main .bnr a::after { width: 11.5rem; height: 11.5rem; }
  #TopPage main #news { padding-left: 0; }
  #TopPage main #news h2 { width: 16rem; font-size: 3.4rem; margin: 0 auto 1rem; }
  #TopPage main #news dl { width: 58rem; padding-bottom: 2rem; height: 40rem; }
  #TopPage main #news dl > dt { padding: 2rem 2rem 0 0; margin: 1.5rem 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; }
  #TopPage main #news dl > dt span { padding-right: 1rem; }
  #TopPage main #news dl dd { margin-top: 1.6rem; }
  #TopPage main #blog h2 { width: 16rem; font-size: 3.4rem; margin: 0 auto 1rem; }
  #TopPage main #blog dl { height: 40rem; }
  #TopPage main #ov_m { padding: 12.8rem 0 5rem; }
  #TopPage main #ov_m .wrap { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  #TopPage main #ov_m .gmap { width: 45rem; }
  #TopPage main #dept h2, #TopPage main #features h2, #TopPage main #consultation h2 { font-size: 3.3rem; margin-bottom: 7.5rem; }
  #TopPage main #dept h2::after, #TopPage main #features h2::after, #TopPage main #consultation h2::after { bottom: -2.75rem; }
  #TopPage main #dept h2 img, #TopPage main #features h2 img, #TopPage main #consultation h2 img { margin-bottom: 0.8rem; }
  #TopPage main #consultation ul li { width: 28rem; font-size: 1.8rem; }
  #TopPage main #consultation ul li dt { font-size: 2.2rem; }
  #TopPage main #consultation ul li img { width: 28rem; margin-bottom: 2rem; }
  #TopPage main #features { padding: 7rem 0; background-size: auto 100%; }
  #TopPage main #features .wrap { grid-gap: 3rem 5.5rem; }
  #TopPage main #features .wrap section { width: 36rem; }
  #TopPage main #features .wrap section p { text-align: center; }
  #TopPage main #features .wrap section p br { display: inline; }
  #TopPage main .bg_slide { height: 23rem; background-size: auto 23rem; }
  @-webkit-keyframes bgscroll { 0% { background-position: 0 0; }
    100% { background-position: -225rem 0; } }
  @keyframes bgscroll { 0% { background-position: 0 0; }
    100% { background-position: -225rem 0; } } }
/* lower  -------------------------------------- */
#lower main #ov_m { background: url("../img/bg01.png") center top repeat-x; background-size: auto 100%; padding: 10rem 0 3rem; }
#lower .tbl_def { border: 0.1rem solid #64C4D0; 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: #64C4D0; 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 #51A92D; }
#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 #clinic .list_figure { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; font-weight: bold; -ms-flex-pack: distribute; justify-content: space-around; }
#lower #clinic .list_figure li { width: 48%; min-width: 28rem; margin-bottom: 2rem; }
#lower #clinic .sp-grab { cursor: default; }
#lower #lifestyle .list_icon { 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; margin-top: 2rem; }
#lower #lifestyle .list_icon li:first-child, #lower #lifestyle .list_icon li:nth-child(2), #lower #lifestyle .list_icon li:nth-child(n+7) { display: none; }
#lower #lifestyle .list_icon a { color: #5D5D59; padding-top: 14rem; border: none; letter-spacing: normal; }
#lower #lifestyle .list_icon a span { background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EAEA63)); background: linear-gradient(transparent 60%, #EAEA63 60%); }
#lower #lifestyle .list_icon a::before { background: url("../img/dept_circle.png") no-repeat center top; content: '\e815'; font-family: fontello; text-align: center; width: 100%; height: 12.8rem; display: block; font-size: 7rem; padding-top: 1rem; }
#lower #lifestyle .list_icon li { width: 14.5rem; text-align: center; margin-bottom: 1.5rem; }
#lower #lifestyle .list_icon li:nth-child(4) a::before { content: '\e811'; }
#lower #lifestyle .list_icon li:nth-child(5) a::before { content: '\e812'; }
#lower #lifestyle .list_icon li:nth-child(6) a::before { content: '\e814'; }
#lower #respiratory .list_icon { 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; }
#lower #respiratory .list_icon a { color: #5D5D59; padding-top: 14rem; border: none; letter-spacing: normal; }
#lower #respiratory .list_icon a span { background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EAEA63)); background: linear-gradient(transparent 60%, #EAEA63 60%); }
#lower #respiratory .list_icon a::before { background: url("../img/dept_circle.png") no-repeat center top; content: '\e806'; font-family: fontello; text-align: center; width: 100%; height: 12.8rem; display: block; font-size: 7rem; padding-top: 1rem; }
#lower #respiratory .list_icon li { width: 14.5rem; text-align: center; margin-bottom: 1.5rem; }
#lower #respiratory .list_icon li:nth-child(3) a::before { content: '\e819'; }
#lower #respiratory .list_icon li:nth-child(4) a::before { content: '\e80d'; }
#lower #respiratory .list_icon li:nth-child(5) a::before { content: '\e80f'; }
#lower #respiratory .list_icon li:nth-child(6) a::before { content: '\e817'; }
#lower #respiratory .list_icon li:first-child { display: none; }

@media screen and (min-width: 48em), print { #lower main #ov_m { padding: 12.8rem 0 5rem; }
  #lower main #ov_m .wrap { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  #lower main #ov_m .gmap { width: 45rem; }
  #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 #access .tbl_time { font-size: 1.6rem; }
  #lower #access .tbl_time tbody th { width: 20rem; }
  #lower #lifestyle .list_icon, #lower #respiratory .list_icon { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; }
  #lower #lifestyle .list_icon li, #lower #respiratory .list_icon li { width: 15rem; }
  #lower #nonsmoking .fc_rd.bold.font_l { text-align: center; } }
/*nav .dropdown a  , nav ul li:nth-child(5) a ,  footer .tr a, footer .overview + ul li:nth-child(5) a , #dept a {
pointer-events: none;
}*/
#c-modal_bg { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; cursor: pointer; background: rgba(0, 0, 0, 0.6); }

#c-modal { position: fixed; top: 50%; left: 50%; z-index: 9999; width: 95%; height: auto; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #ffffff; padding: 10px; text-align: left; overflow: scroll; }

#c-modal_close { padding: 5px; cursor: pointer; background: #64C4D0; color: #ffffff; border-radius: 8rem; width: 100px; height: auto; text-align: center; margin-bottom: 1em; }

p.modal_ttl { padding: 0.3em 1em; background-color: #64C4D0; color: #fff; margin-bottom: 0.5em; font-size: 100%; font-weight: bold; text-align: center; }

@media screen and (min-width: 48em), print { #c-modal { top: 55%; left: 50%; width: 900px; height: 650px; padding: 40px 30px 30px 30px; text-align: left; overflow: hidden; }
  p.modal_ttl { font-size: 120%; } }

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