@charset "UTF-8";
/* ==================================================

<目次>
1.汎用クラス
2.パーツ
3.ヘッダー・フッター
4.トップページ
5.下層ページ

=================================================== */
/* ==================================================

 全体設定

================================================== */
body:not(.single):not(.archive):not(.blog):not(.faq) .l-contents {
  background: #F3ECE2;
}

/* ==================================================

 1.汎用クラス

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

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt80 {
  margin-top: 80px !important;
}

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

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

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

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

/* 表示切り替え */
.is_pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .is_pc {
    display: block;
  }
}

.is_sp {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .is_sp {
    display: none;
  }
}

/* flex */
.flex_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_align_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_justify_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 639px) {
  .u-width_full_sp > * {
    margin: 0 calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: none !important;
  }
}
/* ==================================================

 2.パーツ

================================================== */
body:not(.home) .l-contents__inner {
  margin-top: 1.8em;
}

/* 見出し
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3 !important;
}

/*h1*/
body:not(.home) .l-container .c-page-header {
  color: #F3ECE2 !important;
  background-color: #317068 !important;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
body:not(.home) .l-container .c-page-header .c-page-header__title {
  font-weight: normal !important;
}

/*h2*/
body:not(.home) h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title) {
  color: #317068;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
  border-bottom: 1px solid #317068;
}
body:not(.home) h2:not(.p-related-posts__title.c-entry-aside__title):not(.smb-section__title):not(.c-entry-summary__title)::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: url(../img/icon_symbol_green.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 41px;
}

/*h3*/
body:not(.home) h3:not(.c-entry-summary__title) {
  color: var(--accent-color);
  position: relative;
  z-index: 1;
  padding-left: 16px;
}
body:not(.home) h3:not(.c-entry-summary__title)::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -8px;
  width: 42px;
  height: 42px;
  background-color: #E4E3D8;
  border-radius: 100px;
  z-index: -1;
}

/*h4*/
body:not(.home) h4 {
  color: var(--accent-color);
  border-bottom: 1px solid var(--sub-accent-color);
  padding-left: 10px;
}

/* ボタン
---------------------------------------- */
.smb-btn-wrapper.is-style-ghost .smb-btn {
  border-width: 2px !important;
}

@media screen and (max-width: 639px) {
  .c-btn_reservation_first, .c-btn_reservation_repeat {
    width: 100%;
  }
  .c-btn_reservation_first a, .c-btn_reservation_repeat a {
    width: 100%;
  }
}
.wp-block-snow-monkey-blocks-btn a, .c-btn_arrow_right a {
  position: relative;
}
.wp-block-snow-monkey-blocks-btn a::after, .c-btn_arrow_right a::after {
  content: "→";
  color: currentColor;
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wp-block-snow-monkey-blocks-btn a span, .c-btn_arrow_right a span {
  line-height: 1.4;
}

.c-btn_reservation_first a, .c-btn_reservation_repeat a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-btn_reservation_first a::before, .c-btn_reservation_repeat a::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn_reservation_first a:hover, .c-btn_reservation_repeat a:hover {
  opacity: 0.7;
}
.c-btn_reservation_first a:not(:has(span)), .c-btn_reservation_repeat a:not(:has(span)) {
  gap: 0.8em;
  padding-right: 4em !important;
}
.c-btn_reservation_first a span, .c-btn_reservation_repeat a span {
  line-height: 1.8;
}

.c-btn_reservation_first a::before {
  width: 15px;
  height: 23px;
  background-image: url(../img/icon_new-patient.svg);
}

.c-btn_reservation_repeat a::before {
  width: 21px;
  height: 15px;
  background-image: url(../img/icon_card.svg);
}

.p-floating_box {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  white-space: nowrap;
}
.p-floating_box .wp-block-column:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.icon_reservation_first::before, .icon_reservation_repeat::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.5em;
}

.icon_reservation_first::before {
  width: 15px;
  height: 23px;
  background-image: url(../img/icon_new-patient.svg);
}

.icon_reservation_repeat::before {
  width: 21px;
  height: 15px;
  background-image: url(../img/icon_card.svg);
}

