@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

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

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

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

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

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

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

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

body {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.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;
}

.txt_large140 {
  font-size: 140%;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_green {
  color: #20B2AA;
}

.txt_red {
  color: #D50000;
}

.txt_orane {
  color: #F99900;
}

.line_mark {
  background: linear-gradient(transparent 75%, rgb(255, 255, 30) 75%) repeat scroll 0 -0.2em;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.img_c {
  margin: 1rem auto;
  border-radius: 1rem;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
  border-radius: 1rem;
}

img.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
    border-radius: 2rem;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
    border-radius: 2rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > :where(section ~ section), .flex2 > :where(section ~ section) {
  margin-top: 4rem;
}
.main > section, .flex2 > section {
  margin-top: 4rem;
}
.main > section :where(section ~ section), .flex2 > section :where(section ~ section) {
  margin-top: 4rem;
}
.main > section > section, .flex2 > section > section {
  margin-top: 3rem;
}
.main > section > section :where(section ~ section), .flex2 > section > section :where(section ~ section) {
  margin-top: 3rem;
}
.main > section > section > section, .flex2 > section > section > section {
  margin-top: 2rem;
}
.main > section > section > section :where(section ~ section), .flex2 > section > section > section :where(section ~ section) {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > :where(section ~ section), .flex2 > :where(section ~ section) {
    margin-top: 8rem;
  }
  .main > section, .flex2 > section {
    margin-top: 8rem;
  }
  .main > section :where(section ~ section), .flex2 > section :where(section ~ section) {
    margin-top: 8rem;
  }
  .main > section > section, .flex2 > section > section {
    margin-top: 6rem;
  }
  .main > section > section :where(section ~ section), .flex2 > section > section :where(section ~ section) {
    margin-top: 6rem;
  }
  .main > section > section > section, .flex2 > section > section > section {
    margin-top: 4rem;
  }
  .main > section > section > section :where(section ~ section), .flex2 > section > section > section :where(section ~ section) {
    margin-top: 4rem;
  }
}
.tbl_time, .tbl_doctor {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption, .tbl_doctor caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th, .tbl_doctor tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col], .tbl_doctor tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  border-bottom: 1px solid #20B2AA;
}
.tbl_time tr th[scope=col]:first-child, .tbl_doctor tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row], .tbl_doctor tr th[scope=row] {
  border-bottom: 1px solid #20B2AA;
}
.tbl_time tr th[scope=row] span, .tbl_doctor tr th[scope=row] span {
  display: block;
  font-size: 75%;
}
.tbl_time tr td, .tbl_doctor tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid #20B2AA;
  color: #20B2AA;
  line-height: 1;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .tbl_time, .tbl_doctor {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col], .tbl_doctor tr th[scope=col] {
    padding: 1rem 0;
    font-size: 100%;
  }
  .tbl_time tr th[scope=col]:first-child, .tbl_doctor tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=row] span, .tbl_doctor tr th[scope=row] span {
    font-size: 80%;
  }
  .tbl_time tr td, .tbl_doctor tr td {
    padding: 2rem 0;
  }
  .tbl_time caption, .tbl_doctor caption {
    font-size: 100%;
    margin-top: 1.5rem;
  }
}
.tbl_doctor {
  table-layout: fixed;
  border-collapse: collapse;
}
.tbl_doctor tr th {
  font-weight: normal;
}
.tbl_doctor tr th[scope=col]:first-child {
  width: 5em;
}
.tbl_doctor tr th, .tbl_doctor tr td {
  line-height: 1.2;
  border: 1px solid #20B2AA;
}

@media screen and (min-width: 48em), print {
  .tbl_doctor tr th[scope=col]:first-child {
    width: 20%;
  }
  .tbl_doctor tr th, .tbl_doctor tr td {
    line-height: 1.4;
  }
}
.table_0 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 2rem;
}
.table_0 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 90%;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 th, .table_0 td {
  border: 1px solid #DCDCDC;
  padding: 0.5rem;
}
.table_0 tr {
  font-weight: bold;
  text-align: center;
}
.table_0 tr:not(:first-child) th[scope=row] {
  border-top: 0;
}
.table_0 tr:not(:first-child) td {
  border-top: 0;
}
.table_0 tr:not(:first-child) td.half {
  width: 50%;
}
.table_0 tr:first-child td:last-child {
  border-radius: 0 1rem 0 0;
}
.table_0 th[scope=col] {
  border: 1px solid #20B2AA;
  background: #20B2AA;
  color: #fff;
}
.table_0 th[scope=col]:not(:first-child) {
  border-left-color: #fff;
}
.table_0 th[scope=row] {
  border: 1px solid #20B2AA;
  text-align: left;
  font-weight: normal;
}
.table_0 th[scope=row]:not(:first-child) {
  border-left: 0;
}
.table_0 td {
  border: 1px solid #20B2AA;
}
.table_0 td:not(:first-child) {
  border-left: 0;
}
.table_0.table_1 th[scope=row] {
  background: #DBF7F7;
}
.table_0.table_2 tr:not(:last-child) th[scope=row] {
  border-bottom-color: #fff;
}
.table_0.table_2 th {
  text-align: left;
}
.table_0.table_2 th[scope=row] {
  background: #20B2AA;
  color: #fff;
}
.table_0.table_2 td {
  text-align: left;
}
.table_0.price td:last-child {
  text-align: right;
  width: 25%;
}

