@charset "UTF-8";
.c-keep-word, .c-button--sp-large a, .c-button--large a, .l-service__title, .l-column__title, #top .p-contact__para, #top .p-message__inner h4, #top .p-greeting__copy, #top .p-features__copy, #top .p-facilities__title, #services .p-service__item, #services .p-service__title .text, #staff .p-intro__copy, #facilities .p-facilities__title, #equipments .p-equip__title, #equipments .p-emergency__name, #access .p-info__title, .c-title, .c-lead, .link_item .button_link, .dotto_item, .column__title, .content_title, #p-endoscopy #price.content_6 .table_body table tbody > tr > th, #p-anal_surgery #price.content_6 .table_body table tbody > tr:first-child > td, #p-anal_surgery #price.content_6 .table_body table tbody > tr > th, #p-anal_surgery #price.content_6 .table_body table tbody > tr > td:first-of-type {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.c-keep-word span, .c-button--sp-large a span, .c-button--large a span, .l-service__title span, .l-column__title span, #top .p-contact__para span, #top .p-message__inner h4 span, #top .p-greeting__copy span, #top .p-features__copy span, #top .p-facilities__title span, #services .p-service__item span, #services .p-service__title .text span, #staff .p-intro__copy span, #facilities .p-facilities__title span, #equipments .p-equip__title span, #equipments .p-emergency__name span, #access .p-info__title span, .c-title span, .c-lead span, .link_item .button_link span, .dotto_item span, .column__title span, .content_title span, #p-endoscopy #price.content_6 .table_body table tbody > tr > th span, #p-anal_surgery #price.content_6 .table_body table tbody > tr:first-child > td span, #p-anal_surgery #price.content_6 .table_body table tbody > tr > th span, #p-anal_surgery #price.content_6 .table_body table tbody > tr > td:first-of-type span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .c-keep-word-pc, #services .p-corporate__para, #staff .p-staff__intro {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .c-keep-word-pc span, #services .p-corporate__para span, #staff .p-staff__intro span {
    display: inline-block;
  }
}

/* --------------------------------------------------------- *
 *  modification
 * --------------------------------------------------------- */
img {
  image-rendering: auto;
}

.u-mt--0 {
  margin-top: 0 !important;
}

.u-mb--0 {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 834px) {
  .c-button--sp-large {
    width: 100%;
  }
}
.c-button--sp-large a {
  padding-left: 50px;
  padding-right: 50px;
}
.c-button--large {
  width: 400px;
}
@media only screen and (max-width: 834px) {
  .c-button--large {
    width: 100%;
  }
}
.c-button--large a {
  padding-left: 50px;
  padding-right: 50px;
}

.c-note--main, .c-note--sub {
  margin-top: 1em;
  text-align: start;
}
.c-note--main li, .c-note--sub li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.c-note--main li::before, .c-note--sub li::before {
  content: "※";
}
.c-note--main--number li, .c-note--sub--number li {
  display: flex;
  counter-increment: cnt;
  padding-left: 0;
  text-indent: 0;
}
.c-note--main--number li::before, .c-note--sub--number li::before {
  content: "※" counter(cnt);
}
.c-note--main li::before {
  color: #5d88d5;
}
.c-note--main--important li {
  color: firebrick;
}
.c-note--main--important li::before {
  color: firebrick;
}
.c-note--sub li::before {
  color: #4abcb9;
}

.c-list--main, .c-list--sub {
  text-align: start;
}
.c-list--main li, .c-list--sub li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list--main li::before, .c-list--sub li::before {
  content: "●";
}
.c-list--main.is-rowlist, .c-list--sub.is-rowlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.c-list--main.is-rowlist li, .c-list--sub.is-rowlist li {
  flex-basis: calc(33.3333333333% - 10px);
  /*
  @include brp-max(md) {
  	flex-basis: 100%;
  }
  */
}
@media only screen and (max-width: 834px) {
  .c-list--main.is-rowlist li, .c-list--sub.is-rowlist li {
    flex-basis: calc(50% - 10px);
  }
}
.c-list--main li::before {
  color: #5d88d5;
}
.c-list--sub li::before {
  color: #4abcb9;
}

.c-dot--main {
  margin-top: 1em;
  text-align: start;
}
.c-dot--main li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.c-dot--main li::before {
  content: "・";
}

