@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(80%, transparent), color-stop(60%, #ED96A2)); background: linear-gradient(transparent 80%, #ED96A2 60%); }

.pointer-events { pointer-events: none; }
.pointer-events :hover { opacity: 1; }

.block { display: block; }

.inline-block { display: inline-block; }

.flex { display: -webkit-box; display: -ms-flexbox; display: flex; }

.hidden { overflow: hidden; }

.gap10 { gap: 1rem; }

.align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.borderlight-blue { border: 2px solid #5EBDCB; }

.border-pink { border: 2px solid #ED96A2; }

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

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

.fc_pink { color: #ED96A2 !important; }

.fc_blue { color: #0960E3 !important; }

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

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

.fc_orange { color: #ff9c00 !important; }

.fc_black { color: #575757 !important; }

.bg-pink { background: #ed96a2 !important; }

.bg-green { background: #a7ce70 !important; }

.bg-red { background: #E7340B !important; }

.bg-bluegreen { background: #5EBDCB !important; }

.bg-orange { background: #ff9c00 !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, .sp_n_f { display: none !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !important; }
  .sp_n_i { display: inline !important; }
  .sp_n_f { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .pc_n { display: none !important; } }
/* マージン -------------------------------------- */
.mt_10 { margin-top: 1rem !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; }

.p10 { padding: 1rem; }

.pt_0 { padding-top: 0px !important; }

.pr_0 { padding-right: 0px !important; }

.pb_0 { padding-bottom: 0px !important; }

.pl_0 { padding-left: 0px !important; }

.pt_10 { padding-top: 10px !important; }

.pr_10 { padding-right: 10px !important; }

.pb_10 { padding-bottom: 10px !important; }

.pl_10 { padding-left: 10px !important; }

.pt_20 { padding-top: 20px !important; }

.pr_20 { padding-right: 20px !important; }

.pb_20 { padding-bottom: 20px !important; }

.pl_20 { padding-left: 20px !important; }

.pt_30 { padding-top: 30px !important; }

.pr_30 { padding-right: 30px !important; }

.pb_30 { padding-bottom: 30px !important; }

.pl_30 { padding-left: 30px !important; }

.pt_40 { padding-top: 40px !important; }

.pr_40 { padding-right: 40px !important; }

.pb_40 { padding-bottom: 40px !important; }

.pl_40 { padding-left: 40px !important; }

.pt_50 { padding-top: 50px !important; }

.pr_50 { padding-right: 50px !important; }

.pb_50 { padding-bottom: 50px !important; }

.pl_50 { padding-left: 50px !important; }

.pt_60 { padding-top: 60px !important; }

.pr_60 { padding-right: 60px !important; }

.pb_60 { padding-bottom: 60px !important; }

.pl_60 { padding-left: 60px !important; }

.pt_70 { padding-top: 70px !important; }

.pr_70 { padding-right: 70px !important; }

.pb_70 { padding-bottom: 70px !important; }

.pl_70 { padding-left: 70px !important; }

.pt_80 { padding-top: 80px !important; }

.pr_80 { padding-right: 80px !important; }

.pb_80 { padding-bottom: 80px !important; }

.pl_80 { padding-left: 80px !important; }

.pt_90 { padding-top: 90px !important; }

.pr_90 { padding-right: 90px !important; }

.pb_90 { padding-bottom: 90px !important; }

.pl_90 { padding-left: 90px !important; }

.pt_100 { padding-top: 100px !important; }

.pr_100 { padding-right: 100px !important; }

.pb_100 { padding-bottom: 100px !important; }

.pl_100 { padding-left: 100px !important; }

.fixed-btn { position: fixed; right: 0; bottom: 6rem; -webkit-transform: initial; transform: initial; width: 100%; z-index: 9; padding: 1rem; }

.fixed-btn p { width: auto; text-align: center; }

.fixed-btn p img { width: 50%; }

.fixed-btn_area { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; }

.fixed-btn_body { padding: 1rem; position: relative; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.fixed-btn a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; color: #fff; background-color: #5EBDCB; }

.noticeTheme { background-color: #FFF3F4; padding: 20px 2%; border: 2px solid #E7340B; }
.noticeTheme .title { display: block; color: #E7340B; font-size: 20px; text-align: center; font-weight: bold; border-bottom: 6px double #E7340B; margin-bottom: 1.6rem; }
.noticeTheme .border-gray { border-bottom: 1px solid #575757; }
.noticeTheme.-color2 { border-color: #5EBDCB; background-color: rgba(94, 189, 203, 0.05); }
.noticeTheme.-color2 .title { color: #5EBDCB; border-bottom-color: #5EBDCB; }

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

.flex_wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.flex_wrap > * { width: 48%; margin-bottom: 0; }

@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; }
  .flex_LRTB.quatro { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex_LRTB.quatro > * { width: 23%; margin-bottom: 0; }
  .flex_LRTB.quatro > li { margin-bottom: 1rem; }
  .flex_LRTB.quatro > section { margin: 0 !important; }
  .flex_wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .flex_wrap > * { width: 23%; margin-bottom: 0; }
  /* 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; }
  .fixed-btn { z-index: 100; }
  .fixed-btn a { position: fixed; right: 0; top: 608px; bottom: initial; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); width: 100%; max-width: 7rem; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; padding: initial; font-size: 90%; min-height: 16rem; }
  .fixed-btn_body { padding: 2rem 0 0; }
  .fixed-btn p { padding: 1rem 0; width: 80%; }
  .fixed-btn p img { width: 100%; }
  .fixed-btn a:hover { opacity: initial; color: #5EBDCB; background-color: #fff; border: solid 1px #5EBDCB; }
  .fixed-btn a.btn2 { background: #a7ce70; position: fixed; right: 0; top: 420px; bottom: initial; font-size: 90%; }
  .fixed-btn a.btn3 { background: #ed96a2; position: fixed; right: 0; top: 250px; bottom: initial; font-size: 90%; }
  a.btn2:hover { opacity: initial; color: #a7ce70; background-color: #fff; border: solid 1px #a7ce70; }
  a.btn3:hover { opacity: initial; color: #ed96a2; background-color: #fff; border: solid 1px #ed96a2; }
  .justify-space-evenly { -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; } }
/* ----------------------------------------------------------------------------------
リストなど　_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: #ED96A2; vertical-align: middle; }

ul.list_sim02 { margin: 0 0 10px 20px; }
ul.list_sim02 > li { margin: 0 0 8px 0; padding: 0; text-indent: -0.5em; }
ul.list_sim02 > li::before { position: relative; top: -0.1em; left: -0.5em; display: inline-block; width: 0.5em; height: 0.5em; content: ''; border-radius: 100%; background: #575757; 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: #A7CE70; }

/*　● インライン -------------------------------------- */
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: "\63"; padding-right: 0.5rem; font-weight: bold; color: #5EBDCB; }

/* ページ内リンク -------------------------------------- */
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: #ED96A2; }

@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(167, 206, 112, 0.2); display: block; border: #A7CE70 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_num li li { list-style-type: none; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow li { border: 5px solid #ED96A2; 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: #5EBDCB; 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: #ED96A2; 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; margin-bottom: 0.7rem; color: #5EBDCB; font-size: 110%; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #A7CE70; }

/* dtに● -------------------------------------- */
.dl_maru { margin: 2rem auto; }
.dl_maru > dt { font-weight: bold; margin-bottom: 0.7rem; font-size: 110%; }
.dl_maru > dt::before { content: '●'; color: #5EBDCB; padding-right: 0.5rem; }
.dl_maru > dd { margin-bottom: 1.5rem; }
.dl_maru > dd ul.list_maru li::before { color: #A7CE70; }

/* dtに二重線 -------------------------------------- */
.dl_border { margin: 2rem auto; }
.dl_border > dt { font-weight: bold; border-bottom: double 3px #5EBDCB; margin-bottom: 0.7rem; }
.dl_border > dd { margin-bottom: 1.5rem; }
.dl_border > dd ul.list_maru li::before { color: #A7CE70; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #ED96A2 solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #ED96A2; 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: #5EBDCB; }

/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #A7CE70 solid 0.2rem; border-radius: 0.5rem; }
.box1 > dt, .box2 > dt { border-bottom: #A7CE70 dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt { color: #ED96A2; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }
.box1 p.link_endscopy a.btn_endscopy, .box2 p.link_endscopy a.btn_endscopy { background: url("../img/icon_endscopy.png") left 1rem center no-repeat #F19B2C; background-size: 3rem 3rem; border-radius: 0.5rem; max-width: 27rem; padding: 1.2rem 0 1.2rem 5rem; color: #fff; font-weight: bold; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 0 0 0.1rem #F19B2C; box-shadow: 0 0 0 0.1rem #F19B2C; border: 0.1rem solid #fff; font-size: 1.6rem; margin: 1rem auto; }
.box1 p.link_endscopy a.btn_endscopy br, .box2 p.link_endscopy a.btn_endscopy br { display: none; }

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

@media screen and (min-width: 48em), print { .box1 > dt, .box2 > dt { font-size: 18px; }
  .box1 > dd dt, .box2 > dd dt { font-size: 17px; }
  .box1 p.link_endscopy a.btn_endscopy, .box2 p.link_endscopy a.btn_endscopy { width: auto; padding: 0.9rem 0.9rem 0.9rem 7.4rem; height: 6.6rem; font-size: 1.8rem; background-size: auto; margin: 0; }
  .box1 p.link_endscopy a.btn_endscopy br, .box2 p.link_endscopy a.btn_endscopy br { display: inline; } }
/* テキストカラー -------------------------------------- */
.fc_rd { color: #c80014; }

.fc_gr { color: #34acbd; }

.fc_or { color: #A7CE70; }

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

main a { border-bottom: 1px solid #5EBDCB; color: #5EBDCB; }

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

a.btn { background: #5EBDCB; 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: #A7CE70; color: #fff; border: none; opacity: 1; }

a.btn.pink { background-color: #ED96A2; }

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

a.no_border { border-bottom: none !important; }

a.btn_instagram { border: 3px solid #5EBDCB; 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; gap: 15px; padding: 1rem; margin-top: 10px; font-weight: bolder; color: #575757; }

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

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

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

/* アンカー対策 ----------------------------------------*/
:target::before { content: ""; display: block; height: 6.0rem; margin: -6.0rem 0 0; visibility: hidden; }
@media screen and (min-width: 48em), print { :target::before { height: 7rem; margin-top: -7rem; } }

/* ----------------------------------------------------------------------------------
共通部分　_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; }
  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; }
#lower main section section { margin-bottom: 3rem; }

@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 > .head_frame { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; position: fixed; left: 0; top: 0; z-index: 100; background: #fff; width: 100%; }
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; }
header .h_right { display: none; /*width:100%;*/ }
header .h_right .btn_endscopy { background: url("../img/icon_endscopy.png") left 1rem center no-repeat #F19B2C; background-size: 3rem 3rem; border-radius: 0.5rem; max-width: 27rem; padding: 1.2rem 0 1.2rem 5rem; color: #fff; font-weight: bold; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 0 0 0.1rem #F19B2C; box-shadow: 0 0 0 0.1rem #F19B2C; border: 0.1rem solid #fff; line-height: 1.2; font-size: 1.6rem; margin: 1rem auto; }
header .h_right .btn_endscopy br { display: none; }
header .h_right .btn_gastrocamera_reservation { display: block; background: #5EBDCB; border-radius: 0.5rem; max-width: 27rem; padding: 1rem; color: #fff; font-weight: bold; -webkit-box-shadow: 0 0 0 0.1rem #5EBDCB; box-shadow: 0 0 0 0.1rem #5EBDCB; border: 0.1rem solid #fff; line-height: 1.2; font-size: 1.6rem; margin: 1rem auto; }
header .h_right .btn_gastrocamera_reservation .font_s { display: block; margin: 0.25em 0 0; font-size: 1.3rem; }
header .h_right ul { font-weight: bold; }
header .h_right ul li:last-child { margin: 0; }
header .h_right ul li:last-child a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #575757; font-size: 1.6rem; }
header .h_right ul li:last-child a img { display: inline-block; margin-right: 1rem; }

/* ハンバーガーメニュー  -------------------------------------- */
.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: #5EBDCB; 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; background-color: #E8F6F8; position: absolute; top: -80rem; -webkit-transition: .3s; transition: .3s; z-index: 99; font-weight: bold; max-height: 85vh; overflow: scroll; }
nav a { color: #575757; }
nav br { display: none; }
nav > ul { margin: 0 auto 1rem; -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: #5EBDCB; padding-right: 0.5rem; }
nav > ul .dropdown > a::before, nav > ul .subsub::before { content: '\72'; }
nav > ul .dropdown > a.close::before, nav > ul .subsub.clise::before { content: '\65'; }
nav > .btn { margin: 22px 0 20px 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
nav > .btn li { list-style: none; margin: 0 0 10px 10px; }
nav > .btn li a { font-size: 120%; color: #fff; padding: 1rem; border-radius: 10px; }
nav > .btn li a::before { font-family: fontello; content: "w"; color: #fff; padding-right: 0.5rem; }
nav > .btn li.half { width: 44%; }
nav > .btn li.full { width: 91%; }

nav.open { top: 5rem; }

.box_exam { background: #E8F6F8; width: 100%; padding: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

.flow_arrow .box_exam .dl_border { margin: 0 auto; }
.flow_arrow .box_exam .dl_border dt { margin-bottom: 1.5rem; padding-bottom: 0.7rem; }
.flow_arrow .box_exam .dl_border dt.single { border: none; padding: 0; margin: 0; }
.flow_arrow .box_exam:not(:last-of-type) { position: relative; margin-bottom: 3em; }
.flow_arrow .box_exam:not(:last-of-type)::after { position: absolute; left: 0; bottom: -2.15em; width: 100%; display: block; content: '▼'; text-align: center; color: #5EBDCB; }

#gastrocamera_reservation .form_link, #clolonoscopy_reservation .form_link { text-align: center; }
#gastrocamera_reservation .form_link p, #clolonoscopy_reservation .form_link p { text-align: center; }
#gastrocamera_reservation .form_link .caution, #clolonoscopy_reservation .form_link .caution { margin: 0.5em 0 1.3em; }
#gastrocamera_reservation .form_link .anchorText a, #clolonoscopy_reservation .form_link .anchorText a { pointer-events: none; opacity: 0.5; }
#gastrocamera_reservation .form_link #check-enable:checked ~ .anchorText a, #clolonoscopy_reservation .form_link #check-enable:checked ~ .anchorText a { pointer-events: auto; opacity: 1; }

#endscopy #lower h1 { background-image: url("../img/h1_endscopy.jpg"); }

#pylori #lower h1 { background-image: url("../img/h1_pylori.jpg"); }

#fecaloccultblood #lower h1 { background-image: url("../img/h1_fecaloccultblood.jpg"); }

#gastrocamera_reservation #lower h1 { background-image: url("../img/h1_gastrocamera_reservation.jpg"); }

#clolonoscopy_reservation #lower h1 { background-image: url("../img/h1_clolonoscopy_reservation.jpg"); }

#facility_standards #lower h1 { background-image: url("../img/h1_facility_standards.jpg"); }

#access #lower h1 { background-image: url("../img/h1_access.jpg"); }

#visitor #lower h1 { background-image: url("../img/h1_visitor.jpg"); }

#exam #lower h1 { background-image: url("../img/h1_exam.jpg"); }

#treatment #lower h1 { background-image: url("../img/h1_treatment.jpg"); }

#lower main .wrap { margin-top: 3rem; }
#lower h1 { background: url("../img/h1_clinic.jpg") no-repeat center center; background-size: auto 100%; 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 { 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; gap: 1rem; -ms-flex-wrap: nowrap; flex-wrap: nowrap; font-size: 2rem; margin-bottom: 2rem; padding-top: 5rem; /*&::after { width:8rem; height:0.2rem; content: ''; display: block; background: $colorMain; margin: 0 auto; position: absolute; bottom: -1rem;
}*/ }
#lower h2::before { content: '\e95f'; font-family: fontello; color: #A7CE70; font-size: 120%; top: 0; }
#lower h2::after { content: '\e95f'; font-family: fontello; color: #A7CE70; font-size: 120%; top: 0; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
#lower h2 > span { text-align: left; }
#lower h3 { margin: 6rem  0 2rem; background: #5EBDCB; padding: 0.6rem; color: #fff; font-size: 1.8rem; }
#lower h4 { margin: 3rem  0 2rem; font-size: 1.6rem; padding: 0.5rem 0; border-bottom: 0.2rem dotted #C1C1C1; }
#lower h4::before { content: '\e924'; font-family: fontello; color: #A7CE70; padding-right: 0.5rem; }
#lower h5 { margin: 1rem 0 2rem; border-left: 0.3rem solid #ED96A2; padding: 0.2rem 0 0.2rem 0.5rem; position: relative; }
#lower h5::after { width: calc(100% + 0.3rem); height: 0.1rem; background: #C1C1C1; display: block; content: ''; position: absolute; left: -0.3rem; bottom: -0.5rem; }

@media screen and (min-width: 48em), print { header { padding: 0; width: 100%; min-width: 122rem; margin: 0; }
  header > .head_frame { max-width: 145rem; margin: 0 auto; padding: 2rem 1rem 10rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: static; }
  header > .head_frame .logo { height: auto; width: 51rem; margin: 0; padding: 0; }
  header > .head_frame .logo img { max-height: none; }
  header > .head_frame div.h_right { width: 52rem; letter-spacing: normal; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  header > .head_frame div.h_right .btn_gastrocamera_reservation { display: none; }
  header > .head_frame div.h_right .btn_endscopy { width: 24rem; padding: 0.9rem 0.9rem 0.9rem 7.4rem; height: 6.6rem; margin-right: 2.5rem; font-size: 1.8rem; background-size: auto; }
  header > .head_frame div.h_right .btn_endscopy br { display: inline; }
  header > .head_frame div.h_right ul { width: 26rem; margin: 0; white-space: nowrap; }
  header > .head_frame div.h_right ul li:first-child { font-size: 2.7rem; }
  header > .head_frame div.h_right ul li:first-child i { font-weight: normal; padding-right: 1rem; color: #A7CE70; }
  header > .head_frame div.h_right ul li:last-child a { font-size: 2.1rem; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  header .btn { display: none; }
  nav { position: relative; background: rgba(255, 255, 255, 0.9); margin: 0 auto -10rem; font-weight: normal; width: 100%; top: auto; height: auto; overflow: visible; }
  nav.is-fixed { position: fixed; top: 0; left: 0; right: 0; z-index: 2; padding: 1rem 1rem 1.2rem; }
  nav.is-fixed .gnav { max-width: 145rem; }
  nav ul.gnav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; row-gap: 1em; width: 100%; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; -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; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; min-width: inherit; border-left: 0.1rem solid #C5C5C5; width: 20rem; height: 3.6rem; }
  nav ul.gnav > li:last-child { border-right: 0.1rem solid #C5C5C5; }
  nav ul.gnav > li > a { color: #454545; text-align: center; font-size: 1.6rem; font-weight: bold; width: 100%; display: block; padding: 0.5rem 0; }
  nav ul.gnav > li > a::before { display: none; }
  nav ul.gnav > li.dropdown::after { content: '\74'; color: #5EBDCB; position: absolute; bottom: -1.2rem; 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; font-weight: bold; }
  nav ul.gnav li.dropdown .subnav { display: none; position: absolute; width: 100%; padding: 0 0; margin: 0; z-index: 100; top: 4rem; left: 0; text-align: center; background: rgba(255, 255, 255, 0.9); font-size: 1.6rem; }
  nav ul.gnav li.dropdown .subnav > li { margin: 0; padding: 0; position: relative; }
  nav ul.gnav li.dropdown .subnav > li > a { color: #575757; padding: 1.5rem 0 1.5rem 1.8rem; display: block; text-align: left; }
  nav ul.gnav li.dropdown .subnav > li > a::before { content: '\69'; font-family: fontello; color: #5EBDCB; } }
/* 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; }

#lower h1 { margin: 50px 0 2rem; }

@media screen and (min-width: 48em), print { main { margin: 0; }
  #lower main .wrap { width: 100rem; margin-top: 6rem; }
  #lower h1 { margin: 0 auto; height: 25rem; background-size: auto; font-size: 3.2rem; 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: 3rem; margin: 4.5rem 0 4rem; padding-top: 7rem; }
  #lower h3 { font-size: 2rem; padding: 0.95rem 1.8rem; }
  #lower h4 { font-size: 2.0rem; padding: 0 0 0.9rem; margin: 4rem 0 2rem; }
  #lower h5 { margin: 4rem 0 2rem; font-size: 2rem; padding: 0.3rem 0.9rem; border-left-width: 0.6rem; }
  #lower h2 + section > h3 { margin-top: 0; }
  #lower h3 + section > h4 { margin-top: 3rem; } }
/* ページ下部 医院概要  -------------------------------------- */
#TopPage #overview .tbl_time caption { display: none; }

#overview { padding: 3rem 0; line-height: 1.4; background: #E8F6F8; margin-top: 5rem; }
#overview .logo { text-align: center; margin-bottom: 0.5rem; }
#overview .logo img { width: calc(100% - 2rem); max-height: 5rem; }
#overview .logo + p a { text-align: center; font-weight: bold; font-size: 2.2rem; margin-bottom: 2rem; display: block; color: #575757; }
#overview .logo + p a::before { content: '\e8ae'; font-family: fontello; color: #A7CE70; padding-right: 0.5rem; font-weight: normal; }
#overview .logo + p a span { position: relative; }
#overview .logo + p a span::before { content: 'ナイシキョー'; position: absolute; top: -1em; left: 0; font-size: 50%; white-space: nowrap; letter-spacing: 0.2em; }
#overview .wrap { background: #fff; border-radius: 1rem; padding: 2rem 1.5rem; }
#overview .overviewL { max-width: 37rem; margin: 0 auto; }
#overview .overviewR .btn::before { display: none; }
#overview .overviewR .btn i { position: absolute; right: 1.5rem; top: 0.7rem; bottom: 0.7rem; }

.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: #5EBDCB; 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: center; }
.tbl_time thead { background: #5EBDCB; 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 #ccc; }
.tbl_time tbody th, .tbl_time tbody td { padding: 0.7rem 0; vertical-align: middle; }
.tbl_time tbody th { font-size: 125%; }
.tbl_time tbody th span { font-size: 70%; }
.tbl_time tbody td { min-width: 2em; color: #ED96A2; }
.tbl_time tbody td.close { color: #575757; }

@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.5rem 0; font-weight: normal; width: 15rem; }
  .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: #D7F9BA; margin: 0; width: 100%; padding: 0.1rem; text-align: center; z-index: 10000; }
.sp_bottom li { width: 49.5%; margin: 0.2rem; background: #5EBDCB; position: relative; font-size: 1.4rem; font-weight: bold; }
.sp_bottom li a { padding: 2rem 0; color: #fff; text-align: center; display: block; }
.sp_bottom li:first-child { width: 49.5%; background: #6e9d2c; }
.sp_bottom li:first-child span { position: relative; /*&::before{ content:'ナイシキョー'; position: absolute; top:-1em; left:0; font-size:50%; white-space: nowrap; letter-spacing: 0.2em;
}*/ }

/*@include pc {

.sp_bottom li {
width:100px; 

a {
display: flex;
justify-content: center;
align-items: center;
color:#fff;
}

.spbtn1 { right: 0; top: 100px; transform: translate(0, -50%); width: 100%; max-width: 7rem; writing-mode: vertical-rl; padding: initial; }
} 
} 
*/
#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; background: #A7CE70; }
#pageup a { padding: 0; }

#pageup.block { display: block; bottom: 6.5rem; }

@media screen and (min-width: 48em), print { .sp_bottom { width: 35%; right: 0px; left: auto; margin-right: 8rem; }
    /*.sp_bottom { bottom:2rem; right:1rem; left:auto; background-color: transparent; width:7rem;  li:first-child{ display: none!important; }


 }*/
  #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 .wrap { display: none; }

address { padding: 0.8rem 0 7.0rem; font-style: normal; background: #5EBDCB; font-size: 1.2rem; text-align: center; }
address a { color: #fff; }

@media screen and (min-width: 48em), print { #overview { padding: 5.2rem 0; margin-top: 10rem; }
  #overview .wrap { padding: 5.3rem 5rem; }
  #overview .flex_LRTB { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 auto; }
  #overview .logo { text-align: center; }
  #overview .logo a { display: block; width: 50.5rem; position: relative; margin: 0 auto; }
  #overview .logo img { width: auto; max-height: none; }
  #overview .logo + p a { font-size: 3.7rem; pointer-events: 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; }
  #overview .overviewR .btn { margin-top: 3rem; }
  .dl_overview { margin-bottom: 2.4rem; }
  .dl_overview > dt { width: 9rem; margin: 0 0 1rem; padding: 0.5rem; font-size: 1.5rem; }
  .dl_overview > dd { width: 38rem; margin: 0; padding: 0 0 0 1.5rem; }
  .dl_overview > dd i { color: #5EBDCB; }
  .gmap { margin: 0; }
  footer { display: block; padding: 5.2rem 0 0; margin: 0  auto 0; }
  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 5.2rem; font-size: 1.7rem; font-weight: bold; }
  footer ul li { margin: 0; padding: 0 1.5rem; }
  footer ul li:last-child { margin-top: 1.5rem; }
  footer ul a { display: block; padding: 0; color: #575757; }
  footer ul a::before { font-family: fontello; content: '\6a'; color: #ED96A2; }
  address { margin: 0; padding: 1.5rem 0; }
  address a { color: #fff; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

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

/* TopPage  -------------------------------------- */
#TopPage #kv { background-image: url("../img/gallery/kv01.jpg"); background-size: auto 25rem; background-repeat: no-repeat; background-position: top center; margin: 50px auto 2rem; position: relative; max-width: 68rem; width: 100%; }
#TopPage #kv .wrap { position: relative; height: 25rem; }
#TopPage .kv_txt { background: #ED96A2; 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; border-radius: 2rem; padding: 1.5rem 1rem; font-size: 1.5rem; position: absolute; bottom: 1rem; left: 0; font-weight: bold; color: #fff; }
#TopPage main { margin: 0; }
#TopPage main section { margin-top: 0; padding: 3rem 1.5rem; }
#TopPage #news h2 { font-size: 2rem; position: relative; }
#TopPage #news h2::before { font-family: fontello; content: '\e8c9'; color: #A7CE70; padding-right: 0.5rem; font-weight: normal; }
#TopPage #news h2 span { position: absolute; right: 0; bottom: 0.1rem; font-size: 63%; color: #9e9e9e; font-weight: normal; }
#TopPage #news dl { margin: 0; padding: 1rem 0; border-top: 0.2rem solid #5EBDCB; border-bottom: 0.2rem solid #5EBDCB; /* dd:not(:nth-of-type(-n+3)) { display: none; } */ }
#TopPage #news dl dt { margin: 0.5rem 0 0; cursor: pointer; padding: 1rem 0 0.5rem 2rem; position: relative; color: #5EBDCB; font-weight: bold; font-size: 1.6rem; border-top: 0.1rem solid #ccc; }
#TopPage #news dl dt::before { font-family: fontello; content: '\74'; text-align: center; position: absolute; left: 0; color: #5EBDCB; }
#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 dt .date_tag { font-weight: initial !important; color: #575757; }
#TopPage #news dl dd { margin: 0.5rem 0 0; padding-left: 2rem; }
#TopPage #news dl dd { /* display: none; */ }
#TopPage #symptoms h2 { text-align: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 2rem; margin-bottom: 2rem; position: relative; /*padding-top:4.0rem;*/ /*background:url("../img/logomark.svg") top center no-repeat;*/ background-size: 4rem auto; line-height: 1.2; /*&::after{ content:''; background:#9E9E9E; display: block; width:0.2rem; height:3rem; display: block; margin:1rem auto;
}*/ }
#TopPage #symptoms h2 span span { font-size: 63%; color: #C5C5C5; font-weight: normal; text-align: center; display: block; }
#TopPage #symptoms h2 + div { display: grid; grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr)); grid-gap: 2.5rem; justify-items: center; }
#TopPage #symptoms section { max-width: 28rem; width: 100%; text-align: center; margin: 0; padding: 0; }
#TopPage #symptoms h3 a { display: block; background: #5EBDCB; color: #fff; border-radius: 2.5rem; padding: 1.5rem; border: none; margin: 0 0 10px; }
#TopPage #symptoms i { display: block; width: 15rem; height: 15rem; font-size: 8rem; border: 1.5rem solid #F1F5EB; color: #5EBDCB; border-radius: 50%; margin: 1rem auto; }
#TopPage #symptoms ul { 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; }
#TopPage #symptoms ul li { width: 49%; max-width: 13.5rem; }
#TopPage #symptoms ul li.full { width: 100%; max-width: none; }
#TopPage #symptoms ul li a { border-radius: 1rem; border: 0.1rem solid #5EBDCB; display: block; padding: 1rem 0; font-size: 1.5rem; letter-spacing: 0; font-weight: bold; color: #575757; line-height: 1; }
#TopPage #bnr_covid19 { border: 0.2rem solid #DBDBDB; background: url("../img/bnr_covid19.png") bottom 2rem center no-repeat; background-size: auto 10rem; padding: 2rem 1.5rem 13rem; border-radius: 1rem; margin-bottom: 5rem; }
#TopPage #bnr_covid19 h2 { font-size: 2rem; color: #ED96A2; margin-top: 0 !important; }
#TopPage #bnr_covid19 p { font-weight: bold; }
#TopPage #bnr_covid19 .btn { background: #ED96A2; position: relative; width: 30rem; margin: 1rem auto 0; display: block; }
#TopPage #bnr_covid19 .btn i { right: 1.5rem; position: absolute; }

@media screen and (min-width: 48em), print { #TopPage #kv { height: 71.8rem; background-size: auto; max-width: none; margin: 0; }
  #TopPage #kv .wrap { padding-left: 10rem; height: 72.3rem; }
  #TopPage #kv .kv_txt { width: 65rem; font-size: 2.6rem; bottom: 4rem; border-radius: 6.7rem; }
  #TopPage main { margin: 0 auto 0; padding-top: 8rem; min-width: 122rem; border-top: 2rem solid   #E8F6F8; background: url("../img/bg_left.png") top 15rem left no-repeat; }
  #TopPage main > .wrap { width: 102rem; }
  #TopPage main section { padding: 8rem 0; margin-bottom: 0; }
  #TopPage main .tbl_time { width: 90rem; margin: 0 auto 8rem; }
  #TopPage main .tbl_time thead { font-size: 2.5rem; }
  #TopPage main .tbl_time tbody th { width: 23rem; font-size: 2.5rem; }
  #TopPage main .tbl_time caption { font-size: 2.3rem; }
  #TopPage main #news h2 { font-size: 2.7rem; }
  #TopPage main #news dl { padding: 1rem 0 2rem; }
  #TopPage main #news dl > dt { font-size: 1.8rem; padding: 2rem 0 0 2.2rem; margin: 1.5rem 0 0; }
  #TopPage main #news dl dd { padding-left: 2.2rem; }
  #TopPage main #symptoms { background: url("../img/bg_right.png") center right no-repeat; }
  #TopPage main #symptoms h2 { font-size: 3rem; margin: 4.5rem 0 4rem; /*padding-top: 7rem;*/ background-size: auto; /* &::after{ height:5rem; margin:2.5rem auto 0; }*/ }
  #TopPage main #symptoms h3 { font-size: 2.4rem; margin: 5rem 0 3rem; padding-bottom: 0.5rem; }
  #TopPage main #symptoms h3 a { margin: 0; }
  #TopPage main #symptoms i { width: 23rem; height: 23rem; font-size: 13rem; border-width: 2.2rem; margin: 4.3rem auto; }
  #TopPage main #symptoms section { margin-bottom: 0; }
  #TopPage main #bnr_covid19 { width: 83.2rem; padding: 3rem; margin: 0 auto 5rem; background-position: right 2.5rem center; background-size: auto; }
  #TopPage main #bnr_covid19 h2 { font-size: 3.2rem; margin-bottom: 1rem; }
  #TopPage main #bnr_covid19 .btn { width: 42.4rem; margin: 1.5rem auto 0 0; padding: 1rem; } }
/* lower  -------------------------------------- */
#lower .tbl_def, #lower .tbl_price { border: 0.1rem solid #5EBDCB; border-collapse: collapse; width: 100%; margin-bottom: 1rem; }
#lower .tbl_def caption, #lower .tbl_price caption { caption-side: bottom; text-align: left; padding: 0.5rem; font-size: 1.2rem; line-height: 1.6; }
#lower .tbl_def thead, #lower .tbl_price thead { background: #5EBDCB; color: #fff; }
#lower .tbl_def thead th, #lower .tbl_def thead td, #lower .tbl_price thead th, #lower .tbl_price thead td { padding: 0.7rem 0; font-weight: normal; }
#lower .tbl_def tbody, #lower .tbl_price tbody { background: #fff; }
#lower .tbl_def tbody th, #lower .tbl_def tbody td, #lower .tbl_price tbody th, #lower .tbl_price tbody td { padding: 0.7rem 0.5rem; vertical-align: middle; font-weight: normal; }
#lower .tbl_def tbody tr:nth-child(even), #lower .tbl_price tbody tr:nth-child(even) { background: #EBE6E1; }
#lower .tbl_price { width: 100%; margin: 0 auto 1rem; border-collapse: collapse; border-spacing: 0; margin: 0 auto; border: 0.1rem solid #A7CE70; }
#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 .tbl_price .nowrap { white-space: nowrap; }

#exam .box_exam img { max-width: 30rem; width: 100%; }
#exam .box_exam dt { font-weight: bold; font-size: 120%; color: #5EBDCB; text-align: center; margin: 2rem auto 1rem; }

#endscopy .img_c { max-width: 30rem; width: 80%; }
#endscopy .dl_faq dt { color: #5EBDCB; font-size: large; margin-bottom: 0.5rem; padding-left: 2.2rem; position: relative; cursor: pointer; }
#endscopy .dl_faq dt::before { font-family: fontello; content: '\74'; text-align: center; position: absolute; left: 0; }
#endscopy .dl_faq dt.close::before { -webkit-transform: scale(1, -1); transform: scale(1, -1); }
#endscopy .dl_faq dd { margin-bottom: 2rem; display: none; }

@media screen and (min-width: 48em), print { .pc_nolink { text-decoration: none; border: none; color: #575757; }
  #lower .tbl_def caption, #lower .tbl_price caption { font-size: 1.6rem; padding: 0.5rem 0 0; }
  #lower .tbl_def thead th, #lower .tbl_price thead th { padding: 1.5rem; }
  #lower .tbl_def tbody th, #lower .tbl_price tbody th { padding: 1.5rem; font-weight: normal; }
  #lower .tbl_def tbody td, #lower .tbl_price tbody td { padding: 1.5rem; }
  #access .inner.flex_LRTB { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  #access .inner.flex_LRTB .dl_overview { width: 50rem; }
  #access .inner.flex_LRTB .overviewR { width: 50rem; }
  #exam .box_exam { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #exam .box_exam img { margin-right: 2rem; }
  #exam section section, #treatment section section { padding-top: 0 !important; } }
.tbl_vaccination { width: 100%; margin: 0 auto 1rem; border-collapse: collapse; border-spacing: 0; margin: 0 auto; border: 0.1rem solid #A7CE70; }
.tbl_vaccination thead { background: #5EBDCB; color: #fff; }
.tbl_vaccination th, .tbl_vaccination td { padding: 0.5rem; }
.tbl_vaccination th { text-align: center; }
.tbl_vaccination td { width: 9em; text-align: center; }
.tbl_vaccination tr:nth-child(even) { background: #f8efe7; }
.tbl_vaccination .nowrap { white-space: nowrap; }
.tbl_vaccination .line { border-right: 0.1rem solid #A7CE70; border-left: 0.1rem solid #A7CE70; }
.tbl_colonoscopy { width: 100%; margin: 0 auto 1rem; border-collapse: collapse; border-spacing: 0; margin: 0 auto; border: 0.1rem solid #A7CE70; }
.tbl_colonoscopy thead { background: #E8F6F8; border-bottom: 0.1rem solid #A7CE70; }
.tbl_colonoscopy th, .tbl_colonoscopy td { padding: 0.5rem; vertical-align: middle; }
.tbl_colonoscopy th { text-align: center; }
.tbl_colonoscopy td { width: 9em; text-align: center; }
.tbl_colonoscopy tr:nth-child(even) { background: #f8efe7; }
.tbl_colonoscopy .nowrap { white-space: nowrap; }
.tbl_colonoscopy .line { border-right: 0.1rem solid #A7CE70; border-left: 0.1rem solid #A7CE70; }

@media screen and (min-width: 48em), print { .tbl_vaccination caption { font-size: 1.6rem; padding: 0.5rem 0 0; }
  .tbl_vaccination thead th { padding: 1.5rem; }
  .tbl_vaccination tbody th { padding: 1.5rem; font-weight: normal; width: 30%; }
  .tbl_vaccination tbody td { padding: 1.5rem; width: 33%; }
  .tbl_colonoscopy caption { font-size: 1.6rem; padding: 0.5rem 0 0; }
  .tbl_colonoscopy thead th { padding: 1.5rem; }
  .tbl_colonoscopy tbody th { padding: 1.5rem; font-weight: normal; width: 30%; }
  .tbl_colonoscopy tbody td { padding: 1.5rem; width: 33%; } }
.bnr_gastrocamera_reservation { background: #5EBDCB; border-radius: 1rem; padding: 0 !important; margin: 0 auto 2.5rem !important; }
.bnr_gastrocamera_reservation a { padding: 1.5rem; display: block; color: #fff; font-weight: bold; border: none; }
.bnr_gastrocamera_reservation a dl dt { font-size: 2rem; margin: 0; }
.bnr_gastrocamera_reservation a dl dd { margin: 0; }
@media screen and (min-width: 48em), print { .bnr_gastrocamera_reservation { width: 83.2rem; }
  .bnr_gastrocamera_reservation a { padding: 0; text-align: center; }
  .bnr_gastrocamera_reservation a dl { display: inline-block; text-align: left; background: #5EBDCB url("../img/icon_endscopy_2.png") left center no-repeat; padding: 2rem 0 2rem 10rem; /* padding: 2rem ; */ }
  .bnr_gastrocamera_reservation a dt { font-size: 2.4rem; }
  .bnr_gastrocamera_reservation a:hover { color: #fff; border: none; } }

button { padding: 0; background-color: transparent; border: none; appearance: none; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; }
button p.btn { margin: 15px auto; background: #5EBDCB; padding: 7px 40px; border-radius: 2rem; text-align: center; font-size: 1.6rem; cursor: pointer; width: auto; display: inline-block; font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; }

#check-btn { color: #ffffff; }
#check-btn:disabled { color: #6a6a6a; /*opacity: 0.5;*/ }

@media screen and (min-width: 48em), print { .link_endscopy a .btn_endscopy { width: 24rem; padding: 0.9rem 0.9rem 0.9rem 7.4rem; height: 6.6rem; margin-right: 2.5rem; font-size: 1.8rem; background-size: auto; }
  .link_endscopy a .btn_endscopy br { display: inline; } }
:target::before { content: ""; display: block; height: 5.0rem; margin: -5.0rem 0 0; visibility: hidden; }

@media screen and (min-width: 48em), print { :target::before { height: 7.0rem; margin: -7.0rem 0 0; } }

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