@charset "UTF-8";
/*文字PC*/
/*基本フォント*/
/*基本背景色PC*/
/*基本文字色*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*緑*/
/*橙*/
/*青*/
/* _reset.scss　出力*/
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

button {
  cursor: pointer;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

a {
  text-decoration: none;
}

/* /_reset.scss　出力ここまで */
/* _module.scss　出力 */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

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

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

.bold {
  font-weight: bold;
}

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

.font_s {
  font-size: smaller;
}

.font_l {
  font-size: larger;
}

.fc_orange {
  color: #F9BF3D !important;
}

.fc_green {
  color: #21BF25 !important;
}

/* テキストカラー -------------------------------------- */
.fc_red {
  color: #FF1504 !important;
}

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

.fc_green {
  color: #21BF25;
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

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

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  #lower main .inner img.img_r,
#lower main .inner img.img_l {
    width: 30rem;
  }
}
.sp_n,
.sp_n_i {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .sp_n_i {
    display: inline !important;
  }
  .pc_n {
    display: none;
  }
}
/* マージン -------------------------------------- */
.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;
}

.mlr_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 幅 -------------------------------------- */
.w_10 {
  width: 10% !important;
}

.w_15 {
  width: 15% !important;
}

.w_20 {
  width: 20% !important;
}

.w_25 {
  width: 25% !important;
}

.w_30 {
  width: 30% !important;
}

.w_35 {
  width: 35% !important;
}

.w_40 {
  width: 40% !important;
}

.w_45 {
  width: 45% !important;
}

.w_50 {
  width: 50% !important;
}

.w_55 {
  width: 55% !important;
}

.w_60 {
  width: 60% !important;
}

.w_65 {
  width: 65% !important;
}

.w_70 {
  width: 70% !important;
}

.w_75 {
  width: 75% !important;
}

.w_80 {
  width: 80% !important;
}

.w_85 {
  width: 85% !important;
}

.w_90 {
  width: 90% !important;
}

.w_95 {
  width: 95% !important;
}

.w_100 {
  width: 100% !important;
}

/* 幅PC -------------------------------------- */
@media screen and (min-width: 48em), print {
  .w_10_pc {
    width: 10% !important;
  }
  .w_15_pc {
    width: 15% !important;
  }
  .w_20_pc {
    width: 20% !important;
  }
  .w_25_pc {
    width: 25% !important;
  }
  .w_30_pc {
    width: 30% !important;
  }
  .w_35_pc {
    width: 35% !important;
  }
  .w_40_pc {
    width: 40% !important;
  }
  .w_45_pc {
    width: 45% !important;
  }
  .w_50_pc {
    width: 50% !important;
  }
  .w_55_pc {
    width: 55% !important;
  }
  .w_60_pc {
    width: 60% !important;
  }
  .w_65_pc {
    width: 65% !important;
  }
  .w_70_pc {
    width: 70% !important;
  }
  .w_75_pc {
    width: 75% !important;
  }
  .w_80_pc {
    width: 80% !important;
  }
  .w_85_pc {
    width: 85% !important;
  }
  .w_90_pc {
    width: 90% !important;
  }
  .w_95_pc {
    width: 95% !important;
  }
  .w_100_pc {
    width: 100% !important;
  }
  .w_68_pc {
    width: 68% !important;
  }
}
/* flex box */
.flex_LRTB,
.flex_RLTB {
  flex-direction: column;
  -webkit-flex-direction: column;
}

@media screen and (min-width: 48em), print {
  /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
  }
  .flex_LRTB.half {
    justify-content: space-between;
  }
  .flex_LRTB.half > * {
    width: 48%;
    margin-bottom: 0;
  }
  .flex_LRTB.half > li {
    margin-bottom: 1rem;
  }
  .flex_LRTB.half > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_LRTB.half > figure + ul {
    width: 68% !important;
  }
  .flex_LRTB.half::after {
    content: "";
    display: block;
    width: 48%;
    margin: 0 auto;
  }
  .flex_LRTB.center {
    justify-content: center;
  }
  .flex_LRTB.fwrap,
.flex_RLTB.fwrap {
    flex-wrap: wrap;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .flex_RLTB.half {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex_RLTB.half > * {
    width: 48%;
    margin-bottom: 0;
  }
  .flex_RLTB.half > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_RLTB.half > figure + ul {
    width: 68% !important;
  }
  .flex_LRTB.third > * {
    width: 32%;
  }
}
/* ----------------------------------------------------------------------------------
リストなど　_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: #21BF25;
  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: #21BF25;
}

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

/* ※ -------------------------------------- */
ul.list_kome {
  padding: 0;
  margin: 0 0 10px 1.1em;
}
ul.list_kome li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
}
ul.list_kome li::before {
  display: inline-block;
  content: "※";
  margin-left: -1.1em;
  margin-right: 0.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: "\e8fd";
  padding-right: 0.3rem;
  font-weight: bold;
  color: #F9BF3D;
}
ul.list_lnk a {
  color: #F9BF3D;
}

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

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

