@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&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;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

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

.fontsize90 {
  font-size: 90% !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;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.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;
  }
}
.width20per {
  width: 20% !important;
}

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width40per {
  width: 40% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !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.4rem;
}
.tbl_time caption {
  font-size: 85%;
  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: #0E9118;
  color: #fff;
  font-weight: bold;
}
.tbl_time tr th[scope=col]:first-child {
  width: 36%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #b5b5b5;
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  line-height: 1;
  color: #0E9118;
}
.tbl_time tr td.close {
  color: #444;
}
.tbl_time tr:last-child th.time {
  border-bottom: none;
}
.tbl_time tr:last-child td {
  border-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.4rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th.time {
    border-width: 1px;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
    border-width: 1px;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.4rem;
  color: #0E9118;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  background: linear-gradient(to bottom, #E3FDDA 2px, #fff 2px, #fff 4px, #E3FDDA 4px, #E3FDDA 8px) center center/8px 8px;
}

.tit_02 {
  color: #0E9118;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.3rem solid #0E9118;
}

.tit_03 {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding: 0.5em 0.3em;
  font-weight: bold;
  position: relative;
  background: linear-gradient(to bottom, #E3FDDA 6px, #fff 6px, #fff 8px) center center/8px 8px;
}

.tit_04 {
  color: #444;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  border-left: #0E9118 solid 0.18em;
  padding: 0.2em 0 0.2em 0.7em;
  font-weight: bold;
}

.tit_05 {
  color: #444;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.5rem;
  padding: 0.3em 0.4em;
  background: #E7FAE0;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 6rem 2rem;
    font-size: 3.6rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 10rem 0 3rem;
    padding-bottom: 0.2rem;
  }
  .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;
  }
}
.text_general {
  margin-bottom: 1.5rem;
}

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

.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_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: 45rem;
  }
  .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;
  }
}
.lst_ul_01 {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.lst_ul_01 > li {
  padding-left: 0.3rem;
  margin-top: 1rem;
  position: relative;
}
.lst_ul_01 > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #0E9118;
  border-radius: 50%;
  position: absolute;
  left: -0.75em;
  top: 0.5em;
}
.lst_ul_01 > li:first-child {
  margin-top: 0;
}

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

.lst_ol_counter_noreset_01 {
  counter-reset: none;
}

.flex2.lst_ul_01 > li:nth-child(-n+2), .flex2.lst_ol_01 > li:nth-child(-n+2), .flex2.lst_ol_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

.flex3.lst_ul_01 > li:nth-child(-n+3), .flex3.lst_ol_01 > li:nth-child(-n+3), .flex3.lst_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.lst_dl_01,
.lst_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #777777;
}
.lst_dl_01 dt,
.lst_dl_01_50percent dt {
  padding: 1rem;
  background: #777777;
  background: #0E9118;
  color: #fff;
}
.lst_dl_01 dd,
.lst_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
}
.lst_dl_01 dd:not(:last-child),
.lst_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #777777;
}