@media screen and (min-width: 48em), print {
  .table_0 {
    margin-top: 4rem;
  }
  .table_0:not(:last-child) {
    margin-bottom: 4rem;
  }
  .table_0 th, .table_0 td {
    padding: 1.5rem 2rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
  color: #fff;
  border: 5px solid #20B2AA;
  border-radius: 2rem;
  position: relative;
}
.tit_01::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(50% + 5px);
  top: -5px;
  border: 5px solid #F8B500;
  border-radius: 2rem 2rem 0 0;
  border-bottom: none;
  position: absolute;
}

.tit_02 {
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0 auto 2rem;
  text-align: center;
}
.tit_02::before {
  content: "";
  display: block;
  background: url("../img/icon_tit_02.svg") center top no-repeat;
  background-size: contain;
  width: 4.1rem;
  aspect-ratio: 8.2/5;
  margin: 0 auto 0.5rem;
}
.tit_02 span {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  color: #F8B500;
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}

.tit_03 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  border-left: 5px solid #F8B500;
  padding-left: 1rem;
  position: relative;
}
.tit_03::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 50%;
  background: #20B2AA;
}

.tit_04 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  border-bottom: 2px solid #AFEEEE;
  padding-bottom: 0.5rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  position: relative;
  padding-left: 1.2em;
}
.tit_05::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 0.2em;
  width: 1em;
  height: 1em;
  border: 4px solid #20B2AA;
  border-radius: 50%;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px dotted #F8B500;
  width: fit-content;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 26rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3.2rem;
    width: 120rem;
    margin: 2rem auto 0;
    border-width: 10px;
    border-radius: 12rem 12rem 8rem 8rem;
  }
  .tit_01::before {
    width: 120rem;
    min-height: 60%;
    border-width: 10px;
    margin: auto;
    right: 0;
    left: -10px;
    top: -10px;
    border-radius: 12rem 12rem 0 0;
  }
  .tit_02 {
    font-size: 4rem;
    margin: 0 auto 6rem;
  }
  .tit_02 span {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
  .tit_02::before {
    width: 8.2rem;
    margin-bottom: 0.7rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
  .tit_06 {
    font-size: 1.8rem;
    margin: 0 0 3rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #2AAAA4;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li {
  padding-left: 1em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #663300;
}
.lst_ul.notes {
  color: #D50000;
}
.lst_ul.notes > li::before {
  color: #D50000;
}
.lst_ul.none li::before {
  content: none;
}

.notes:where(:not(ul)) {
  color: #D50000;
}

.kome:where(:not(ul)) {
  padding-left: 1em;
  position: relative;
}
.kome:where(:not(ul))::before {
  content: "※";
  position: absolute;
  left: 0;
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: #663300;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #663300;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul.lst_ul_2col {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_2col li {
    width: calc((100% - 1rem) / 2);
  }
  .lst_ul.lst_ul_3col {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_3col li {
    width: calc((100% - 2rem) / 3);
  }
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .flex4 {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  .flex4 p {
    margin: 0;
  }
}
.tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}
.tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.box_ {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_ {
    padding: 3rem;
  }
}

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  display: block;
  padding: 0.4rem 2rem;
  background: #20B2AA;
  border-radius: 1rem;
  min-width: 13rem;
  width: fit-content;
  text-align: center;
  margin: auto;
  color: #fff;
  text-decoration: none !important;
  box-shadow: 0 3px 0 #198C86;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1rem;
    border-radius: 2rem;
    min-width: 30rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    box-shadow: none;
    color: #fff;
    opacity: 1;
  }
}

.btn_link {
  display: block;
  padding: 0.4rem 2rem;
  background: #F8B500;
  border-radius: 1rem;
  width: fit-content;
  text-align: center;
  margin: auto;
  color: #fff;
  text-decoration: none !important;
  box-shadow: 0 3px 0 #BB8903;
  line-height: 1.4;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  .btn_link {
    padding: 1rem 2rem;
    border-radius: 2rem;
    box-shadow: 0 3px 0 #BB8903;
    width: fit-content;
    min-width: 52rem;
  }
  .btn_link:is(:hover, :focus-visible) {
    box-shadow: none;
    color: #fff;
    opacity: 1;
  }
}
.btn_link.-color02 {
  background: #20B2AA;
  box-shadow: 0 3px 0 #198C86;
}
.btn_link.-color02:is(:hover, :focus-visible) {
  box-shadow: none;
  color: #fff;
  opacity: 1;
}