/* 流れ図 -------------------------------------- */
ol.list_flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list_flow > li {
  background: rgba(226, 254, 223, 0.8);
  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: #21BF25;
  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: #E2FEDF;
  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: 1.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: flex;
    flex-wrap: wrap;
  }
  .dl_career dt {
    width: 10em;
  }
  .dl_career dd {
    width: calc(100% - 11em);
  }
}
/* dtシンプル -------------------------------------- */
.dl_sim {
  margin: 0 auto 1.5rem;
}
.dl_sim > dt {
  font-weight: bold;
  color: #21BF25;
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_sim > dd {
  margin-bottom: 2.5rem;
}

/* dtに二重線 -------------------------------------- */
.dl_def {
  margin: 2rem auto;
}
.dl_def > dt {
  font-weight: bold;
  border-bottom: double 3px #21BF25;
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_def > dd {
  margin-bottom: 1.5rem;
}
.dl_def > dd ul.list_maru li::before {
  color: #F9BF3D;
}

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

@media screen and (min-width: 48em), print {
  .dl_tbl > dt {
    padding: 1rem;
  }
}
/* box -------------------------------------- */
.box1,
.box2,
.box3 {
  padding: 20px !important;
  margin-bottom: 20px;
  background: rgba(249, 191, 61, 0.1);
  border-radius: 0.5rem;
}
.box1 > dt,
.box2 > dt,
.box3 > dt {
  border-bottom: #F9BF3D dotted 2px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}
.box1 > dd,
.box2 > dd,
.box3 > dd {
  margin: 10px;
}
.box1 > dd dt,
.box2 > dd dt,
.box3 > dd dt {
  color: #F9BF3D;
  font-weight: bold;
}
.box1 > *:last-child,
.box2 > *:last-child,
.box3 > *:last-child {
  margin-bottom: 0;
}

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

.box3 {
  background: #fbfbfb;
  border: 0.2rem solid #d4d4d4;
}

@media screen and (min-width: 48em), print {
  .box1 > dt,
.box2 > dt {
    font-size: 18px;
  }
  .box1 > dd dt,
.box2 > dd dt {
    font-size: 17px;
  }
}
/* リンク -------------------------------------- */
a {
  text-decoration: none;
}

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

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

a:hover img {
  opacity: 0.8;
}

a.btn {
  background: #fea45f;
  border-radius: 3px;
  color: #fff;
  padding: 1.5rem 2rem;
  text-align: center;
  margin: 5px auto;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  transition: background 1s;
}
a.btn:hover {
  border: none !important;
  color: #fff !important;
  background: #feb79c;
}

a.border_n {
  border: none !important;
}

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

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

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

.block {
  display: block;
}

/* /_module.scss　出力ここまで */
/* _common.scss　出力 */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 3.125vw;
  width: 100%;
}

body {
  font-family: YakuHanJPs_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 1.25rem;
  background-color: #F2FFEF;
  line-height: 1;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  width: 100%;
}
body h1, body h2, body h3, body h4, body h5, body nav, body aside dl, body #kv {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif !important;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%; /* ベースを10pxに */
  }
  body {
    min-width: 1220px;
    font-size: 1.8rem;
  }
}
/* 全体の横幅設定  -------------------------------------- */
.wrap {
  margin: 0 1.5rem;
}

main {
  line-height: 1.4;
}

.inner {
  padding: 0;
}

main > .inner {
  line-height: 1.6;
}

section {
  margin-bottom: 3rem;
}