@media screen and (min-width: 48em), print {
  .flex2_pc.lst_ul_01 > li:nth-child(-n+2), .flex2_pc.lst_ol_01 > li:nth-child(-n+2), .flex2_pc.lst_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc.lst_ul_01 > li:nth-child(-n+3), .flex3_pc.lst_ol_01 > li:nth-child(-n+3), .flex3_pc.lst_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .lst_dl_01,
  .lst_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;
  }
  .lst_dl_01 dt,
  .lst_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;
  }
  .lst_dl_01 dt:not(:last-of-type),
  .lst_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .lst_dl_01 dd,
  .lst_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .lst_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .lst_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;
  border: 0.2rem solid #E7FAE0;
  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: #8ED883 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: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 2rem;
  border-radius: 10rem;
  background: #ED7B6C;
  border: 3px solid #ED7B6C;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e803";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    padding: 1.2rem 4rem;
    font-size: 1.6rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    color: #ED7B6C;
    background-color: #fff;
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #707070;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #707070;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01 td {
  background: #fff;
}
.table_01 th {
  background: #0E9118;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

p {
  margin-top: 0;
}

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

.wrap {
  padding: 2rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.4;
}
.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(1200px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 5rem 0;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
@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: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 5rem;
}
.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 .head_right .telephone {
  font-size: 1.8rem;
  color: #0E9118;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.header .wrap .head_right .telephone::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 95%;
  padding-right: 0.2em;
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(-0.05em);
          transform: translateY(-0.05em);
}
.header .wrap .head_right .telephone a {
  display: inline-block;
}
.header .wrap .head_right .treatment {
  border: 0.1rem solid #9FDC8A;
  background: #9FDC8A;
}
.header .wrap .head_right .treatment .tit {
  background: #9FDC8A;
  padding: 0.2em;
  color: #fff;
  font-size: 1.2rem;
}
.header .wrap .head_right .treatment .text {
  padding: 0.2em;
  background: #fff;
  font-size: 1.1rem;
}

@media screen and (min-width: 48em), print {
  .header {
    background: none;
    padding-top: 0;
    border-top: 0.4rem solid #0E9118;
  }
  .header .wrap {
    margin: 0 auto 4rem;
    padding-top: 2rem;
    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: 47rem;
    height: 7.5rem;
  }
  .header .wrap .logo a {
    width: auto;
  }
  .header .wrap .head_right {
    min-width: 60rem;
    text-align: left;
  }
  .header .wrap .head_right .telephone {
    text-align: right;
    margin: 0;
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .header .wrap .head_right .treatment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
  }
  .header .wrap .head_right .treatment .tit {
    font-size: 1.4rem;
    padding: 0.4em;
    text-wrap: nowrap;
  }
  .header .wrap .head_right .treatment .text {
    font-size: 1.4rem;
    padding: 0.4em;
    text-wrap: nowrap;
  }
}
.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #0E9118;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e805";
  line-height: 0.8;
}
.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;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: rgba(231, 250, 224, 0.95);
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #444;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #444;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #444 !important;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e803";
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "\e809";
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .gnav li a:hover, .slicknav_menu .slicknav_nav .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e808";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  border-color: #888;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #444;
}
.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;
  }
  #nav .gnav {
    width: 1200px;
    margin: 4rem auto 1rem;
    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 #0E9118;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
  }
  #nav .gnav > li.treatment > a::before {
    font-family: "fontello";
    content: "\e809";
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #0E9118;
  }
  #nav .gnav > li.treatment > a.open::before {
    content: "\e808";
  }
  #nav .gnav > li:last-child {
    border-right: 1px solid #0E9118;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 1rem 0.5rem;
    position: relative;
    color: #0E9118;
    font-weight: bold;
  }
  #nav .gnav > li .subnav {
    width: 100%;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 1.8rem;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    border-top: 1px solid #0E9118;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #E7FAE0;
    padding: 1.6rem 0.5rem;
    text-align: center;
    color: #0E9118;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    background: #0E9118;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .overview_bg > .wrap .tbl_time {
  margin: 1.6rem 0;
}
.overview .overview_bg > .wrap .lst_overview {
  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;
  margin: 0;
}
.overview .overview_bg > .wrap .lst_overview dt {
  border-bottom: 0.2rem solid #8ED883;
  color: #0E9118;
  margin-bottom: 1.2rem;
  width: 30%;
  font-weight: bold;
}
.overview .overview_bg > .wrap .lst_overview dd {
  border-bottom: 0.2rem solid #E3E3E3;
  margin-bottom: 1.2rem;
  margin-left: 0;
  width: 70%;
  padding-left: 1em;
}
.overview .timetable_bg {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #E3FDDA), color-stop(75%, #fff), to(#fff));
  background-image: linear-gradient(0deg, #E3FDDA 75%, #fff 75%, #fff 100%);
  background-size: 100% 0.8rem;
}
.overview .timetable_bg .timetable_wrap {
  padding: 2rem 1rem;
}
.overview .timetable_bg .timetable_wrap .timetable_01 {
  margin-bottom: 1.5rem;
}
.overview .timetable_bg .timetable_wrap .timetable_caption {
  background: #fff;
  border-left: #0E9118 solid 0.5rem;
  padding: 0.8rem 1rem 0.8rem 1rem;
  margin-top: 1.5rem;
}
.overview .gmap {
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 2rem;
  }
  .overview .overview_bg > .wrap .lst_overview {
    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 .lst_overview dt {
    margin-bottom: 2rem;
    width: 12%;
  }
  .overview .overview_bg > .wrap .lst_overview dd {
    margin-bottom: 2rem;
    width: 88%;
  }
  .overview .timetable_bg .timetable_wrap {
    width: 1200px;
    margin: auto;
    padding: 5rem 0;
  }
  .overview .timetable_bg .timetable_wrap .timetable_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .timetable_bg .timetable_wrap .timetable_flex .timetable_01 {
    margin-bottom: 0;
    width: 55rem;
  }
  .overview .timetable_bg .timetable_wrap .timetable_flex .timetable_caption {
    padding: 0.9rem 2rem;
    margin: 0;
    border-width: 1rem;
    width: 62rem;
  }
  .overview .gmap {
    height: 50rem;
  }
}
.tel_up {
  width: 100%;
  background: #E7FAE0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 1rem 0;
}
.tel_up .telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  color: #444;
  color: #0E9118;
}
.tel_up .telephone::before {
  font-family: "fontello";
  content: "\e800";
  position: relative;
  padding-right: 0.2em;
  font-size: 85%;
  margin-top: -0.1em;
}
.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 1rem;
  background: #0E9118;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.8rem;
  color: #fff;
  font-family: "fontello";
  content: "\e801";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -54%);
          transform: translate(-50%, -54%);
}