.linkout {
  display: inline-block;
  color: #663300;
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 1rem;
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #2AAAA4;
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid #2AAAA4;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: #2AAAA4;
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #2AAAA4;
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.marker {
  background: linear-gradient(transparent 60%, #FEF4D9 60%);
  width: fit-content;
}

/* fadeIn */
.fadein {
  opacity: 0;
  transition: 1.2s;
}

.fade_left {
  transform: translate(-80px, 0);
}

.fade_right {
  transform: translate(80px, 0);
}

.fade_up {
  transform: translate(0, 80px);
}

.fade_scale {
  transform: scale(0.5, 0.5);
}

.fadein.parallax {
  opacity: 1;
  transform: translate(0, 0);
}

.txt_box {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 1rem;
}
.txt_box:last-child {
  margin: 0;
}
.txt_box.txt_box1 {
  background: #DBF7F7;
}
.txt_box.txt_box2 {
  background: #FEF4D9;
}

@media screen and (min-width: 48em), print {
  .txt_box {
    padding: 2.5rem 3rem;
    border-radius: 2rem;
  }
}
.nav_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_menu li {
  width: 48%;
  text-align: center;
  margin-top: 0.5rem;
}
.nav_menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 3rem;
  padding: 0.5rem 2em;
  text-decoration: none !important;
  position: relative;
}
.nav_menu li a::after {
  font-family: "fontello";
  content: "\e4a3";
  position: absolute;
  right: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  .nav_menu li {
    width: 24%;
  }
  .nav_menu li a {
    height: 6rem;
    letter-spacing: 1rem;
  }
  .nav_menu li a:hover {
    background: #ccc;
    color: #fff !important;
  }
  .nav_menu li a::after {
    right: 1em;
  }
}

.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}

.phtxt_box {
  margin-bottom: 2rem;
}
.phtxt_box .ph {
  margin-bottom: 1rem;
}
.phtxt_box .ph img {
  border-radius: 1rem;
}

@media screen and (min-width: 48em), print {
  .phtxt_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    gap: 4rem;
  }
  .phtxt_box .ph {
    width: 40rem;
    flex-shrink: 0;
  }
  .phtxt_box .ph img {
    border-radius: 2rem;
  }
  .phtxt_box .txt {
    flex: 1 1 auto;
  }
  .phtxt_box.phtxt_box_r .ph {
    order: 1;
  }
}
.point::before {
  content: "≫";
  margin-right: 0.5em;
}

.other::after {
  font-family: "fontello";
  content: "\f08e";
  margin-left: 0.5rem;
}

