@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Roboto:wght@400;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          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, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.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 !important;
}

.marker_text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #F2FF74));
  background: linear-gradient(transparent 70%, #F2FF74 0%);
  display: inline;
}

.fontsize90 {
  font-size: 90% !important;
}

.fontsize110 {
  font-size: 110% !important;
}

@media screen and (min-width: 48em), print {
  .fontsize100_pc {
    font-size: 100% !important;
  }
}
.clr_red_01 {
  color: #CF121B !important;
}

.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;
  }
}
.sp_n {
  display: none !important;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block !important;
  }
  .pc_n {
    display: none !important;
  }
}
.mt40 {
  margin-top: 4rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 1rem !important;
  }
  .ml5_pc {
    margin-left: 1rem !important;
  }
  .mr5_pc {
    margin-right: 1rem !important;
  }
  .mt0_pc {
    margin-top: 0 !important;
  }
  .mb0_pc {
    margin-bottom: 0 !important;
  }
}
.width20per {
  width: 20% !important;
}

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    max-width: 50% !important;
  }
}
.scrollx_sp_width180,
.scrollx_sp_width200 {
  overflow-x: scroll;
  width: 100%;
}
.scrollx_sp_width180 > *,
.scrollx_sp_width200 > * {
  width: 180% !important;
  margin-bottom: 0.5rem;
}

.scrollx_sp_width200 > * {
  width: 200% !important;
}