@media screen and (min-width: 48em), print {
  .wrap {
    width: 1220px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  section {
    margin-bottom: 5rem;
  }
  .inner {
    padding: 0;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  main {
    width: 84rem;
  }
  aside {
    width: 32rem;
  }
}
/* header  -------------------------------------- */
header {
  background: #fff;
}
header > .wrap {
  margin: 0;
  padding: 1rem 0.5rem 1rem 0.5rem;
}
header .logo {
  width: calc(100% - 6rem);
  padding: 0 0 0 1.5rem;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
header .logo img {
  width: 24rem;
}
header .h_right {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header .h_right li {
  width: 45%;
}
header .h_right li a {
  padding: 0.5rem;
  width: 100%;
  border: 0.1rem dashed #fff;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  border-radius: 0.5rem;
  line-height: 1;
  box-shadow: 0 0 0 0.3rem #21BF25;
  display: block;
  font-size: 110%;
}
header .h_right li a::before {
  display: inline-block;
  font-size: 2rem;
}
header .h_right li:nth-child(2) a {
  box-shadow: 0 0 0 0.3rem #F9BF3D;
  background: #F9BF3D;
}
header .h_right li:nth-child(2) a::before {
  content: "\e801\e818";
  font-family: fontello;
}

/* ハンバーガーメニュー  -------------------------------------- */
.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;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  /* ボタンの配置位置 */
  /* ボタンの大きさ  */
  width: 5rem;
  height: 5.5rem;
  /* 最前面に */
  z-index: 100;
  background-color: #fff;
  border: none;
  position: fixed;
}

.btn-txt {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 1.6rem;
  font-size: 1.2rem;
  color: #21BF25;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
  display: block;
  position: relative; /* バーガー線の位置基準として設定 */
  width: 100%; /* 線の長さと高さ */
  height: 0.2rem;
  background-color: #21BF25;
  transition: 0.2s;
}

/****** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #21BF25;
  transition: 0.5s;
  left: 0;
  box-sizing: inherit;
}

.btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-1rem);
}

.btn-line::after {
  /* 下の線の位置 */
  transform: translateY(1rem);
}

/***** メニューオープン時 *****/
.btn-line.open {
  background-color: transparent; /* 真ん中の線を透明に */
}

.btn-line.open::before,
.btn-line.open::after {
  content: "";
  transition: 0.2s;
}

.btn-line.open::before {
  transform: rotate(45deg); /* 上の線を傾ける */
}

.btn-line.open::after {
  transform: rotate(-45deg); /* 下の線を傾ける */
}

nav {
  width: 100%;
  padding: 0;
  background-color: #E2FEDF;
  position: absolute;
  right: -100vw;
  top: 0;
  transition: 0.3s;
  z-index: 99;
  font-weight: bold;
  position: fixed;
  max-height: 94%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
nav a {
  color: #333;
  text-decoration: none;
}
nav br {
  display: none;
}
nav > ul {
  margin: 5rem 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav > ul li {
  margin: 0 0 1rem;
  width: 47%;
}
nav > ul li a {
  margin: 0.5rem;
  display: block;
}
nav > ul .subnav br {
  display: none;
}
nav > ul a::before {
  font-family: fontello;
  content: "w";
  color: #21BF25;
  padding-right: 0.5rem;
}
nav dl {
  background: #FEF9EF;
  padding: 1rem;
}
nav dl dt {
  color: #F9BF3D;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}
nav dl dd {
  padding: 1rem 0 0 1rem;
}
nav dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav dl dd ul li {
  width: 47%;
  margin: 0 0 1rem;
}
nav dl dd ul li a {
  margin: 0.5rem;
  display: block;
  white-space: nowrap;
}
nav dl dd a::before {
  font-family: fontello;
  content: "w";
  color: #F9BF3D;
  padding-right: 0.5rem;
}

nav.open {
  right: 0;
}

@media screen and (min-width: 48em), print {
  header {
    padding: 1rem 0 0.5rem;
    width: 100%;
    min-width: 1220px;
    margin: 0;
    background: #fff;
    border-bottom: 0.3rem solid #F0F0F0;
  }
  header > .wrap {
    margin: 0 auto;
    padding: 0 1rem;
    align-items: center;
    justify-content: space-between;
    letter-spacing: normal;
    display: flex;
  }
  header > .wrap > .btn {
    display: none;
  }
  header > .wrap .logo {
    height: auto;
    width: 41.6rem;
    margin: 0.5rem auto 0.5rem 0;
    padding: 0;
    display: block;
  }
  header > .wrap .logo img {
    width: 41.6rem;
  }
  header > .wrap .h_center {
    width: 30rem;
    margin: 0 auto 0 4.5rem;
  }
  header > .wrap .h_center li::before {
    font-family: fontello;
    color: #21BF25;
    content: "\e81a";
    margin: 0;
    padding-right: 0.5rem;
  }
  header > .wrap .h_center li br {
    display: none;
  }
  header > .wrap .h_center li:first-child {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  header > .wrap .h_center li:first-child span {
    font-size: 1.8rem;
  }
  header > .wrap .h_center li:first-child::before {
    content: "\e801";
  }
  header > .wrap .h_right {
    width: 38rem;
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  }
  header > .wrap .h_right li {
    width: 18rem;
    margin-bottom: 0;
  }
  header > .wrap .h_right li a {
    width: 100%;
    font-size: 2.2rem !important;
    display: block;
    border: 0.2rem dashed #fff;
    padding: 1rem 0;
    border-radius: 1rem;
    margin: 1rem auto;
  }
  header > .wrap .h_right li a::before {
    display: block;
    font-size: 3.6rem;
    margin-bottom: 0.5rem;
  }
  header > .wrap .h_right li:nth-child(2) a {
    background: #F9BF3D;
    box-shadow: 0 0 0 0.5rem #F9BF3D;
  }
  header > .wrap .h_right li:nth-child(2) a::before {
    content: "\e801\e818";
    font-family: fontello;
    display: block;
    font-size: 3.6rem;
    margin-bottom: 0.5rem;
  }
  nav {
    padding: 0 1rem;
    margin: 1rem auto;
    font-weight: normal;
    width: 100%;
    position: static;
    background-color: transparent;
    overflow: visible !important;
    font-size: 1.6rem;
    width: 1220px;
  }
  nav ul.gnav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    max-width: none;
    line-height: 1;
    margin: 0 auto 1rem;
    letter-spacing: normal;
    font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
    font-size: 2rem;
  }
  nav ul.gnav > li {
    margin: 0;
    padding: 0;
    width: 20%;
    border-left: 0.2rem dashed #21BF25;
  }
  nav ul.gnav > li > a {
    color: #333;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: bold;
    transition: all 1s;
    position: relative;
    width: 100%;
  }
  nav ul.gnav > li > a::before {
    position: absolute;
    bottom: -2rem;
    left: 20%;
    content: "";
    width: 60%;
    height: 0.3rem;
    background: #21BF25;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  nav ul.gnav > li > a:hover::before {
    transform: scale(1, 1);
    content: "" !important;
  }
  nav ul.gnav > li:first-child {
    border-left: none;
  }
  nav dl {
    display: none;
  }
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  .breadcrumb + .wrap.flex_RLTB, #kv + .wrap.flex_RLTB {
    justify-content: space-between;
    min-height: 80rem;
  }
  aside dl dt {
    font-size: 3.6rem;
    border-bottom: 0.3rem dotted #21BF25;
    height: 10.2rem;
    background: url(../img/sidebar_ttl.png) no-repeat bottom right;
    padding: 3rem 0 3rem 3rem;
    margin-bottom: 2.7rem;
  }
  aside dl ul li a {
    display: flex;
    align-items: center;
    background: url(../img/icon_ear.png) no-repeat left 1.5rem center #21BF25;
    border: 0.2rem dotted #fff;
    box-shadow: 0 0 0 0.5rem #21BF25;
    color: #fff;
    padding: 0 4rem 0 10rem;
    margin-bottom: 2rem;
    border-radius: 1.2rem;
    font-size: 2.4rem;
    position: relative;
    height: 9rem;
  }
  aside dl ul li a::after {
    content: "w";
    font-family: fontello;
    position: absolute;
    right: 2.5rem;
  }
  aside dl ul li:nth-child(2) a {
    background-image: url(../img/icon_nose.png);
  }
  aside dl ul li:nth-child(3) a {
    background-image: url(../img/icon_throat.png);
  }
  aside dl ul li:nth-child(4) a {
    background-image: url(../img/icon_dizzy.png);
  }
  aside dl ul li:nth-child(5) a {
    background-image: url(../img/icon_sas.png);
    line-height: 1.2;
  }
}
/* 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;
  }
}
/* ページ下部 医院概要  -------------------------------------- */
#overview {
  padding: 0 0;
  background: #CCF9CE;
  line-height: 1.4;
}
#overview .logo {
  text-align: center;
  margin-bottom: 2rem;
}
#overview .logo img {
  width: 24rem;
}
#overview .overviewL {
  max-width: 37rem;
  margin: 0 auto;
}
#overview .overviewR > p {
  margin: 1rem 0 0.5rem;
  text-indent: -1.5em;
  padding-left: 2.5em;
}
#overview .overviewR > p i {
  color: #21BF25;
}
#overview .overviewR > div {
  text-align: center;
}
#overview::before {
  content: "";
  display: block;
  height: 10rem;
  width: 100%;
  background: url(../img/overview_bg.png) no-repeat center bottom #F2FFEF;
  background-size: auto 7rem;
  margin: 3rem 0 5rem;
}

