@charset "UTF-8";

.pc_none {
      display: none;
    }

.sp_none {
      display: block;
    }    

@media not all and (min-width: 782px) {
  .pc_none {
      display: block;
    }
  .sp_none {
      display: none;
    }
}


/*共通*/
.content:not(.noBlock) a:not(.wp-block-button__link):not(.btn):not([href^="tel:"]), 
.edit-post-visual-editor__content-area .editor-styles-wrapper a:not(.wp-block-button__link):not(.btn):not([href^="tel:"]) {
    text-decoration: underline;
    color: #6EAF24;
}

/*TOPページ*/
.main {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: #F4F6F2;
}

.header {
  background-color: #F4F6F2;
  padding: 35px 15px;
}

.header__inner_l {
   display: flex;
   gap: 5px;
   align-items: center;
}

.header .header__logo-txt {
    font-size: 1.25rem;
    font-weight: bold;
    color: #6EAF24;
    padding: 7px 25px;
    border: solid 2px;
    border-radius: 10px;
    white-space: nowrap;
}

@media not all and (min-width: 782px) {
  .main .content {
    padding-bottom: 65px;
  }
    .header__logo {
        width: 100%;
    }
    .header .header__logo-txt {
      text-align: center;
      font-size: 0.875rem;
      line-height: 1.4285714286;
      padding: 5px 10px;
      border: solid 1px;
    }
    .header {
    background-color: #FFF;
    padding: 15px;
}
}

.header__menu {
  gap: initial;
}

.header__menu__nav__list__item {
  width: 110px;
}

.header__menu__nav__list__item a {
  color: #191B2D;
}


.header__menu__nav__list li:first-child {
  display: none;
}

.header__menu__nav .list-btn {
    margin-left: 1.71875vw;
    width: 223px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #14a49f;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0 5px 0 rgba(223, 223, 223, 0.7);
    box-shadow: 0 5px 0 rgba(223, 223, 223, 0.7);
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.125rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.header__menu__nav .list-btn:last-child {
    background-color: #6EAF24;
}

.header__menu__nav .list-btn i {
    padding-right: 10px;
}

.header__menu__nav__list__item__label:after {
    content: none;

}

@media not all and (min-width: 1240px) {
 
  .header__menu__nav__list li:first-child {
  display: block;
}

  .header__menu__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }
}


@media not all and (min-width: 1400px) {
    .header__menu__nav .list-btn {
        width: 220px;
        font-size: 1rem;
    }
}