.c-table__tbody td .mini {
  display: block;
  font-size: 1rem;
  margin-top: -0.75rem;
  line-height: 1;
}

/* nav */
.l-nav__main {
  width: auto;
}
@media only screen and (min-width: 1691px) {
  .l-nav__main {
    padding-left: min(2vw, 64px);
  }
}
@media only screen and (max-width: 1280px) {
  .l-nav__main {
    width: 100%;
  }
}
.l-nav__item:first-child {
  margin-left: 32px;
}
@media only screen and (max-width: 1690px) {
  .l-nav__item:first-child {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1390px) {
  .l-nav__item:first-child {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .l-nav__item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .l-nav__ja {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1691px) {
  .l-nav__ja {
    font-size: min(1vw, 1.8rem);
  }
}
@media only screen and (min-width: 1281px) {
  .l-nav__en {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1691px) {
  .l-nav__en {
    font-size: min(0.6vw, 1.2rem);
  }
}

/* side */
@media only screen and (max-width: 834px) {
  .l-side__list .l-side__item:only-child {
    width: 100%;
  }
}

/* service */
.l-service__item {
  -ms-flex-pack: start;
  -webkit-box-align: start;
  justify-content: flex-start;
}
.l-service__title {
  white-space: normal;
}

/* column */
.l-column__body:has(> :only-child) > * {
  width: 100%;
}

/* table */
@media only screen and (min-width: 835px) {
  .l-table {
    top: auto;
    bottom: 35px;
  }
}

/* c-link */
@media only screen and (min-width: 835px) {
  .c-link:only-child {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-link__main--phone .mini:not(:first-child) {
  margin-top: 0;
}

/* --------------------------------------------------------- *
 *  header
 * --------------------------------------------------------- */
/* --------------------------------------------------------- *
 *  footer
 * --------------------------------------------------------- */
@media only screen and (min-width: 835px) and (max-width: 1280px) {
  .l-footer__right:has(.c-link:only-child) {
    flex-direction: column;
    width: auto;
    margin: 0;
  }
}

.c-clinic__footerLogo {
  width: auto;
}

/* --------------------------------------------------------- *
 *  top
 * --------------------------------------------------------- */
#top {
  /* mv */
  /* contact */
  /* message */
  /* greeting */
  /* features */
  /* services */
  /* facilities */
}
#top .p-top__copy {
  inset: 24% auto auto 3.75%;
  max-width: 750px;
  width: 43%;
  min-width: 500px;
  transform: none;
}
@media only screen and (max-width: 834px) {
  #top .p-top__copy {
    inset: 12.5% 0 auto;
    max-width: 600px;
    width: 95%;
    min-width: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  #top .p-top__copy {
    top: 15%;
  }
}
#top .p-top__copy::before {
  display: none;
}
#top .p-top__copy img {
  width: 100%;
  height: auto;
  object-fit: fill;
}
@media only screen and (min-width: 835px) {
  #top .p-contact__banner:has(.c-link:only-child) {
    flex-direction: column;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1390px) {
  #top .p-contact__banner:has(.c-link:only-child) {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #top .p-greeting__title {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  #top .p-greeting__cap {
    width: 90%;
  }
}
#top .p-greeting__cap:not(:has(.p-greeting__his)) .top:not(:first-child) {
  margin-top: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#top .p-greeting__cap:not(:has(.p-greeting__his)) .top:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
#top .p-features__copy[data-row="1"]::before {
  bottom: calc(12px - 4.08rem);
}
@media only screen and (max-width: 834px) {
  #top .p-features__copy[data-row="1"]::before {
    bottom: calc(4px - 3.4rem);
  }
}
#top .p-features__copy[data-row="2"]::before {
  bottom: calc(12px + 0rem);
}
@media only screen and (max-width: 834px) {
  #top .p-features__copy[data-row="2"]::before {
    bottom: calc(4px + 0rem);
  }
}
#top .p-features__copy[data-row="3"]::before {
  bottom: calc(12px + 4.08rem);
}
@media only screen and (max-width: 834px) {
  #top .p-features__copy[data-row="3"]::before {
    bottom: calc(4px + 3.4rem);
  }
}
#top .p-features__button {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  #top .p-features__button {
    flex-direction: row;
    align-items: row;
  }
}
@media only screen and (max-width: 767px) {
  #top .p-features__button {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #top .p-features__button .c-button {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  #top .p-services::before {
    display: block;
    height: 23.5px;
  }
}
/* --------------------------------------------------------- *
 *  services
 * --------------------------------------------------------- */