.dl_overview {
  margin-bottom: 0;
}
.dl_overview > dt {
  padding: 2rem 0 0.5rem;
  line-height: 1;
  font-weight: bold;
  border-top: 0.2rem solid #21BF25;
}
.dl_overview > dd {
  padding: 0 0 1.5rem;
}
.dl_overview > dd a {
  color: #333;
}

.dl_reserve {
  border: 0.2rem solid #F9BF3D;
  margin: 2rem 0 2rem;
}
.dl_reserve > dt {
  background: #F9BF3D;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 133%;
}
.dl_reserve > dd {
  padding: 1rem;
  background: #fff;
}
.dl_reserve > dd dl dt {
  color: #21BF25;
  font-weight: bold;
  font-size: 133%;
  font-weight: bold;
  padding: 0.5rem;
}
.dl_reserve > dd dl dt span {
  display: inline-block;
}
.dl_reserve > dd dl dt span a {
  color: #21BF25;
}
.dl_reserve > dd dl dd {
  margin-bottom: 1rem;
}

.btn_reserve {
  background: #21BF25;
  border: 0.2rem dashed #fff;
  box-shadow: 0 0 0 0.5rem #21BF25;
  display: block;
  text-align: center;
  width: 20rem;
  padding: 1rem 0;
  color: #fff;
  font-size: 130%;
  border-radius: 1rem;
  margin: 1rem auto;
  line-height: 1;
  transition: background 1s;
}
.btn_reserve::before {
  content: "\e819";
  font-family: fontello;
  display: block;
  font-size: 3.6rem;
  margin-bottom: 0.5rem;
}
.btn_reserve:hover {
  background: rgba(33, 191, 37, 0.8);
}

