@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------------------------
モジュール　_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;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.frame_01 {
  padding: 1rem;
  background: #f0f4d2;
}

.frame_02 {
  padding: 1rem;
  background: #d0eee2;
}

/* img -------------------------------------- */
.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;
}

img.bnr {
  display: block;
  max-width: 95%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  img.bnr {
    max-width: 100%;
  }
}
img.bnr410 {
  display: block;
  max-width: 95%;
  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;
  }
  .bnr410 {
    max-width: 410px !important;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/* マージン・パディング回り -------------------------------------- */
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section, .flex > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  color: #555555;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #079a3e;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  padding: 0;
  color: #555555;
  background: #fff;
  background-image: linear-gradient(to right, #079a3e 37%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
.tbl_time tr td {
  text-align: center;
  color: #555555;
  padding: 0.6rem 0.4rem;
  background: #fff;
  background-image: linear-gradient(to right, #079a3e 37%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  line-height: 1;
}
.tbl_time tr:last-child th, .tbl_time tr:last-child td {
  background-image: none;
  border-bottom: 2px solid #079a3e;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th:first-child {
    width: 30%;
    letter-spacing: 0.6rem;
  }
  .tbl_time tr th.time {
    letter-spacing: 0;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat right top/auto 100%;
  font-size: 2.2rem;
  padding: 3rem 1rem;
  margin: 0 auto 0;
  text-align: center;
}

.tit_02 {
  color: #555555;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 2rem;
  padding: 1rem 2rem;
  line-height: 1.2;
  letter-spacing: 0.6rem;
  position: relative;
  z-index: 1;
}
.tit_02 span {
  display: block;
  letter-spacing: 0.1rem;
  margin: 0.3rem 0 0;
  font-size: 60%;
  color: #bbbbbb;
}
.tit_02 span.ex {
  color: #6eb92b;
  font-size: 3.2rem;
  display: inline;
  letter-spacing: 0.3rem;
}
.tit_02::after {
  content: "";
  background: #f2f9c2;
  width: 7rem;
  height: 7rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

body:not(.index) .tit_02 {
  color: #59663c;
  font-size: 2rem;
  text-align: center;
  margin: 4rem 0 3rem;
  padding: 1rem 0.4rem;
  line-height: 1.2;
  letter-spacing: 0.4rem;
  position: relative;
  z-index: 1;
}
body:not(.index) .tit_02 span {
  display: block;
  letter-spacing: 0;
  font-size: 60%;
  color: #b3b3b3;
}
body:not(.index) .tit_02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  border-bottom: 1px solid #555555;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0.4rem 3.4rem 0.4rem 0.8rem;
  background: url("../img/tit_03.png") no-repeat center right 0.4rem/3rem, #00693e;
}

.tit_04 {
  color: #2f4701;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #2f4701;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tit_04::before {
  content: "";
  display: inline-block;
  background: url("../img/tit_04.png") no-repeat center/100%;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 1rem;
  vertical-align: bottom;
}

.tit_05 {
  font-size: 1.8rem;
  color: #079a3e;
  padding: 0 0 0.2rem;
  margin: 0 0 2rem;
  border-bottom: 1px dashed #079a3e;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center top/auto 100%;
    font-size: 3.2rem;
    padding: 4.5rem 4rem 4.8rem;
    margin: 1.7rem auto 0;
  }
  .tit_02 {
    font-size: 2.8rem;
    margin: 0 0 7rem;
    letter-spacing: 0.6rem;
  }
  .tit_02 span {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  .tit_02 span.ex {
    font-size: 4.2rem;
    letter-spacing: 0.4rem;
  }
  .tit_02::after {
    width: 9rem;
    height: 9rem;
  }
  body:not(.index) .tit_02 {
    font-size: 3rem;
    margin: 10rem 0 7rem;
    padding: 2.4rem 0.2rem 4.4rem;
    letter-spacing: 0.6rem;
  }
  body:not(.index) .tit_02 span {
    font-size: 50%;
    letter-spacing: 0.2rem;
  }
  body:not(.index) .tit_02::before {
    bottom: -10px;
    border-bottom: 0.1rem solid #555555;
  }
  body:not(.index) .tit_02::after {
    width: 10rem;
    height: 10rem;
  }
  .tit_03 {
    font-size: 2.6rem;
    margin: 3rem 0 2rem;
    padding: 0.8rem 6.2rem 0.8rem 2rem;
    background: url("../img/tit_03.png") no-repeat center right 2rem/6rem, #00693e;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 2rem 0 2rem;
  }
  .tit_04::before {
    width: 4rem;
    height: 4rem;
    vertical-align: middle;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 li {
  text-indent: -1.6rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  font-size: 1.2rem;
  margin-right: 0.4rem;
  color: #6eb92b;
}

.lst_ul02 li {
  text-indent: -2rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul02.not_last-child li:last-child {
  padding-bottom: initial;
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
@media screen and (min-width: 48em), print {
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
}
.lst_ol01 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1rem;
  padding: 0 0 1rem 0;
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.8rem;
  font-family: "Lato", sans-serif;
  color: clr_blue;
  font-weight: bold;
}

.lst_dl01 dt {
  float: left;
  width: 25%;
  font-weight: bold;
  clear: left;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
  padding-left: 5rem;
}

/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* ボタンリンク -------------------------------------- */
.btn {
  width: 18rem;
  background: #6eb92b;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin: 0.8rem 0;
  border-radius: 0.5rem;
  display: block;
  text-decoration: none !important;
}
.btn::before {
  content: "\f144";
  font-family: "fontello";
  display: inline-block;
  margin-right: 0.6rem;
}
.btn.sml {
  padding: 0.5rem 1rem;
}
.btn.btn_flex {
  justify-content: center;
  display: flex;
  gap: 1em;
}

.btn_inline {
  width: auto;
  background: #6eb92b;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin: 0.8rem 0;
  border-radius: 0.5rem;
  display: inline-block;
  text-decoration: none !important;
}
.btn_inline::before {
  content: "\f144";
  font-family: "fontello";
  display: inline-block;
  margin-right: 0.6rem;
}
.btn_inline.sml {
  padding: 0.5rem 2rem;
}

.txt_link {
  color: #0073c0;
  padding: 0 0 0.1rem;
  border-bottom: solid 1px #0073c0;
  text-decoration: none !important;
}

/* テーブル -------------------------------------- */
.tbl_01 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tbl_01 tr th {
  background: #d0eee2;
  padding: 0.4rem 0.4rem;
}
.tbl_01 tr th:first-child {
  width: 30%;
  border-right: 1px solid #fff;
}
.tbl_01 tr td {
  padding: 0.4rem 0.4rem;
  border-bottom: 1px solid #6eb99b;
}
.tbl_01 tr td:first-child {
  text-align: center;
  border-right: 1px solid #6eb99b;
  background: #effff8;
}

@media screen and (min-width: 48em), print {
  .tbl_01 tr th {
    padding: 1rem 1rem;
  }
  .tbl_01 tr th:first-child {
    width: 23%;
  }
  .tbl_01 tr td {
    padding: 1rem 1rem;
  }
}
.tbl_02 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  caption-side: bottom;
}
.tbl_02 caption {
  text-align: right;
}
.tbl_02 tr th {
  background: #e7f5ff;
  padding: 0.4rem 0.4rem;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.tbl_02 tr td {
  padding: 0.4rem 0.4rem;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  text-align: right;
}

@media screen and (min-width: 48em), print {
  .tbl_02 tr th {
    padding: 1rem 1rem;
  }
  .tbl_02 tr td {
    padding: 1rem 1rem;
  }
}
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #555555;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 0;
}
.main a:not([href*=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
    -webkit-text-size-adjust: 100%;
  }
  body > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 10rem auto 0;
  }
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1170px;
    margin: 0 auto;
  }
  .main {
    font-size: 1.6rem;
    padding: 0 0 0;
  }
  .sidebar {
    order: 1;
    width: 25.5%;
  }
}
/* アイコンフォント -------------------------------------- */
@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");
}
/* ヘッダー -------------------------------------- */
.header .wrap {
  margin: 0;
}
.header .wrap .logo {
  height: 5rem;
  padding: 0.8rem 1rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  margin: 0 0;
  padding: 1rem;
  text-align: center;
}
.header .wrap .headR > span {
  text-align: center;
  background: #b7d200;
  color: #fff;
  padding: 0.4rem 0.2rem;
  font-size: 1.4rem;
}
.header .wrap .headR > div {
  margin-top: 0.6rem;
}
.header .wrap .headR > div .tel {
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 0.4rem;
}
.header .wrap .headR > div .tel a {
  display: inline-block;
  vertical-align: text-bottom;
  color: #00693e;
}
.header .wrap .headR > div .tel::before {
  content: "TEL.";
  display: inline-block;
  margin-right: 0.3rem;
  padding: 0.2rem 0.4rem;
  font-size: 80%;
  color: #fff;
  background: #00693e;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 0 auto 0;
    width: 1170px;
    height: 12rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .wrap .logo {
    width: 67rem;
    margin: 0 0 0 0.8rem;
    height: auto;
  }
  .header .wrap .logo a {
    background: url(../img/logo.svg) no-repeat left center/100%;
  }
  .header .wrap .headR {
    width: auto;
  }
  .header .wrap .headR > span {
    display: block;
    margin-top: 1.2rem;
    padding: 0.4rem 0.2rem;
    letter-spacing: 0.1rem;
  }
  .header .wrap .headR > div {
    padding: 0 0.1rem;
    margin-top: 0.8rem;
  }
  .header .wrap .headR > div .tel {
    width: auto;
    display: block;
    color: #00693e;
    background: none;
    font-size: 3rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: url(../img/tel_black.svg) no-repeat left center;
    background-size: auto 70%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .header .wrap .headR > div .tel::before {
    font-size: 1.4rem;
    height: 5rem;
    vertical-align: middle;
    margin-right: 0.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
#nav {
  display: block;
  color: #fff;
}
#nav .gnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#nav .gnav li {
  width: 50%;
  text-align: center;
  background: #00693e;
  border-bottom: 1px solid #fff;
}
#nav .gnav li:nth-child(even) {
  border-right: 1px solid #fff;
}
#nav .gnav li a {
  padding: 0.6rem 0;
  display: block;
}
#nav .gnav li a span {
  font-size: 1.6rem;
}
#nav .gnav li a span > span {
  display: block;
  font-size: 1rem;
}
#nav .gnav li:first-child {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    background: #00693e;
  }
  #nav .gnav {
    padding: 1.6rem 0;
    margin: 0 auto 0;
    width: 1170px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #nav .gnav li {
    width: 20%;
    padding: 0.4rem 0;
    position: relative;
    border-bottom: none;
  }
  #nav .gnav li:nth-child(even) {
    border-right: none;
  }
  #nav .gnav li::after {
    content: "";
    display: inline-block;
    margin: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #nav .gnav li:first-child {
    display: block;
  }
  #nav .gnav li:first-child::before {
    content: "";
    display: inline-block;
    margin: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #nav .gnav li a {
    display: block;
    text-align: center;
    padding: 0;
  }
  #nav .gnav li a:hover {
    opacity: 0.7;
  }
  #nav .gnav li a > span {
    font-size: 1.8rem;
  }
  #nav .gnav li a > span > span {
    margin-top: 0.2rem;
    font-size: 1rem;
  }
  #nav .subnav {
    display: none;
  }
  /* Gナビ　ハイライト */
}
/* サイドバー -------------------------------------- */
.sidebar {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sidebar {
    display: block;
    background: url("../img/sidebar_bg01.svg") no-repeat center bottom 4%/50%, #6eb92b;
    width: 30rem;
  }
  .sidebar .tit {
    margin: 3rem auto 2rem;
    padding: 1.8rem 0;
    width: 100%;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    background: url("../img/sidebar_tit.png") top/6px;
  }
  .sidebar .tit span {
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
    border-radius: 0.8rem;
    display: block;
  }
  .sidebar .subnav {
    margin: 0 auto;
    padding: 0;
  }
  .sidebar .subnav li {
    display: block;
  }
  .sidebar .subnav li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.2rem 0.6rem 1.2rem 2rem;
    color: #48341d;
    font-size: 1.8rem;
    text-decoration: none !important;
    position: relative;
    height: 6.4rem;
  }
  .sidebar .subnav li a::before {
    content: "\f144";
    font-family: "fontello";
    display: block;
    font-size: 2rem;
    color: #fff;
  }
  .sidebar .subnav li a:hover {
    opacity: 0.7;
  }
  .sidebar .subnav li a span {
    width: 90%;
    color: #fff;
  }
  .sidebar .subnav li a span > span {
    display: block;
    font-size: 1.2rem;
    color: #abd486;
  }
  .sidebar .side_bnr {
    margin: 0 2rem;
    padding: 1rem 0 0;
  }
  .sidebar .side_bnr li {
    text-align: center;
    margin: 2rem 0 0;
  }
  .sidebar .side_bnr li img {
    max-width: 100%;
    height: auto;
  }
}
/* クリニック概要 -------------------------------------- */
.overview {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .tit_subnav {
  background: #6eb92b;
  padding: 0.6rem 0;
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #fff;
}
.overview .subnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f2f9c2;
}
.overview .subnav li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  text-align: center;
  background: #00693e;
  border-bottom: 1px solid #fff;
}
.overview .subnav li:nth-child(odd) {
  border-right: 1px solid #fff;
}
.overview .subnav li a {
  padding: 0.6rem 0;
  display: block;
  color: #fff;
  width: 100%;
}
.overview .subnav li a span {
  font-size: 1.2rem;
}
.overview .subnav li a span > span {
  display: block;
  font-size: 1rem;
}
.overview > div:not(.gmap) {
  background: url("../img/overview_bg01.jpg") no-repeat center center/cover;
  padding: 1.8rem 1.2rem;
}
.overview > div:not(.gmap) > .wrap {
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem;
}
.overview > div:not(.gmap) > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
  padding: 1.2rem 0 0;
}
.overview > div:not(.gmap) > .wrap .clinic_name img {
  max-width: 97%;
  height: auto;
}
.overview > div:not(.gmap) > .wrap .overviewL {
  padding: 0 0 0 0;
}
.overview > div:not(.gmap) > .wrap .overviewL .tbl_gaiyo {
  padding: 0 1rem;
}
.overview > div:not(.gmap) > .wrap .overviewL .tbl_gaiyo dt {
  background: #079a3e;
  color: #fff;
  padding: 0.2rem 0.8rem;
  margin-bottom: 0.4rem;
  width: 8rem;
  text-align: center;
}
.overview > div:not(.gmap) > .wrap .overviewL .tbl_gaiyo dd {
  margin: 0 0 1rem;
}
.overview > div:not(.gmap) .overviewR .tbl_time {
  margin: 1.6rem 0 0;
  padding: 0 1rem;
}
.overview > div:not(.gmap) .overviewR .tbl_time caption {
  margin: 0.4rem 1rem 0.8rem;
}
.overview > div:not(.gmap) .overviewR .overview_bnr {
  text-align: center;
}
.overview > div:not(.gmap) .overviewR .overview_bnr li {
  margin: 1rem 1rem 0;
}
.overview > div:not(.gmap) .overviewR .overview_bnr li img {
  max-width: 100%;
  height: auto;
}
.overview .gmap {
  height: 30rem;
}
.overview .gmap iframe {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    margin: 0 0 0;
    padding: 0;
    font-size: 1.8rem;
    background: url("../img/index_overview_bg.jpg") no-repeat center center/2000px;
  }
  .overview .tit_subnav {
    display: none !important;
  }
  .overview .subnav {
    display: none;
  }
  .overview > div:not(.gmap) {
    padding: 14rem 0;
  }
  .overview > div:not(.gmap) > .wrap {
    padding: 4rem 5rem 4rem;
    width: 1170px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .overview > div:not(.gmap) > .wrap .clinic_name {
    margin: 2rem 0 4rem;
    padding: 0;
    width: 100%;
  }
  .overview > div:not(.gmap) > .wrap .clinic_name img {
    max-width: 67rem;
  }
  .overview > div:not(.gmap) > .wrap .overviewL {
    padding: 0;
    width: 43%;
  }
  .overview > div:not(.gmap) > .wrap .overviewL .tbl_gaiyo {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 5rem;
    letter-spacing: 0.1rem;
  }
  .overview > div:not(.gmap) > .wrap .overviewL .tbl_gaiyo dt {
    font-size: 1.2rem;
    float: left;
  }
  .overview > div:not(.gmap) > .wrap .overviewL .tbl_gaiyo dd {
    font-size: 1.4rem;
    padding-left: 10rem;
    margin-bottom: 1rem;
  }
  .overview > div:not(.gmap) > .wrap .overviewR {
    width: 52%;
    margin: 0;
  }
  .overview > div:not(.gmap) > .wrap .overviewR .overview_bnr li {
    margin: 1.5rem 0 0;
  }
  .overview .gmap {
    height: 45rem;
  }
  .overview .gmap iframe {
    height: 45rem;
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}
#pageup a {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.4rem;
  background: #e5bc53;
  border-radius: 50%;
}
#pageup a::before {
  text-align: center;
  font-size: 3.6rem;
  font-family: "fontello";
  content: "\e801";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup a {
    width: 6.4rem;
    height: 6.4rem;
  }
  #pageup a::before {
    font-size: 5rem;
  }
}
.tel_up {
  width: 100%;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
}
.tel_up button.ai {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  width: 50%;
  height: 17.2vw;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  background-image: url(../img/fixed_ai_sp.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -99999px;
  cursor: pointer;
  order: 2;
}
.tel_up .tel {
  display: block;
  text-align: center;
  width: 40%;
  font-size: 1.6rem;
  line-height: 1;
}
.tel_up .rsv {
  display: block;
  text-align: center;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  background-image: url(../img/fixed_reserve_sp2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -99999px;
  order: 1;
  background-color: #6FBA2C;
}
.tel_up .sheet {
  display: block;
  text-align: center;
  width: 50%;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  background-image: url(../img/fixed_sheet_sp.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -99999px;
  order: 3;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  bottom: 4.5rem;
  right: 2rem;
}
.tel_up .pageup a {
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  border: 3px solid clr_blue;
  border-radius: 50%;
  text-align: center;
  padding: 0.5rem 0.4rem;
  line-height: 1;
  color: #fff;
  background: #00693e;
}
.tel_up .pageup a::before {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "fontello";
  content: "\e801";
  color: #fff;
}
.tel_up .pageup a span > span {
  display: none;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    bottom: 165px;
    display: block;
    width: 400px;
    height: 180px;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .tel_up .tel {
    display: none;
  }
  .tel_up button.ai {
    border: none;
    display: block;
    text-align: center;
    width: 400px;
    height: 75px;
    margin: 0 0 5px;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1;
    background-image: url(../img/side_ai.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -99999px;
    order: 1;
  }
  .tel_up .rsv {
    display: block;
    text-align: center;
    width: 400px;
    height: 75px;
    margin: 0 0 5px;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1;
    background-image: url(../img/side_reserve2.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -99999px;
    order: 2;
  }
  .tel_up .sheet {
    display: block;
    text-align: center;
    width: 400px;
    height: 75px;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1;
    background-image: url(../img/side_sheet.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -99999px;
    order: 3;
  }
  .tel_up .pageup {
    display: block;
    bottom: -16rem;
  }
  .tel_up .pageup a {
    width: 6.4rem;
    height: 6.4rem;
    border: 3px solid clr_blue;
    border-radius: 50%;
  }
  .tel_up .pageup a::before {
    font-size: 3rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 40px;
  color: #fff;
  background: #079a3e;
}
.footer .copy {
  display: block;
  background: #00693e;
  color: #fff;
  padding: 0.6rem 1rem 2rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2.4rem 0 0;
  }
  .footer ul {
    display: block;
    text-align: center;
    padding: 0.8rem 0 0;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
  }
  .footer ul li::after {
    content: "|";
    margin: 0 1.6rem;
  }
  .footer ul li:first-child::before {
    content: "|";
    margin: 0 1.6rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a > span > span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer .copy {
    margin-top: 2rem;
  }
}
/*モーダルウィンドウ*/
#inline-wrap {
  position: relative;
  margin: 50px auto;
  max-width: 370px;
  background: #6FBA2C;
  padding: 20px;
}
#inline-wrap p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
#inline-wrap p.tit {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 10px;
  text-align: center;
  color: #fff;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
  line-height: 1.4;
}
#inline-wrap ul li {
  margin-bottom: 20px;
}
#inline-wrap ul li:nth-child(1) a::before {
  background-image: url(../img/popup_icon01.png);
}
#inline-wrap ul li:nth-child(2) a::before {
  background-image: url(../img/popup_icon02.png);
}
#inline-wrap ul li:last-child {
  margin-bottom: 0;
}
#inline-wrap ul li:last-child button::before {
  background-image: url(../img/popup_icon03.png);
}
#inline-wrap ul li a, #inline-wrap ul li button {
  border: none;
  display: block;
  background-color: #fff;
  padding: 5px 20px 5px 60px;
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 30px;
  font-size: 1.4rem;
  color: #000000;
  font-weight: bold;
  text-align: left;
}
#inline-wrap ul li a::before, #inline-wrap ul li button::before {
  position: absolute;
  top: 5px;
  left: 10px;
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
}
#inline-wrap ul li a::after, #inline-wrap ul li button::after {
  position: absolute;
  top: 5px;
  right: 10px;
  content: "\e802";
  font-family: "fontello";
  display: block;
  font-size: 1rem;
  color: #6FBA2C;
}
#inline-wrap .mfp-close {
  top: -45px;
  right: -10px;
  width: 50px;
  height: 50px;
  background: url(../img/popup_close.png);
  background-size: contain;
  text-indent: -99999px;
}