@media not all and (min-width: 1240px) {
.header__menu_btn {
    width: 60px;
    height: 60px;
    background-color: #6EAF24;
    border-bottom-left-radius: 10px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
  .header__menu__nav .list-btn {
    width: 100%;
    margin-top: 25px;
    font-size: 1.125rem;
    margin-left: 0;
    }
  .header__menu__nav .list-btn:last-child {
    margin-top: 15px;
  }
  .header__menu__nav__list__item:nth-child(n + 2) .header__menu__nav__list__item__label {
    background-color: unset;
  }
    .header__menu__nav__list__item {
     width: 100%;
}

.header__menu__nav__list__item__label:before {
    content: "";
    width: 14px;
    height: 1px;
    background-color: #8d8177;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto 0;
}

.header__menu__nav__list__item__label:after {
    content: "";
    width: 7px;
    height: 7px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #8d8177;
    background: none;
    right: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
}

.mv__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -70px;
  background-image: url(../../images/practitioner/bg_mv.png);
  background-repeat: no-repeat;
  background-position:50% 50%;
}
.mv__inner {
  max-width: 1200px;
  padding: 150px 0 70px;
  margin: 0 auto;

}

.mv__text__maincopy {
  font-size: 36px;
  line-height: 1.4545454545;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media not all and (min-width: 782px) {
  .mv {
        padding: 20px 0 35px;
  }
  .mv__inner {
  padding: 80px 20px;
}
}

@media not all and (min-width: 782px) {
  .mv__text__maincopy {
    font-size: 28px;
  }
}
.mv__text__subcopy {
  margin-top: 16px;
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}
@media not all and (min-width: 782px) {
  .mv__text__subcopy {
    font-size: 16px;
    margin-top: 1rem;
    font-weight: normal;
  }
}

.mv__img {
  width: 100%;
  margin-right: -50px;
  margin-left: 2.4193548387%;
  position: relative;
}
@media not all and (min-width: 1240px) {
  .mv__img {
    margin-right: -10px;
  }
}
@media not all and (min-width: 782px) {
  .mv__img {
    display: none;
  }
}
.mv__img:after {
  content: "";
  width: 24.8648648649%;
  height: 0;
  padding-bottom: 24.8648648649%;
  border-radius: 50%;
  background-color: rgba(240, 157, 92, 0.46);
  position: absolute;
  top: 12%;
  right: -8.9189189189%;
  mix-blend-mode: multiply;
}

/*mv スライダー*/
.mv__slider {
  width: 100%;
  margin: 0 auto;
}

.mv__slider .slick-slide {
  margin: 0 5px;
}

.mv__slider .slick-slide.mv__slider__item img {
  border-radius: 10px;
  height: 360px;
  width: 640px;
  object-fit: cover;
  border-radius: 5px;
}

.mv__slider .slick-slide.mv__slider__item a:hover img {
  filter: brightness(1.05);
}

@media not all and (min-width: 782px) {
.mv__slider .slick-slide.mv__slider__item img {
    border-radius: 10px;
    height: 200px;
    width: auto;
}
}
/*
.mv__slider .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}*/
.mv__slider .slick-active {
  opacity: 1;
}
.mv__slider .slick-current {
  opacity: 1;
}
.mv__slider .thumb {
  margin: 20px 0 0;
}
.mv__slider .thumb .slick-slide {
  cursor: pointer;
}
/*
.mv__slider .thumb .slick-slide:hover {
  opacity: .7;
}
*/
/*下層ページ　パンくずリスト*/
.p-under .breadcrumb {
    background-color: #F4F6F2;
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    padding: 15px 0 10px;
}

.kneex {
    margin: 55px;
    padding: 80px 55px;
    background: #fff;
}

.kneex__inner {
    gap: 30px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 3fr;
    color: #191B2D;
}

.kneex__logo picture {
  margin: 0 auto 1rem;
  max-width: 230px;
}

.kneex__inner .kneex__movie-list {
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.kneex__inner .kneex__movie-list a:hover img {
  opacity: 0.8;
}

@media not all and (min-width: 782px) {

.kneex__inner {
    display: block;
    grid-template-columns: 1fr 3fr;
    color: #191B2D;
}
.kneex {
    padding: 40px 20px;
    margin: 0;
}
.kneex__logo picture {
    max-width: 185px;
    margin: 0 auto 1rem;
}
.kneex__inner .kneex__movie-list {
    display: block;
}
.btn_box {
        margin-top: 24px;
}
}


/*有料サービスの紹介*/

.service {
  padding: 60px 0 100px;
}

@media not all and (min-width: 782px) {
  .service {
    padding: 50px 0 50px;
  }
}
.service__inner {
  position: relative;
}

.service__header {
    width: 100%;
}

.service__header__title {
    font-size: 28px;
    line-height: 1.4523809524;
    padding-bottom: 20px;
    color: #191B2D;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
@media not all and (min-width: 782px) {
  .service__header__title {
    display: block;
    font-size: 24px;
    text-align: center;
  }
}

.service__header__title__box {
  width: 100%;
}

.service__header__title__box img {
  max-width: 340px;
}

.service__header__title__desc {
  font-size: 1.125rem;
  line-height: 1.9444444444;
  margin-bottom: 50px;
  color: #191B2D;
}
@media not all and (min-width: 782px) {
  .service__header__title__desc {
    font-size: 1rem;
    line-height: 2.1875;
  }
  .service__header__title__box img {
  max-width: 300px;
  margin: 0 auto;
}
}
.service__header__guide {
  width: 100%;
  padding-top: 8px;
}
@media not all and (min-width: 782px) {
  .service__header__guide {
    padding-top: 0;
    margin-top: 30px;
  }
}
.service__header__guide__list {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.service__header__guide__list__item {
    background: #fff;
    padding: 50px 30px;
    text-align: center;
    width: calc(100%/5 - 20px);
    margin: 0 10px 25px;
}

.service__header__guide__list__item .icon {
    display: flex;
    justify-content: center;
    height: 100px;
    margin-bottom: 45px;
}
@media not all and (min-width: 782px) {
  .service__header__guide__list {
  }
  .service__header__guide__list__item {
    width: calc(100%/2 - 20px);
    padding: 30px 20px;
    margin: 0 4px 16px;
  }
  .service__header__guide__list__item:last-child {
    margin-bottom: 0;
  }
  .service__header__guide__list__item .icon {
    margin-bottom: 30px;
  }
}
.service__header__guide__list__item p {
  line-height: 1.35;
  font-weight: 600;
  color: #191B2D;
}
@media not all and (min-width: 782px) {
  .service__header__guide__list__item p br {
    display: none;
  }
}


/*新規記事一覧*/

.column__inner .p-index-article__wrap--deux {
    display: grid;
    gap: 30px 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.column__header {
  margin-bottom: 50px;
}

.column__header__title {
  font-size: 24px;
  line-height: 1.4571428571;
  text-align: center;
  color: #191B2D;
  position: relative;
}

.column__header__title::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url(../../images/practitioner/icon-h-column.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.c-card-article__category-list {
    display: flex;
    gap: 0 5px;
    margin: 0.5rem auto;
    flex-wrap: wrap;
}
.c-card-article__category-item a {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    min-width: 120px;
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #6eaf24;
    width: auto;
}

.c-card-article__img-box img {
    border-radius: 5px;
}

.c-card-article__img-box:hover, 
.c-card-article__category-item a:hover {
    opacity: 0.8;
}

@media not all and (min-width: 782px) {
  .column__header__title {
    font-size: 1.875rem;
    line-height: 1.4666666667;
    text-align: center;
  }
.column__inner .p-index-article__wrap--deux {
    display: block;
  }

.c-card-article {
  margin-bottom: 40px;
  }

}

/* btn「詳細はこちら」「もっと見る」*/
a.practitioner__btn {
  margin-top: 35px;
  font-size: 1.125rem;
  color: #191B2D;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 270px;
  border-radius: 30px;
  position: relative;
}
a.practitioner__btn:hover {
  border: 1px solid #6eaf24;
}
@media not all and (min-width: 782px) {
  a.practitioner__btn {
      width: 100%;
      max-width: 100%;
      margin: 40px auto;
  }
}
a.practitioner__btn:after {
  content: none;
}


.dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #6eaf24;
    line-height: 1;
    position: absolute;
    right: 10%;
    top: 46%;
    width: 0.5em;
    height: 0.5em;
    transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.column__list {
  max-height: 200px;
  overflow: auto;
  padding-right: 30px;
}
@media not all and (min-width: 782px) {
  .column__list {
    max-height: none;
    padding-right: 0;
  }
}
.column__list__box {
  width: 100%;
  background-color: #fff;
  padding: 20px 30px 30px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
@media not all and (min-width: 782px) {
  .column__list__box {
    padding: 10px 15px 30px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.column__list__item {
  border-bottom: 1px solid #e2e2e2;
}
.column__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 3px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 782px) {
  .column__list__item__inner:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 782px) {
  .column__list__item__inner.touching {
    opacity: 0.7;
  }
}
@media not all and (min-width: 782px) {
  .column__list__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
}
.column__list__item__inner .date {
  width: 120px;
  font-size: 1rem;
  line-height: 1.875;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media not all and (min-width: 782px) {
  .column__list__item__inner .date {
    line-height: 1.5625;
  }
}
.column__list__item__inner .title {
  width: 100%;
  font-size: 1rem;
  line-height: 1.875;
}
@media not all and (min-width: 782px) {
  .column__list__item__inner .title {
    line-height: 1.5625;
  }
}
.column__list::-webkit-scrollbar {
  width: 20px;
}
.column__list::-webkit-scrollbar-track {
  background-color: #eeeeee;
}
.column__list::-webkit-scrollbar-thumb {
  background-color: #888;
}
.column__list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.sec_title {
  text-align: center;
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 1.44;
}
@media not all and (min-width: 782px) {
  .sec_title {
    font-size: 1.875rem;
  }
}
.sec_title__desc {
  margin-top: 20px;
  text-align: center;
  line-height: 1.4444444444;
}
@media not all and (min-width: 782px) {
  .sec_title__desc {
    text-align: left;
    line-height: 1.5;
  }
}


/*footer*/
.footer__menu {
    background-color: #fff;
    padding: 60px 0;
}

.footer__inner {
  justify-content: space-between;
}

.footer__logo {
  border-top: none;
}

.footer__nav {
    gap: 30px;
}

.footer .footer__logo-txt {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #6EAF24;
    padding: 7px 0;
    border: solid 2px;
    border-radius: 10px;
    margin-top: 1rem;
}

.footer__btn .list-btn {
    margin-left: 1.71875vw;
    width: 223px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #14a49f;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0 5px 0 rgba(223, 223, 223, 0.7);
    box-shadow: 0 5px 0 rgba(223, 223, 223, 0.7);
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.125rem;
    display: block;
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer__btn .list-btn:last-child {
    background-color: #6EAF24;
    margin-top: 1rem;
}

.footer__btn .list-btn i {
    padding-right: 10px;
}

.footer__nav__list__item:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #6EAF24;
    position: absolute;
    top: 0.6em;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer__copyright {
  text-align: center;
}

@media not all and (min-width: 782px) {

    .footer__logo {
      padding: 40px 0;
    }
  .footer .footer__logo-txt {
      font-size: 14px;
  }
    .footer__nav {
      gap: 0;
      margin-left: 0;
      margin-top: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px;
    }
    .footer__nav__box:nth-child(n + 2) {
      margin-left: 0;
      margin-top: 0;
    }
    .footer__menu {
        padding: 0px 0px 40px;
    }
    .footer__btn .list-btn {
      width: 100%;
      margin-left: 0;
      font-size: 16px;
    }

    .footer__copyright {
      margin: 16px 0px 0px;
    }
        
  }

/*****　下層ページ　*****/

/*共通*/
.p-under .main {
   max-width: 1200px;
  background-color: #FFF;
  padding: 0 20px;
}

.p-under .header {
  background-color: #FFF;
}

.p-under .main > .title {
    font-size: 2.875rem;
    line-height: 1.4347826087;
    color: #6EAF24;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 50px 0;
}

.p-under  .main .content {
    padding-bottom: 20px;
}

@media not all and (min-width: 782px) {
.p-under .main > .title {
        font-size: 1.875rem;
        line-height: 1.4666666667;
    }
}

.p-under .breadcrumb a {
    color: #6EAF24;
    text-decoration: underline;
}

.h2 {
    font-size: 1.5625rem;
    line-height: 1.44;
    font-weight: 700;
    padding: 22px 10px 0;
    position: relative;
    margin-bottom: 1rem;
}

.h2:before {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #6EAF24 0, #6EAF24 100px, #bbb 100px, #bbb 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.content:not(.noBlock) h2:before, .edit-post-visual-editor__content-area .editor-styles-wrapper h2:before {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #6EAF24 0, #6EAF24 100px, #BBBBBB 100px, #BBBBBB 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.content:not(.noBlock) h3, .edit-post-visual-editor__content-area .editor-styles-wrapper h3 {
    font-size: 1.5625rem;
    line-height: 1.44;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #6EAF24;
    color: #fff;
}

.content:not(.noBlock) h4:before, .edit-post-visual-editor__content-area .editor-styles-wrapper h4:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #6EAF24;
    position: absolute;
    top: 0.35em;
    left: 10px;
}

.content:not(.noBlock) h5, .edit-post-visual-editor__content-area .editor-styles-wrapper h5 {
    font-size: 1.25rem;
    line-height: 1.45;
    font-weight: bold;
    color: #6EAF24;
}

@media not all and (min-width: 782px) {
    .h2 {
        font-size: 1.375rem;
        line-height: 1.4545454545;
        padding: 17px 8px 0;
    }
}

.p-under .title__under-tag {
    font-size: 2.875rem;
}

/*WP-pagenavi*/
.wp-pagenavi {
  margin-top: 50px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp-pagenavi a.page,
.wp-pagenavi span.current {
  margin: 0 8px 16px;
  width: 30px;
  line-height: 28px;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #6EAF24;
  color: #6EAF24;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi span.current {
  text-decoration: none;
  background-color: #6EAF24;
  color: #fff;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  margin-bottom: 16px;
  width: 30px;
  font-size: 0;
  color: transparent;
  line-height: 0;
  position: relative;
}
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .previouspostslink:before {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #6EAF24;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi .nextpostslink:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .extend {
  color: #6EAF24;
}

@media (min-width: 782px) {
    .single__navigation__item a:hover {
        border-color: #6EAF24;
    }
}

/*column/ p-interview*/
.archive__list li {
  position: relative;
  padding: 20px;
}

.type-column .archive__list__item__thumb img {
  width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.has_category .archive__list__item a {
  display: initial;
}

.archive__list li > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.archive__list li .archive__list__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 310px 40px 1fr;
    grid-template-columns: 310px 1fr;
    -ms-grid-rows: auto 17px auto;
    grid-template-rows: auto auto;
    gap: 17px 40px;
    grid-template-areas:
        "thumbnail title"
        "thumbnail category";
    position: relative;    
}

.archive__list li .archive__list__item__info .docter_name {
  margin-bottom: 1rem;
}

.archive__list li .archive__list__wrap .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.archive__list li .archive__list__wrap .tag a 
{
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    min-width: 120px;
    padding: 0px 5px;
    border-radius: 5px;
    background-color: #6eaf24;
    width: auto;
}

.back-to-archive-link {
  display: block;
  text-decoration: none !important;
  border-radius: 5px;
  border: 1px solid #b7b7b7;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-width: 2px;
  text-align: center;
  color: #191B2D !important;
  font-size: 1rem;
  line-height: 46px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
  margin: 50px auto 0;
  width: 30%;
}

.back-to-archive-link:hover {
  border: 1px solid #6eaf24;
  border-width: 2px;
}

.single__cat .tag a 
{
    color: #fff!important;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    min-width: 120px;
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #6eaf24;
    width: auto;
}

.archive__list__item__info .clinic_detail {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 10px;
}

@media not all and (min-width: 782px) {

  .archive__list li {
      padding: 20px 0;
  }
  
  .archive__list li .archive__list__wrap {
      -ms-grid-columns: 144px 20px 1fr;
      grid-template-columns: 144px 1fr;
      -ms-grid-rows: auto 10px auto;
      grid-template-rows: auto auto;
      gap: 10px 20px;
      grid-template-areas:
      "thumbnail title"
      "category category";
      padding: 0;
    }

  .archive__list li .archive__list__wrap .tag a {
      font-size: 0.8125rem;
      min-width: 100px;
      padding: 0 10px;
    }

    .single__cat .tag a 
{
    font-size: 0.8125rem;
}

  .back-to-archive-link {
      width: 100%;
  }  
}


/*　詳細ページ　共通　*/

.single .single__title__box {
  position: absolute;
  opacity: 0;
}
.single .single__mv__box {
  width: 100%;
  padding: 50px 0 25px;
}
.single .doctor_info__thumb {
  width: 100%;
}
.single .single__post_info__time span:first-child {
  margin-right: 10px;
}

.single .info__sns__list {
  display: flex;
  gap: 15px;
  align-items: center;
}
.single ul.info__sns__list li {
  padding-left: 0;
}

.single .info__sns__list li:before {
  display: none;
}

.single .single__post_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.single .single__cat .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.single .single__cat .tag a {
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    min-width: 120px;
    padding: 0px 5px;
    border-radius: 5px;
    background-color: #6eaf24;
    width: auto;
}

@media not all and (min-width: 782px) {
  .single .single__mv__box {
    padding: 50px 0 10px;
  }

  .single .single__post_info {
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
  }
  .single .single__post_info__time span {
    display: block;
  }
  .single .single__post_info__time span:first-child {
    margin-right: 0;
  }
  .single ul.info__sns__list {
    padding-top: 15px;
  }
  .single .single__cat .tag a {
    font-size: 12px;
    line-height: 25px;
  }
}
.single .single__post_info__doctor {
  font-size: 0.9375rem;
}
@media not all and (min-width: 782px) {
  .single .single__post_info__doctor {
    font-size: 0.8125rem;
  }
}

/*　詳細ページ　p-interview　*/

.p-interview_doctor__txt {
  width: 100%;
}
.p-interview_doctor__head {
    display: flex;
    justify-content: space-between;
}
.p-interview_doctor__sns ul {
    display: flex;
    gap: 15px;
    align-items: center;
}
.content:not(.noBlock) .p-interview_doctor__sns ul li:before {
  content: none!important;
}
.content:not(.noBlock) .p-interview_doctor__sns ul li {
  padding-left: 0;
}

.clinic_profile_content {
  margin-top: 20px;
}

@media not all and (min-width: 782px) {
  .p-interview_doctor__head {
    display: block;
}
.p-interview_doctor__sns {
  margin-top: 10px;
}
.p-interview_doctor__sns ul {
  max-width: 110px;
}
.content:not(.noBlock) .p-interview_doctor__sns ul li {
  padding-left: 0;
  margin: 0;
}
.p-interview_doctor__head .thumb {
  width: 100%;
  margin-right: 0;
}
.p-interview_doctor__head .p-interview_doctor__info {
  margin-top: 10px;
}
}


/*カテゴリー・タグ　一覧ページ　共通　*/


.archive
.has_category
.archive__list__item
.archive__list__item__cat {
-ms-grid-row: 3;
-ms-grid-column: 3;
grid-area: category;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
gap: 5px;
flex-direction: row;
}

.archive
.has_category
.archive__list__item
.archive__list__item__cat
.part {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
gap: 5px;
justify-content: center;
}

.archive
.has_category
.archive__list__item
.archive__list__item__cat
.method {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 5px;
justify-content: center;
}

.archive
.has_category
.archive__list__item
.archive__list__item__thumb {
-ms-grid-row: 1;
-ms-grid-row-span: 3;
-ms-grid-column: 1;
grid-area: thumbnail;
width: 100%;
height: auto;
height: fit-content;
padding-top: 10px;
}

.archive
.type-column
.archive__list__item__info
.clinic_name
span {
padding-left: 1rem;
display: inline-block;
}

.archive .archive__sort {
max-width: 550px;
margin: 20px 0 20px auto;
}

.search.archive .archive__sort {
max-width: 550px;
margin: 20px 0 40px auto;
}

@media not all and (min-width: 1240px) {
  .archive
    .has_category
    .archive__list__item
    .archive__list__item__thumb {
    padding-top: 0px;
  }
  .archive .archive__sort {
    max-width: 100%;
  }
}

@media not all and (min-width: 782px) {
  .archive
    .has_category
    .archive__list__item
    .archive__list__item__cat {
    margin-bottom: 1rem;
  }
}


.archive .archive__list li {
position: relative;
padding: 20px;
}
.archive .has_category .archive__list__item a {
display: initial;
}

.archive .archive__list li:hover {
opacity: 0.9;
}

.archive .archive__list li > a {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}

.archive .archive__list li .archive__list__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 310px 40px 1fr;
  grid-template-columns: 310px 1fr;
  -ms-grid-rows: auto 17px auto;
  grid-template-rows: auto auto;
  gap: 17px 25px;
  grid-template-areas:
    "thumbnail title"
    "thumbnail category";
  position: relative;
}

.archive .archive__list li .archive__list__wrap .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.archive .archive__list li .archive__list__wrap .tag a {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  min-width: 120px;
  line-height: 30px;
  padding: 0px 5px;
  border-radius: 5px;
  background-color: #6eaf24;
  width: auto;
}

.archive .archive__list__item__info .clinic_detail {
  margin-bottom: 1rem;
}

.archive .archive__list__item__info .clinic_detail-btn
{
  border: 2px solid #6eaf24;
  border-radius: 20px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  font-size: 1rem;
  z-index: 2;
  white-space: nowrap;
}

.archive .archive__list__item__info .clinic_detail-btn:hover
{
  background-color: #6eaf24;
}

.archive .archive__list__item__info .clinic_detail-btn:hover a 
{
  color: #fff !important;
}

@media not all and (min-width: 1240px) {
  .archive .archive__list li
  {
    padding: 20px 0;
  }

  .archive .archive__list li .archive__list__wrap, 
  .page-p-article .archive__list li .archive__list__wrap
  {
    -ms-grid-columns: 144px 20px 1fr;
    grid-template-columns: 144px 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    gap: 10px 20px;
    grid-template-areas:
      "thumbnail title"
      "category category";
    padding: 0;
    display: block;
  }

  .archive .archive__list li .archive__list__wrap .tag, 
  .page-p-article .archive__list li .archive__list__wrap .tag
   {
      margin-bottom: 1rem;
    }

  .archive .archive__list li .archive__list__wrap .tag a, 
  .page-p-article .archive__list li .archive__list__wrap .tag a
  {
    font-size: 12px;
    line-height: 25px;
    min-width: 100px;
    padding: 0 5px;
  }

 .archive .archive__list__item__info .clinic_detail-btn
 {
    font-size: 0.875rem;
    width: 50%;
    min-width: 130px;
    margin: 0 0 0 auto;
  }
}

.archive .archive__list__item__cat
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.archive .archive__list__item__cat a
{
  text-decoration: none !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media not all and (min-width: 782px) {

  .archive .archive__list__item__info .clinic_detail {
  display: block;
  }

}

/*movie*/

.archive__list.movie {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: 100%;
}

.archive__list.movie li {
    width: 100%;
    margin: 0 10px 25px;
    border-bottom: none;
    position: relative;
    padding: 0;
}

.archive__list.movie li:not(:first-child) {
    width: calc(100%/2 - 20px);

}
.archive__list.movie li .archive__list__wrap {
    display: block;
}

.archive__list.movie .archive__list__item a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.archive__list.movie .archive__list__item__info {
    margin: 2rem auto;
}

.archive__list.movie .archive__list__item__info a {
    display: block;
    width: 270px;
    line-height: 1.5;
    color: #191B2D;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 auto;
    padding: 14px 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.archive__list.movie li:hover .archive__list__item__info a {
    border: 1px solid #6eaf24;
}

.archive__list.movie li:hover {
  opacity: 0.8;
}

@media not all and (min-width: 782px) {
  .archive__list.movie {
    display: block;
  }

.archive__list.movie li, .archive__list.movie li:not(:first-child) {
    width: 100%;
}

.archive__list.movie .archive__list__item__info a {
    margin-bottom: 3rem;
  }

}

/*ダウンロード・メールフォーム*/
.page-form .content {
  padding-bottom: 0;
}
.page-form__smf {
  background-color: #fff;
  padding: 30px 0 100px;
  margin-top: 60px;
}
.page-form__smf .container {
  max-width: 800px;
}
.page-form__smf input::-webkit-input-placeholder,
.page-form__smf textarea::-webkit-input-placeholder {
  color: #a4a4a4;
}
.page-form__smf input::-moz-placeholder,
.page-form__smf textarea::-moz-placeholder {
  color: #a4a4a4;
}
.page-form__smf input:-ms-input-placeholder,
.page-form__smf textarea:-ms-input-placeholder {
  color: #a4a4a4;
}
.page-form__smf input::-ms-input-placeholder,
.page-form__smf textarea::-ms-input-placeholder {
  color: #a4a4a4;
}
.page-form__smf input::placeholder,
.page-form__smf textarea::placeholder {
  color: #a4a4a4;
}
.page-form__smf input:-ms-input-placeholder,
.page-form__smf textarea:-ms-input-placeholder {
  color: #a4a4a4;
}
.page-form__smf input::-ms-input-placeholder,
.page-form__smf textarea::-ms-input-placeholder {
  color: #a4a4a4;
}
.page-form__smf .smf-form .smf-item:nth-child(n + 2) {
  margin-top: 30px;
}
.page-form__smf .smf-form .smf-item__label {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin-bottom: 9px;
  font-weight: 700;
}
.page-form__smf .smf-form .smf-item.required .smf-item__label:before {
  content: "必須";
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #fff;
  width: 52px;
  text-align: center;
  font-weight: 700;
  background-color: #6eaf24;
  margin-right: 10px;
}
.page-form__smf .smf-form .smf-item [data-name="address"] {
  margin-top: 10px;
}
.page-form__smf .smf-form .smf-item .email_confirm_label {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  margin-top: 20px;
  margin-bottom: 15px;
}
.page-form__smf .smf-form .smf-item .smf-select-control__control,
.page-form__smf .smf-form .smf-item .smf-text-control__control,
.page-form__smf .smf-form .smf-item .smf-textarea-control__control {
  border: 1px solid #bcbcbc;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.875;
  padding: 4px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 782px) {
  .page-form__smf .smf-form .smf-item .smf-select-control__control:hover,
  .page-form__smf .smf-form .smf-item .smf-text-control__control:hover,
  .page-form__smf .smf-form .smf-item .smf-textarea-control__control:hover {
    border-color: #191B2D;
  }
}
@media not all and (min-width: 782px) {
  .page-form__smf .smf-form .smf-item .smf-select-control__control.touching,
  .page-form__smf .smf-form .smf-item .smf-text-control__control.touching,
  .page-form__smf .smf-form .smf-item .smf-textarea-control__control.touching {
    border-color: #191B2D;
  }
}
.page-form__smf
  .smf-form
  .smf-item
  .smf-select-control__control[data-invalid="1"],
.page-form__smf
  .smf-form
  .smf-item
  .smf-text-control__control[data-invalid="1"],
.page-form__smf
  .smf-form
  .smf-item
  .smf-textarea-control__control[data-invalid="1"] {
  border-color: #6eaf24;
  background-color: rgba(223, 49, 55, 0.11);
}
.page-form__smf .smf-form .smf-item .smf-select-control__control {
  padding-right: 20px;
}
.page-form__smf .smf-form .smf-item.address [data-name="prefecture"] select {
  width: 200px;
}
.page-form__smf .smf-form .smf-item.zip .is-layout-flex {
  gap: 10px;
}
.page-form__smf .smf-form .smf-item.zip [data-name="zip_code"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page-form__smf .smf-form .smf-item.zip [data-name="zip_code"]:before {
  content: "〒";
  font-size: 20px;
  line-height: 40px;
  margin-right: 8px;
}
.page-form__smf
  .smf-form
  .smf-item.zip
  [data-name="zip_code"]
  .smf-error-messages {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
}
.page-form__smf .smf-form .smf-item.zip .search_address .wp-block-button__link {
  background-color: #191B2D;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  height: 40px;
  width: 111px;
  font-size: 1rem;
  line-height: 2.5;
  border-radius: 5px;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 782px) {
  .page-form__smf
    .smf-form
    .smf-item.zip
    .search_address
    .wp-block-button__link:hover {
    -webkit-transform: none;
    transform: none;
  }
}
@media not all and (min-width: 782px) {
  .page-form__smf
    .smf-form
    .smf-item.zip
    .search_address
    .wp-block-button__link.touching {
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 782px) {
  .page-form__smf
    .smf-form
    .smf-item.zip
    .search_address
    .wp-block-button__link:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 782px) {
  .page-form__smf
    .smf-form
    .smf-item.zip
    .search_address
    .wp-block-button__link.touching {
    opacity: 0.7;
  }
}
.page-form__smf
  .smf-form
  .smf-item.zip
  .search_address
  .wp-block-button__link:after {
  content: none;
}
.page-form__smf .smf-form .smf-item .smf-error-messages {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 700;
  margin-top: 0;
}
.page-form__smf .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
@media not all and (min-width: 782px) {
  .page-form__smf .smf-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.page-form__smf .smf-action .smf-button-control {
  position: relative;
}
.page-form__smf
  .smf-action
  .smf-button-control__control[data-action="complete"],
.page-form__smf
  .smf-action
  .smf-button-control__control[data-action="confirm"] {
  display: block;
  width: 370px;
  line-height: 1.5;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 14px 25px;
  text-align: center;
  border-radius: 5px;
  background: 0 0;
  background-color: #6eaf24;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0 5px 0 #dfdfdf;
  box-shadow: 0 5px 0 #dfdfdf;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 782px) {
  .page-form__smf
    .smf-action
    .smf-button-control__control[data-action="complete"]:hover,
  .page-form__smf
    .smf-action
    .smf-button-control__control[data-action="confirm"]:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 782px) {
  .page-form__smf
    .smf-action
    .smf-button-control__control[data-action="complete"].touching,
  .page-form__smf
    .smf-action
    .smf-button-control__control[data-action="confirm"].touching {
    opacity: 0.7;
  }
}
.page-form__smf
  .smf-action
  .smf-button-control__control[data-action="complete"]:after,
.page-form__smf
  .smf-action
  .smf-button-control__control[data-action="confirm"]:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}
.page-form__smf
  .smf-action
  .smf-button-control__control[data-action="confirm"]
  + .mailconf_error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.page-form__smf .smf-action .smf-button-control__control[data-action="back"] {
  background: 0 0;
  text-decoration: underline;
  color: #6eaf24;
  border: none;
}
.page-form__smf .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}
.smf-complete {
  background-color: #fff;
  padding: 30px 0 100px;
}
.smf-complete .message_box {
  padding: 30px 50px;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
}
@media not all and (min-width: 782px) {
  .smf-complete .message_box {
    padding: 30px;
  }
}
.snow-monkey-form[data-screen="input"] .hide_input {
  display: none !important;
}
.snow-monkey-form[data-screen="confirm"] .hide_conf,
.snow-monkey-form[data-screen="confirm"] [data-name="email_conf"] {
  display: none !important;
}
.snow-monkey-form[data-screen="confirm"]
  .smf-form
  .smf-item.zip
  [data-name="zip_code"]:before {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}


/*その他　装飾の色を（#6eaf24）に変更*/
.content:not(.noBlock) .wp-block-button__link, .edit-post-visual-editor__content-area .editor-styles-wrapper .wp-block-button__link{
  display: block;
    width: 320px;
    line-height: 1.5;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 auto;
    padding: 14px 25px;
    text-align: center;
    border-radius: 5px;
    background-color: #6eaf24;
    border: 1px solid #CBCBCB;
    -webkit-box-shadow: 0 5px 0 #DFDFDF;
    box-shadow: 0 5px 0 #DFDFDF;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.content:not(.noBlock) ul li:before, .edit-post-visual-editor__content-area .editor-styles-wrapper ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #6eaf24;
  position: absolute;
  top: 0.7777777778em;
  left: 10px;
}

.content:not(.noBlock) ol li:before, .edit-post-visual-editor__content-area .editor-styles-wrapper ol li:before {
  content: counter(ol_item) ".";
  counter-increment: ol_item 1;
  color: #6eaf24;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

/*資料ダウンロード詳細ページ*/

.dl-single__title__box h1 {
  font-size: 2.875rem;
  line-height: 1.4347826087;
  color: #6EAF24;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 50px 0;
}

.single__dl__flexcontainer {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.5fr 1fr;
  
}

.dl-flexcontainer__item--right {
  background: #eff0f2;
  border-radius: 10px;
  padding: 25px;
  height: fit-content;
}

.mktoFormRow input {
  background: revert;
  appearance: auto;
}

.mktoFormRow [type="checkbox"] {
  display: block;
}

.mktoFormRow input:focus-visible {
    outline: 2px solid #403021 !important;
}

.dl__heading {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #403021;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  color: #403021;
}

.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix::after, .fg_mkto_privacy_text::after {
    color: #6EAF24;
}

.content:not(.noBlock) .dl-flexcontainer__item--left ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #6eaf24;
    position: absolute;
    top: 0.7777777778em;
    left: 10px;
    border-radius: 50%;
}

.mktoForm button.mktoButton {
   background-color: #403021;
}

.archive.post-type-archive-dl .has_category .archive__list__item .archive__list__item__thumb {
  padding-top: 0;
}

@media not all and (min-width: 782px) {

  .dl-flexcontainer__item--left {
    margin-bottom: 25px;
  }

  .dl-single__title__box h1  {
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }

  .single__dl__flexcontainer {
    display: block;
  }

  .dl__heading {
    font-size: 18px;
  }

  .mktoForm .mktoRequiredField label.mktoLabel {
    font-size: 16px;
  }

  .mktoForm button.mktoButton {
      font-size: 16px;
      padding: 15px;
  }
      
  .content:not(.noBlock) .dl-flexcontainer__item--left h2, 
  .content:not(.noBlock) .dl-flexcontainer__item--left h3 {
    font-size: 18px;
  }

}