/*
Theme Name: LCG.ver2-2023/08
Theme URI: 
Author: 株式会社CFPコンサルティング
Author URI: 
Description: LIGHT CLINIC GINZA様用テンプレート 2023年8月実装
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 

*2025/12 追記*
-------------------------------------------------------------- */

/* text-alignのリセット*/
.has-text-align-center {
  text-align: center !important;
}

/* メイン画像 */
.pagetitle__wrapepr {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/* margin調整 */
.margin-0 {
  margin-top: 0 !important;
}

.blockeditor__wrapper {
  margin-top: 0;
}

.headline__style1--sub {
  margin-top: 1rem !important;
}

/* ボタン */
.wp-block-button {
  display: flex;
  font-size: 24px;
  font-weight: 900;
}

.wp-block-button__link {
  background-color: #99ca5e;
/*   position: relative;
  display: table;
  text-align: center;
  text-decoration: none;
  padding: 0.75em 3em;
  margin-left: auto;
  margin-right: auto; */
  border-radius: 10px;
/*   font-weight: 700;
  line-height: 1;
   white-space: nowrap;
  letter-spacing: 0.005em;
	font-size: 1em; */
}

/* .wp-block-button__link::after {
  content: "\f138";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-left: 10px;
  color: #ffffff;
}

.wp-block-button__link:hover:after {
  content: "\f138";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-left: 10px;
  color: #99ca5e;
} */

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: auto;
}

.wp-block-button.button {
  padding: 0;

  a {
    padding: 0.75em 2em;
	  transition: all 0.25s ease 0s;
  }
	
	a:hover {
		    color: #99ca5e;
    background-color: rgb(255, 255, 255);
    border: solid 2px #99ca5e;
    transition: all 0.25s ease 0s;
	}
	
	a:before,
		a:hover:before {
			content: "";
    display: block;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    background-color: #FFF;
    border: solid 2px #FFF;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    box-shadow: 0 5px 5px 0 rgba(000, 000, 000, 0.05);
	}
	
	
	a:before,
		a:hover:before {
	    content: "";
    display: block;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    border: solid 2px #99ca5e;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    box-shadow: 0 5px 5px 0 rgba(000, 000, 000, 0.05);
	}
	
	a:after,
		a:hover:after {
			content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 2px var(--color-mossgreen);
    border-right: solid 2px var(--color-mossgreen);
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
	}
}

@media screen and (max-width: 768px) {
    .wp-block-button.button {
        font-size: 18px !important;
    }
}


/* 白背景セクション */
/* .wp-block-group.has-background,
.wp-block-columns.has-background {
  position: relative;
  padding: 2rem 2rem 4rem 2rem;
  box-shadow: 0px 0px 15px rgba(161, 165, 79, 0.15), 0px 0px 30px #fafcd5;
  border-radius: 20px;
  overflow: hidden;

  h3 {
    padding-bottom: 0.5rem;
    border-bottom: solid 5px #99ca5e;
  }
} */

/* 見出し */
/** h2 **/
/* h2.wp-block-heading.has-text-align-center {
  margin-top: 0;
  padding-bottom: 0;
  font-size: 36px;
  line-height: 1.25;
} */

h2.wp-block-heading.has-text-align-center:after {
  content: none;
}

/* h2.wp-block-heading.has-text-align-center + p {
  margin-top: 4px;
  margin-bottom: 1rem;
  line-height: 1;
  color: #99ca5e;
} */

.top_h2 {
  text-align: center;

  h2 {
    display: inline-block;
    /* margin-bottom: 1rem;
    padding-bottom: 1rem !important; */
    border-bottom: solid 7px #99ca5e;
  }
}

/** h3 **/
/* h3.wp-block-heading {
  margin-top: 0;
  text-align: initial;
} */