/* テーブル
---------------------------------------- */
.table_rows tbody th {
  background-color: #d3dbcf !important;
  color: #333 !important;
  width: 30%;
}
@media print, screen and (min-width: 1200px) {
  .table_rows tbody th {
    width: 300px;
  }
}
.table_rows tbody td {
  vertical-align: top;
}
.table_rows tbody td:first-child {
  font-weight: 700;
  background-color: #d3dbcf;
  color: #333 !important;
}
@media print, screen and (min-width: 1200px) {
  .table_rows tbody td:first-child {
    width: 300px;
  }
}
@media print, screen and (max-width: 639px) {
  .table_rows {
    display: block;
  }
  .table_rows tbody {
    display: block;
    width: 100%;
  }
  .table_rows tr {
    display: block;
    width: 100%;
  }
  .table_rows tr:first-child th, .table_rows tr:first-child td {
    border-bottom: 0;
  }
  .table_rows th, .table_rows td {
    display: block;
    width: 100%;
  }
}

.table_cols tr:first-of-type td {
  background-color: #d3dbcf;
  color: #333;
  font-weight: 700;
}

figure.wp-block-table.table_rows {
  background-color: #ffffff;
}

.icon_tel::before {
  content: url(../img/icon_tel.svg);
  display: inline-block;
  vertical-align: text-top;
}

.p-contactform {
  max-width: 100%;
}
@media print, screen and (max-width: 639px) {
  .p-contactform {
    padding-left: 0;
  }
}
.p-contactform input[type=text].full, .p-contactform input[type=tel], .p-contactform input[type=email] {
  width: 100%;
  max-width: 100%;
}
.p-contactform input[type=text], .p-contactform input[type=tel], .p-contactform input[type=email] {
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform input[type=text]:focus, .p-contactform input[type=tel]:focus, .p-contactform input[type=email]:focus {
  background-color: #EEE;
}
.p-contactform input[type=text].wpcf7-not-valid, .p-contactform input[type=tel].wpcf7-not-valid, .p-contactform input[type=email].wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform textarea {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform textarea:focus {
  background-color: #EEE;
}
.p-contactform textarea.wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform select {
  padding: 8px;
  border-color: #CCC;
}
.p-contactform .wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media print, screen and (max-width: 639px) {
  .p-contactform .wpcf7-list-item {
    margin-bottom: 0.8rem;
    display: block !important;
  }
}
.p-contactform span.wpcf7-not-valid-tip {
  margin-top: 2px;
  color: #E00;
}
.p-contactform p {
  margin-bottom: 0;
}
.p-contactform .u-ai_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contactform .u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 639px) {
  .p-contactform th {
    width: 100% !important;
  }
}

.p-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

p.p-birth_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.p-required_mark::after {
  display: inline-block;
  margin-left: 0.3rem;
  color: #ED1C24;
  content: "*";
}

.wpcf7-submit {
  font-weight: bold;
  margin-left: 72px;
}

.bl_cv_btn .bl_cv_btn_contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E84345;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 4px;
  padding: 10px 50px;
  text-decoration: none;
}
.bl_cv_btn .bl_cv_btn_contact:hover {
  opacity: 0.8; /* 透過率20% */
  -webkit-transition: 0.2s;
  transition: 0.2s; /* 0.2秒アニメーション */
}

.c-meta__item--author, .c-meta__item--modified {
  display: none !important;
}

.u-text_center {
  text-align: center;
}

/* ==================================================

ヘッダー・フッター

================================================== */
/* ヘッダー
---------------------------------------- */
.l-header {
  background-color: #F3ECE2;
}
.l-header .l-2row-header > .c-container {
  max-width: 1480px;
}