@media screen and (min-width: 48em), print {
  #inline-wrap {
    position: relative;
    margin: 50px auto;
    max-width: 600px;
    background: #6FBA2C;
    padding: 20px;
  }
  #inline-wrap p {
    color: #fff;
    text-align: center;
    font-size: 2rem;
  }
  #inline-wrap p.tit {
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0 0 10px;
    text-align: center;
    color: #fff;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  #inline-wrap ul li {
    margin-bottom: 20px;
  }
  #inline-wrap ul li:last-child {
    margin-bottom: 0;
  }
  #inline-wrap ul li a, #inline-wrap ul li button {
    cursor: pointer;
    border: none;
    display: block;
    background-color: #fff;
    padding: 10px 20px 10px 60px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 30px;
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    text-align: left;
  }
  #inline-wrap ul li a::before, #inline-wrap ul li button::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  #inline-wrap ul li a::after, #inline-wrap ul li button::after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: "\e802";
    font-family: "fontello";
    display: block;
    font-size: 1rem;
    color: #6FBA2C;
  }
  #inline-wrap ul li a:hover, #inline-wrap ul li button:hover {
    opacity: 0.7;
  }
  #inline-wrap .mfp-close {
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background: url(../img/popup_close.png);
    background-size: contain;
    text-indent: -99999px;
    opacity: 1;
  }
  #inline-wrap .mfp-close:hover {
    opacity: 0.7;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl {
  margin: 0 0 7.5rem;
  padding: 1.6rem 0 0;
  height: 15rem;
  max-width: 100%;
  background: url(../img/index_keyvsl01.jpg) no-repeat top center/cover;
  background-color: #555555;
}
#keyvsl .wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
#keyvsl .wrap > p {
  width: 75%;
  position: absolute;
  bottom: -7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #6eb92b;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