@media print {
  .header {
    position: absolute !important;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: #663300;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

p:where(:first-child) {
  margin-top: 0;
}
p:where(:last-child) {
  margin-bottom: 0;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:where(:not([class*=btn], [href*="tel:"])) {
  color: #2AAAA4;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:where(:not([class*=btn])):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headL ul {
  display: flex;
  font-size: 1.2rem;
  margin: 5.6rem 0 0;
  gap: 0.5rem;
}
.header > .wrap .headL ul li {
  color: #fff;
  background: #F99900;
  text-align: center;
  padding: 0.5rem;
  border-radius: 1.5em;
  width: calc((100% - 1rem) / 3);
}
.header > .wrap .headL ul li:nth-child(2n) {
  background: #2AAAA4;
}
.header > .wrap .headR {
  margin: 1rem 0 0;
}
.header > .wrap .headR ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header > .wrap .headR ul li .tel {
  font-size: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
  color: #20B2AA;
}
.header > .wrap .headR ul li .tel::before {
  font-family: "fontello";
  content: "\e809";
  margin-right: 0.2rem;
  font-size: 1.8rem;
}
.header > .wrap .headR ul li.acs {
  order: -1;
  font-size: 1.2rem;
}
.header > .wrap .headEX ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.header > .wrap .headEX ul li {
  text-align: center;
}
.header > .wrap .headEX a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  height: 100%;
}
.header > .wrap .headEX a::before {
  margin-right: 0.5rem;
}
.header > .wrap .headEX .head_reserve a {
  background: #F8B500;
  box-shadow: 0 3px 0 #D19900;
  padding: 0 1rem;
}
.header > .wrap .headEX .head_reserve a::before {
  font-family: "fontello";
  content: "\e80a";
}
.header > .wrap .headEX .head_migi {
  display: flex;
  gap: 1rem;
}
.header > .wrap .headEX .head_migi p {
  margin: 0;
}
.header > .wrap .headEX .head_migi a {
  color: #fff;
}
.header > .wrap .headEX .head_migi a::before {
  content: "";
  display: block;
  width: 1em;
}
.header > .wrap .headEX .head_line a {
  background: #05A146;
  box-shadow: 0 3px 0 #048037;
}
.header > .wrap .headEX .head_line a::before {
  background: url("../img/logo_line.svg");
  aspect-ratio: 1/1;
  background-size: contain;
}
.header > .wrap .headEX .head_monsin a {
  background: #2AAAA4;
  box-shadow: 0 3px 0 #169790;
}
.header > .wrap .headEX .head_monsin a::before {
  background: url("../img/icon_monsin.svg") center center no-repeat;
  aspect-ratio: 1/1;
  background-size: contain;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 2.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 100%;
    height: 7rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headL {
    width: 44.6rem;
  }
  .header > .wrap .headL ul {
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
  }
  .header > .wrap .headL ul li {
    padding: 0.3rem;
  }
  .header > .wrap .headR {
    margin: 0;
  }
  .header > .wrap .headR ul {
    justify-content: flex-end;
  }
  .header > .wrap .headR ul li .tel {
    font-size: 3.6rem;
  }
  .header > .wrap .headR ul li .tel::before {
    font-size: 3rem;
  }
  .header > .wrap .headR ul li.acs {
    font-size: 1.8rem;
  }
  .header > .wrap .headEX {
    width: 40rem;
  }
  .header > .wrap .headEX ul {
    justify-content: space-between;
  }
  .header > .wrap .headEX ul li {
    width: 19rem;
    display: flex;
    align-items: center;
  }
  .header > .wrap .headEX ul li a {
    font-size: 2.4rem;
    border-radius: 2rem;
    width: 100%;
    font-weight: bold;
  }
  .header > .wrap .headEX ul li a::before {
    margin-right: 1rem;
    font-weight: normal;
    font-size: 3.2rem;
  }
  .header > .wrap .headEX ul li.head_reserve a {
    height: 7rem;
  }
  .header > .wrap .headEX ul li.head_migi {
    flex-direction: column;
  }
  .header > .wrap .headEX ul li.head_migi p {
    width: 100%;
    margin: 0;
  }
  .header > .wrap .headEX ul li.head_migi a {
    font-size: 2rem;
    height: 4.5rem;
  }
  .header > .wrap .headEX ul li.head_migi a::before {
    width: 3rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #2AAAA4;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 1rem;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid #F99900;
  border-bottom: 1px solid #F99900;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: #20B2AA;
  position: relative;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\74";
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\79";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  padding-left: 1em;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: #663300;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: #20B2AA;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\e4a2";
  color: #20B2AA;
  margin-right: 0.5em;
  transition: all 0.3s ease;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #20B2AA;
  border-radius: 1rem;
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
}

.fixed_reserve {
  padding: 0 1rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.fixed_reserve li {
  flex: auto;
}
.fixed_reserve li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  height: 100%;
  padding: 0.4rem;
}
.fixed_reserve li .reserve {
  background: #F8B500;
  box-shadow: 0 3px 0 #D19900;
}
.fixed_reserve li .reserve::before {
  font-family: "fontello";
  content: "\e80a";
}
.fixed_reserve li .waiting {
  background: #d0d95d;
  box-shadow: 0 3px 0 #b2ba48;
}
.fixed_reserve li .waiting::before, .fixed_reserve li .waiting::after {
  display: inline-block;
  content: "●";
  color: #F8B500;
  font-size: 60%;
  padding: 0 0.5rem;
}
.fixed_reserve li .monsin {
  background: #2AAAA4;
  box-shadow: 0 3px 0 #169790;
  color: #fff;
}
.fixed_reserve li .monsin::before {
  background: url("../img/icon_monsin.svg") center center no-repeat;
  aspect-ratio: 1/1;
  background-size: contain;
  content: "";
  display: block;
  width: 1em;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 1.5rem 0;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    padding: 0 1.5rem;
    position: relative;
    border-right: 1px solid #20B2AA;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    padding: 0.5rem 0;
    margin: 0;
    cursor: pointer;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li .sub::before {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: #20B2AA;
    transition: all 0.3s ease;
  }
  #nav .gnav_subnav .gnav > li > a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
    position: absolute;
    right: 0;
    color: #20B2AA;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: #20B2AA;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current)::before, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::before {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 130%;
    position: absolute;
    z-index: 100;
    background: #fff;
    border-radius: 3rem;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    padding: 1rem 1.5rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 0.5rem;
    font-size: 1.8rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: #20B2AA;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current)::before {
    color: #F99900;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
  .fixed_reserve {
    padding: 0 0 1rem;
  }
  .fixed_reserve li:nth-child(1) {
    order: 1;
  }
  .fixed_reserve li:nth-child(2) {
    order: 3;
  }
  .fixed_reserve li:nth-child(3) {
    order: 2;
  }
  .fixed_reserve li a {
    height: 7rem;
    font-size: 2.4rem;
  }
}
.sidebar {
  background: #E1EEFB center top no-repeat;
  padding: 4rem 1rem;
  margin-top: 1rem !important;
}
.sidebar .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}
.sidebar .subnav li {
  width: calc((100% - 1rem) / 2);
  text-align: center;
  position: relative;
}
.sidebar .subnav li::before, .sidebar .subnav li::after {
  content: "";
  position: absolute;
  top: -5px;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  width: 70%;
  border-radius: 50% 50% 1rem 1rem;
  border: 5px solid;
  box-sizing: content-box;
}
.sidebar .subnav li::before {
  border-color: #20B2AA;
  aspect-ratio: 18/14;
  border-bottom-width: 2px;
}
.sidebar .subnav li::after {
  border-top: none;
  border-radius: 0 0 1rem 1rem;
  border-color: #F8B500;
  background: #F8B500;
  height: 3rem;
  aspect-ratio: 18/14;
  top: calc(5px + 4.5rem);
}
.sidebar .subnav li a {
  display: block;
  color: #663300;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}
.sidebar .subnav li a::before, .sidebar .subnav li a::after {
  display: block;
}
.sidebar .subnav li a::before {
  content: "";
  width: 70%;
  aspect-ratio: 18/14;
  background: #fff center center no-repeat;
  background-size: 50%;
  margin: 0 auto 0.5rem;
  border-radius: 50% 50% 1rem 1rem;
}
.sidebar .subnav li a::after {
  font-family: "fontello";
  content: "\e4a2";
  color: #20B2AA;
}
.sidebar .subnav li.pediatrics a::before {
  background-image: url("../img/icon_pediatrics.svg");
}
.sidebar .subnav li.internal a::before {
  background-image: url("../img/icon_internal.svg");
}
.sidebar .subnav li.allergy a::before {
  background-image: url("../img/icon_allergy.svg");
}
.sidebar .subnav li.baby a::before {
  background-image: url("../img/icon_baby.svg");
}
.sidebar .subnav li.vaccination a::before {
  background-image: url("../img/icon_vaccination.svg");
}
.sidebar .subnav li.infant_checkup a::before {
  background-image: url("../img/icon_infant_checkup.svg");
}
.sidebar .subnav li.private a::before {
  background-image: url("../img/icon_private.svg");
}

@media screen and (min-width: 48em), print {
  .sidebar {
    padding: 8rem 0;
    background-image: url("../img/top_treatment_bg.svg");
  }
  .sidebar .subnav {
    width: 1200px;
    margin: auto;
    justify-content: center;
  }
  .sidebar .subnav li {
    width: 20rem;
  }
  .sidebar .subnav li::before, .sidebar .subnav li::after {
    width: 100%;
    left: -5px;
    border-radius: 9rem 9rem 3rem 3rem;
  }
  .sidebar .subnav li::after {
    border-radius: 0 0 3rem 3rem;
    height: 6rem;
    top: calc(5px + 9rem);
  }
  .sidebar .subnav li a {
    width: 100%;
    margin: auto;
    font-size: 2rem;
  }
  .sidebar .subnav li a::before {
    width: 100%;
    border-radius: 9rem 9rem 3rem 3rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
  }
  .sidebar .subnav li a::after {
    line-height: 1.6;
    transition: all 0.3s ease;
    font-size: 2.4rem;
  }
  .sidebar .subnav li a:is(:hover, :focus-visible) {
    color: #20B2AA;
  }
  .sidebar .subnav li a:is(:hover, :focus-visible)::before {
    background-color: #FEF4D9;
  }
  .sidebar .subnav li a:is(:hover, :focus-visible)::after {
    color: #F99900;
  }
  .sidebar .subnav li:nth-child(1) {
    margin-top: 6rem;
    margin-right: 3rem;
  }
  .sidebar .subnav li:nth-child(2) {
    margin-top: 3rem;
    margin-right: 3rem;
  }
  .sidebar .subnav li:nth-child(3) {
    margin-top: 0rem;
    margin-right: 3rem;
  }
  .sidebar .subnav li:nth-child(4) {
    margin-top: 3rem;
    margin-right: 3rem;
  }
  .sidebar .subnav li:nth-child(5) {
    margin-top: 6rem;
  }
  .sidebar .subnav li:nth-child(6) {
    margin-top: 0rem;
    margin-right: 3rem;
  }
  .sidebar .subnav li:nth-child(7) {
    margin-top: 0rem;
  }
}
.overview {
  padding: 4rem 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #FDF7F0 center top no-repeat;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .overview_tel {
  margin-bottom: 1rem;
}
.overview > .wrap .overview_tel span {
  display: block;
  background: #20B2AA;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 1rem 0 0.7rem;
  border-radius: 1rem;
  box-shadow: 0 3px 0 #198C86;
}
.overview > .wrap .overview_tel span::before {
  font-family: "fontello";
  content: "\e809";
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.6rem;
}
.overview > .wrap .overview_tel span a {
  display: inline-block;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 0.4rem;
  color: #20B2AA;
  background: #CFF5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dt:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.4rem;
}
.overview > .wrap .gaiyo dd:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewR .tbl_time {
  margin: 2rem 0;
}
.gmap {
  height: 35rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0;
    font-size: 1.8rem;
    background-image: url("../img/top_overview_bg.svg");
  }
  .overview .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .clinic_name img {
    max-width: 51rem;
    width: 51rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1rem 0;
    width: 12rem;
  }
  .overview > .wrap .gaiyo dt:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .overview > .wrap .gaiyo dd {
    padding: 1rem 0;
    width: 43.5rem;
  }
  .overview > .wrap .gaiyo dd:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 57rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .tbl_time {
    margin: 0;
  }
  .overview > .wrap .overview_tel {
    margin-bottom: 3rem;
  }
  .overview > .wrap .overview_tel span {
    font-size: 3.6rem;
    padding: 2rem 0 1.5rem;
    border-radius: 2rem;
  }
  .overview > .wrap .overview_tel span::before {
    font-size: 3rem;
    margin-right: 0.8rem;
  }
  .gmap {
    height: 50rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #DBF7F7;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel {
  flex: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
  font-family: "Josefin Sans", sans-serif;
}
#tel_up ul li .tel::before {
  display: none;
}
#tel_up ul li .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0 0.4rem;
  height: 100%;
}
#tel_up ul li .tel a::before {
  font-family: "fontello";
  content: "\e801";
  color: #2AAAA4;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: #20B2AA;
  border: 1px solid #20B2AA;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\33";
  color: #fff;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 3rem;
    border-radius: 50%;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #663300;
}
.footer .copy {
  display: block;
  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;
  }
  .footer .copy {
    margin: 2rem 0 0;
    font-size: 1.8rem;
    padding-bottom: 4rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 0 1rem;
    color: #fff;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
    color: #fff;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  body.index > .wrap {
    width: 100%;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  background: #CFF5F5 url("../img/top_kv_bg.svg") center top no-repeat;
  background-size: 130%;
  padding-bottom: 1rem;
}
.keyvsl::before {
  content: "";
  display: block;
  width: 100vw;
  height: 10rem;
  border: 5px solid #20B2AA;
  border-top: 0;
  position: absolute;
  left: 0;
  top: 14rem;
  z-index: 1;
  border-radius: 0 0 4rem 4rem;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
  border: 5px solid #F8B500;
  border-radius: 13.2rem 13.2rem 4rem 4rem;
  position: relative;
}
.keyvsl #keyvsl .slick-list div img {
  height: 23.1rem !important;
  border-radius: 12.5rem 12.5rem 3rem 3rem;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap .catch {
  position: absolute;
  z-index: 2;
  top: 13rem;
  left: 1rem;
  font-weight: bold;
}
.keyvsl > .wrap .catch > span {
  background: #fff;
  line-height: 1.7;
  font-size: 1.6rem;
  padding: 0 0.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.keyvsl > .wrap .catch > span span {
  color: #20B2AA;
}
.keyvsl > .wrap .catch > span.cathc_col2 span {
  color: #F8B500;
}
.keyvsl > .wrap .open {
  margin: 1rem 1rem 0;
  display: flex;
  gap: 1rem;
}
.keyvsl > .wrap .open li {
  background: #fff;
  width: calc((100% - 1rem) / 2);
  padding: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 1rem;
}
.keyvsl > .wrap .open li::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  left: 0.5rem;
  top: 0.5rem;
  border: 1px solid;
  border-radius: 0.7rem;
}
.keyvsl > .wrap .open li.kaiin {
  color: #20B2AA;
}
.keyvsl > .wrap .open li.nairan {
  color: #F8B500;
}
.keyvsl > .wrap .open li p {
  font-size: 1.2rem;
}
.keyvsl > .wrap .open li p .number {
  font-size: 1.8rem;
}
.keyvsl > .wrap .open li p span {
  font-size: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    background-size: auto;
    padding-bottom: 9rem;
    margin-top: 2rem;
  }
  .keyvsl::before {
    width: 120rem;
    height: 26rem;
    margin: auto;
    left: 0;
    right: 0;
    top: calc(26rem + 10px);
    border-width: 10px;
    border-radius: 0 0 8rem 8rem;
  }
  .keyvsl #keyvsl {
    height: 53rem;
    width: 120rem;
    margin: auto;
    border-width: 10px;
    border-radius: 26.5rem 26.5rem 8rem 8rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 51rem !important;
    border-radius: 25.5rem 25.5rem 7rem 7rem;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    position: absolute;
    width: 120rem;
    height: 53rem;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
  }
  .keyvsl > .wrap .catch {
    bottom: 6rem;
    top: auto;
    left: 6rem;
    white-space: nowrap;
  }
  .keyvsl > .wrap .catch span {
    font-size: 3.2rem;
    line-height: 2;
  }
  .keyvsl > .wrap .open {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
  }
  .keyvsl > .wrap .open li {
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
  }
  .keyvsl > .wrap .open li::before {
    border-radius: 50%;
  }
  .keyvsl > .wrap .open li p {
    font-size: 1.8rem;
  }
  .keyvsl > .wrap .open li p span {
    font-size: 2.2rem;
  }
  .keyvsl > .wrap .open li p .number {
    font-size: 2.8rem;
  }
}
.bnr {
  padding: 1rem 1rem;
  background: #CFF5F5;
}
.bnr .wrap .info_box {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
}