.gmap {
  margin: 1rem auto 0;
  height: 25rem;
  width: 100%;
}

@media screen and (min-width: 48em), print {
  #overview {
    padding: 0;
    margin-bottom: 0;
  }
  #overview .flex_LRTB {
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  #overview .overviewL {
    width: 42rem;
    max-width: none;
    margin: 0;
  }
  #overview .overviewL .logo {
    text-align: center;
    margin-bottom: 4rem;
  }
  #overview .overviewL .logo img {
    width: 100%;
  }
  #overview .overviewR {
    width: 72rem;
    margin-bottom: 6rem;
  }
  #overview::before {
    width: 100%;
    min-width: 1220px;
    background-size: auto;
    height: 36.7rem;
    margin-top: -8rem;
    margin-bottom: 4.5rem;
  }
  .dl_overview {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .dl_overview > dt {
    width: 12rem;
    margin: 0;
    padding: 2rem 0;
    line-height: 1.4;
    display: flex;
    align-items: center;
  }
  .dl_overview > dd {
    width: calc(100% - 12rem);
    margin: 0;
    padding: 2rem 0;
    border-top: 0.2rem solid #21BF25;
  }
  .dl_reserve > dd {
    padding: 3rem;
  }
  .dl_reserve .btn_reserve {
    height: 12rem;
    padding: 2.5rem 0 0;
  }
}
.gmap {
  margin: 0;
  height: 44rem;
}

/* 診療時間表 -------------------------------------- */
.tbl_time {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  border-collapse: collapse;
  overflow: hidden;
  border-spacing: 0;
}
.tbl_time caption {
  caption-side: bottom;
  padding: 1rem 0 0;
  text-align: left;
}
.tbl_time caption span.holidays {
  display: inline-block;
  background: #595959;
  color: #fff;
  padding: 0.2rem 1rem;
  margin-right: 0.3rem;
}
.tbl_time thead tr {
  background: #21BF25;
  color: #fff;
}
.tbl_time thead th {
  padding: 0.7rem 0 0.7rem;
  font-weight: normal;
}
.tbl_time tbody tr {
  border-bottom: 0.1rem solid #ccc;
  background: #fff;
}
.tbl_time tbody th,
.tbl_time tbody td {
  padding: 0.7rem 0;
  vertical-align: middle;
}
.tbl_time tbody th {
  font-weight: normal;
}
.tbl_time tbody td {
  min-width: 2em;
  color: #21BF25;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    margin-bottom: 5rem;
  }
  .tbl_time caption span.holidays {
    padding: 0.2rem 1.5rem;
  }
  .tbl_time thead th {
    padding: 1rem 0;
  }
  .tbl_time tbody th {
    padding: 1.5rem 0;
    width: 14.5rem;
    line-height: 1.2;
  }
  .tbl_time tbody td {
    padding: 1.5rem 0;
  }
}
/* ページトップ -------------------------------------- */
.sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  width: 100%;
  padding: 0.1rem;
  text-align: center;
  z-index: 100;
  letter-spacing: normal;
}
.sp_bottom li {
  width: 40%;
  position: relative;
  margin: 0;
}
.sp_bottom li a {
  background: #F9BF3D;
  padding: 1rem 0;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sp_bottom li a i {
  padding: 0 0.5rem;
}
.sp_bottom li a span {
  display: none;
}
.sp_bottom li:nth-child(3) {
  width: 18%;
}

@media screen and (min-width: 48em), print {
  .sp_bottom {
    display: none;
  }
  #pageup {
    width: 6rem;
    position: fixed;
    bottom: -55rem;
    right: 1rem;
    z-index: 1;
    cursor: pointer;
    transition: 0.8s;
    display: inline-block;
  }
  #pageup a {
    display: block;
    width: 5.6rem;
    height: 5.6rem;
  }
  #pageup.block {
    display: block;
    bottom: 7rem;
  }
}
/* footer -------------------------------------- */
footer .wrap {
  display: none;
}