#services .p-service__item {
  padding-left: 48px;
  text-indent: -48px;
}
@media only screen and (max-width: 834px) {
  #services .p-service__item {
    padding-left: 28px;
    text-indent: -28px;
  }
}
@media only screen and (max-width: 834px) {
  #services .p-service__title .text {
    flex: 1;
  }
}
@media only screen and (max-width: 834px) {
  #services .p-service__title--free::after {
    margin-right: 12px;
  }
}
#services .p-service__subtitle {
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #5d88d5;
}
@media only screen and (max-width: 767px) {
  #services .p-corporate__para {
    text-align: start;
  }
}
#services .l-column__content:not(:first-of-type) {
  margin-top: 32px;
}
#services .l-subcolumn {
  width: 87%;
  margin: 0 auto;
}
#services .l-subcolumn:not(:first-of-type) {
  margin-top: 32px;
}
#services .l-subcolumn__content:not(:first-of-type) {
  margin-top: 32px;
}
#services .l-subcolumn__title {
  padding-left: 1.5em;
  padding-bottom: 8px;
  text-indent: -1.5em;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #services .l-subcolumn__title {
    font-size: 1.8rem;
  }
}
#services .l-subcolumn__title::before {
  content: "●";
  color: #5d88d5;
  margin-right: 0.5em;
}
#services .l-subcolumn .l-column {
  width: 100%;
  margin-top: 30px;
}
#services .l-subcolumn .l-column__main {
  padding: 40px 80px;
  border-color: #5d88d5;
}
@media only screen and (max-width: 834px) {
  #services .l-subcolumn .l-column__main {
    padding: 30px 20px 25px;
  }
}
#services .l-subcolumn .l-column__main::before {
  display: none;
}
#services .l-subcolumn .l-column__title {
  border-color: #5d88d5;
}

/* --------------------------------------------------------- *
 *  staff
 * --------------------------------------------------------- */
#staff .p-intro__img:not(:has(+ .p-intro__text)) {
  padding-bottom: 56px;
}
#staff .p-intro__personal:not(.p-intro__img .p-intro__personal) {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  #staff .p-intro__personal:not(.p-intro__img .p-intro__personal) {
    margin-top: 32px;
  }
}
#staff .p-intro__name {
  width: auto;
  height: 2em;
}
#staff .p-intro__text {
  width: auto;
}
#staff .p-intro__text::before {
  display: none;
}
#staff .p-intro__thumb img {
  border-radius: 32px;
}
@media only screen and (min-width: 835px) {
  #staff .p-info__body {
    padding-bottom: 50px;
  }
}
#staff .p-info__dl {
  font-size: 1.8rem;
}
@media only screen and (max-width: 834px) {
  #staff .p-info__dl {
    gap: 0;
  }
}
#staff .p-info__dt {
  min-width: 100px;
  padding-left: 1em;
  text-indent: -1em;
}
#staff .p-info__dt::before {
  content: "・";
  font-weight: normal;
}
#staff .p-info__text, #staff .p-info__list, #staff .p-info__dl {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  #staff .p-info__text, #staff .p-info__list, #staff .p-info__dl {
    width: 100%;
  }
}
#staff .p-info__item:has(.is-space)::before {
  content: "　";
}
#staff .p-info--large:has(.p-info__largelist) {
  width: 100%;
}
@media only screen and (min-width: 1281px) {
  #staff .p-info--large .p-info__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 40px;
  }
}
@media only screen and (min-width: 1281px) {
  #staff .p-info--large .p-info__body > *:not(:only-child) {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: auto;
  }
}
@media only screen and (min-width: 1281px) {
  #staff .p-info--large .p-info__text, #staff .p-info--large .p-info__list, #staff .p-info--large .p-info__dl {
    width: 900px;
  }
}
@media only screen and (max-width: 1280px) {
  #staff .p-info--large .p-info__list:not(:first-child) {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 834px) {
  #staff .p-staff {
    background-position: center 250px;
  }
}
@media only screen and (max-width: 767px) {
  #staff .p-staff__intro {
    text-align: start;
  }
}

/* --------------------------------------------------------- *
 *  facilities
 * --------------------------------------------------------- */