@media screen and (min-width: 48em), print {
  .bnr {
    margin: 0;
    padding-bottom: 4rem;
  }
}
.info {
  padding: 4rem 1rem;
  background: #CFF5F5;
}
.info .wrap .info_box {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
}
.info .wrap dl {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .wrap dl dt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: #663300;
  cursor: pointer;
}
.info .wrap dl dt .new {
  display: none;
}
.info .wrap dl dt .tit {
  margin-right: 1em;
}
.info .wrap dl dt .date {
  color: #20B2AA;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\74";
  width: 1.1em;
  text-align: center;
  flex-shrink: 0;
  order: 1;
  color: #20B2AA;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\79";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 2rem 0 0;
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
  padding-top: 0.5rem;
  border-top: 1px solid #20B2AA;
  line-height: 1.8;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0;
    padding-bottom: 8rem;
  }
  .info .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .info .wrap .tit_02 {
    width: fit-content;
    flex-shrink: 0;
    margin: 0;
  }
  .info .wrap .info_box {
    width: 93.5rem;
    padding: 5rem;
    border-radius: 5rem;
  }
  .info .wrap dl {
    max-height: 40rem;
    flex: 1;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
    font-size: 2rem;
  }
  .info .wrap dl dt .date {
    font-size: 1.6rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dt:hover {
    text-decoration: underline;
  }
  .info .wrap dl dd {
    margin: 0 0 1.6rem;
    font-size: 1.8rem;
  }
}
.feature {
  padding: 4rem 1rem 6rem;
  margin-top: 1rem !important;
  background: #FEF0CC center top no-repeat;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  counter-increment: number 1;
}
.feature ol li::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 60%;
  margin: 0 auto 1rem;
  background: center top no-repeat;
  background-size: contain;
}
.feature ol li h3 {
  font-size: 1.8rem;
  position: relative;
  padding-left: 3.5em;
}
.feature ol li h3::before {
  content: counter(number);
  background: #20B2AA;
  color: #fff;
  display: inline-block;
  padding: 1.3rem 2rem 0.7rem;
  border-radius: 50% 50% 1rem 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -0.5rem;
}
.feature ol li h3 span {
  display: block;
  font-size: 1.1rem;
}
.feature ol li p {
  padding: 1rem;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
}
.feature ol li:nth-child(2n) h3::before {
  background: #F8B500;
}
.feature ol li:not(:last-child) {
  margin-bottom: 4rem;
}
.feature ol li.senmon::before {
  background-image: url("../img/top_features_01.png");
}
.feature ol li.family::before {
  background-image: url("../img/top_features_02.png");
}
.feature ol li.baby::before {
  background-image: url("../img/top_features_03.png");
}
.feature ol li.allergy::before {
  background-image: url("../img/top_features_04.png");
}
.feature ol li.infection::before {
  background-image: url("../img/top_features_05.png");
}
.feature ol li.reserve::before {
  background-image: url("../img/top_features_06.png");
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 8rem 0;
    background-image: url("../img/top_features_bg.svg");
  }
  .feature ol {
    width: 1200px;
    margin: auto;
  }
  .feature ol li {
    display: flex;
  }
  .feature ol li div {
    margin: 0 5rem;
  }
  .feature ol li div h3 {
    font-size: 3.2rem;
    padding-left: 9rem;
    margin: 1.5rem 0;
  }
  .feature ol li div h3::before {
    width: 7rem;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.5rem;
    font-size: 3.6rem;
  }
  .feature ol li div h3 span {
    font-size: 2.4rem;
    margin-top: -0.5em;
  }
  .feature ol li div p {
    font-size: 2.2rem;
    padding: 2rem;
    border-radius: 0 2rem 2rem 2rem;
    width: 66rem;
    line-height: 1.7;
    margin: 0;
  }
  .feature ol li::before {
    width: 33rem;
    flex-shrink: 0;
    margin: 0;
  }
  .feature ol li:nth-child(2n) {
    justify-content: flex-end;
  }
  .feature ol li:nth-child(2n)::before {
    order: 1;
  }
}
body:where(:not(.index)) {
  background: url("../img/bg_ud_main.svg") center top 6rem no-repeat;
  background-size: 180%;
}
body:where(:not(.index)) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:where(:not(.index)) .main {
  margin: 0 1rem 6rem;
}
body:where(:not(.index)) .main .tel {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body:where(:not(.index)) {
    background-size: auto;
    background-position: center top;
  }
  body:where(:not(.index)) .main {
    width: 100rem;
    margin: 0 auto 8rem;
  }
  body:where(:not(.index)) .main .cf .img_l, body:where(:not(.index)) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.6rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a {
    color: #2AAAA4;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  body.doctor .main .tbl_doctor {
    font-size: 2rem;
  }
}