address {
  padding: 0.8rem 0 4.5rem;
  font-style: normal;
  font-size: 1.2rem;
  text-align: center;
  background: #21BF25;
}
address a {
  color: #fff;
}

@media screen and (min-width: 48em), print {
  footer {
    display: block;
    padding: 0;
    margin: 0 auto 0;
    background: #CCF9CE;
  }
  footer .wrap {
    display: block;
    padding: 1rem 0;
  }
  footer .wrap > ul {
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .wrap > ul > li {
    margin: 0;
    border-left: 0.1rem solid #333;
    text-align: center;
  }
  footer .wrap > ul > li a {
    color: #333;
    padding: 0 0.5rem;
  }
  footer .wrap > ul > li:first-child {
    border-left: none;
  }
  address {
    margin: 0;
    padding: 2.4rem 0;
    font-size: 1.6rem;
  }
}
.img_map {
  border: 0.1rem solid #ccc;
}

/* /_common.scss　出力ここまで */
/* _top.scss　出力 */
#TopPage #kv {
  background-size: auto 14rem;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  height: 14rem;
}
#TopPage #kv .wrap {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 5;
  height: 14rem;
}
#TopPage #kv .wrap::after {
  content: "";
  width: 5rem;
  height: 5rem;
  bottom: -1rem;
  background: url(../img/kv_orn.png) center center no-repeat;
  background-size: auto 5rem;
  display: block;
  right: 2rem;
  position: absolute;
}
#TopPage #kv .kv_txt {
  padding: 2rem 1rem;
  line-height: 1.4;
  color: #21BF25;
  font-weight: bold;
  font-size: 1.6rem;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px;
  margin: 0;
}
#TopPage main {
  margin: 5rem 0 0;
}
#TopPage main section {
  background: #fff;
  border-radius: 1rem;
  margin: 0 0 5rem;
  padding: 1.5rem;
}
#TopPage main h2 {
  font-size: 1.9rem;
  margin: 1.5rem 0;
  padding: 0 0 0.5rem 3.5rem;
  background: url("../img/h2.png") left bottom 0.7rem no-repeat;
  background-size: auto 2.5rem;
  min-height: 2.5rem;
  line-height: 1.35;
  border-bottom: #21BF25 0.2rem dotted;
  font-weight: normal;
}
#TopPage #c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}
#TopPage #c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 700px;
  max-width: 90%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
#TopPage #c-modal .caution-box {
  padding: 1em;
  clear: both;
  box-sizing: border-box;
}
#TopPage #c-modal .caution-box .caution-box-tit {
  background: #21bf25;
  color: #fff;
  font-size: 130%;
  padding: 0.2em 1em;
  margin-bottom: 1em;
  width: auto;
  border-radius: 5px;
  text-align: center;
}
#TopPage #c-modal .caution-box .box-tit02 {
  color: #21bf25;
  font-size: 110%;
  margin-top: 0.5em;
}
#TopPage #c-modal .visible_check {
  margin: 1em 0 0;
  text-align: center;
}
#TopPage #c-modal #c-modal_close {
  display: inline-block;
  position: absolute;
  top: -50px;
  right: -5px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