@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 {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #CBF8BC;
}
.footer .copy {
  display: block;
  background: #0E9118;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 0;
    background: #fff;
  }
  .footer ul {
    display: block;
    text-align: center;
    margin: 0 auto 1.5rem;
    max-width: 80rem;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 3rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .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;
  }
  .footer .copy {
    border-top: #CBF8BC solid 1rem;
    background: #E7FAE0;
    padding: 3.5rem 1rem;
    font-size: 1.8rem;
    color: #444;
  }
}
.index .wrapper_keyvsl {
  position: relative;
}
.index .wrapper_keyvsl > *:first-child {
  z-index: 0 !important;
}
.index .wrapper_keyvsl #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 20rem 1rem 0;
}
.index .wrapper_keyvsl .keyvsl_text .catch {
  margin: 0;
  color: #fff;
  background: #0E9118;
  padding: 0.4rem 0.4rem 0.4rem;
  font-size: 1.35rem;
  left: 5.5rem;
  bottom: -1rem;
  line-height: 1.4;
  font-weight: bold;
}
.index .wrapper_keyvsl .keyvsl_text .catch > span {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 80rem;
  }
  .index .wrapper_keyvsl .keyvsl_text .catch {
    font-size: 2.8rem;
    color: #0E9118;
    background: #fff;
    position: absolute;
    width: 120rem;
    padding: 1rem;
    border-radius: 10rem;
    bottom: 12rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.index_tit_02 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2rem;
  color: #0E9118;
  font-weight: bold;
}
.index_tit_02 .tit_en {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  display: block;
  line-height: 1;
  color: #9FDC8A;
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  .index_tit_02 {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .index_tit_02 .tit_en {
    font-size: 2rem;
  }
}
main .wrapper_news {
  background: #FCFBE2;
}
main .wrapper_news .wrap dl {
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 1rem;
  background: #fff;
}
main .wrapper_news .wrap dl dt {
  color: #0E9118;
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  cursor: pointer;
  font-weight: bold;
  padding-right: 2rem;
  position: relative;
}
main .wrapper_news .wrap dl dt::after {
  display: block;
  font-family: "fontello";
  content: "\e809";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
}
main .wrapper_news .wrap dl dt.open::after {
  content: "\e808";
}
main .wrapper_news .wrap dl dt:not(:first-child) {
  border-top: solid #777777 0.1rem;
  margin-top: 1rem;
  padding-top: 1rem;
}
main .wrapper_news .wrap dl dt:not(:first-child)::after {
  top: 1rem;
}
main .wrapper_news .wrap dl dd {
  margin: 0;
  font-size: 1.4rem;
  word-wrap: break-word;
}
main .wrapper_news .wrap dl dd:last-child {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news {
    margin-top: 4rem;
  }
  main .wrapper_news .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 3rem;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 1.8rem;
  }
  main .wrapper_news .wrap dl dt:not(:first-child) {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  main .wrapper_news .wrap dl dt:not(:first-child)::after {
    top: 2rem;
  }
  main .wrapper_news .wrap dl dd {
    letter-spacing: 0.2em;
    font-size: 1.6rem;
  }
}
main .wrapper_bnrs .wrap {
  font-family: "Kosugi Maru", sans-serif;
}
main .wrapper_bnrs .wrap .index_bnr {
  border: solid 0.4rem #9FDC8A;
  color: #0E9118;
  background: url(../img/index_bnr_01.jpg) center center/cover;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
main .wrapper_bnrs .wrap .index_bnr:nth-child(2) {
  background-image: url(../img/index_bnr_02.jpg);
  color: #ED7B6C;
  border-color: #FFBEB5;
}
main .wrapper_bnrs .wrap .index_bnr:nth-child(2) .text_sub > span {
  -webkit-text-decoration: wavy underline #ED7B6C;
          text-decoration: wavy underline #ED7B6C;
}
main .wrapper_bnrs .wrap .index_bnr:last-child {
  margin-bottom: 0;
}
main .wrapper_bnrs .wrap .index_bnr .text_main {
  font-size: 1.8rem;
}
main .wrapper_bnrs .wrap .index_bnr .text_main > span {
  font-size: 80%;
}
main .wrapper_bnrs .wrap .index_bnr .text_sub {
  font-size: 1.2rem;
  color: #444;
}
main .wrapper_bnrs .wrap .index_bnr .text_sub > span {
  display: inline-block;
  -webkit-text-decoration: wavy underline #0E9118;
          text-decoration: wavy underline #0E9118;
}
@media screen and (min-width: 48em), print {
  main .wrapper_bnrs .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 10.7rem;
    padding-right: 10.7rem;
  }
  main .wrapper_bnrs .wrap .index_bnr {
    margin-bottom: 0;
    min-width: 44.8rem;
    text-align: center;
    padding: 2.5rem 1rem;
  }
  main .wrapper_bnrs .wrap .index_bnr .text_main {
    font-size: 3.2rem;
    margin-bottom: 0.8rem;
  }
  main .wrapper_bnrs .wrap .index_bnr .text_sub {
    font-size: 2.4rem;
  }
}
main .wrapper_characteristic {
  background: url(../img/characteristic_bg.jpg) center center/6rem 6rem;
}
main .wrapper_characteristic .wrap .cards_characteristic li {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px #666;
          box-shadow: 0px 0px 5px #666;
  margin-top: 2rem;
}
main .wrapper_characteristic .wrap .cards_characteristic li:first-child {
  margin-top: 0;
}
main .wrapper_characteristic .wrap .cards_characteristic li .image img {
  width: 100%;
}
main .wrapper_characteristic .wrap .cards_characteristic li .catch {
  color: #0E9118;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0.8rem;
}
main .wrapper_characteristic .wrap .cards_characteristic li .text {
  padding: 0 0.9rem 0.8rem;
}
@media screen and (min-width: 48em), print {
  main .wrapper_characteristic {
    background-size: 12rem auto;
  }
  main .wrapper_characteristic .wrap .cards_characteristic {
    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;
  }
  main .wrapper_characteristic .wrap .cards_characteristic li {
    margin-top: 6rem;
    width: 27.6rem;
  }
  main .wrapper_characteristic .wrap .cards_characteristic li:nth-child(-n+4) {
    margin-top: 0;
  }
  main .wrapper_characteristic .wrap .cards_characteristic li .catch {
    font-size: 1.8rem;
    padding: 1.6rem;
  }
  main .wrapper_characteristic .wrap .cards_characteristic li .text {
    padding: 0 1.6rem 1.6rem;
  }
}
main .wrapper_menu {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #FEFAE3), color-stop(75%, #fff), to(#fff));
  background-image: linear-gradient(0deg, #FEFAE3 75%, #fff 75%, #fff 100%);
  background-size: 100% 0.8rem;
}
main .wrapper_menu .wrap .list_menu {
  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;
}
main .wrapper_menu .wrap .list_menu li {
  margin-top: 1.5rem;
  width: 48%;
}
main .wrapper_menu .wrap .list_menu li:first-child, main .wrapper_menu .wrap .list_menu li:nth-child(2) {
  margin-top: 0;
}
main .wrapper_menu .wrap .list_menu li:nth-child(2n) {
  margin-left: 4%;
}
main .wrapper_menu .wrap .list_menu li:nth-child(2n+9) {
  margin-left: 0;
}
main .wrapper_menu .wrap .list_menu li:nth-child(2n+10) {
  margin-left: 4%;
}
main .wrapper_menu .wrap .list_menu li a {
  display: block;
  border: #8ED883 0.3rem solid;
  padding: 0.8rem;
  text-align: center;
  background: #fff;
  opacity: 1;
}
main .wrapper_menu .wrap .list_menu li a > span {
  display: block;
  border: #C0F8B7 0.1rem solid;
  padding: 0.5rem;
  color: #0E9118;
  font-weight: bold;
}
main .wrapper_menu .wrap .list_menu li:nth-child(-n+8) a > span {
  padding-top: 4.4rem;
  position: relative;
}
main .wrapper_menu .wrap .list_menu li:nth-child(-n+8) a > span::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../img/index_menu_01.png) no-repeat center center/contain;
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .wrapper_menu .wrap .list_menu li.internal a > span::before {
  background-image: url(../img/index_menu_internal.png);
}
main .wrapper_menu .wrap .list_menu li.pediatrics a > span::before {
  background-image: url(../img/index_menu_pediatrics.png);
}
main .wrapper_menu .wrap .list_menu li.gastro a > span::before {
  background-image: url(../img/index_menu_gastro.png);
}
main .wrapper_menu .wrap .list_menu li.endoscope a > span::before {
  background-image: url(../img/index_menu_endoscope.png);
}
main .wrapper_menu .wrap .list_menu li.cardiology a > span::before {
  background-image: url(../img/index_menu_cardiology.png);
}
main .wrapper_menu .wrap .list_menu li.respiratory a > span::before {
  background-image: url(../img/index_menu_respiratory.png);
}
main .wrapper_menu .wrap .list_menu li.diabetes a > span::before {
  background-image: url(../img/index_menu_diabetes.png);
}
main .wrapper_menu .wrap .list_menu li.surgery a > span::before {
  background-image: url(../img/index_menu_surgery.png);
}
@media screen and (min-width: 48em), print {
  main .wrapper_menu .wrap .list_menu li {
    width: 22rem;
    margin-top: 2rem;
  }
  main .wrapper_menu .wrap .list_menu li:nth-child(n) {
    margin-left: 2.5rem;
  }
  main .wrapper_menu .wrap .list_menu li:nth-child(-n+8) a > span {
    padding-top: 8.5rem;
  }
  main .wrapper_menu .wrap .list_menu li:nth-child(-n+8) a > span::before {
    width: 7rem;
    height: 7rem;
  }
  main .wrapper_menu .wrap .list_menu li:nth-child(-n+4) {
    margin-top: 0;
  }
  main .wrapper_menu .wrap .list_menu li:first-child, main .wrapper_menu .wrap .list_menu li:nth-child(5), main .wrapper_menu .wrap .list_menu li:nth-child(9), main .wrapper_menu .wrap .list_menu li:nth-child(13) {
    margin-left: 11rem;
  }
  main .wrapper_menu .wrap .list_menu li:nth-child(4), main .wrapper_menu .wrap .list_menu li:nth-child(8), main .wrapper_menu .wrap .list_menu li:nth-child(12), main .wrapper_menu .wrap .list_menu li:nth-child(16) {
    margin-right: 11rem;
  }
  main .wrapper_menu .wrap .list_menu li a > span {
    font-size: 1.8rem;
    padding: 0.8rem;
  }
}
main .wrapper_message {
  position: relative;
}
main .wrapper_message .wrap .text_message p {
  margin-bottom: 1.5rem;
}
main .wrapper_message .wrap .text_message p:last-child {
  margin-bottom: 0;
  font-size: 90%;
  text-align: right;
}
main .wrapper_message .wrap .text_message .dr_name {
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 48em), print {
  main .wrapper_message {
    background: url(../img/index_message_bg.jpg) no-repeat center center/cover;
    position: relative;
  }
  main .wrapper_message .wrap .text_message {
    font-size: 1.6rem;
    line-height: 1.625;
    padding-right: 60rem;
  }
  main .wrapper_message .wrap .text_message p {
    margin-bottom: 3rem;
  }
  main .wrapper_message .wrap .text_message .dr_name {
    margin-bottom: 1.5rem;
  }
}

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

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding: 12rem 0rem 5rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

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

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

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

@media screen and (min-width: 48em), print {
  .device {
    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;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.access .timetable_01 .tbl_time {
  border: 1px solid #b5b5b5;
}
.access .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
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;
}

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