#facilities .p-slider__img img {
  border-radius: 56px;
}
@media only screen and (max-width: 834px) {
  #facilities .p-slider__img img {
    border-radius: 28px;
  }
}
#facilities .p-slider__list .slick-prev, #facilities .p-slider__list .slick-next {
  top: 45%;
}
#facilities .p-thumbnail__item.slick-slide img {
  border-radius: 16px;
}
@media only screen and (max-width: 834px) {
  #facilities .p-thumbnail__item.slick-slide img {
    border-radius: 7px;
  }
}

/* --------------------------------------------------------- *
 *  equipments
 * --------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 834px) {
  #equipments .l-section:not(:has(.p-emergency)) + .l-section .l-column {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #equipments .l-section:not(:has(.p-emergency)) + .l-section .l-column:first-child {
    margin-top: 0;
  }
}
#equipments .l-column {
  width: 100%;
}
@media only screen and (min-width: 1281px) {
  #equipments .l-column__body:not(:has(.l-column__img)) .l-column__text {
    width: 100%;
  }
}
#equipments .l-column__text > :not(:first-child) {
  margin-top: 16px;
}
#equipments .p-equip__item:nth-child(2) .p-equip__img img, #equipments .p-equip__item:nth-child(5) .p-equip__img img {
  border: 4px solid rgba(74, 188, 185, 0.25);
}
#equipments .p-equip__img img {
  border-radius: 56px;
}
@media only screen and (max-width: 834px) {
  #equipments .p-equip__img img {
    border-radius: 28px;
  }
}
#equipments .p-equip__button {
  margin-top: 30px;
}
#equipments .p-equip__button .c-button {
  margin: 0 auto;
}
/* --------------------------------------------------------- *
 *  access
 * --------------------------------------------------------- */
/* --------------------------------------------------------- *
 *  pattern
 * --------------------------------------------------------- */
.is-border {
  border: 4px solid rgba(93, 136, 213, 0.25);
}

.marker {
  background: linear-gradient(transparent 50%, #f5f4c4 50%);
}

.c-lead {
  margin-bottom: 40px;
  color: #5d88d5;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .c-lead {
    font-size: 1.8rem;
  }
}

.link_item .button_link {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 834px) {
  .link_item {
    flex-basis: 30% !important;
  }
  .link_item:nth-child(3), .link_item:nth-child(6) {
    margin-right: 0 !important;
  }
  .link_item:nth-child(4) {
    margin-right: 2% !important;
  }
}

.dotto_item {
  padding-left: 1em;
  text-indent: -1em;
}
.dotto_item::before {
  content: "・";
}

.check_list {
  padding-left: 43px;
  text-indent: -43px;
}
@media only screen and (max-width: 767px) {
  .check_list {
    padding-left: 27px;
    text-indent: -27px;
  }
}

.column__title > span {
  font-size: 0.75em;
}

.content_3.page_content:not(:last-child) .content_body {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .content_3.page_content:not(:last-child) .content_body {
    margin-bottom: 50px;
  }
}
.content_3 .content_body .content_img.img_left {
  -ms-flex-order: 0;
  order: 0;
  margin-right: 40px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .content_3 .content_body .content_img.img_left {
    margin-right: 0;
  }
}
.content_3 .content_body .content_8 .content_title {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .content_3 .content_body .content_8 .content_title {
    font-size: 2rem;
  }
}
.content_3 .content_body .content_8 .dotto_list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .content_3 .content_body .content_8 .dotto_list {
    display: block;
  }
}
.content_3 .content_body .content_8 .dotto_item {
  flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
  .content_4 .content_img {
    padding-top: 0 !important;
  }
}
.content_4 .content_body .content_title {
  background-size: 47px !important;
  background-position: top left !important;
}
@media only screen and (max-width: 1280px) {
  .content_4 .content_body .content_title {
    position: relative !important;
    background-size: 34px !important;
  }
}
#p-anal_surgery .content_4 .content_body {
  padding: 40px 50px;
  background-color: rgba(93, 136, 213, 0.1019607843);
  border-radius: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #p-anal_surgery .content_4 .content_body {
    padding: 20px 6%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .content_4.page_content {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.content_6 .table_text {
  display: none;
  margin-bottom: 10px;
  text-align: end;
  color: #5d88d5;
}
@media only screen and (max-width: 767px) {
  .content_6 .table_text {
    display: block;
  }
}
.content_6 .table_text::after {
  content: "▶︎";
  margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .content_6 .table__shadow {
    display: none;
  }
}
.content_6 .table_sup {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #p-endoscopy #price.content_6 .table_body table {
    width: 400px !important;
  }
}
#p-endoscopy #price.content_6 .table_body table tbody > tr > th > span, #p-endoscopy #price.content_6 .table_body table tbody > tr > td > span {
  color: #5d88d5;
}
#p-endoscopy #price.content_6 .table_body table tbody > tr > th {
  width: 30%;
  background-color: #5d88d5;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #p-endoscopy #price.content_6 .table_body table tbody > tr > th {
    width: 25%;
  }
}
#p-endoscopy #price.content_6 .table_body table tbody > tr > td {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #p-endoscopy #price.content_6 .table_body table tbody > tr > td {
    width: 37.5%;
  }
}
#p-endoscopy #price.content_6 .table_body table tbody > tr:not(:first-child) > th {
  border-top: 8px solid #fff;
}
@media only screen and (max-width: 767px) {
  #p-endoscopy #price.content_6 .table_body table tbody > tr:not(:first-child) > th {
    border-top-width: 4px;
  }
}
#p-endoscopy #price.content_6 .table_body table tbody > tr:not(:first-child) > td:last-child {
  text-align: end;
}

