@charset "UTF-8";
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot?1569462"); src: url("fontello/font/fontello.eot?1569462#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2?1569462") format("woff2"), url("fontello/font/fontello.woff?1569462") format("woff"), url("fontello/font/fontello.ttf?1569462") format("truetype"), url("fontello/font/fontello.svg?1569462#fontello") format("svg"); font-weight: normal; font-style: normal; }
.demo-icon { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em; /* font-size: 120%; */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*電話番号*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*紫*/
/*青*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold !important; }

.underline { background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffedc2)); background: linear-gradient(transparent 70%, #ffedc2 70%); }

.font_s { font-size: smaller !important; }

.font_l { font-size: larger !important; }

.fc_orange { color: #ff9c00 !important; }

.fc_green { color: #5ab8c5 !important; }

.fc_aqua { color: #4ca3cb !important; }

.fc_blue { color: #1c63bb !important; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; }
  #lower main .inner img.img_r, #lower main .inner img.img_l { width: 30rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n, .sp_n_i { display: none !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !important; }
  .sp_n_i { display: inline !important; }
  .pc_n { display: none !important; } }
/* マージン -------------------------------------- */
.mb_00 { margin-bottom: 0 !important; }

.mb_05 { margin-bottom: 0.5rem !important; }

.mb_10 { margin-bottom: 1rem !important; }

.mb_15 { margin-bottom: 1.5rem !important; }

.mb_20 { margin-bottom: 2rem !important; }

.mb_25 { margin-bottom: 2.5rem !important; }

.mb_30 { margin-bottom: 3rem !important; }

.mb_35 { margin-bottom: 3.5rem !important; }

.mb_40 { margin-bottom: 4rem !important; }

.mb_45 { margin-bottom: 4.5rem !important; }

.mb_50 { margin-bottom: 5rem !important; }

/* flex box */
.flex_LRTB, .flex_RLTB { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media screen and (min-width: 48em), print { /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB { display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .flex_LRTB.half { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex_LRTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_LRTB.half > section { margin: 0 !important; }
  .flex_LRTB.half > section > h4 { margin-top: 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; } }
table.basic { margin-bottom: 2rem; width: 100%; }
table.basic th, table.basic td { border: 1px solid #414282; border-collapse: collapse; padding: 15px; }
table.basic th { background-color: #5a5b8a; color: #fff; }

/* ----------------------------------------------------------------------------------
リストなど　_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: #daa520; 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: #daa520; }

/*　● インライン -------------------------------------- */
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; }

/* check -------------------------------------- */
ul.list_check { padding: 0; }
ul.list_check li { padding-left: 25px; margin-bottom: 8px; position: relative; }
ul.list_check li::before { content: ' '; display: block; width: 20px; height: 20px; background-image: url(../img/check-icon.png); background-repeat: no-repeat; background-size: contain; position: absolute; top: 0; left: 0; }

/* 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: "\f105"; padding-right: 0.5rem; font-weight: bold; color: #daa520; }

/* ページ内リンク -------------------------------------- */
ul.list_pl > li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_pl > li a { color: #555; }
ul.list_pl a::before { font-family: "fontello"; content: "\f13a"; padding-right: 5px; font-weight: bold; color: #daa520; }

@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(244, 162, 44, 0.2); display: block; border: #f4a22c 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 #daa520; border-radius: 10px; margin-bottom: 35px; padding: 0.5rem 1rem 1rem; position: relative; }
ol.list_flow li img { width: 250px; height: auto; }
ol.list_flow li p.ttl { font-weight: bold; font-size: 1.6rem; margin-bottom: 0.5rem; }
ol.list_flow li p.ttl::first-letter { color: #5a5b8a; font-size: 2.5rem; padding-right: 0.5rem; }
ol.list_flow li *:last-child { margin-bottom: 0; }
ol.list_flow li::after { bottom: -32px; color: #daa520; content: "▼"; font-size: 24px !important; left: 48%; position: absolute; }
ol.list_flow li:last-child::after { /*最後の▼を外す*/ content: ""; }

@media screen and (min-width: 48em), print { ol.list_flow li { padding: 0.5rem 1.5rem 1.5rem; }
  ol.list_flow li p.ttl { font-size: 1.8rem; }
  ol.list_flow li p.ttl::first-letter { font-size: 3rem; } }
/* 流れ図2 -------------------------------------- */
ol.list_flow2 { list-style: none; padding: 0; margin: 0; }
ol.list_flow2 li { border: 5px solid #daa520; border-radius: 10px; margin-bottom: 35px; padding: 0.5rem 1rem 1rem; position: relative; }
ol.list_flow2 li img { width: 180px; height: auto; }
ol.list_flow2 li p.ttl { font-weight: bold; font-size: 1.6rem; margin-bottom: 0.5rem; }
ol.list_flow2 li p.ttl::first-letter { color: #5a5b8a; font-size: 2.5rem; padding-right: 0.5rem; }
ol.list_flow2 li *:last-child { margin-bottom: 0; }
ol.list_flow2 li::after { bottom: -32px; color: #daa520; content: "▼"; font-size: 24px !important; left: 48%; position: absolute; }
ol.list_flow2 li:last-child::after { /*最後の▼を外す*/ content: ""; }

@media screen and (min-width: 48em), print { ol.list_flow2 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; /* 子要素をflexboxにより中央に配置する */ -webkit-box-align: top; -ms-flex-align: top; align-items: top; /* 子要素をflexboxにより中央に配置する */ }
  ol.list_flow2 li { padding: 0.5rem 1.5rem 1.5rem; width: 22%; margin-right: 4%; }
  ol.list_flow2 li img { width: 250px; height: auto; }
  ol.list_flow2 li p.ttl { font-size: 1.8rem; }
  ol.list_flow2 li p.ttl::first-letter { font-size: 3rem; }
  ol.list_flow2 li:last-child { margin-right: 0; }
  ol.list_flow2 li::after { right: -205px; left: auto; top: -25px; color: #daa520; content: "▼"; font-size: 24px !important; position: absolute; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
  ol.list_flow2 li:last-child::after { /*最後の▼を外す*/ content: ""; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd { margin: 0 0 0 5px; }

@media screen and (min-width: 48em), print { .dl_career dt { width: 6em; float: left; font-weight: normal; }
  .dl_career dd { margin-left: 7em; } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #5a5b8a; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #f4a22c; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #5a5b8a solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #5a5b8a; 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: #5a5b8a; }

/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #daa520 solid 0.2rem; border-radius: 0.5rem; }
.box1 > dt, .box2 > dt { border-bottom: #daa520 dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt { color: #f4a22c; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border-color: #b3b3b3; }
.box2 dt { border-bottom: #b3b3b3 dotted 2px; }
.box2 ul.list_maru > li::before { color: #b3b3b3; }

@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: #f4a22c; }

.fc_or { color: #daa520; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main a { border-bottom: 1px solid #f4a22c; color: #f4a22c; }

main a:hover { color: #ff5500; border-bottom: 1px solid #ff5500; }

a.btn { background: #f4a22c; color: #fff; padding: 7px 30px; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; }
a.btn.corner_radius { border-radius: 20px; }

a.btn:hover { background: #b3b3b3; color: #fff; border: none; opacity: 1; }

a.btn::after { font-family: 'fontello'; content: "\e807"; padding-right: 3px; font-weight: bold; position: absolute; right: 10px; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; /* ベースを10pxに */ width: 100%; }

body { font-family: YakuHanRPs, "Kosugi Maru", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #555; font-size: 1.4rem; background-color: #fff; line-height: 1; margin: 0; padding: 0; letter-spacing: 0.05em; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; -webkit-text-size-adjust: none; }

@media screen and (min-width: 48em), print { body { min-width: 117rem; font-size: 1.6rem; } }
/* 全体の横幅設定  -------------------------------------- */
.wrap { margin: 0 1.5rem; }

main { line-height: 1.4; }

.inner { padding: 0; }

main > .inner { margin: 0 15px 30px; line-height: 1.6; }

section { margin-bottom: 40px; }

#lower main section { margin: 0 auto 4rem; padding: 0; }
#lower main section .inner + section { margin: 4rem 0 4rem; padding: 0; }
#lower main section section .inner + section { margin: 3.5rem 0 4rem; padding: 0; }

@media screen and (min-width: 48em), print { .wrap { width: 117rem; margin: 0 auto; padding: 0 2rem; }
  main section .inner + section, main section + section { margin: 60px 0 40px; padding: 0; }
  main section section .inner + section, main section section + section { margin: 50px 0 40px; }
  main section section section .inner + section, main section section section + section { margin: 40px 0 40px; }
  .inner { padding: 0; }
  main > .inner { margin: 10rem 0; } }
/* slicknav  -------------------------------------- */
.slicknav_menu { position: absolute; top: 1.0rem; right: 0; font-size: 2.5rem; display: inline-block; background: none; padding: 0; z-index: 10; }

.slicknav_menu .slicknav_btn { width: 5.2rem; height: 4.8rem; color: #fff; background: #5a5b8a; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 0.5rem; padding: 0.2rem 0; line-height: 1; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\f0c9'; font-size: 2.8rem; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 0.8rem; margin-top: 0.3rem; }

.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e801'; font-size: 2.8rem; }

.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 0.8rem; margin-top: 0.3rem; }

.slicknav_menu .slicknav_nav { width: 100vw; background: #5a5b8a; padding: 2.0rem 1.0rem; position: absolute; top: 5.6rem; right: 0; margin: auto; }

.slicknav_menu .slicknav_nav .gnav { margin: 0; }

.slicknav_menu .slicknav_nav .gnav li { border-top: 2px dotted #fff; margin: 0; }

.slicknav_menu .slicknav_nav .gnav li a { font-size: 1.6rem; position: relative; display: block; }

.slicknav_menu .slicknav_nav .gnav li a::after { right: 1.0rem; }

.slicknav_menu .slicknav_nav .gnav li a:hover { color: inherit; background: none; }

.slicknav_menu .slicknav_nav .box_white .subnav { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.slicknav_menu .slicknav_nav .box_white .subnav li { width: 49%; font-size: 1.4rem; }

.slicknav_menu .slicknav_nav .box_white .subnav li a { padding: 0 0 1.0rem 1.8rem; }

.slicknav_menu .slicknav_nav .box_white .bnr { margin: 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li { margin: 1.0rem 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li a { padding: 1.0rem; }

.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }
#nav br { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; } }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

.slicknav_nav .gnav > li:last-child { border-bottom: 2px dotted #fff; }

.slicknav_nav .gnav li { position: relative; }

.slicknav_nav .gnav li.slicknav_collapsed::after { content: '▼'; margin-left: .6rem; font-size: 80%; position: absolute; right: 1.0rem; top: 0.5rem; display: inline-block; }

.slicknav_menu .slicknav_nav .gnav li.slicknav_open::after { content: '▲'; margin-left: .6rem; font-size: 80%; position: absolute; right: 1.0rem; top: 0.5rem; display: inline-block; }

.slicknav_menu br { display: none; }

.slicknav_menu div.subsub { display: none; }

/* header  -------------------------------------- */
header > .wrap { margin: 1rem  1rem 0; }
header .logo { margin: 1.5rem 0.5rem; width: calc( 100% - 7rem ); max-width: 28rem; }
header .logo img { width: 28rem; }
header > h1 { background: url("../img/h1.png") no-repeat center top; background-size: auto 100%; padding: 6rem 1rem 3rem; margin: -2rem 0 3rem; font-size: 2.2rem; font-weight: 400; text-align: center; color: #414648; }

h2 { margin: 1rem 0; padding: 1rem 0.5rem; font-size: 2rem; letter-spacing: 0.3rem; position: relative; min-height: 10rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: url("../img/h2.png") no-repeat center center; background-size: 10rem 10rem; }
h2 > span { 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding-bottom: 0.5rem; position: relative; }
h2 > span::after { content: ""; background-image: linear-gradient(to right, #a093e0, #a093e0 3px, transparent 3px, transparent 8px); background-size: 8px 2px; background-repeat: repeat-x; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 0.2rem; }

#lower h3 { background: #5a5b8a; padding: 0.7rem 0.7rem; margin: 3rem  0 2rem; color: #fff; font-size: 1.8rem; position: relative; }
#lower h4 { border-bottom: #5a5b8a 0.2rem solid; padding: 0.5rem 0.5rem 0.5rem  3.5rem; min-height: 3.5rem; margin: 2rem  0 2rem; color: #5a5b8a; font-size: 1.7rem; position: relative; background: url("../img/h4.png") center left no-repeat; background-size: auto 3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#lower h5 { margin: 1rem 0 2rem; font-size: 1.6rem; color: #5a5b8a; border-bottom: 0.1rem dashed #5a5b8a; padding-bottom: 0.5rem; }

@media screen and (min-width: 48em), print { header { padding: 0; width: 100%; margin: 0; }
  header > .wrap { margin: 0 auto; padding: 0.5rem 1rem; 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; }
  header > .wrap .logo { width: 40.1rem; max-width: none; margin: 0; }
  header > .wrap .logo img { width: 40.1rem; }
  header > .wrap div.sp_n { width: 46.3rem; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; background: #fff1c1; border-radius: 5rem; padding: 1rem 2rem 1rem 1rem; }
  header > .wrap div.sp_n ul:first-child { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; width: 20rem; margin: 0; }
  header > .wrap div.sp_n ul:first-child li { width: 8.5rem; height: 8.5rem; border-radius: 50%; padding: 1.7rem 0 1rem; color: #fff; font-size: 1.2rem; background: #5a5b8a; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 0; }
  header > .wrap div.sp_n ul:first-child li > span { display: block; width: 100%; text-align: center; }
  header > .wrap div.sp_n ul:first-child li > span span { font-size: 1.6rem; }
  header > .wrap div.sp_n ul:nth-child(2) { color: #f4a22c; font-size: 3rem; width: 24.5rem; margin: 2rem 0 0; white-space: nowrap; }
  header > .wrap div.sp_n ul:nth-child(2) li:first-child { font-size: 1.4rem; }
  header > .wrap div.sp_n ul:nth-child(2) span { display: none; }
  header > h1 { height: 17.8rem; font-size: 3.4rem; margin: -4rem 0 1.5rem; padding: 8rem 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-size: auto; position: relative; z-index: -1; }
  #nav { display: block; text-align: center; padding: 0; }
  #nav ul.gnav { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 1.4rem; width: 117rem; margin: 0 auto; padding: 0 1rem; }
  #nav ul.gnav > li { margin-bottom: 0; padding-bottom: 0; position: relative; width: 14.28%; }
  #nav ul.gnav > li > a { padding: 6.5rem 0.5rem 1rem; color: #555; width: 100%; position: relative; display: block; background: url("../img/gnav_index.png") top center no-repeat; }
  #nav ul.gnav > li > a::after { content: 'Home'; display: block; font-size: 0.8rem; padding-top: 0.5rem; }
  #nav ul.gnav > li::before { content: ''; width: 0.3rem; border-right: 0.3rem dotted #f5c72d; display: block; height: 7rem; position: absolute; top: 0; left: 0; }
  #nav ul.gnav > li:nth-child(2) > a { background-image: url("../img/gnav_doctor.png"); }
  #nav ul.gnav > li:nth-child(2) > a::after { content: 'Doctor'; }
  #nav ul.gnav > li:nth-child(3) > a { background-image: url("../img/gnav_treatment.png"); }
  #nav ul.gnav > li:nth-child(3) > a::after { content: 'Treatment'; }
  #nav ul.gnav > li:nth-child(4) > a { background-image: url("../img/gnav_clinic.png"); }
  #nav ul.gnav > li:nth-child(4) > a::after { content: 'Clinic'; }
  #nav ul.gnav > li:nth-child(5) > a { background-image: url("../img/gnav_visitor.png"); }
  #nav ul.gnav > li:nth-child(5) > a::after { content: 'Visitor'; }
  #nav ul.gnav > li:nth-child(6) > a { background-image: url("../img/gnav_online.png"); }
  #nav ul.gnav > li:nth-child(6) > a::after { content: 'Online'; }
  #nav ul.gnav > li:nth-child(7) > a { background-image: url("../img/gnav_access.png"); }
  #nav ul.gnav > li:nth-child(7) > a::after { content: 'Access'; }
  #nav ul.gnav > li:first-child::before { display: none; }
  #nav ul.gnav > li.treatment .subsub { position: absolute; padding: 0.5rem 0 0; z-index: 100; top: 10.1rem; left: 0; background: #f3f6ff; width: 20rem; }
  #nav ul.gnav > li.treatment .subsub li { margin: 0; padding: 0; text-align: left; }
  #nav ul.gnav > li.treatment .subsub li a { color: #555; padding: 1.0rem 0 1.0rem 2.5rem; display: block; }
  #nav ul.gnav > li.treatment .subsub li a span { display: none; }
  #nav ul.gnav > li.treatment .subsub li a:hover { background: #e6e5ef; }
  #nav ul.gnav > li.treatment .subsub li a::before { font-family: 'fontello'; content: '\f105'; padding-right: 0.5rem; } }
/* main   -------------------------------------- */
main { display: block; }
main p { margin: 0 0 1em; line-height: 1.6; text-align: justify; }
main li, main dl { line-height: 1.6; }

@media screen and (min-width: 48em), print { main { margin: 0; }
  h2 { font-size: 2.4rem; line-height: 1.3; margin: 5rem 0 3rem; padding-bottom: 1rem; background-size: 16.3rem 16.3rem; min-height: 17rem; }
  h2 > span { padding-bottom: 1.0rem; }
  #lower main { margin-bottom: 10rem; }
  #lower h3 { font-size: 2.6rem; margin: 5rem 0 2rem; padding: 1rem 2rem; border-width: 0.3rem; }
  #lower h4 { font-size: 2.2rem; padding: 0 0 0.5rem 6rem; margin: 4rem 0 2rem; background-size: auto; min-height: 5.5rem; background-position: center left; }
  #lower h5 { font-size: 2.0rem; } }
/* ページ下部 医院概要  -------------------------------------- */
#overview { background: url("../img/overview_bg.jpg") no-repeat top center; background-size: cover; background-color: rgba(255, 255, 255, 0.3); background-blend-mode: lighten; padding: 3rem 0; }
#overview .overviewL { max-width: 32rem; margin: 0 auto; }
#overview .overviewL p > a { display: block; max-width: 30rem; background: #5a5b8a; padding: 0.7rem 0; color: #fff; margin: 0 auto 2.5rem; text-align: center; }
#overview img.img_c { max-width: 30rem; margin-bottom: 4rem; }

.gmap { height: 40rem; width: 100%; }

.dl_overview { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 1.4; }
.dl_overview dt { width: 7em; }
.dl_overview dt i { color: #daa520; }
.dl_overview dd { width: calc(100% - 8em); margin-bottom: 1.5rem; }

/* 診療時間表 -------------------------------------- */
.tbl_time { border-collapse: collapse; width: 100%; text-align: center; margin-bottom: 1rem; }
.tbl_time caption { caption-side: bottom; text-align: left; padding: 0.5rem; font-size: 1.2rem; line-height: 1.6; }
.tbl_time thead { background: #f4a22c; color: #fff; }
.tbl_time thead th, .tbl_time thead td { padding: 0.7rem 0; font-weight: normal; }
.tbl_time tbody { background: #fff; }
.tbl_time tbody tr { border-bottom: 0.1rem solid #5a5b8a; }
.tbl_time tbody th, .tbl_time tbody td { padding: 0.7rem 0; vertical-align: middle; font-weight: normal; color: #5a5b8a; }
.tbl_time tbody td { min-width: 2em; }

@media screen and (min-width: 48em), print { .tbl_time caption { font-size: 1.2rem; padding: 0.5rem 0 0; }
  .tbl_time thead th { padding: 1.5rem 0.5rem; font-weight: normal; }
  .tbl_time thead th:last-child { padding-right: 1.5rem; }
  .tbl_time tbody th { padding: 1.5rem 0; font-weight: normal; width: 13rem; }
  .tbl_time tbody td { padding: 1.5rem 0; } }
/* ページトップ -------------------------------------- */
.sp_bottom { position: fixed; bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; background: #fffbe7; margin: 0; width: 100%; padding: 0.1rem; text-align: center; z-index: 10000; }
.sp_bottom li { width: 30%; margin: 0.2rem; background: #daa520; position: relative; font-size: 1.4rem; }
.sp_bottom li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1rem 0; color: #fff; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.sp_bottom li:first-child { width: 70%; }
.sp_bottom li:first-child a::before { content: 'tel.'; }

@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; }
  #pageup { position: fixed; bottom: -55.0rem; right: 1.0rem; z-index: 1; cursor: pointer; opacity: 0.8; -webkit-transition: 0.8s; transition: 0.8s; font-size: 5rem; height: 7rem; width: 7rem; border-radius: 50%; background: #f4a22c; padding: 0.5rem 0; }
  #pageup a::after { display: none; }
  #pageup.block { display: block; bottom: 7.0rem; } }
footer ul { display: none; }

address { padding: 0.9rem 0 5.5rem; font-style: normal; background: #00008b; text-align: center; font-size: 1rem; }
address a { color: #fff; }

@media screen and (min-width: 48em), print { #overview { padding: 5rem 0; background-color: transparent; }
  #overview .img_c { max-width: none; margin-top: 0; width: 55.1rem; }
  #overview .wrap { padding: 7rem 2rem 8rem 4rem; background: rgba(255, 255, 255, 0.8); }
  #overview .flex_LRTB { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 auto; }
  #overview .overviewL { padding: 0; margin: 0; width: 51rem; max-width: none; font-size: 1.4rem; }
  #overview .overviewR { width: 56rem; padding: 0; }
  .dl_overview { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 51rem; }
  .dl_overview dt { width: 11rem; margin-bottom: 1.5rem; }
  .dl_overview dd { width: 40rem; }
  .dl_overview dd .sp_n { display: inline !important; }
  #access .flex_LRTB.half { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  #access .flex_LRTB.half img { width: 35%; }
  .gmap { height: 55rem; }
  address { padding: 1rem 0; font-size: 1.2rem; }
  footer { display: block; padding: 3rem 0 0; font-size: 1.4rem; margin: 0 auto; background: #5a5b8a; color: #fff; }
  footer ul { 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: 0 auto; width: 76rem; }
  footer ul li { border-left: 1px solid #fff; line-height: 1; padding: 0 2rem; margin-bottom: 1.5rem; }
  footer ul li a { color: #fff; padding: 0; }
  footer ul li a br { display: none; }
  footer ul li:nth-child(6), footer ul li:last-child { border-right: 1px solid #fff; }
  footer ul li.treatment { display: none; }
  footer ul:last-child li:nth-child(3), footer ul:last-child li:nth-child(9), footer ul:last-child li:nth-child(14) { border-right: 1px solid #fff; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

.tel a { color: #555; border-bottom: none; }

/* TopPage  -------------------------------------- */
#TopPage #kv { padding-top: 23rem; background-position: top center; background-repeat: no-repeat; background-size: auto 23rem; margin: 1rem auto 0; }
#TopPage #kv .wrap { margin: 0; }
#TopPage #kv .kv_txt { color: #5a5b8a; padding: 1rem 0; text-align: center; font-size: 1.6rem; line-height: 1.4; }
#TopPage #kv .kv_open { margin: 0; }
#TopPage #kv .kv_open li:nth-child(2) { color: #fff; padding: 1rem 0; text-align: center; font-size: 1.6rem; line-height: 1.4; background: #5a5b8a; }
#TopPage #kv .kv_open li:nth-child(3) { color: #fff; padding: 1rem 0; text-align: center; font-size: 1.6rem; line-height: 1.4; background: #daa520; }
#TopPage #kv .kv_open li { margin: 0; }
#TopPage main h2 { text-align: center; background-size: 12rem; height: 12rem; }
#TopPage main h2 span > span { display: block; font-size: 1.2rem; color: #b3b3b3; padding: 5px 0 0; width: 100%; }
#TopPage main #news { padding: 0; margin: 2rem 0; background: #F8F0C2; position: relative; }
#TopPage main #news h2 { background-image: url("../img/h2_wc.png"); position: relative; }
#TopPage main #news h2 > span::after { display: none; }
#TopPage main #news dl { padding: 2rem 1rem; overflow: auto; background: rgba(255, 255, 255, 0.7); margin: 2rem 0; border-radius: 1rem; }
#TopPage main #news dl dt { margin-bottom: 0.5rem; padding-top: 1.5rem; font-size: 1.6rem; font-weight: bold; color: #86a4d5; border-top: dotted 0.1rem #b3b3b3; }
#TopPage main #news dl dd { margin-bottom: 2rem; font-size: 1.4rem; }
#TopPage main #news dl dt:first-child { border: none; }
#TopPage main #news .bnr_covid { padding: 3rem 1.5rem; }
#TopPage main #news .bnr_covid a { border: none; }
#TopPage main #news::before, #TopPage main #news::after { background: url("../img/news_bg1.png") repeat-x center top #fff; content: ''; height: 3rem; background-size: 80rem 3rem; display: block; }
#TopPage main #news::after { background-image: url("../img/news_bg2.png"); }
#TopPage main #philosophy { padding: 0; }
#TopPage main #philosophy ol { counter-reset: item; list-style-type: none; padding-left: 0; }
#TopPage main #philosophy ol li { padding: 1rem 0 0  3.5rem; position: relative; margin-bottom: 1rem; }
#TopPage main #philosophy ol li::before { counter-increment: item; content: counter(item) ""; color: #5a5b8a; font-size: 2rem; position: absolute; top: 0; left: 1rem; font-weight: bold; z-index: 10; }
#TopPage main #philosophy ol li::after { content: '●'; color: #e6e5ef; top: 0.5rem; left: 0; position: absolute; font-size: 3rem; }
#TopPage main #philosophy ol .underline { background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, transparent), color-stop(51%, #ffe797)); background: linear-gradient(transparent 51%, #ffe797 51%); }
#TopPage main #treatments { padding: 0; margin: 2rem 0; background: #e6e5ef; }
#TopPage main #treatments h2 { background-image: url("../img/h2_wc.png"); position: relative; }
#TopPage main #treatments ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }
#TopPage main #treatments ul li { width: 48%; max-width: 20rem; margin-bottom: 1.5rem; }
#TopPage main #treatments ul a { display: block; height: 100%; color: #5a5b8a; border: none; text-align: center; padding: 10.5rem 0 0; background-image: url("../img/treatments_img01.png"); background-position: center top; background-repeat: no-repeat; background-size: 10rem auto; font-weight: bold; font-size: 1.6rem; }
#TopPage main #treatments ul li:nth-child(2) a { background-image: url("../img/treatments_img02.png"); }
#TopPage main #treatments ul li:nth-child(3) a { background-image: url("../img/treatments_img03.png"); }
#TopPage main #treatments ul li:nth-child(4) a { background-image: url("../img/treatments_img04.png"); }
#TopPage main #treatments ul li:nth-child(5) a { background-image: url("../img/treatments_img05.png"); }
#TopPage main #treatments ul li:nth-child(6) a { background-image: url("../img/treatments_img06.png"); }
#TopPage main #treatments ul li:nth-child(7) a { background-image: url("../img/treatments_img03.png"); }
#TopPage main #treatments ul li:nth-child(8) a { background-image: url("../img/treatments_img08.png"); }
#TopPage main #treatments ul li:nth-child(9) a { background-image: url("../img/treatments_img09.png"); }
#TopPage main #treatments ul li:nth-child(10) a { background-image: url("../img/treatments_img10.png"); }
#TopPage main #treatments ul li:nth-child(11) a { background-image: url("../img/treatments_img11.png"); }
#TopPage main #treatments ul li:nth-child(12) a { background-image: url("../img/treatments_img12.png"); }
#TopPage main #treatments::before, #TopPage main #treatments::after { background: url("../img/treatments_bg1.png") repeat-x center top #fff; content: ''; height: 3rem; background-size: 80rem 3rem; display: block; }
#TopPage main #treatments::after { background-image: url("../img/treatments_bg2.png"); }
#TopPage main #features { padding: 3.5rem 0; background-color: #f0eae5; background: url("../img/features_bg1.png") top center; }
#TopPage main #features h2 { margin: 0 1rem 1rem; }
#TopPage main #features .flex_LRTB dl { margin: 4rem 0; background: #ffdc68; position: relative; padding: 5rem 1rem 2rem 2rem; }
#TopPage main #features .flex_LRTB dl dt { font-size: 1.6rem; z-index: 10; position: relative; display: inline-block; border-bottom: 0.1rem solid #333; margin-bottom: 1rem; padding-bottom: 0.5rem; }
#TopPage main #features .flex_LRTB dl dt span { font-size: 2rem; background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff)); background: linear-gradient(transparent 70%, #fff 70%); padding: 0 0.5rem 0.5rem; }
#TopPage main #features .flex_LRTB dl dd { padding: 0 8rem 0 0; z-index: 10; position: relative; }
#TopPage main #features .flex_LRTB dl dd img { position: absolute; width: 10rem; right: 0rem; bottom: 1rem; z-index: -1; }
#TopPage main #features .flex_LRTB dl::before { content: ''; background: url("../img/features_01_1.png") no-repeat top left; width: 10rem; height: 8rem; background-size: auto 8rem; display: block; position: absolute; top: -4rem; }
#TopPage main #features .flex_LRTB dl::after { content: ''; background: url("../img/features_01_2.png") no-repeat bottom right; width: 10rem; height: 15rem; background-size: auto 15rem; display: block; position: absolute; bottom: 1rem; right: 1rem; }
#TopPage main #features .flex_LRTB > div:nth-child(2) dl { margin-top: 7rem; background: #ffeaa3; }
#TopPage main #features .flex_LRTB > div:nth-child(2) dl dt { margin-left: 8rem; }
#TopPage main #features .flex_LRTB > div:nth-child(2) dl dd { padding: 0 0 0 8rem; }
#TopPage main #features .flex_LRTB > div:nth-child(2) dl dd img { left: -1rem; right: auto; }
#TopPage main #features .flex_LRTB > div:nth-child(2) dl::before { background: url("../img/features_02_1.png") no-repeat top right; background-size: auto 8rem; right: 2rem; }
#TopPage main #features .flex_LRTB > div:nth-child(2) dl::after { content: ''; background: url("../img/features_02_2.png") no-repeat bottom right; background-size: auto 15rem; bottom: 1rem; right: auto; left: 1rem; }
#TopPage main #features .wrap div { 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 auto; }
#TopPage main #features .wrap div img { border-radius: 50%; width: 30%; max-width: 15rem; }
#TopPage main #features .wrap dl { width: 68%; margin: 2rem 0; }
#TopPage main #features .wrap dl dt::first-letter { color: #daa520; font-size: 2rem; }
#TopPage main #features .wrap dl dt { border-bottom: 0.1rem solid #333; padding: 0 2% 0.2rem; }
#TopPage main #features .wrap div:first-child { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
#TopPage main #features .wrap div:first-child dd { padding-left: 2%; }

@media screen and (min-width: 48em), print { #TopPage #kv { background-size: auto; max-width: none; margin: 0 auto 0; width: 100%; height: 83rem; min-width: 117rem; padding-top: 0; position: absolute; top: 8rem; }
  #TopPage #kv .wrap { margin: 0 auto; position: relative; height: 100%; }
  #TopPage #kv .kv_txt { position: absolute; top: 9rem; left: 17rem; }
  #TopPage #kv .kv_open { position: absolute; right: 3rem; bottom: 2rem; }
  #TopPage nav { margin-top: 83rem; }
  #TopPage main h2 { font-size: 3rem; }
  #TopPage main #news { margin: 8rem 0; }
  #TopPage main #news .wrap { position: relative; min-height: 35rem; }
  #TopPage main #news h2 { background-size: 22.8rem auto; position: absolute; top: 2.5rem; left: 1rem; width: 22.8rem; height: 22.8rem; margin: 0; }
  #TopPage main #news h2::after { position: absolute; background: url("../img/news_img01.png") no-repeat top center; content: ''; width: 14rem; height: 17rem; top: 15rem; left: 0; display: block; }
  #TopPage main #news dl { padding: 1rem 2.5rem 2rem 14rem; width: 99.8rem; margin-left: 11rem; min-height: 30rem; }
  #TopPage main #news dl dt { font-size: 2rem; margin: 2rem 0 0; }
  #TopPage main #news dl dt span { display: inline-block; margin-right: 1rem; width: 12rem; padding: 0; }
  #TopPage main #news .bnr_covid { width: 117rem; padding: 0 5rem; margin: 8rem auto; }
  #TopPage main #news::before, #TopPage main #news::after { background-size: auto; height: 5rem; }
  #TopPage main #philosophy { /*background: url("../img/philosopy_bg.jpg") no-repeat left 100% bottom ;*/ background-size: auto; padding-bottom: 8rem; margin-bottom: 0; }
  #TopPage main #philosophy h2 { background-size: 26rem 26rem; height: 26rem; }
  #TopPage main #philosophy ol { margin-left: 6rem; }
  #TopPage main #philosophy ol li { font-size: 1.8rem; line-height: 3rem; padding-left: 8.5rem; margin-bottom: 5rem; text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px; }
  #TopPage main #philosophy ol li::before { font-size: 6rem; left: 1.5rem; }
  #TopPage main #philosophy ol li::after { font-size: 6.2rem; top: 2rem; }
  #TopPage main #treatments { margin: 0 0 8rem 0; position: relative; padding-top: 1rem; }
  #TopPage main #treatments h2 { background-size: 26rem 26rem; height: 26rem; margin-bottom: 6rem; }
  #TopPage main #treatments ul { margin: 0 0 6rem; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #TopPage main #treatments ul li { width: 18rem; height: 20rem; max-width: none; margin: 0 0 6rem; }
  #TopPage main #treatments ul li a { width: 100%; padding: 17rem 0 0; background-size: auto; position: relative; text-align: center; font-size: 2rem; }
  #TopPage main #treatments::before, #TopPage main #treatments::after { background-size: auto; height: 5rem; }
  #TopPage main #treatments::before { position: absolute; top: -5rem; width: 100%; background-color: transparent; }
  #TopPage main #features { background-position: top 5rem center; background-repeat: no-repeat; margin-bottom: 10rem; }
  #TopPage main #features h2 { background-size: 26rem 26rem; height: 26rem; font-size: 2.4rem; }
  #TopPage main #features .flex_LRTB > div { width: 50%; background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #ffdc68)); background: linear-gradient(transparent 30%, #ffdc68 30%); }
  #TopPage main #features .flex_LRTB > div dl { background: none; width: 56.5rem; margin: 0 1.5rem 0 auto; padding: 18rem 0 2rem 1.5rem; height: 37rem; }
  #TopPage main #features .flex_LRTB > div dl dt { font-size: 2.4rem; margin-bottom: 2.5rem; }
  #TopPage main #features .flex_LRTB > div dl dt span { font-size: 3rem; }
  #TopPage main #features .flex_LRTB > div dl dd { width: 45rem; }
  #TopPage main #features .flex_LRTB > div dl::before { background-size: auto; width: 16.5rem; height: 15.4rem; top: 1rem; }
  #TopPage main #features .flex_LRTB > div dl::after { background-size: auto; width: 21.8rem; height: 34.4rem; bottom: 2rem; }
  #TopPage main #features .flex_LRTB > div:nth-child(2) { background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #ffeaa3)); background: linear-gradient(transparent 30%, #ffeaa3 30%); }
  #TopPage main #features .flex_LRTB > div:nth-child(2) dl { background: none; margin: 0 auto 0 2rem; }
  #TopPage main #features .flex_LRTB > div:nth-child(2) dl dt { margin-left: 26.5rem; }
  #TopPage main #features .flex_LRTB > div:nth-child(2) dl dd { margin-left: 12rem; width: 42rem; }
  #TopPage main #features .flex_LRTB > div:nth-child(2) dl::before { background-size: auto; width: 18.5rem; height: 14.4rem; top: 1rem; }
  #TopPage main #features .flex_LRTB > div:nth-child(2) dl::after { background-size: auto; width: 21.8rem; height: 32.7rem; bottom: 2.5rem; }
  #TopPage main #features .wrap div:first-child { width: 84rem; margin: 2rem auto 0 2rem; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  #TopPage main #features .wrap div:first-child dl { width: 55rem; margin-top: 4rem; }
  #TopPage main #features .wrap div:first-child dl dt { font-size: 2.2rem; margin-bottom: 2.5rem; padding-left: 4rem; }
  #TopPage main #features .wrap div:first-child dl dt::first-letter { font-size: 3.6rem; }
  #TopPage main #features .wrap div:first-child dl dd { padding-left: 4rem; }
  #TopPage main #features .wrap div:first-child img { width: 28.1rem; max-width: none; }
  #TopPage main #features .wrap div:nth-child(2) { width: 72rem; margin-right: 2rem; margin-top: -7rem; }
  #TopPage main #features .wrap div:nth-child(2) dl dt { font-size: 2.2rem; margin-bottom: 2.5rem; padding-left: 0.5rem; }
  #TopPage main #features .wrap div:nth-child(2) dl dt::first-letter { font-size: 3.6rem; }
  #TopPage main #features .wrap div:nth-child(2) dl dd { padding: 0 0.5rem; }
  #TopPage main #features .wrap div:nth-child(2) img { max-width: none; width: auto; } }
/* lower  -------------------------------------- */
#lower .tbl_def { border: 0.1rem solid #5a5b8a; 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: #5a5b8a; color: #fff; }
#lower .tbl_def thead th, #lower .tbl_def thead td { padding: 0.7rem 0; font-weight: normal; }
#lower .tbl_def tbody { background: #fff; }
#lower .tbl_def tbody tr { border-bottom: 0.1rem solid #5a5b8a; }
#lower .tbl_def tbody th, #lower .tbl_def tbody td { padding: 0.7rem 0.5rem; vertical-align: middle; font-weight: normal; }
#lower .tbl_def tbody th { background: #f4a22c; }
#lower #clinic ul.flex_LRTB li { margin-bottom: 2rem; font-size: 1.8rem; }

@media screen and (min-width: 48em), print { #lower .tbl_def caption { font-size: 1.6rem; padding: 0.5rem 0 0; }
  #lower .tbl_def thead th { padding: 1.5rem; }
  #lower .tbl_def tbody th { padding: 1.5rem; font-weight: normal; }
  #lower .tbl_def tbody td { padding: 1.5rem; }
  #lower .box1.flex_RLTB.half { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

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