@media not all and (min-width: 1024px) {
  .l-header--sticky-sm {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* グロナビ
---------------------------------------- */
.l-2row-header .p-global-nav {
  margin-bottom: 8px;
}
.l-2row-header .p-global-nav .c-navbar__item > a {
  border-left: 1px solid #ebe2d3;
  padding-bottom: calc(var(--_padding-1) * 0.7);
  padding-top: calc(var(--_padding-1) * 0.5);
}
.l-2row-header .p-global-nav .c-navbar__item:last-child > a {
  border-right: 1px solid #ebe2d3;
}
.l-2row-header .p-global-nav .c-navbar__item[aria-haspopup=true]:before {
  border-bottom-color: #234f49;
}
.l-2row-header .p-global-nav .c-navbar__submenu {
  background-color: #234f49;
}

@media (min-width: 1140px) {
  .l-header__content .u-invisible-md-down {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .l-header__content .u-invisible-lg-up {
    display: block !important;
  }
}
@media (min-width: 1140px) {
  .l-header__content .u-invisible-md-down {
    display: block !important;
  }
  .l-header__content .u-invisible-lg-up {
    display: none !important;
  }
}
@media (max-width: 1139px) {
  .l-header__content .u-invisible-md-down {
    display: none !important;
  }
}
/* サブナビ
---------------------------------------- */
.p-header-sub-nav .c-navbar {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}
.p-header-sub-nav a {
  font-size: 1rem;
  font-weight: bold;
}
.p-header-sub-nav a:hover {
  text-decoration: none !important;
}

.c-sub-nav .c-navbar__item a {
  line-height: 1.3;
}
.c-sub-nav .c-btn_reservation_first a {
  color: #fff;
  padding: 0.75em 3em;
  background-color: var(--wp--preset--color--sm-accent);
  border-radius: 3em;
}
.c-sub-nav .c-btn_reservation_repeat a {
  color: var(--wp--preset--color--sm-accent);
  padding: 0.75em 3em;
  border: 2px solid var(--wp--preset--color--sm-accent);
  border-radius: 3em;
}
.c-sub-nav .c-sub-nav_instagram {
  max-width: 40px;
  aspect-ratio: 1/1;
}

.c-sub-nav_insta {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px !important;
}
.c-sub-nav_insta a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/logo_instagram.png");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ドロワーナビ
---------------------------------------- */
.l-header .c-hamburger-btn__bar {
  background-color: var(--wp--preset--color--sm-accent);
}
.l-header .c-hamburger-btn__label {
  color: var(--wp--preset--color--sm-accent);
}

.c-drawer .c-btn_reservation_first a, .c-drawer .c-btn_reservation_repeat a {
  padding: 0.8em;
  padding-right: 2em !important;
  font-size: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  border-radius: 3em;
}
.c-drawer .c-btn_reservation_first a {
  border: 2px solid #fff;
}
.c-drawer .c-btn_reservation_repeat a {
  color: var(--wp--preset--color--sm-accent);
  background-color: #fff;
}
.c-drawer .c-sub-nav_insta {
  text-align: center;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-top: 32px;
}

@media print, screen and (min-width: 1024px) {
  .c-site-branding {
    margin-block: 16px;
  }
  .u-invisible-md-down .p-header-sub-nav {
    position: absolute;
    top: 20px;
    right: 0;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: calc((100vw - 1400px) / 2);
    padding-right: max((100vw - 1400px) / 2, 24px);
  }
}
/* ドロップナビ
---------------------------------------- */
.p-drop-nav {
  background-color: #F3ECE2;
}

/* フッター
---------------------------------------- */
.l-footer {
  background-color: #317068;
  border-top: 0;
}
.l-footer .c-copyright--inverse {
  background-color: #317068;
}

/* ==================================================

トップページ

================================================== */
.home .smb-section__title {
  color: var(--wp--preset--color--sm-accent);
  font-size: 1.3rem;
  position: relative;
  margin-top: 3rem;
}
.home .smb-section__title::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 42px;
  background-image: url(../img/icon_symbol_lightgreen.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.home .c-section_title_icon_pink .smb-section__title::before {
  background-image: url(../img/icon_symbol_pink.svg);
}
.home .c-section_title_icon_beige .smb-section__title::before {
  background-image: url(../img/icon_symbol_beige.svg);
}

.p-home_mv .wp-block-column:first-child {
  position: relative;
  z-index: 2;
}
.p-home_mv .wp-block-column:last-child {
  margin-top: -3.5em;
}
.p-home_mv .p-home_mv_copy_open {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: url(../img/img_leaf.png) no-repeat right top;
  background-size: contain;
  padding: 0.5em;
}

.p-home_news_list .c-entries--text2, .p-home_blog_list .c-entries--text2 {
  border: none;
}
.p-home_news_list .c-entries__item:not(:last-child), .p-home_blog_list .c-entries__item:not(:last-child) {
  border-bottom: 1px solid #a9bab2;
}
.p-home_news_list .c-entries__item:last-child, .p-home_blog_list .c-entries__item:last-child {
  border-bottom: none;
}
.p-home_news_list .c-entry-summary__body, .p-home_blog_list .c-entry-summary__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem 2rem;
}
.p-home_news_list .c-entry-summary__header, .p-home_blog_list .c-entry-summary__header {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-home_news_list .c-entry-summary__meta, .p-home_blog_list .c-entry-summary__meta {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0;
}
.p-home_news_list .c-meta, .p-home_blog_list .c-meta {
  gap: 1rem;
}
.p-home_news_list .c-meta__item--published, .p-home_blog_list .c-meta__item--published {
  font-size: 0.9rem;
  color: #918F89;
}
.p-home_news_list .c-entry-summary__term, .p-home_blog_list .c-entry-summary__term {
  background: none;
  color: var(--wp--preset--color--sm-accent);
  padding: 0;
  font-weight: normal;
  font-size: 0.9rem;
}

@media screen and (min-width: 640px) {
  .p-home_news_list .c-entry-summary__body, .p-home_blog_list .c-entry-summary__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-home_news_list .c-entry-summary__term, .p-home_blog_list .c-entry-summary__term {
    min-width: 8em;
    text-align: center;
  }
}
.p-home_symptoms h3 {
  font-size: 1rem;
  color: var(--wp--preset--color--sm-accent);
  border-bottom: 1px solid var(--wp--preset--color--sm-sub-accent);
  padding: 0.25em 0.5em;
}

.p-home_symptoms_list {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: 1fr;
}
.p-home_symptoms_list a:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

@media screen and (min-width: 640px) {
  .p-home_symptoms_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .p-home_symptoms_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-home_reservation h3 {
  font-size: 1rem;
  color: var(--wp--preset--color--sm-accent);
  position: relative;
}
.p-home_reservation h3::before {
  content: "";
  display: block;
  width: 30%;
  max-width: 30%;
  height: 1px;
  background-color: var(--wp--preset--color--sm-accent);
  position: absolute;
  right: calc(50% + 4.5em);
  top: 50%;
}
.p-home_reservation h3::after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background-color: var(--wp--preset--color--sm-accent);
  position: absolute;
  left: calc(50% + 4.5em);
  top: 50%;
}

.c-business-hours_table table {
  overflow: hidden;
}

/* ==================================================

よくある質問ページ

================================================== */
.faq .c-entry__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .c-entry__header::before {
  content: "Q.";
  font-size: 3rem;
  font-weight: bold;
  margin-right: 0.25em;
  color: var(--wp--preset--color--sm-accent);
}
.faq .c-entry__body::before {
  content: "A.";
  font-size: 3rem;
  font-weight: bold;
  color: #cf2e2e;
  max-width: var(--wp--custom--content-width);
  display: block;
  margin: auto;
}

.c-entry-summary--type-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-entry-summary--type-faq::before {
  content: "Q.";
  font-weight: bold;
  font-size: 2.5rem;
  margin-right: 0.5em;
  color: var(--wp--preset--color--sm-accent);
  line-height: 1;
}
.c-entry-summary--type-faq .c-entry-summary__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-entry-summary--type-faq .c-entry-summary__header {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: var(--_margin-2);
}
.c-entry-summary--type-faq .c-entry-summary__header .c-entry-summary__title {
  font-weight: bold;
}
.c-entry-summary--type-faq .c-entry-summary__meta {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0;
}
.c-entry-summary--type-faq .c-meta__item--published {
  display: none;
}
.c-entry-summary--type-faq .c-entry-summary__term {
  padding: 0;
  background-color: transparent;
  color: var(--wp--preset--color--sm-accent);
}

.smb-recent-posts .c-entries__item > a:has(.c-entry-summary--type-faq) {
  padding-bottom: calc(var(--entries--gap) * 0.5);
  padding-top: calc(var(--entries--gap) * 0.5);
}

@media screen and (min-width: 640px) {
  .c-entry-summary--type-faq {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* ==================================================

下層ページ

================================================== */
.l-contents {
  position: relative;
  padding-bottom: 42px;
}
.l-contents::after {
  content: "";
  display: block;
  width: 22px;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 10vw;
  background-image: url(../img/icon_symbol_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
}


.wp-block-snow-monkey-blocks-media-text .c-row{
	flex-wrap:nowrap;
}