@media only screen and (max-width: 767px) {
  #p-anal_surgery #price.content_6 .table_body table {
    width: 550px !important;
  }
}
#p-anal_surgery #price.content_6 .table_body table tbody > tr > th {
  width: 30%;
  background-color: #5d88d5;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #p-anal_surgery #price.content_6 .table_body table tbody > tr > th {
    width: 22.5%;
  }
}
#p-anal_surgery #price.content_6 .table_body table tbody > tr > td {
  width: 24.5%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #p-anal_surgery #price.content_6 .table_body table tbody > tr > td {
    width: 25%;
  }
}
#p-anal_surgery #price.content_6 .table_body table tbody > tr > td:first-of-type {
  width: 21%;
}
@media only screen and (max-width: 767px) {
  #p-anal_surgery #price.content_6 .table_body table tbody > tr > td:first-of-type {
    width: 27.5%;
  }
}
#p-anal_surgery #price.content_6 .table_body table tbody > tr:not(:first-child) > th {
  border-top: 8px solid #fff;
}
@media only screen and (max-width: 767px) {
  #p-anal_surgery #price.content_6 .table_body table tbody > tr:not(:first-child) > th {
    border-top-width: 4px;
  }
}
#p-anal_surgery #price.content_6 .table_body table tbody > tr:not(:first-child) > td:nth-last-child(-n+2) {
  text-align: end;
}

@media only screen and (max-width: 834px) {
  #p-anal_surgery .content_7 .flow__body {
    margin-top: 50px;
  }
}

#p-endoscopy .content_9 .column__body {
  margin-top: 200px;
}
@media only screen and (max-width: 834px) {
  #p-endoscopy .content_9 .column__body {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 835px) {
  #p-endoscopy .content_9 .column__text {
    padding-top: 180px;
  }
}

.content_9 .column__list:has(> .column__item:nth-child(2):last-child) .column__item {
  width: 47.5%;
}
@media only screen and (max-width: 767px) {
  .content_9 .column__list:has(> .column__item:nth-child(2):last-child) .column__item {
    width: 100%;
  }
}
.content_10.page_content .content_title {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .content_10.page_content .content_title {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content_10.page_content .content_text {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
.content_10.page_content .content_text .check_item:not(:first-child) {
  margin-top: 20px;
}
.content_11 .bord__main {
  max-width: 100%;
}

.c-indent--1 {
  padding-left: 1em;
  text-indent: -1em;
}

.c-indent--2 {
  padding-left: 2em;
  text-indent: -2em;
}

.c-indent--3 {
  padding-left: 3em;
  text-indent: -3em;
}

.c-indent--4 {
  padding-left: 4em;
  text-indent: -4em;
}

.c-indent--5 {
  padding-left: 5em;
  text-indent: -5em;
}

.c-indent--6 {
  padding-left: 6em;
  text-indent: -6em;
}

.dot::before {
  content: "・" !important;
}

.note::before {
  content: "※" !important;
}

.sq::before {
  content: "■" !important;
}

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