/* フッター前 お問い合わせセクション */
.sec_footer_contact {
  background: url(https://xs151203.xsrv.jp/sub8/wp-content/uploads/2025/12/mark_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
	padding-bottom: 10px;
}

.contactblock__buttons {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .contactblock__message {
    position: relative;
    transform: none;
    left: 0;
    width: 100%;
	  padding-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
    .contactblock__message {
      margin-bottom: 20px;
    }
}


@media screen and (max-width: 768px) {
  .contactblock__buttons {
    .wp-block-button.button {
      width: 100% !important;
    }
  }
}

/* テキスト */
.has-small-font-size {
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  /* h2,
  h3,
  h4,
  .wp-block-button__link,
  strong {
    text-size-adjust: 70% !important;
  } */

  h2.wp-block-heading.has-text-align-center + p {
    margin-bottom: 0.5rem;
  }

  .blockeditor__wrapper {
    width: 94%;
  }

  .wp-block-button {
    width: 90%;
    text-align: center;
  }

  .wp-block-button__link {
    width: 100%;
    margin: auto;
    padding: 0.75em;
    border-radius: 8px;
    background-color: #99ca5e;
  }
}

/* TOP */

/** 新着動画・Youtubeセクション **/
.sec_youtube {
  div {
    flex: 1;
  }

  iframe {
    border-radius: 20px;
  }

  figure {
    max-width: 100%;
  }

  p {
    margin-top: 1rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 1024px) {
  body .is-layout-flex {
    /* flex-direction: column; */
/*     gap: 1rem; */
  }

  .sec_youtube {
    figure {
      max-width: 100%;
    }

    iframe {
      border-radius: 5px;
    }

    .wp-block-column {
      width: 75%;
      margin: auto;
    }

    p {
      margin-top: 0.5rem;
    }
  }
}

/** がん治療にお悩みの方セクション **/
.column_concern {
  gap: 1rem;

  .wp-block-group {
    position: relative;

    p {
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0;
      background: #ffffff90;
      font-size: 15px;
    }

    img {
      border-radius: 20px;
    }
  }
}

@media screen and (max-width: 1024px) {
  .column_concern.wp-container-core-group-is-layout-6be84c55 {
    img {
      border-radius: 5px;
    }
  }

  .column_concern {
    & .wp-block-group {
      p {
        padding: 0.5em;
        font-size: 14px;
        line-height: 1.2;
      }
    }
  }
}

/* プレシジョンメディシンについて */
@media screen and (max-width: 1024px) {
    .pagetitle__headline {
        font-size: clamp(18px, 20px, 8vw);
    }
}
@media screen and (min-width: 1025px) {
    .pagetitle__headline {
        font-size: clamp(1.625rem, 1.196rem + 0.67vw, 2rem);
    }
}

/** 治療の流れセクション **/
.wp-block-columns.has-background.row_process {
  width: 85%;
  margin-top: 3rem;
  padding: 0;
  padding-left: 2rem;

  h3 {
    color: #34291d;
    border-bottom: 0;
    font-size: 24px;
  }

  .process__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* p {
    margin-top: 0;
  } */
}

@media (min-width: 782px) {
  .wp-block-columns.row_process:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis:auto;
    flex-grow: 1;
  }
	
	  .process__desc p 
	  {
		  
		line-height: 1.5 !important;
	  }
	
}

@media screen and (max-width: 1024px) and (min-width: 783px) {
	
  .wp-block-columns.row_process:not(.is-not-stacked-on-mobile) > .wp-block-column {
	  flex-basis: 0;
	}
}


@media screen and (max-width: 782px) {
  .wp-block-columns.has-background.row_process {
    width: 100%;
    margin-top: 2rem;
    padding-left: 0;
    line-height: 1.5;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 15px rgba(161, 165, 79, 0.15), 0px 0px 30px #fafcd5;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 40px;

    h3 {
      text-align: center;
    }

    .process__desc {
      padding-top: 40px;
      padding-bottom: 18px;
      padding-left: 0;
      width: 80%;
      margin: 0 auto;
    }
	  
  }
}

/** 院長挨拶 **/
.wp-block-group.group_top_message.medicine__wrapper {
  padding: 0 3rem;
		box-shadow: none !important;

  h3 {
    color: #99ca5e;
    /* font-size: 30px; */
  }

  p {
    line-height: 1.25;
  }
}

@media screen and (max-width: 1024px) {
  .group_top_message.wp-block-group.has-background {
    padding: 2rem 1rem;

    img {
      max-width: 250px;
      margin: auto;
    }
  }

      .aboutus__wrapper {
        margin-top: 60px;
        padding: 45px 5% 60px;
        border-radius: 50px;
    }
}

@media screen and (max-width: 768px) {
    .wp-block-group.group_top_message.medicine__wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .medicine__wrapper {
		margin-top: 0;
	}
}

/** 総合がん治療 **/
.sec_top_treatment {
  max-width: 900px;
  margin: auto;

  .wp-block-group {
    max-width: 300px;
    display: flex;
    padding: 1rem;
    border: solid 1px #d9d9d9;
    text-align: center;

    img {
      max-height: 150px;
      object-fit: cover;
    }

    .wp-block-group__inner-container {
      display: flex;
      flex-direction: column;

      p:first-child {
        flex-grow: 1;
		  font-size: 13px;
        color: #d9d6d4;
      }
    }

    p {
      margin-top: 0;
    }
    
  strong {
  font-size: 24px;
}
	  
	  a {
		  font-size: 24px;
		  }
		  
		  .txt_adjust {
			  font-size: 22px !important;
			  }

    figure {
      margin-top: 1rem;
    }
  }
}

@media screen and (max-width: 1024px) {
  .sec_top_treatment.wp-container-core-group-is-layout-6be84c55 {
    a {
/*       text-size-adjust: 75%; */
      line-height: 1.25;
    }

    p {
      line-height: 1.25;
    }

        .wp-block-group {
        padding: 10px;
    }
  }
}

@media (max-width: 767px) {
  .column_concern.wp-container-core-group-is-layout-6be84c55 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sec_top_treatment {
    .wp-block-group:nth-last-child(2) {
      border: solid 1px #d9d9d9;
    }
  }}

@media screen and (min-width: 1025px) {
	.sec_top_treatment {
		.wp-block-group {
			container-type: inline-size;
		}

		.process__subline a {
			font-size: 9cqw;
		}
  }
}

/** 選ばれる理由 **/
.sec_top_reason.wp-block-group.has-background {
  padding: 75px 3rem;

  h2 + p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1;
  }

  img {
    max-width: 450px;
    max-height: 270px;
    object-fit: cover;
    border-radius: 20px;
  }

  p.has-text-color {
    margin-top: 0;
    line-height: 1;
  }

  figure {
    width: 100%;
  }

  p {
    margin-top: 1rem;
    text-align: left;
    line-height: 1.75;
  }
	
	p.fee-sub {
		margin-top: 0;
	}

  strong {
    font-weight: 900;
    line-height: 1;
  }
}

@media screen and (max-width: 1024px) {
  .sec_top_reason.wp-block-group.has-background {
    padding: 75px 1rem;

    img {
      max-width: 100%;
      margin: auto;
      border-radius: 5px;
    }

    h2 + p {
      margin-bottom: 0.5rem;
    }

    /* .wp-block-columns {
      padding-top: 2rem;
      padding-bottom: 2rem;
      border-bottom: dashed 1px #99ca5e;
    } */

    .wp-block-columns + .wp-block-spacer {
      display: none;
    }

    .wp-block-columns:last-child + .wp-block-spacer {
      display: block;
    }

    /* .wp-block-column {
      width: 100%;
    } */

    .order1 {
      div:first-child {
        order: 1;
      }
    }
  }
}

@media screen and (max-width: 1023px) {
  .reason__inner .wp-block-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    border-radius: 10px;
    padding-right: 20px;
    flex-wrap: nowrap !important;
  }

  .reason__inner > div {
    display: flex;
    flex-direction: column;
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }

  .reason__desc {
    width: calc(100% - 150px) !important;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.reason__photo {
		  flex: 0 0 auto !important;
  width: auto !important;
    aspect-ratio: inherit;
  }

  .reason__photo figure {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border-radius: 0px 15px 15px 0px;
    width: 150px !important;
    max-height: 100%;
    aspect-ratio: 1 / 1;
    height: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;

    img {
      border-radius: 0px 15px 15px 0px !important;
      width: 150px !important;
      max-height: 100% !important;
      aspect-ratio: 1 / 1;
      height: 100%;
      margin: 0 !important;
    }
  }
}

/** 診療時間 **/
.table_time table {
  width: 90% !important;
  max-width: 1000px;
  margin: 0 auto;
	table-layout: auto;

  tr {
    border-bottom: solid 2px #e5e4e2;
  }

  tr:first-of-type {
    font-weight: 900;

    td {
      font-size: 20px;
      border: none;
    }
  }

  tr:nth-of-type(n + 2) {
    td:nth-of-type(n + 2) {
      color: #99ca5e;
      font-size: 1.5rem;
      border: none;
    }
  }

  td.has-text-align-left {
    color: #000000 !important;
    background-color: #ffffff !important;
	          border-left: none;
  }

  td {
      padding: 0.5em 0.25em;
      border-left: none;
    border-right: none;
  }
	
}

@media screen and (max-width: 1024px) {
  .table_time table {
    margin-top: 1.5rem;
    font-size: 12px;

    tr {
      display: flex;
      align-items: center;
    }

    tr:nth-of-type(n + 2) {
      td:nth-of-type(n + 2) {
        font-size: 15px !important;
      }
    }

    tr td:first-of-type {
      max-width: 70px;
      min-width: 70px;
    }

    td {
      max-width: calc(100% / 8 - 0.25em);
      min-width: calc(100% / 8 - 0.25em);
      padding: 0.5em 0.25em;
      border-bottom: none;
      font-size: 14px !important;
    }
  }

  .wp-block-table:not(.scrolltable) tr:first-child td:first-child {
    border-top: none !important;
  }
}

@media screen and (min-width: 1025px) {
  tr:nth-of-type(n + 2) {
    td:nth-of-type(n + 2) {
      padding: 1em;
    }
  }
}


/** ニュースセクション **/
.news__list {
  li {
    margin-top: 0 !important;
  }

  li:before {
    content: none !important;
  }

  h2.news__headline:after {
    content: none;
  }

  h2 + p {
    margin-top: 0;
  }
}

.example {
  figure {
    display: inline-block !important;
  }
  img {
    float: none;
    margin: 0 10px 0 10px;
  }
}

.wp-block-columns.has-background.row_process div > p:only-child {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #ffffff;
  background: #99ca5e;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 80px;
}

.process__subline {
  font-weight: bold;
}

@media screen and (max-width: 782px) {
  .process__photo {
    aspect-ratio: initial;
  }
  .process__photo figure {
    display: block;
    position: relative;
    width: 100%;
/*     aspect-ratio: 8 / 5; */
    font-size: 0;
    line-height: 0;
    margin: 0 auto 20px;
  }
}

/* .wp-block-columns.has-background.row_process div:nth-child(2) {
  flex-grow: 1;
} */

@media screen and (min-width: 1025px) {
  /* 治療の流れ - 斜めレイアウト */
  .row_process:nth-child(1) {
    margin-left: 0%;
  }
  .row_process:nth-child(2) {
    margin-left: 3%;
  }
  .row_process:nth-child(3) {
    margin-left: 6%;
  }
  .row_process:nth-child(4) {
    margin-left: 9%;
  }
  .row_process:nth-child(5) {
    margin-left: 12%;
  }
  .row_process:nth-child(6) {
    margin-left: 15%;
  }
}

/* 各種治療法テンプレート */
.pagetitle__photo {
  figure {
    width: 100vw;
  }
}

.container_treatment {
  max-width: 850px;
  margin: auto;

  h2 {
    text-align: left;
    font-size: 36px;
    font-weight: normal;
  }

  h2:before {
    content: "｢";
    font-size: 1.5em;
    font-weight: normal;
  }

  h2:after {
    content: "｣";
    position: relative;
    display: inline;
    background-color: transparent;
    font-size: 1.5em;
    font-weight: normal;
  }

  h3 {
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 15px;
    color: #000000;
    background-color: #99ca5e66;
    font-size: 27px;
    font-weight: normal;
  }

  h4 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding: 16px;
    font-size: 30px;
    font-weight: normal;
    border-left: solid 20px #99ca5e;
  }

  h2 + p,
  * + p {
    margin-top: 0 !important;
    line-height: 1.25;
  }

  a {
    color: #99ca5e;
  }

  p > a {
    display: block;
    position: relative;
    margin-bottom: 8px;
    padding: 1.5rem;
    padding-left: 3rem;
    color: #000000 !important;
    background-color: #99ca5e66;
    text-decoration: none !important;
  }

  p > a:before {
    content: "\f0da";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #99ca5e;
  }

  p > a:after {
    content: "\f35d";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
top: 50%;
    right: 25px;
    transform: translateY(-50%);
    color: #99ca5e;
  }
  

  ul.wp-block-list {
    margin-top: 0;
  }

  li {
    margin-top: 1.5em !important;
    padding-bottom: 1.5em;
    line-height: 1.2;
    border-bottom: dashed 1px #000000;
  }

  ul:not(.normal) > li:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 20px;
    font-size: 0.875em;
    content: "■";
    color: #99ca5e;
  }

  .is-layout-flex {
    align-items: start;

    div:first-child {
      flex-grow: 1;
    }

    img {
      min-width: 300px;
    }
  }

  .wp-block-image {
    margin-right: 0;
    margin-left: 0;
  }

  table {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;

    td {
      width: 50%;
      padding: 2rem;
      line-height: 1.25;
    }

    td:first-child {
      color: #000000 !important;
      background-color: #f5f5f5 !important;
      font-weight: normal;
    }
  }
}