#TopPage #news h2 {
  margin-bottom: 0;
}
#TopPage #news dl {
  margin: 0;
  padding: 0.5rem 0 1rem 0;
  border-bottom: 0.2rem solid #ccc;
}
#TopPage #news dl dt {
  cursor: pointer;
  padding: 1rem 0 0.5rem 1.2em;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
  color: #21BF25;
  border-top: 0.2rem solid #ccc;
}
#TopPage #news dl dt::before {
  content: "▼";
  font-family: fontello;
  text-align: center;
  position: absolute;
  left: 0;
  color: #21BF25;
}
#TopPage #news dl dt.close::before {
  transform: scale(1, -1);
}
#TopPage #news dl dt:first-child {
  border-top: none;
}
#TopPage #news dl dt span {
  display: block;
  color: #333;
  font-weight: normal;
}
#TopPage #news dl dt .new {
  display: none;
}
#TopPage #news dl dd {
  margin: 0.5rem 0 0;
}
#TopPage #news dl dd:not(:nth-of-type(-n + 3)) {
  display: none;
}
#TopPage #features ol li {
  padding: 0;
  margin-bottom: 0;
  padding: 1rem;
}
#TopPage #features ol li > dl {
  position: relative;
  z-index: 10;
  background: url(../img/features_bg.png) no-repeat bottom right #21BF25;
  background-size: auto 7rem;
  color: #fff;
  padding: 1rem;
}
#TopPage #features ol li > dl > dt {
  margin: 0 0 1rem;
  display: inline-block;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  padding: 0;
  border-bottom: 0.1rem solid #fff;
}
#TopPage #features ol li > dl > dt span {
  font-size: 165%;
}
#TopPage #features ol li:nth-child(even) dl {
  background-color: #20BF5D;
}

@media screen and (min-width: 48em), print {
  #TopPage #kv {
    background-size: auto 75rem;
    height: 75rem;
    padding: 0;
    margin: 0 0;
    min-width: 1220px;
    width: 100%;
  }
  #TopPage #kv .wrap {
    margin: 0 auto;
    height: 75rem;
  }
  #TopPage #kv .wrap::after {
    width: 24rem;
    height: 25.6rem;
    background-size: auto;
  }
  #TopPage #kv .kv_txt {
    color: #fff;
    padding-top: 28rem;
    font-weight: bold;
    font-size: 4.8rem;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3019607843);
  }
  #TopPage .wrap.flex_RLTB {
    justify-content: space-between;
  }
  #TopPage main {
    margin: 6rem 0 0;
    padding: 0;
    width: 84rem;
  }
  #TopPage main section {
    padding: 2rem 4rem 6rem;
  }
  #TopPage main h2 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    background-size: auto;
    background-position: left 0.5rem bottom 1.2rem;
    min-height: 5.5rem;
    padding: 0 0 1rem 8rem;
  }
  #TopPage main #news {
    margin-bottom: 4rem;
  }
  #TopPage main #news dl {
    padding: 2rem 0;
  }
  #TopPage main #news dl > dt {
    font-size: 2.2rem;
    padding: 2rem 0 0 2.2rem;
    margin: 1.5rem 0 0;
  }
  #TopPage main #news dl > dt:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  #TopPage main #news dl > dt::before {
    font-size: 2rem;
  }
  #TopPage main #news dl > dt span {
    display: inline;
  }
  #TopPage main #features {
    margin-bottom: 8rem;
  }
  #TopPage main #features ol li {
    display: flex;
    margin: 0;
    padding: 0;
    height: 24rem;
  }
  #TopPage main #features ol li > dl {
    width: 50%;
    margin: 0;
    padding: 2.7rem 4rem;
    background-size: auto;
  }
  #TopPage main #features ol li > dl > dd {
    font-size: 2.4rem;
  }
  #TopPage main #features ol li:nth-child(even) {
    flex-direction: row-reverse;
  }
  #TopPage aside {
    margin-top: 3rem;
  }
}
/* /_top.scss　出力ここまで */
/* _lower.scss　出力 */
#lower {
  /* main   -------------------------------------- */
}
#lower .breadcrumb {
  display: flex;
  margin: 2rem 1rem 5rem;
}
#lower .breadcrumb li a {
  color: #333;
  border: none;
}
#lower .breadcrumb li:first-child::after {
  content: "＞";
  padding: 0 1rem;
}
#lower main {
  margin-top: 1rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
}
#lower main > .inner {
  margin: 0 0 5rem;
}
#lower main section {
  margin: 0 auto 4rem;
  padding: 0;
}
#lower h1 {
  background: url("../img/h1.jpg") center center no-repeat #F2FFEF;
  background-size: auto 100%;
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 4rem 1rem 5rem;
  color: #fff;
  line-height: 1.35;
}
#lower h2 {
  font-size: 1.9rem;
  margin: 2rem 0 2rem;
  padding: 0 0 0.5rem 3.5rem;
  background: url("../img/h2.png") left bottom 0.7rem no-repeat;
  background-size: auto 2.5rem;
  min-height: 2.5rem;
  line-height: 1.35;
  border-bottom: #21BF25 0.2rem dotted;
  font-weight: normal;
}
#lower h3 {
  margin: 2rem 0 2rem;
  font-size: 1.8rem;
  color: #21BF25;
  padding: 0 0 0.5rem 2.5rem;
  background: url("../img/h3.png") left bottom 0.9rem no-repeat;
  background-size: auto 1.5rem;
  line-height: 1.35;
  border-bottom: #F9BF3D 0.2rem dotted;
  font-weight: normal;
}
#lower h4 {
  margin: 2rem 0 2rem;
  font-size: 1.6rem;
  color: #21BF25;
  border-bottom: #E2FEDF solid 0.3rem;
  padding-bottom: 0.5rem;
  line-height: 1.35;
  font-weight: normal;
}
#lower h5 {
  margin: 2rem 0 2rem;
  font-size: 1.4rem;
  color: #21BF25;
  line-height: 1.35;
  font-weight: normal;
}
#lower main {
  display: block;
}
#lower main p {
  margin: 0 0 1em;
  line-height: 1.6;
  text-align: justify;
}
#lower main li, #lower main dl {
  line-height: 1.6;
}
#lower main .tbl_def {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.3em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
#lower main .tbl_def thead {
  background: #F9BF3D;
  color: #fff;
}
#lower main .tbl_def thead th {
  padding: 1% 1% 0.8% 1%;
  border: 1px solid #fff;
}
#lower main .tbl_def tbody th {
  background: #D7F2FE;
}
#lower main .tbl_def tbody th, #lower main .tbl_def tbody td {
  padding: 1% 1% 0.8% 1%;
  border: 1px solid #ccc;
}
#lower main .tbl_price {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.3em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
#lower main .tbl_price tbody tr:nth-child(odd) {
  background: #FDFAF2;
}
#lower main .tbl_price tbody th {
  text-align: left;
  color: #663300;
  font-size: 94%;
  padding: 1% 0% 0.8% 2%;
}
#lower main .tbl_price tbody td {
  text-align: right;
  padding: 1% 2% 0.8% 2%;
}