@media screen and (min-width: 48em), print {
  .scrollx_sp_width180,
  .scrollx_sp_width200 {
    overflow-x: visible;
  }
  .scrollx_sp_width180 > *,
  .scrollx_sp_width200 > * {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.ov_h {
  overflow: hidden;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption > div {
  margin-bottom: 0.2em;
}
.tbl_time caption > div:last-child {
  margin-bottom: 0;
}
.tbl_time caption > div .tit {
  display: inline-block;
  background: #D6DF81;
  padding: 0.2em 0.5em;
  border-radius: 10rem;
  min-width: 7.8em;
  text-align: center;
  margin-right: 0.3em;
}
.tbl_time tr th {
  font-weight: normal;
  background: #fff;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #60BD99;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 34%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #60BD99;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #60BD99;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 29%;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.1rem;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  letter-spacing: 0.2em;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(rgba(214, 223, 129, 0.3)), to(rgba(96, 189, 153, 0.3)));
  background: linear-gradient(to right, rgba(214, 223, 129, 0.3) 0%, rgba(96, 189, 153, 0.3) 100%);
}

.tit_02 {
  color: #60BD99;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  padding-bottom: 0.65em;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.2rem dotted #D6DF81;
  letter-spacing: 0.05em;
}

.tit_03 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  background: #60BD99;
  position: relative;
  border-radius: 0.25em;
  font-weight: bold;
  padding: 0.45em 0.8em;
  letter-spacing: 0.05em;
}

.tit_04 {
  font-weight: bold;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  position: relative;
  padding-bottom: 0.3em;
  letter-spacing: 0.05em;
}
.tit_04::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#D6DF81), color-stop(6em, #D6DF81), color-stop(6em, #DCDCDC), to(#DCDCDC));
  background: linear-gradient(to right, #D6DF81 0%, #D6DF81 6em, #DCDCDC 6em, #DCDCDC 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.tit_05 {
  color: #60BD99;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.tit_05 > span {
  display: inline-block;
  padding: 0 0.3em;
  border-bottom: 0.15em dotted #60BD99;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 8.7rem 2rem;
    font-size: 3.2rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 10rem 0 3rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

.tit_03 + .tit_04 {
  margin-top: 0;
}

.tit_04 + .tit_05 {
  margin-top: 0;
}

.text_general {
  margin-bottom: 1.5rem;
}

.text_link_general {
  color: #60BD99;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 1.8rem;
  }
  .text_link_general:hover, .text_link_general:focus {
    color: #79B54C;
  }
}
.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1.5rem;
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 1.5rem;
  max-width: 90%;
  text-align: center;
}
.imgtxt .imgtxt_image img,
.imgtxt_reverse .imgtxt_image img {
  border-radius: 1rem;
}
.imgtxt .imgtxt_txt :last-child,
.imgtxt_reverse .imgtxt_txt :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .imgtxt,
  .imgtxt_reverse {
    margin-bottom: 2rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2.5rem 2.5rem;
    max-width: 40rem;
  }
  .imgtxt .imgtxt_image img,
  .imgtxt_reverse .imgtxt_image img {
    border-radius: 3rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex2 > * {
  width: 47%;
  margin-top: 2rem;
}
.flex2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.flex2 > *:nth-child(2n) {
  margin-left: 6%;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > * {
  width: 31%;
  margin-top: 2rem;
  margin-left: 3.5%;
}
.flex3 > *:nth-child(-n+3) {
  margin-top: 0;
}
.flex3 > *:nth-child(3n+1) {
  margin-left: 0;
}

.flex2_pc > * {
  margin-top: 2rem;
}
.flex2_pc > *:first-child {
  margin-top: 0;
}

.flex3_pc > * {
  margin-top: 2rem;
}
.flex3_pc > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
    margin-top: 3rem;
  }
  .flex2_pc > *:nth-child(n) {
    margin-left: 0;
  }
  .flex2_pc > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex2_pc > *:nth-child(2n) {
    margin-left: 6%;
  }
  .flex3_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 3rem;
  }
  .flex3_pc > *:nth-child(n) {
    margin-left: 3.5%;
  }
  .flex3_pc > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .flex3_pc > *:nth-child(3n+1) {
    margin-left: 0;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
  padding-left: 1em;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #60BD99;
  border-radius: 50%;
  position: absolute;
  left: -0.9em;
  top: 0.5em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

.list_ol_01,
.list_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.list_ol_01 > li,
.list_ol_counter_noreset_01 > li {
  counter-increment: number 1;
  padding-left: 0.3rem;
  margin-top: 1rem;
  position: relative;
}
.list_ol_01 > li::before,
.list_ol_counter_noreset_01 > li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  right: 100%;
  top: 0;
}
.list_ol_01 > li:first-child,
.list_ol_counter_noreset_01 > li:first-child {
  margin-top: 0;
}

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

.flex2.list_ul_01 > li:nth-child(-n+2), .flex2.list_ol_01 > li:nth-child(-n+2), .flex2.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

.flex3.list_ul_01 > li:nth-child(-n+3), .flex3.list_ol_01 > li:nth-child(-n+3), .flex3.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.list_dl_01,
.list_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #DCDCDC;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #F9FAEB;
}
.list_dl_01 dt > *:last-child,
.list_dl_01_50percent dt > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
  background: #fff;
}
.list_dl_01 dd > *:last-child,
.list_dl_01_50percent dd > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.6em;
  }
  .flex2_pc.list_ul_01 > li:nth-child(-n+2), .flex2_pc.list_ol_01 > li:nth-child(-n+2), .flex2_pc.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc.list_ul_01 > li:nth-child(-n+3), .flex3_pc.list_ol_01 > li:nth-child(-n+3), .flex3_pc.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .list_dl_01,
  .list_dl_01_50percent {
    width: 100%;
    border-right: none;
    border-left: none;
    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;
  }
  .list_dl_01 dt,
  .list_dl_01_50percent dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #DCDCDC;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  background: #F9FAEB;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 2rem;
  border-color: #E8EEB9 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.7rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2rem 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 4rem 4rem 0 4rem;
    top: calc(100% + 2.5rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  border-radius: 1.2rem;
  background: #60BD99;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e80b";
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 110%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 1em 2.5em;
    border-radius: 0.6rem;
    min-width: 28rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #60BD99;
    background-color: #D6DF81;
    opacity: 1;
  }
  .btn_general_01:hover::after, .btn_general_01:focus::after {
    color: #60BD99;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #DCDCDC;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
}
.table_01.table_font_s {
  font-size: 1.2rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #F9FAEB;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #DCDCDC;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01.table_font_s {
    font-size: 1.6rem;
  }
  .table_01 th, .table_01 td {
    padding: 1rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

.scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

p {
  margin-top: 0;
}

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

.wrap {
  padding: 3rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.main section.wrap > :first-child,
.main > .wrap > :first-child {
  margin-top: 0;
}
.main section.wrap > :last-child,
.main > .wrap > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1100px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1100px;
    margin: auto;
    padding: 4rem 0;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@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 {
  letter-spacing: 0.05em;
}
.header .wrap {
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1.2rem;
}
.header .wrap .logo a {
  display: block;
  width: 78%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .address {
  background: #D6DF81;
  border-radius: 10rem;
  text-align: center;
  padding: 0.5em 0.2em;
  font-size: 1.1rem;
}
.header .wrap .address::before {
  font-family: "fontello";
  content: "\e805";
  padding-right: 0.2em;
  top: 0.04em;
  position: relative;
  font-size: 115%;
}
.header .wrap .head_right {
  padding: 1rem 0 0;
  position: relative;
  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;
}
.header .wrap .head_right .access {
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
  text-align: center;
}
.header .wrap .head_right .access .time {
  font-weight: bold;
}
.header .wrap .head_right .access .num {
  font-size: 133%;
}
.header .wrap .head_right .telephone {
  font-size: 1.9rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.header .wrap .head_right .telephone > a,
.header .wrap .head_right .telephone > span {
  font-weight: bold;
}
.header .wrap .head_right .telephone > a::before,
.header .wrap .head_right .telephone > span::before {
  font-family: "fontello";
  content: "\e80a";
  padding-right: 0.2em;
  color: #60BD99;
  font-weight: normal;
}
.header .wrap .head_right .parking {
  width: 8rem;
  height: 5rem;
  background: url(../img/header_bg_parking.png) no-repeat center center/contain;
  text-shadow: 0 0 0.06em #fff, 0.06em 0.06em 0.06em #fff, 0.06em -0.06em 0.06em #fff, -0.06em 0.06em #fff, -0.06em -0.06em 0.06em #fff;
  color: #60BD99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  margin-left: 1.5rem;
  padding-left: 0.5em;
  text-align: center;
}
.header .wrap .head_right .parking .num {
  font-weight: bold;
  font-size: 118%;
}

.fixed_btn {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
  }
  .header::before {
    content: "";
    display: block;
    background: #D6DF81;
    height: 4rem;
    width: calc(50vw - 54rem);
    position: absolute;
    left: 0;
    top: 0;
  }
  .header .wrap {
    margin: 0 auto;
    padding: 2.4rem 0 0;
    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;
    position: relative;
  }
  .header .wrap .logo {
    width: 59.5rem;
    height: 9.4rem;
    margin: 3.4rem 0 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .address {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4rem;
    padding: 0 4rem 0 0.2em;
    margin: 0;
    border-radius: 0 0 4rem 0;
  }
  .header .wrap .head_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
  }
  .header .wrap .head_right .access {
    font-size: 1.8rem;
  }
  .header .wrap .head_right .telephone {
    font-size: 3.2rem;
  }
  .header .wrap .head_right .parking {
    margin: 0 0 0 1.2rem;
    width: 16.6rem;
    height: 10.6rem;
    font-size: 2.2rem;
  }
  .fixed_btn {
    display: block;
    position: fixed;
    right: 0;
    top: 24rem;
    z-index: 100;
  }
  .fixed_btn img {
    width: 6rem;
  }
}
.slicknav_menu {
  position: fixed;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 500;
  letter-spacing: 0.02em;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #60BD99;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  border-radius: 0.5rem;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
  padding-left: 0.02em;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 0.8;
  padding-left: 0.02em;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #F9FAEB;
  padding: 0.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper {
  padding: 1.4rem 1.4rem 10rem 0.9rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav {
  border-top: 1px solid #333;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #333;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #333 !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "2";
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "4";
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:hover, .slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "3";
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #333;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 2rem 0 2rem;
    background: #fff;
    min-height: 4.8rem;
    letter-spacing: 0.05em;
  }
  #nav .gnav {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav > li {
    width: 100%;
    position: relative;
    border-left: 1px solid #DCDCDC;
    text-align: center;
    font-size: 1.8rem;
  }
  #nav .gnav > li:last-child {
    border-right: 1px solid #DCDCDC;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0.4rem 0.5rem;
    position: relative;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    color: #60BD99;
  }
  #nav .gnav > li .subnav {
    width: 43.2rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 2rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.6rem;
    padding: 2rem;
    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;
    border-radius: 1.2rem;
    background: #fff;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  }
  #nav .gnav > li .subnav li {
    width: 49%;
    border: none;
    text-align: left;
    margin-top: 0.3em;
  }
  #nav .gnav > li .subnav li:nth-child(-n+2) {
    margin-top: 0;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    padding: 0.5em 0.5em;
    border-radius: 0.8rem;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #D6EEE5;
    opacity: 1;
  }
  .index #nav .home,
  .doctor #nav .doctor,
  .clinic #nav .clinic,
  .visitor #nav .visitor,
  .reserve #nav .reserve,
  .access #nav .access {
    color: #60BD99;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.4;
  background: #fff;
}
.overview .overview_bg {
  background: #F9FAEB;
  border-radius: 3rem 3rem 0 0;
}
.overview .overview_bg > .wrap {
  position: relative;
  padding: 3rem 1rem 2rem;
}
.overview .overview_bg > .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .overview_bg > .wrap .clinic_name img {
  max-width: 86%;
  height: auto;
}
.overview .overview_bg > .wrap .list_overview {
  margin: 0;
}
.overview .overview_bg > .wrap .list_overview dt {
  margin-top: 1.9rem;
  padding: 0;
  width: 45%;
  font-weight: bold;
}
.overview .overview_bg > .wrap .list_overview dt:first-of-type {
  margin-top: 0;
}
.overview .overview_bg > .wrap .list_overview dd {
  margin: 0.6rem 0 0;
  padding: 0;
}
.overview .overview_bg > .wrap .list_overview dd .access_time {
  color: #60BD99;
}
.overview .overview_bg > .wrap .overview_time {
  margin-top: 2.5rem;
}
.overview .overview_reserve {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 2rem 1rem;
  background: #E8EEB9;
}
.overview .overview_reserve .reserve_illust {
  text-align: center;
  margin: 0 auto 1.5rem;
  width: 80%;
}
.overview .overview_reserve .btn_reserve_overview {
  display: block;
  background: #60BD99;
  color: #fff;
  text-align: center;
  padding: 0.6em 0.8em;
  border-radius: 0.7rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.overview .overview_reserve .btn_reserve_overview::before {
  content: "";
  width: calc(100% - 0.4em);
  height: calc(100% - 0.4em);
  display: block;
  border: #fff 1px dashed;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0.5rem;
}
.overview .overview_reserve .btn_reserve_overview::after {
  font-family: "fontello";
  content: "\e80b";
  font-size: 85%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.2em;
}
.overview .overview_reserve .btn_reserve_overview > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overview .overview_reserve .btn_reserve_overview > span::before {
  font-family: "fontello";
  content: "\e80d";
  padding-right: 0.3em;
  font-size: 130%;
}
.overview .overview_reserve .list_reserve_overview {
  margin: 0;
  padding-left: 1em;
}
.overview .overview_reserve .list_reserve_overview > li {
  margin-top: 1rem;
  position: relative;
}
.overview .overview_reserve .list_reserve_overview > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #60BD99;
  border-radius: 50%;
  position: absolute;
  left: -0.9em;
  top: 0.45em;
}
.overview .overview_reserve .list_reserve_overview > li:first-child {
  margin-top: 0;
}
.overview .gmap {
  height: 25rem;
}
.overview .map_illust {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
  }
  .overview .overview_bg {
    border-radius: 10rem 10rem 0 0;
  }
  .overview .overview_bg > .wrap {
    padding: 10rem 0;
    max-width: 100%;
    position: relative;
  }
  .overview .overview_bg > .wrap .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .overview_bg > .wrap .clinic_name img {
    max-width: 100%;
    width: 49.5rem;
    height: auto;
  }
  .overview .overview_bg > .wrap .overview_flex {
    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;
  }
  .overview .overview_bg > .wrap .overview_flex > div {
    width: 50%;
  }
  .overview .overview_bg > .wrap .overview_flex .list_overview {
    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;
    margin-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overview .overview_bg > .wrap .overview_flex .list_overview dt {
    width: 19%;
    margin-top: 2.5rem;
  }
  .overview .overview_bg > .wrap .overview_flex .list_overview dt:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .overview_flex .list_overview dd {
    width: 80%;
    margin-top: 2.5rem;
  }
  .overview .overview_bg > .wrap .overview_flex .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .overview_flex .overview_time {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .overview_flex .overview_reserve {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4rem 0;
    padding: 4rem 4rem 4rem 6.5rem;
  }
  .overview .overview_bg > .wrap .overview_flex .overview_reserve > div:first-child {
    width: 34rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .overview .overview_bg > .wrap .overview_flex .overview_reserve > div:nth-child(2) {
    width: 100%;
    padding-left: 5rem;
  }
  .overview .overview_bg > .wrap .overview_flex .overview_reserve .reserve_illust {
    width: auto;
    margin-bottom: 3rem;
  }
  .overview .overview_bg > .wrap .overview_flex .overview_reserve .btn_reserve_overview {
    border-radius: 1.2rem;
    font-size: 2.4rem;
    padding: 0.75em 0.5em;
  }
  .overview .overview_bg > .wrap .overview_flex .overview_reserve .btn_reserve_overview::before {
    border-radius: 1rem;
  }
  .overview .overview_bg > .wrap .overview_flex .overview_reserve .list_reserve_overview {
    padding-top: 2.5rem;
  }
  .overview .overview_bg > .wrap .overview_flex .overview_reserve .list_reserve_overview > li {
    margin-top: 2.4rem;
  }
  .overview .overview_bg > .wrap .overview_flex .overview_reserve .list_reserve_overview > li:first-child {
    margin-top: 0;
  }
  .overview .overview_bg > .wrap .overview_flex .gmap {
    width: 62.6rem;
    height: 42rem;
    margin: 0;
  }
  .overview .overview_bg > .wrap .overview_flex .map_illust {
    width: 45.4rem;
    margin: 0;
  }
}
.tel_up {
  width: 100%;
  background: url(../img/footer_bg.png) repeat left center/20rem auto;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 1.3rem;
  min-height: 4rem;
  padding: 0.7rem 4rem 0.7rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tel_up .telephone {
  display: block;
  width: 58%;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0.7rem 0.5rem 0.5rem;
  background: #fff;
  color: #60BD99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10rem;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  content: "Tel.";
  font-size: 0.7em;
  position: relative;
  top: 0.15em;
  padding-right: 0.2em;
}
.tel_up .reserve {
  width: 41%;
  margin: 0 0 0 0.8rem;
}
.tel_up .reserve a {
  background: #fff;
  color: #60BD99;
  display: inline-block;
  border-radius: 10rem;
  padding: 0.5rem 0.5rem;
  width: 100%;
  text-align: center;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.5rem;
  background: url(../img/footer_pagetop.svg) repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
  }
  .tel_up .telephone,
  .tel_up .reserve {
    display: none;
  }
  .tel_up .pageup a {
    width: 8rem;
    height: 8rem;
    margin: 0;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #D6DF81;
}
.footer .copy {
  display: block;
  color: #333;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3.5rem 0 0;
    background: url(../img/footer_bg.png) repeat left center/47.9rem auto;
  }
  .footer .copy {
    font-size: 1.8rem;
    padding: 2.6rem 0;
    color: #fff;
    margin: 0 auto;
    border-top: 1px solid #fff;
    width: 1100px;
  }
  .footer ul {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .footer ul.subnav:last-of-type {
    margin: 1rem auto 5rem;
    max-width: 80rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 1.5rem 0 0;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main {
  background: url(../img/index_bg_01.png) repeat-y top center/34rem auto;
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main {
    background: url(../img/index_bg_01.png) repeat-y top center/200rem auto;
  }
  .index main .wrap {
    padding: 10rem 0;
  }
}
.tit_02_index {
  font-weight: bold;
  letter-spacing: 0.4em;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 5rem 0 3rem;
  text-align: center;
}
.tit_02_index .tit_en {
  font-size: 2em;
  color: #60BD99;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2em;
  display: block;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    margin-bottom: 3.6rem;
    font-size: 2.4rem;
  }
}
.index .wrapper_keyvsl {
  margin-top: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.index .wrapper_keyvsl::before {
  content: "";
  display: block;
  width: 100%;
  height: 4.6rem;
  background: url(../img/kv_bottom.svg) no-repeat center bottom/auto 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
.index .wrapper_keyvsl > *:first-child {
  z-index: 0 !important;
  background-position: 58% 50% !important;
}
.index .wrapper_keyvsl #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 30rem 1rem 0;
}
.index .wrapper_keyvsl .ketvsl_catch {
  position: absolute;
  left: 1rem;
  top: 13rem;
  width: 14rem;
}
.index .wrapper_keyvsl .ketvsl_catch img {
  width: 100%;
}
.index .wrapper_keyvsl .keyvsl_catch_sub {
  position: absolute;
  left: 1rem;
  top: 17.5rem;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 0 0 0.2em #000;
  line-height: 1.86;
  letter-spacing: 0.05em;
}
.index .wrapper_keyvsl .keyvsl_reserve {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 8rem;
  z-index: 3;
}
.index .wrapper_keyvsl .keyvsl_reserve img {
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl::before {
    height: 24.8rem;
  }
  .index .wrapper_keyvsl > *:first-child {
    background-position: center center !important;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 75rem;
  }
  .index .wrapper_keyvsl .ketvsl_catch {
    left: calc(50% - 55rem);
    top: 35.6rem;
    width: 37rem;
  }
  .index .wrapper_keyvsl .keyvsl_catch_sub {
    left: calc(50% - 55rem);
    top: 47.6rem;
    font-size: 3rem;
  }
  .index .wrapper_keyvsl .keyvsl_reserve {
    width: 15rem;
    bottom: 3.8rem;
    right: calc(50% - 55rem);
  }
}
main .wrapper_news .wrap {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
main .wrapper_news .wrap .box_news_index {
  border: 0.2rem solid #D6DF81;
  padding: 0 1rem 1.8rem;
  background: #fff;
  border-radius: 1rem;
}
main .wrapper_news .wrap .box_news_index .tit_02_news {
  margin: -1.53em 0 2.5rem;
  line-height: 1;
  font-size: 2rem;
  color: #60BD99;
  text-align: center;
  font-weight: bold;
}
main .wrapper_news .wrap .box_news_index .tit_02_news::before {
  content: "";
  display: block;
  background: #fff url(../img/icon_tit_news.svg) no-repeat center center/contain;
  height: 2.61em;
  width: 6em;
  margin: 0 auto 0.8em;
}
main .wrapper_news .wrap .box_news_index dl {
  margin: -1.5rem 0 0;
  line-height: 1.4;
  padding: 0 0 1.5rem;
  border-bottom: #60BD99 solid 1px;
}
main .wrapper_news .wrap .box_news_index dl dt {
  padding-top: 1.5rem;
  padding-left: 2.2rem;
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-top: #60BD99 solid 1px;
  font-weight: bold;
}
main .wrapper_news .wrap .box_news_index dl dt:first-child {
  border: none;
}
main .wrapper_news .wrap .box_news_index dl dt::before {
  font-family: "fontello";
  content: "\e80e";
  display: block;
  position: absolute;
  top: 1.15em;
  left: 0;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  color: #60BD99;
  padding: 0.07em 0 0 0.03em;
}
main .wrapper_news .wrap .box_news_index dl dt.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .wrapper_news .wrap .box_news_index dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap .box_news_index dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap {
    padding-top: 13rem;
    padding-bottom: 0;
  }
  main .wrapper_news .wrap .box_news_index {
    padding: 0 7.5rem 7.5rem;
    border-width: 5px;
    border-radius: 3rem;
  }
  main .wrapper_news .wrap .box_news_index .tit_02_news {
    font-size: 2.6rem;
    margin-bottom: 4.3rem;
  }
  main .wrapper_news .wrap .box_news_index .tit_02_news::before {
    width: 8.61em;
  }
  main .wrapper_news .wrap .box_news_index dl {
    padding: 0 0 2.5rem;
    margin-top: -2.5rem;
    position: relative;
  }
  main .wrapper_news .wrap .box_news_index dl dt {
    font-size: 2rem;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    padding-left: 3rem;
  }
  main .wrapper_news .wrap .box_news_index dl dt::before {
    top: 1.47em;
    left: 0em;
    padding: 0 0 0 0.04em;
  }
  main .wrapper_news .wrap .box_news_index dl dd {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 0.6em;
    padding-left: 3rem;
  }
}
main .wrapper_calendar .wrap .calendar {
  position: relative;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row {
  margin-top: 3.3rem;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row:first-child {
  margin-top: 0;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit {
  width: 100%;
  border-spacing: 0;
  font-size: 1.3rem;
  margin: 0 auto;
  border-bottom: 4px solid #60BD99;
  padding-bottom: 1px;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit th,
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit td {
  padding: 0.45em 0.1em;
  font-weight: normal;
  border: none;
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit td {
  border: 1px solid #fff;
  border-bottom: none;
  font-family: "Roboto", sans-serif;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit td:not(:first-child) {
  border-left: none;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit td.open {
  background: #F9FAEB;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit td.outPatient {
  background: #FFBFBF;
  color: #333;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit td.amOnly {
  background: #D6DF81;
  color: #333;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit td.notTheMonth {
  background: #fff;
  color: #DCDCDC;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit .month th {
  background: #60BD99;
  color: #fff;
  border-radius: 0.4em;
  font-weight: bold;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit .week th {
  background: #fff;
  font-size: 1.4rem;
  border: 1px solid #fff;
  position: relative;
  padding: 0.7em 0.2em calc(0.7em + 4px);
  line-height: 1;
  color: #333;
  position: relative;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit .week th::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 4px;
  background: #60BD99;
  position: absolute;
  bottom: 0;
  left: -1px;
}
main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .caledit .week th:not(:first-child) {
  border-left: none;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
  margin-top: 0.2em;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  border-radius: 0.3em;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr_close::before {
  background: #FFBFBF;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr_am::before {
  background: #D6DF81;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_clr_open::before {
  background: #F9FAEB;
}
main .wrapper_calendar .wrap .calendar .calendar-cellcolor .calendar-cellcolor_none::before {
  display: none;
  content: none;
}
@media screen and (min-width: 48em), print {
  main .wrapper_calendar .wrap {
    padding-top: 7.5rem;
  }
  main .wrapper_calendar .wrap .calendar .box_calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row {
    width: 53.1rem;
    margin: 0;
  }
  main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .calendar-item .caledit {
    font-size: 2rem;
  }
  main .wrapper_calendar .wrap .calendar .box_calendar .calendar-row .calendar-item .caledit .week th {
    font-size: 1.8rem;
  }
  main .wrapper_calendar .wrap .calendar .calendar-cellcolor li {
    font-size: 1.8rem;
  }
}
main .wrapper_treatment {
  position: relative;
}
main .wrapper_treatment::before, main .wrapper_treatment::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(214, 223, 129, 0.3)), to(rgba(96, 189, 153, 0.3))) no-repeat center center/cover;
  background: linear-gradient(to right, rgba(214, 223, 129, 0.3) 0%, rgba(96, 189, 153, 0.3) 100%) no-repeat center center/cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3rem 3rem 0 0;
}
main .wrapper_treatment::before {
  background: #fff;
}
main .wrapper_treatment .wrap {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
main .wrapper_treatment .wrap .list_treatment {
  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;
  margin: 0;
  padding: 0;
}
main .wrapper_treatment .wrap .list_treatment > li {
  width: 13rem;
  margin-top: 2.6rem;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2n) {
  margin-right: 1rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2n+1) {
  margin-left: 1rem;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(2) {
  -webkit-transition: opacity 1s 0.1s, -webkit-transform 1s 0.1s;
  transition: opacity 1s 0.1s, -webkit-transform 1s 0.1s;
  transition: opacity 1s 0.1s, transform 1s 0.1s;
  transition: opacity 1s 0.1s, transform 1s 0.1s, -webkit-transform 1s 0.1s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(3) {
  -webkit-transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s;
  transition: opacity 1s 0.2s, transform 1s 0.2s, -webkit-transform 1s 0.2s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(4) {
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s 0.3s, transform 1s 0.3s;
  transition: opacity 1s 0.3s, transform 1s 0.3s, -webkit-transform 1s 0.3s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(5) {
  -webkit-transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s;
  transition: opacity 1s 0.4s, transform 1s 0.4s, -webkit-transform 1s 0.4s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(6) {
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s, -webkit-transform 1s 0.5s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(7) {
  -webkit-transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s, -webkit-transform 1s 0.6s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(8) {
  -webkit-transition: opacity 1s 0.7s, -webkit-transform 1s 0.7s;
  transition: opacity 1s 0.7s, -webkit-transform 1s 0.7s;
  transition: opacity 1s 0.7s, transform 1s 0.7s;
  transition: opacity 1s 0.7s, transform 1s 0.7s, -webkit-transform 1s 0.7s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(9) {
  -webkit-transition: opacity 1s 0.8s, -webkit-transform 1s 0.8s;
  transition: opacity 1s 0.8s, -webkit-transform 1s 0.8s;
  transition: opacity 1s 0.8s, transform 1s 0.8s;
  transition: opacity 1s 0.8s, transform 1s 0.8s, -webkit-transform 1s 0.8s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(10) {
  -webkit-transition: opacity 1s 0.9s, -webkit-transform 1s 0.9s;
  transition: opacity 1s 0.9s, -webkit-transform 1s 0.9s;
  transition: opacity 1s 0.9s, transform 1s 0.9s;
  transition: opacity 1s 0.9s, transform 1s 0.9s, -webkit-transform 1s 0.9s;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(11) {
  -webkit-transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s, -webkit-transform 1s 1s;
}
main .wrapper_treatment .wrap .list_treatment > li a {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 1.3rem;
  height: 100%;
  letter-spacing: 0.05em;
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  display: block;
  content: "";
  width: 11rem;
  height: 11rem;
  background: url(../img/index_treatment_ear.svg) no-repeat center center/contain;
  margin: 0 auto 0.5em;
}
main .wrapper_treatment .wrap .list_treatment > li a::after {
  font-family: "fontello";
  content: "\e80b";
  display: block;
  margin-top: 0.2em;
  line-height: 1;
  font-size: 0.7em;
  color: #60BD99;
}
main .wrapper_treatment .wrap .list_treatment > li.ear a::before {
  background-image: url(../img/index_treatment_ear.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.throat a::before {
  background-image: url(../img/index_treatment_throat.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.nose a::before {
  background-image: url(../img/index_treatment_nose.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.sas a::before {
  background-image: url(../img/index_treatment_sas.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.allergy a::before {
  background-image: url(../img/index_treatment_allergy.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.cold a::before {
  background-image: url(../img/index_treatment_cold.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.vertigo a::before {
  background-image: url(../img/index_treatment_vertigo.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.hearing_loss a::before {
  background-image: url(../img/index_treatment_hearing_loss.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.vaccination a::before {
  background-image: url(../img/index_treatment_vaccination.svg);
}
main .wrapper_treatment .wrap .list_treatment > li.free a::before {
  background-image: url(../img/index_treatment_free.svg);
}
main .wrapper_treatment .wrap .list_treatment.is_trigger_on > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment::before, main .wrapper_treatment::after {
    content: "";
    border-radius: 10rem 10rem 0 0;
  }
  main .wrapper_treatment .wrap {
    padding-top: 11rem;
    padding-bottom: 20rem;
  }
  main .wrapper_treatment .wrap .list_treatment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) {
    width: 19rem;
    margin: 5rem 0 0 3.5rem;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a {
    font-size: 2rem;
    line-height: 1.4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(n) a::before {
    height: 16rem;
    width: 16rem;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, transform 0.3s;
    transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+5) {
    margin-top: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(5n+1) {
    margin-left: 0;
  }
  main .wrapper_treatment .wrap .list_treatment > li.sexually_transmitted_diseases, main .wrapper_treatment .wrap .list_treatment > li.bridal_check {
    white-space: nowrap;
  }
}
main .wrapper_features {
  background: url(../img/index_bg_01.png) repeat-y top center/34rem auto;
  position: relative;
}
main .wrapper_features::before {
  content: "";
  display: block;
  background: #fff;
  height: 4rem;
  width: 100%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  border-radius: 3rem 3rem 0 0;
}
main .wrapper_features .wrap {
  padding: 0;
}
main .wrapper_features .wrap > div:nth-child(2) {
  position: relative;
}
main .wrapper_features .wrap > div:nth-child(2)::before, main .wrapper_features .wrap > div:nth-child(2)::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(214, 223, 129, 0.3)), to(rgba(96, 189, 153, 0.3))) no-repeat center center/cover;
  background: linear-gradient(to right, rgba(214, 223, 129, 0.3) 0%, rgba(96, 189, 153, 0.3) 100%) no-repeat center center/cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3rem 3rem 0 0;
}
main .wrapper_features .wrap > div:nth-child(2)::before {
  background: #fff;
}
main .wrapper_features .wrap > div:nth-child(2) > * {
  position: relative;
}
main .wrapper_features .wrap > div .wrap_list_features,
main .wrapper_features .wrap > div .wrap_age_symptom {
  padding: 4rem 1rem;
  position: relative;
  z-index: 2;
}
main .wrapper_features .wrap > div .wrap_list_features {
  padding-top: 0;
}
main .wrapper_features .wrap > div .wrap_age_symptom {
  padding-top: 4.5rem;
  padding-bottom: 7rem;
}
main .wrapper_features .wrap .tit_02_index {
  margin-bottom: 4rem;
}
main .wrapper_features .wrap .list_features > li {
  position: relative;
  margin-top: 4.5rem;
}
main .wrapper_features .wrap .list_features > li:first-child {
  margin-top: 0;
}
main .wrapper_features .wrap .list_features > li::before {
  content: "";
  display: block;
  background: url(../img/index_feature_01.jpg) no-repeat center center/cover;
  width: 94%;
  height: 14rem;
  border-radius: 1rem;
  border: 0.2rem solid #60BD99;
  overflow: hidden;
  margin: 0 auto;
}
main .wrapper_features .wrap .list_features > li .num {
  color: #60BD99;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: url(../img/index_feature_num_bg.svg) no-repeat center center/contain;
  font-family: "Roboto", sans-serif;
  text-align: center;
  position: absolute;
  right: 1.36em;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8.18em;
  height: 2.017em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.06em;
}
main .wrapper_features .wrap .list_features > li .catch {
  color: #60BD99;
  text-align: center;
  line-height: 1.3;
  margin: 0.82em 0;
  font-size: 1.6rem;
  font-weight: bold;
}
main .wrapper_features .wrap .list_features > li > *:last-child {
  margin-bottom: 0;
}
main .wrapper_features .wrap .list_features > li:nth-child(2)::before {
  background-image: url(../img/index_feature_02.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(3)::before {
  background-image: url(../img/index_feature_03.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(4)::before {
  background-image: url(../img/index_feature_04.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(5)::before {
  background-image: url(../img/index_feature_05.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(6)::before {
  background-image: url(../img/index_feature_06.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(7)::before {
  background-image: url(../img/index_feature_07.jpg);
}
main .wrapper_features .wrap .list_features > li:nth-child(8)::before {
  background-image: url(../img/index_feature_08.jpg);
}
main .wrapper_features .wrap .features_age {
  background: url(../img/index_feature_age_bg.png) repeat left center/20rem auto;
  border-radius: 1.5rem;
  padding: 4rem 2rem 2.5rem;
  position: relative;
  margin-bottom: 3.5rem;
}
main .wrapper_features .wrap .features_age > *:last-child {
  margin-bottom: 0;
}
main .wrapper_features .wrap .features_age::before, main .wrapper_features .wrap .features_age::after {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
}
main .wrapper_features .wrap .features_age::before {
  background: url(../img/index_feature_age_illust_l.svg) no-repeat center center/contain;
  width: 8.05rem;
  height: 4.375rem;
  left: 0.8rem;
}
main .wrapper_features .wrap .features_age::after {
  background: url(../img/index_feature_age_illust_r.svg) no-repeat center center/contain;
  width: 6.825rem;
  height: 4.2rem;
  right: 1rem;
}
main .wrapper_features .wrap .features_age .tit_03_age {
  margin-bottom: 0.8em;
  font-size: 1.7rem;
  font-weight: bold;
  color: #60BD99;
  line-height: 1.4;
  text-align: center;
}
main .wrapper_features .wrap .features_age .tit_03_age > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #F2FF74));
  background: linear-gradient(transparent 60%, #F2FF74 0%);
  display: inline;
  padding-bottom: 0.1em;
}
main .wrapper_features .wrap .features_age .text {
  font-size: 1.5rem;
}
main .wrapper_features .wrap .tit_03_symptom {
  font-size: 1.8rem;
  margin-bottom: 1.2em;
  color: #60BD99;
}
main .wrapper_features .wrap .tit_03_symptom > span {
  font-weight: bold;
  text-shadow: 0 0 0.06em #fff, 0.06em 0.06em 0.06em #fff, 0.06em -0.06em 0.06em #fff, -0.06em 0.06em #fff, -0.06em -0.06em 0.06em #fff;
  display: inline-block;
  position: relative;
  padding-left: 2.05em;
}
main .wrapper_features .wrap .tit_03_symptom > span::before {
  font-family: "fontello";
  content: "\e80c";
  display: inline-block;
  text-shadow: none;
  font-size: 2em;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: -0.15em;
  line-height: 1;
}
main .wrapper_features .wrap .list_symptom {
  margin-bottom: 2.2rem;
}
main .wrapper_features .wrap .list_symptom > li {
  margin-top: 0.7rem;
  background: url(../img/index_feature_symptom_li_bg.svg) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1em;
  height: 6em;
  font-weight: bold;
  position: relative;
}
main .wrapper_features .wrap .list_symptom > li:first-child {
  margin-top: 0;
}
main .wrapper_features .wrap .list_symptom::after {
  content: "";
  display: block;
  margin-top: -4.5rem;
  background: url(../img/index_feature_symptom_illust.svg) no-repeat right center/contain;
  width: 100%;
  height: 10rem;
}
main .wrapper_features .wrap .box_caution_symptom {
  background: #60BD99;
  color: #fff;
  position: relative;
  padding: 1.5rem 1.5rem;
}
main .wrapper_features .wrap .box_caution_symptom::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
main .wrapper_features .wrap .box_caution_symptom::after {
  content: "";
  display: block;
  background: url(../img/icon_clinic.svg) no-repeat right bottom/contain;
  width: 7.3rem;
  height: 6.2rem;
  position: absolute;
  right: 1.1em;
  bottom: 1.1em;
  opacity: 0.55;
}
main .wrapper_features .wrap .box_caution_symptom > div {
  position: relative;
}
@media screen and (min-width: 48em), print {
  main .wrapper_features {
    background: url(../img/index_bg_01.png) repeat-y top center/200rem auto;
  }
  main .wrapper_features::before {
    height: 10rem;
    border-radius: 10rem 10rem 0 0;
  }
  main .wrapper_features .wrap {
    width: auto;
  }
  main .wrapper_features .wrap > div:nth-child(2)::before, main .wrapper_features .wrap > div:nth-child(2)::after {
    content: "";
    border-radius: 10rem 10rem 0 0;
  }
  main .wrapper_features .wrap > div .wrap_list_features,
  main .wrapper_features .wrap > div .wrap_age_symptom {
    width: 1100px;
    margin: 0 auto;
  }
  main .wrapper_features .wrap > div .wrap_list_features {
    padding: 0 0 9rem;
  }
  main .wrapper_features .wrap > div .wrap_age_symptom {
    padding: 12rem 0 20rem;
  }
  main .wrapper_features .wrap .tit_02_index {
    margin-bottom: 5.5rem;
  }
  main .wrapper_features .wrap .list_features {
    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;
  }
  main .wrapper_features .wrap .list_features > li {
    width: 50rem;
    margin-top: 5.5rem;
  }
  main .wrapper_features .wrap .list_features > li::before {
    height: 30rem;
    border-radius: 2rem;
  }
  main .wrapper_features .wrap .list_features > li .num {
    font-size: 2.2rem;
  }
  main .wrapper_features .wrap .list_features > li .catch {
    font-size: 2.8rem;
  }
  main .wrapper_features .wrap .list_features > li .text {
    font-size: 2rem;
    padding: 0 3rem;
  }
  main .wrapper_features .wrap .list_features > li:nth-child(-n+2) {
    margin-top: 0;
  }
  main .wrapper_features .wrap .list_features > li:first-child .catch {
    min-height: 7.28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .wrapper_features .wrap .features_age {
    padding: 8rem 4rem 7rem;
    margin-bottom: 10rem;
    border-radius: 3rem;
    background: url(../img/index_feature_age_bg.png) repeat left center/47.9rem auto;
  }
  main .wrapper_features .wrap .features_age::before, main .wrapper_features .wrap .features_age::after {
    top: -3rem;
  }
  main .wrapper_features .wrap .features_age::before {
    width: 23rem;
    height: 12.5rem;
    left: 3.5rem;
  }
  main .wrapper_features .wrap .features_age::after {
    width: 19.5rem;
    height: 12rem;
    right: 4.7rem;
  }
  main .wrapper_features .wrap .features_age .tit_03_age {
    font-size: 2.8rem;
  }
  main .wrapper_features .wrap .features_age .text {
    font-size: 2rem;
  }
  main .wrapper_features .wrap .tit_03_symptom {
    font-size: 3rem;
    text-align: center;
  }
  main .wrapper_features .wrap .list_symptom {
    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;
    position: relative;
    margin-bottom: 4rem;
  }
  main .wrapper_features .wrap .list_symptom > li {
    width: 30rem;
    height: 11.4rem;
    padding-bottom: 2.2rem;
    font-size: 2rem;
    margin-top: 3rem;
    background-image: url(../img/index_feature_symptom_li_bg_rev.svg);
  }
  main .wrapper_features .wrap .list_symptom > li:nth-child(-n+3) {
    margin-top: 0;
  }
  main .wrapper_features .wrap .list_symptom > li:nth-child(2) {
    margin-right: 4rem;
    margin-left: 4rem;
  }
  main .wrapper_features .wrap .list_symptom > li:nth-child(4) {
    margin-right: 22rem;
  }
  main .wrapper_features .wrap .list_symptom > li:nth-child(5) {
    margin-left: 22rem;
  }
  main .wrapper_features .wrap .list_symptom > li:nth-child(6) {
    margin-right: 19.5rem;
  }
  main .wrapper_features .wrap .list_symptom > li:nth-child(7) {
    margin-left: 19.5rem;
  }
  main .wrapper_features .wrap .list_symptom::after {
    margin: 0;
    background: url(../img/index_feature_symptom_illust.svg) no-repeat center center/contain;
    width: 37.3rem;
    height: 28rem;
    position: absolute;
    bottom: 0.5rem;
    left: calc(50% - 21.4rem);
  }
  main .wrapper_features .wrap .box_caution_symptom {
    font-size: 2rem;
    padding: 2.8rem 13rem 2.8rem 29.8rem;
  }
  main .wrapper_features .wrap .box_caution_symptom::after {
    content: "";
    display: block;
    background: url(../img/icon_clinic.svg) no-repeat right bottom/contain;
    width: 11rem;
    height: 9.2rem;
    position: absolute;
    right: auto;
    bottom: auto;
    left: 14.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}
main .wrapper_greeting {
  background: #fff;
  position: relative;
}
main .wrapper_greeting::before {
  content: "";
  display: block;
  background: #fff;
  height: 3.5rem;
  width: 100%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  border-radius: 3rem 3rem 0 0;
}
main .wrapper_greeting .wrap {
  padding-top: 0;
}
main .wrapper_greeting .wrap .tit_02_index {
  text-align: left;
}
main .wrapper_greeting .wrap .tit_02_index .tit_en {
  position: relative;
}
main .wrapper_greeting .wrap .tit_02_index .tit_en::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#D6DF81), to(#60BD99)) no-repeat center center/cover;
  background: linear-gradient(to left, #D6DF81 0%, #60BD99) no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.208em;
  width: 28.5%;
}
main .wrapper_greeting .wrap .tit_02_index .tit_en > span {
  display: inline-block;
  padding-right: 0.2em;
  position: relative;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image {
  width: 80%;
  margin: 0 auto;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image img {
  border-radius: 1rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt {
  background: rgba(231, 244, 240, 0.95);
  padding: 1.4rem;
  border-radius: 0.8rem;
  border-radius: 1.5rem;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .text:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting::before {
    height: 10rem;
    border-radius: 10rem 10rem 0 0;
  }
  main .wrapper_greeting .wrap .tit_02_index {
    margin-bottom: 7rem;
  }
  main .wrapper_greeting .wrap .tit_02_index .tit_en {
    letter-spacing: 0.1em;
  }
  main .wrapper_greeting .wrap .tit_02_index .tit_en::before {
    width: 82rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting {
    position: relative;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image {
    position: absolute;
    width: 35.8rem;
    top: -7rem;
    right: 0;
    margin: 0;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image img {
    border-radius: 2rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt {
    background: rgba(231, 244, 240, 0.8);
    border-radius: 3rem;
    padding: 5.5rem;
    margin: 0 28rem 0 0;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_txt .text {
    margin-bottom: 2.8rem;
  }
}

body:not(.index) .main > .wrap:first-child {
  padding: 3rem 1rem 2rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding: 7rem 0rem 4rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
body.doctor .imgtxt .imgtxt_image {
  max-width: 75%;
}
@media screen and (min-width: 48em), print {
  body.doctor .imgtxt .imgtxt_image {
    max-width: 32rem;
  }
}

#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 36px;
}

.sp-selected-thumbnail {
  border: 0.4rem solid #000;
}

.sp-thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
}

@media screen and (min-width: 48em), print {
  .sp-layer.sp-black.sp-padding {
    font-size: 2.4rem;
  }
}
.access .gmap {
  height: 30rem;
  margin: 0 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 47.8rem;
  }
}
body.index .bread_list {
  display: none !important;
}

.bread_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem;
}
.bread_list > li {
  display: inline-block;
}
.bread_list > li:not(:first-child)::before {
  content: "＞";
  padding: 0 0.5em;
}
.bread_list > li br {
  display: none;
}

@media screen and (min-width: 48em), print {
  .bread_list {
    margin: 2rem auto 0;
    font-size: 1.4rem;
    width: 1100px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}