/* 治療法テンプレート - よろずクリニック準拠 */
.yorozu.container_treatment {
  max-width: 850px;
  margin: auto;
  * {
    line-height: calc(26 / 16) !important;
	  text-align: left;
  }

  strong {
    font-weight: bold !important;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2 !important;
  }

  h2 {
    position: relative;
    display: flex;
    --fs: 27;
    font-size: calc((var(--fs) / 16) * 1rem);
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 8px 10px;
	  margin-top: 135px;
    margin-bottom: 45px;
  }

  h2:before {
    align-self: flex-start;
    border-top: 2px solid #757575;
    border-left: 2px solid #757575;
    transform: translate(-10px, -8px);
    content: "";
    width: 13px;
    min-width: 13px;
    height: 30px;
  }

  h2:after {
    align-self: flex-end;
    border-right: 2px solid #757575;
    border-bottom: 2px solid #757575;
    transform: translate(10px, 8px);
    content: "";
    width: 13px;
    min-width: 13px;
    height: 30px;
  }

  h3 {
    --fs: 19;
    font-size: calc((var(--fs) / 16) * 1rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: 5px;
        margin-top: 40px;
    padding: 10px 15px;
  }

  h4 {
    position: relative;
    display: flex;
    gap: 15px;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 0;
    --fs: 22;
    font-size: var(--font-size);
    --font-size: calc((var(--fs) / 16) * 1rem);
    letter-spacing: 0.05em;
    font-weight: 500;
    border-left: none;
  }

  h4::before {
    content: "";
    width: 10px;
    min-width: 10px;
    height: 40px;
    margin-top: -8px;
    background: #99ca5e;
  }

  p > a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 76px;
    padding: 10px 50px 10px 25px;
    text-decoration: none;
    box-sizing: border-box;
  }

  .wp-block-separator {
    border-top: 1px solid #6a6a6a;
  }

  ul:not(.normal) > li:before {
    top: 8px;
  }

  li {
    position: relative;
    margin-top: 0 !important;
    padding: 8px;
    padding-left: 25px;
    border-bottom: 1px dashed #000000;
  }

  ol {
    
  counter-reset: ol_number;
  }

  ol li {
    padding-left: 20px;
  }

  
  ol li:first-letter {
    color: #34291D;
  }

  ol li:before {
    counter-increment: ol_number 1;
    content: counter(ol_number) ".";
    --fs: 20;
    font-weight: 900;
    letter-spacing: 0.15em;
    color: #99ca5e;
    position: absolute;
    top: 8px;
    left: 0;
  }

  tr {
    border-top: solid 1px #d6d6d6 !important;
  }

  td {
    width: auto;
    display: table-cell;
    align-items: center;
    width: 50%;
    padding: 10px;
    border-color: #d6d6d6 !important;
  }

  .table_nobg {
    table {
      min-width: 600px;
    }

    td:first-child {
      width: 50%;
      background-color: transparent !important;
      border-color: #000000;
    }

    td:nth-child(n+2) {
      width: 25%;
      background-color: transparent !important;
      border-color: #000000;
    }
  }

  @media screen and (max-width: 1024px) {
    h2,
    h3,
    h4,
    .wp-block-button__link,
    strong {
      text-size-adjust: 100%;
    }
  }

  @media screen and (max-width: 767px) {
    a {
      --fs: 15;
      line-height: 1.3;
      padding: 5px 30px 5px 12px !important;
    }

    a:before {
      left: 10px;
    }

    a:after {
      right: 8px;
    }
	  
	  h2 {
      --fs: 22;
		  margin-top: 80px;
      margin-bottom: 20px;
	  }
    
    h3 {
      --fs: 17;
      font-size: calc((var(--fs) / 16) * 1rem);
      padding: 10px;
    }

    h4 {
      --fs: 17;
      gap: 10px;
      margin-bottom: 15px;
    }

    h4::before {
      width: 8px;
      min-width: 8px;
      height: 30px;
      margin-top: -3px;
    }
  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

  :where(.wp-block-columns) {
    margin-bottom: 1.75em;
}
    & .is-layout-flex {
        img {
            min-width: 100%;
        }
    }

    .wp-block-columns.is-not-stacked-on-mobile {
              gap: 15px;
                  margin-bottom: 1.75em;
    }
}

@media screen and (max-width: 767px) {
    .yorozu.container_treatment{
      padding-right: 20px;
      padding-left: 20px;
    }
}