@media screen and (min-width: 48em), print {
  #lower .breadcrumb {
    margin: 2rem auto 6.5rem;
    width: 1220px;
    padding: 0 1rem;
  }
  #lower main {
    padding: 4rem;
  }
  #lower main > .inner {
    margin: 0 0 8rem;
  }
  #lower main section {
    margin: 1rem auto 8rem;
  }
  #lower main section .inner + section {
    padding-top: 4rem;
  }
  #lower main section > section {
    margin: 1rem auto 7rem;
  }
  #lower main section > section > section {
    margin: 1rem auto 6rem;
  }
  #lower main section > section > section > section {
    margin: 1rem auto 5rem;
  }
  #lower h1 {
    font-size: 4.8rem;
    margin: 0;
    height: 44.8rem;
    display: flex;
    align-items: center;
    background-size: auto;
    position: relative;
    z-index: -1;
    padding-top: 17rem;
    color: #fff;
  }
  #lower h1 span {
    max-width: 1220px;
    padding: 0 1rem;
    display: block;
    margin: 0 auto;
  }
  #lower h2 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    background-size: auto;
    background-position: left 0.5rem bottom 1.2rem;
    min-height: 5.5rem;
    padding: 0 0 1rem 8rem;
  }
  #lower h3 {
    font-size: 3rem;
    margin: 0 0 3rem;
    background-size: auto;
    background-position: left 0.5rem bottom 1.6rem;
    padding: 0 0 1rem 4.5rem;
  }
  #lower h4 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding: 0 0 0.8rem;
  }
  #lower h5 {
    font-size: 1.8rem;
    margin: 0 0 3rem;
    border-width: 0.4rem;
  }
}
#lower #clinic .catch {
  font-size: 130%;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  color: #fff;
  padding: 1rem;
  margin: 2rem auto 4rem;
  background: #F9BF3D; /*背景色*/
  border-radius: 1rem;
  border: 0.2rem dashed #fff;
  box-shadow: 0 0 0 0.5rem #f9bf3d;
}
#lower .sp-layer {
  margin-bottom: 0;
  font-size: 200%;
}
#lower .slider-pro {
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  #lower #doctor .flex_LRTB section {
    margin-bottom: 4rem;
  }
  #lower .sp-layer {
    font-size: 130%;
  }
}
/* /_lower.scss　出力ここまで */

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