#keyvsl .wrap .oshirase {
  position: absolute;
  bottom: -9.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  font-size: 1.4rem;
}
#keyvsl .wrap .oshirase .kaiin {
  border: 2px solid #00693e;
}
#keyvsl .wrap .oshirase .kaiin p {
  margin: 0;
  padding: 0.8rem 0;
  text-align: center;
  color: #fff;
  background: #00693e;
}
#keyvsl .wrap .oshirase .kaiin p:first-child {
  background: #6eb92b;
}
#keyvsl .wrap .oshirase .kaiin p span {
  font-size: 140%;
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    background: url(../img/index_keyvsl01.jpg) no-repeat top center/2000px;
    margin: 0 auto 0;
    padding: 2rem 0 0;
    height: 63rem;
  }
  #keyvsl .wrap {
    width: 1170px;
  }
  #keyvsl .wrap > p {
    bottom: 10rem;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    width: 100%;
    text-shadow: 0px 0px 8px #dcdcdc, 0px 0px 5px #dcdcdc;
  }
  #keyvsl .wrap .oshirase {
    text-align: right;
    left: auto;
    bottom: auto;
    top: 0;
  }
  #keyvsl .wrap .oshirase .kaiin {
    border-radius: 50%;
    height: 21rem;
    width: 21rem;
    border: none;
    margin: 0 0 0 auto;
  }
  #keyvsl .wrap .oshirase .kaiin p {
    width: 20rem;
    height: 10rem;
    border-radius: 0 0 10rem 10rem;
    border-left: 2px solid #00693e;
    border-right: 2px solid #00693e;
    border-bottom: 2px solid #00693e;
  }
  #keyvsl .wrap .oshirase .kaiin p:first-child {
    padding-top: 3.4rem;
    width: 20rem;
    height: 10rem;
    border-radius: 10rem 10rem 0 0;
    border-left: 2px solid #00693e;
    border-right: 2px solid #00693e;
    border-top: 2px solid #00693e;
    border-bottom: none;
  }
  #keyvsl .wrap .oshirase .kaiin p {
    font-size: 140%;
  }
  #keyvsl .wrap .oshirase .nairan {
    height: 17rem;
    width: 17rem;
    font-size: 2rem;
    border-radius: 50%;
    margin: -30px 27px 0 auto;
    padding-top: 3.2rem;
    line-height: 1.2;
  }
}
/* お知らせ -------------------------------------- */
.info {
  padding: 0 1rem;
  margin: 4rem 0 0;
}
.info dl {
  margin: 0;
  line-height: 1.4;
  padding: 1.5rem 0 0 0;
  height: 100%;
  overflow-y: auto;
  border-top: 2px solid #ae9a8e;
  border-bottom: 2px solid #ae9a8e;
}
.info dl dt {
  margin-bottom: 0.4rem;
  color: #6eb92b;
  font-size: 110%;
}
.info dl dd {
  margin: 0 0 1rem 1.2rem;
  padding-bottom: 1rem;
  color: #737373;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 10rem auto 8rem;
    padding: 0;
  }
  .info dl {
    padding: 1.4rem;
    height: 100%;
  }
  .info dl dt {
    margin-top: 2rem;
    font-size: 110%;
  }
  .info dl dd {
    margin-left: 2rem;
    margin-bottom: 4rem;
  }
}
/* バナー -------------------------------------- */
.bnr_area {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bnr_area li {
  margin: 0 0 2rem;
  text-align: center;
}
.bnr_area li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .bnr_area {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bnr_area li {
    width: 48%;
  }
  .bnr_area li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 特長 -------------------------------------- */
.feature {
  padding: 3rem 1rem 6rem;
}
.feature ul li {
  text-align: center;
}
.feature ul li ~ li {
  margin-top: 4rem;
}
.feature ul li > div {
  position: relative;
}
.feature ul li > div p {
  width: 6rem;
  height: 6rem;
  font-size: 3rem;
  color: #fff;
  line-height: 6rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.feature ul li > div p.c01 {
  background: #079a3e;
}
.feature ul li > div p.c02 {
  background: #b7d200;
}
.feature ul li > div p.c03 {
  background: #6eb92b;
}
.feature ul li > div img {
  margin: 0 auto 4rem;
  display: block;
}
.feature ul li p {
  text-align: left;
}
.feature ul li p.tit {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #555555;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .feature ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .feature ul li {
    width: 31%;
  }
  .feature ul li ~ li {
    margin: 0;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main {
  margin: 0 1rem;
  padding: 0 0 4rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    padding: 0;
  }
}
body:not(.index) .overview > div {
  display: none;
}
body:not(.index) {
  color: #222222;
}
body:not(.index) .img_l, body:not(.index) .img_r {
  margin: 1.4rem auto 1.8rem;
}

@media screen and (min-width: 48em), print {
  .img_l, .img_r {
    max-width: 40%;
    height: auto;
    margin: 0 1.6rem !important;
  }
  .flex2:not(.mt40) > section, .flex2:not(.mt40) > div {
    width: 73%;
    order: 2;
    padding-bottom: 8rem;
  }
}
/* ドクター紹介 */
.greeting .flex2 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 48em), print {
  .greeting .flex2 {
    margin-bottom: 0;
  }
}
/* 診療のご案内 */
.treatment .main .btn {
  margin: 0.8rem auto;
}
@media screen and (min-width: 48em), print {
  .treatment .main .btn {
    margin: 0.8rem 0;
  }
}

/* クリニック紹介 */
#clinicslide {
  margin-bottom: 8rem;
}
@media screen and (min-width: 48em), print {
  #clinicslide {
    margin-bottom: 15rem;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.4rem;
}

.sp-selected-thumbnail {
  border: 4px solid #000;
}

.clinic_gallery li {
  margin: 0 0 2rem;
  text-align: center;
}
.clinic_gallery li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .clinic_gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clinic_gallery li {
    width: 48%;
  }
  .clinic_gallery li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #ccc;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

/* 診療時間・アクセス */
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access .tit_access {
  font-size: 1.6rem;
  background: #eee;
  padding: 0.2rem 0.2rem;
  margin: 2rem 0 0;
}
.access .tbl_time {
  margin-top: 3rem;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
  .access .tit_02 + section ~ section {
    margin-top: 4rem;
  }
  .access .tit_access {
    font-size: 2rem;
    padding: 0.3rem 0.6rem;
  }
}
/*整形外科*/
.orthopedics .tbl_01 tr th:first-child {
  width: 30%;
}
@media screen and (min-width: 48em), print {
  .orthopedics .tbl_01 tr th:first-child {
    width: 30%;
  }
}
/*スポーツ整形外科・リハビリ*/
.sports .tbl_01_b {
  margin-top: 2rem;
  border-collapse: collapse;
}
.sports .tbl_01_b tr th {
  width: 35%;
  background: #e7f5ff;
  padding: 0.4rem 0.4rem;
  border-bottom: 1px solid #fff;
}
.sports .tbl_01_b tr td {
  padding: 0.4rem 0.4rem;
  border-bottom: 1px solid #eeeeee;
}
.sports .tbl_01_b tr:last-child td, .sports .tbl_01_b tr:last-child th {
  border-bottom: none;
}
.sports .tbl_01 tr th {
  width: 40%;
}
.sports .tbl_01 tr th:first-child {
  width: 20%;
}
.sports .tbl_01 tr td {
  border-right: 1px solid #eeeeee;
}
.sports .tbl_01 tr td:first-child {
  text-align: center;
}
.sports .tbl_01 tr td:last-child {
  border-right: none;
}

@media screen and (min-width: 48em), print {
  .sports .tbl_01_b {
    margin-top: 4rem;
  }
}
/*ロコモティブシンドローム*/
.locomotive .box {
  text-indent: -2rem;
  padding-left: 2.2rem;
}
.locomotive .box input {
  margin-left: 1rem;
}
.locomotive .box li ~ li {
  margin-top: 0.8rem;
}

/*スタッフ募集*//*# sourceMappingURL=style.css.map */