.movie {
  margin-bottom: 4rem;
}
.movie iframe {
  width: 100%;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: #2AAAA4;
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid #2AAAA4;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow {
  counter-reset: number 0;
}
.lst_flow dt {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.8em;
}
.lst_flow dt::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #663300;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_flow dd {
  margin: 0;
  position: relative;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #663300;
  border-right: 2rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  margin: auto;
}
.lst_flow li {
  counter-increment: number 1;
  position: relative;
  border: 1px solid #20B2AA;
  padding: 1rem;
  border-radius: 1rem;
}
.lst_flow li:nth-child(2n) {
  border: 1px solid #F8B500;
}
.lst_flow li:nth-child(2n) h3.marker {
  background: linear-gradient(transparent 60%, #DBF7F7 60%);
}
.lst_flow li:nth-child(2n) h3::before {
  background: #F8B500;
}
.lst_flow li h3 {
  position: relative;
  margin-left: 2.5em;
  display: flex;
  align-items: center;
}
.lst_flow li h3::before {
  aspect-ratio: 6/4.5;
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(number);
  font-weight: bold;
  position: absolute;
  left: -2.5em;
  background: #20B2AA;
  color: #fff;
  width: 1.8em;
  padding: 0.5rem 0 0.3rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 0.3rem;
  border-radius: 50% 50% 20% 20%;
  font-weight: normal;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  font-family: "fontello";
  content: "\74";
  position: absolute;
  bottom: 4rem;
  left: 42%;
  margin: auto;
  color: #83C9C9;
  font-size: 8rem;
}

@media screen and (min-width: 48em), print {
  .lst_flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: -7rem;
  }
  .lst_flow li {
    padding: 2.5rem 3rem 3rem;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow li:not(:last-child)::after {
    bottom: 3rem;
    left: 47%;
  }
  .lst_flow li h3 {
    margin-left: 8rem;
    font-size: 2.6rem;
  }
  .lst_flow li h3::before {
    width: 6rem;
    left: -8rem;
    font-size: 3rem;
    padding: 0.6rem 0 0;
    border-radius: 3.5rem 3.5rem 1.5rem 1.5rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.anc li {
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: #663300;
  margin-right: 0.4rem;
}
.anc li a {
  color: #663300;
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}
body.vaccination .table_1 tr {
  display: flex;
  flex-wrap: wrap;
}
body.vaccination .table_1 th, body.vaccination .table_1 td {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 90%;
}
body.vaccination .table_1 th {
  justify-content: center;
}
body.vaccination .table_1 th[scope=col]:first-child {
  width: 100%;
}
body.vaccination .table_1 th[scope=col]:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 th[scope=col]:nth-child(3) {
  width: 55%;
}
body.vaccination .table_1 th[scope=row] {
  width: 100%;
}
body.vaccination .table_1 td {
  display: block;
}
body.vaccination .table_1 td:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 td:nth-child(3) {
  width: 55%;
}
@media screen and (min-width: 48em), print {
  body.vaccination .table_1 tr {
    display: table-row;
  }
  body.vaccination .table_1 th, body.vaccination .table_1 td {
    display: table-cell;
    font-size: 100%;
  }
  body.vaccination .table_1 th {
    justify-content: center;
  }
  body.vaccination .table_1 th[scope=col]:first-child {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(3) {
    width: 40%;
  }
  body.vaccination .table_1 th[scope=row] {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(3) {
    width: 40%;
  }
}

.faq dt {
  font-weight: bold;
  margin: 2rem 0 1rem;
}
.faq dt::before {
  font-family: "fontello";
  content: "\e80c";
  color: #2AAAA4;
  margin-right: 0.4rem;
  content: "Q";
}
.faq dd::before {
  font-family: "fontello";
  content: "\e80c";
  color: #F99900;
  margin-right: 0.4rem;
  content: "A";
}
.faq dd {
  margin: 0 0 1rem;
  line-height: 1.4;
}
.faq dd:last-child {
  margin-bottom: 4rem;
}/*# sourceMappingURL=style.css.map */