@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

.c-meta__item.c-meta__item--categories span {
  margin-right: 10px;
}

.single-materials .c-meta__item--categories {
  display: none;
}

.single-materials .c-meta__item--materials-terms a {
  background-color: var(--wp--preset--color--sm-accent);
  color: var(--wp--preset--color--white);
  display: inline-block;
  font-weight: 700;
  --_font-size-level: -2;
  font-size: var(--_font-size);
  line-height: var(--_line-height);
  padding: calc(var(--_padding-2) * .5) var(--_padding-2);
  margin-right: 10px;
}

.fv-container {
  position: relative;
}

.fv-copy {
  position: absolute;
  bottom: 0;
  left: min(2vw, 40px);
  width: min(65%, 900px);
  height: auto;
  z-index: 2;
}

@media (max-width: 1024px) {
  .fv-copy {
    width: min(70%, 800px);
  }
}

@media (max-width: 599px) {
  .fv-copy {
    width: min(90%, 600px);
  }
}

.c-navbar__item {
  flex: 0 0 auto;
}

.c-navbar {
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .p-archive .c-entries__item>a .c-entry-summary__body {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .c-entries--text2 .c-entry-summary__meta .c-meta__item--categories {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}

@media screen and (max-width: 599px) {
  .materials-page .c-entries--text2 .c-entry-summary__meta .c-meta__item--categories {
    align-items: center;
    justify-content: center;
  }
}


.c-drawer__item form {
  display: none;
}

.l-2row-header .p-global-nav .c-navbar__item>a {
  padding-top: 5px;
}

.header_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.header-tel {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: bold;
  font-size: 1.15rem;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

.is-single-header .header-tel {
  color: var(--wp--preset--color--text);
}

.header-tel:hover {
  opacity: 0.8;
}

.header-mail {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: bold;
  font-size: .9rem;
  text-decoration: none;
  color: #fff;
  background-color: var(--wp--preset--color--sm-accent);
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  min-width: 200px;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s ease;
}

.header-mail:hover {
  opacity: 0.8;
}

.top-service__title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: bold;
  font-size: 10.5em;
  text-align: right;
  margin-bottom: 40px;
  opacity: 0.2;
  color: #fff;
  white-space: nowrap !important;
  line-height: 1;
  margin-bottom: 1rem;
}

.top-service .c-row {
  flex-wrap: nowrap;
  align-items: center;
}

@media (max-width: 1440px) {
  .top-service__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: bold;
    font-size: 12vw;
    text-align: right;
    margin-bottom: 40px;
    opacity: 0.2;
    color: #fff;
    white-space: nowrap !important;
    line-height: 1;
  }

  .top-service .c-row__col:first-child {
    padding-block: 4rem;
  }

  .top-service .c-row__col:last-child {
    /* width: 100vw;
  flex: 0;
  max-width: none; */
  }

  .top-service .c-row {
    flex-wrap: nowrap;
    align-items: center;
  }

  .top-service .c-container {
    margin-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .top-service__title {
    font-size: 4rem;
  }

  .top-service .c-row {
    flex-direction: column;
    align-items: center;
  }

  .top-service .c-row__col:first-child {
    padding-top: 4rem;
    padding-bottom: 0;
    padding-right: var(--_container-margin-right);
  }

  .top-service .c-row__col {
    --_item-width: 100% !important;
  }

  .top-service .c-container {
    margin-right: auto;
    padding-right: 0;
  }
}

.top-search {
  position: relative;
}

.top-search__title {
  position: absolute;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: bold;
  font-size: 10.5em;
  text-align: right;
  margin-bottom: 40px;
  opacity: 0.4;
  color: #fff;
  white-space: nowrap !important;
  line-height: 1;
  right: 0;
  top: -31%;
}

@media (max-width: 1024px) {
  .top-search__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: bold;
    font-size: 12vw;
    text-align: right;
    margin-bottom: 40px;
    opacity: 0.2;
    color: #fff;
    white-space: nowrap !important;
    line-height: 1;
    top: -13%;
  }
}

@media (max-width: 599px) {
  .top-search__title {
    font-size: 3.75rem;
    top: -3.75rem;
  }

  .top-search .c-container {}

}

.top-search .sms-search-box__content .sms-item {
  padding: 0;
}

.top-search .sms-search-box__clear {
  display: none;
}

.top-search .sms-search-box__action {
  justify-content: center;
}

.top-solutions .c-container {}

.top-solutions .c-entries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  justify-content: center;
}

@media (max-width: 599px) {
  .top-solutions .c-entries {
    grid-template-columns: 1fr;
  }
}

.top-solutions .c-entries--large-image>:where(:not(:first-child)) {
  margin-block: 0 !important;

}

.top-solutions .c-entry-summary__body {
  background-color: rgba(0, 0, 0, 0.5);
}

.c-entry-summary__term {
  background-color: var(--wp--preset--color--sm-accent) !important;
  border: none !important;
  color: #fff !important;
}

.l-footer {
  background-color: #1d1d1d;
  color: #fff;
}

.l-footer a {
  color: #fff;
}

.l-footer a:hover {
  color: var(--wp--preset--color--sm-accent);
}

.l-footer a:visited {
  color: #fff;
}

.l-footer__footer {
  background-color: #1d1d1d !important;
  color: #fff !important;
  text-align: center;
}

.history-timeline {
  position: relative;
  padding-left: 30px;
  border-left: 2px solid var(--wp--preset--color--sm-accent);
}

.history-item {
  position: relative;
  margin-bottom: 40px;
}

.history-item::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: var(--wp--preset--color--sm-accent);
  border-radius: 50%;
  z-index: 1;
}

.history-item:first-child::after {
  content: "";
  position: absolute;
  left: -37px;
  top: 0px;
  width: 12px;
  height: 7px;
  background: #fff;
  z-index: 2;
}

.history-date {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}

.history-content {
  color: #555;
  line-height: 1.8;
}

/* ================================
  Snow Monkey向け Utility CSS 雛形
  Breakpoints:
  - SP: <= 599px
  - TB: 600px - 1023px
  - PC: >= 1024px
================================ */

/* ---------
  0) 便利：ブロック全般で効かせやすい
--------- */
:where(.u-txt, .u-m) {
  /* 特に何もしない。クラスグループ用 */
}


/* ---------
  1) 文字サイズ（font-size）
  ※ rem基準：1rem=16px想定
--------- */
/* PC */
.u-fs-12 {
  font-size: .75rem;
}

.u-fs-14 {
  font-size: .875rem;
}

.u-fs-16 {
  font-size: 1rem;
}

.u-fs-18 {
  font-size: 1.125rem;
}

.u-fs-20 {
  font-size: 1.25rem;
}

.u-fs-24 {
  font-size: 1.5rem;
}

.u-fs-28 {
  font-size: 1.75rem;
}

.u-fs-32 {
  font-size: 2rem;
}

/* TB以下 */
@media (max-width: 1023px) {
  .u-fs-tb-12 {
    font-size: .75rem;
  }

  .u-fs-tb-14 {
    font-size: .875rem;
  }

  .u-fs-tb-16 {
    font-size: 1rem;
  }

  .u-fs-tb-18 {
    font-size: 1.125rem;
  }

  .u-fs-tb-20 {
    font-size: 1.25rem;
  }

  .u-fs-tb-24 {
    font-size: 1.5rem;
  }
}

/* SPのみ */
@media (max-width: 599px) {
  .u-fs-sp-12 {
    font-size: .75rem;
  }

  .u-fs-sp-14 {
    font-size: .875rem;
  }

  .u-fs-sp-16 {
    font-size: 1rem;
  }

  .u-fs-sp-18 {
    font-size: 1.125rem;
  }

  .u-fs-sp-20 {
    font-size: 1.25rem;
  }
}

/* ---------
  2) 文字揃え（text-align）
  Gutenbergの has-text-align-* に勝つため important
--------- */
/* PC */
.u-ta-left {
  text-align: left !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-ta-right {
  text-align: right !important;
}

/* TB以下 */
@media (max-width: 1023px) {
  .u-ta-tb-left {
    text-align: left !important;
  }

  .u-ta-tb-center {
    text-align: center !important;
  }

  .u-ta-tb-right {
    text-align: right !important;
  }
}

/* SPのみ */
@media (max-width: 599px) {
  .u-ta-sp-left {
    text-align: left !important;
  }

  .u-ta-sp-center {
    text-align: center !important;
  }

  .u-ta-sp-right {
    text-align: right !important;
  }
}

/* ---------
  3) 余白（margin）
  - mt/mb/ml/mr: 方向
  - 数字：px
  - レスポンシブは -tb / -sp を付ける
--------- */
/* PC: margin-top */
.u-mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* TB以下 */
@media (max-width: 1023px) {
  .u-mt-tb-0 {
    margin-top: 0 !important;
  }

  .u-mt-tb-8 {
    margin-top: 8px !important;
  }

  .u-mt-tb-16 {
    margin-top: 16px !important;
  }

  .u-mt-tb-24 {
    margin-top: 24px !important;
  }

  .u-mt-tb-32 {
    margin-top: 32px !important;
  }

  .u-mt-tb-40 {
    margin-top: 40px !important;
  }

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

  .u-mb-tb-8 {
    margin-bottom: 8px !important;
  }

  .u-mb-tb-16 {
    margin-bottom: 16px !important;
  }

  .u-mb-tb-24 {
    margin-bottom: 24px !important;
  }

  .u-mb-tb-32 {
    margin-bottom: 32px !important;
  }

  .u-mb-tb-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-tb-48 {
    margin-bottom: 48px !important;
  }

  .u-mb-tb-56 {
    margin-bottom: 56px !important;
  }

  .u-mb-tb-64 {
    margin-bottom: 64px !important;
  }

  .u-mb-tb-72 {
    margin-bottom: 72px !important;
  }

  .u-mb-tb-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-tb-88 {
    margin-bottom: 88px !important;
  }

  .u-mb-tb-96 {
    margin-bottom: 96px !important;
  }

  .u-mb-tb-104 {
    margin-bottom: 104px !important;
  }

  .u-mb-tb-112 {
    margin-bottom: 112px !important;
  }

  .u-mb-tb-120 {
    margin-bottom: 120px !important;
  }
}

/* SPのみ */
@media (max-width:599px) {
  .u-mt-sp-0 {
    margin-top: 0 !important;
  }

  .u-mt-sp-8 {
    margin-top: 8px !important;
  }

  .u-mt-sp-16 {
    margin-top: 16px !important;
  }

  .u-mt-sp-24 {
    margin-top: 24px !important;
  }

  .u-mt-sp-32 {
    margin-top: 32px !important;
  }

  .u-mt-sp-40 {
    margin-top: 40px !important;
  }

  .u-mt-sp-48 {
    margin-top: 48px !important;
  }

  .u-mt-sp-56 {
    margin-top: 56px !important;
  }

  .u-mt-sp-64 {
    margin-top: 64px !important;
  }

  .u-mt-sp-72 {
    margin-top: 72px !important;
  }

  .u-mt-sp-80 {
    margin-top: 80px !important;
  }

  .u-mt-sp-88 {
    margin-top: 88px !important;
  }

  .u-mt-sp-96 {
    margin-top: 96px !important;
  }

  .u-mt-sp-104 {
    margin-top: 104px !important;
  }

  .u-mt-sp-112 {
    margin-top: 112px !important;
  }

  .u-mt-sp-120 {
    margin-top: 120px !important;
  }

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

  .u-mb-sp-8 {
    margin-bottom: 8px !important;
  }

  .u-mb-sp-16 {
    margin-bottom: 16px !important;
  }

  .u-mb-sp-24 {
    margin-bottom: 24px !important;
  }

  .u-mb-sp-32 {
    margin-bottom: 32px !important;
  }

  .u-mb-sp-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-sp-48 {
    margin-bottom: 48px !important;
  }

  .u-mb-sp-56 {
    margin-bottom: 56px !important;
  }

  .u-mb-sp-64 {
    margin-bottom: 64px !important;
  }

  .u-mb-sp-72 {
    margin-bottom: 72px !important;
  }

  .u-mb-sp-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-sp-88 {
    margin-bottom: 88px !important;
  }

  .u-mb-sp-96 {
    margin-bottom: 96px !important;
  }

  .u-mb-sp-104 {
    margin-bottom: 104px !important;
  }

  .u-mb-sp-112 {
    margin-bottom: 112px !important;
  }

  .u-mb-sp-120 {
    margin-bottom: 120px !important;
  }
}

/* =============================
   Responsive Display Utilities
   SP:  <= 599px
   TB:  600px - 1023px
   PC:  >= 1024px
============================= */

/* SPだけ非表示 */
@media (max-width: 599px) {
  .u-hide-sp {
    display: none;
  }
}

/* TBだけ非表示 */
/* @media (min-width:600px) and (max-width:1023px) {
 .u-hide-tb {
  display: none;
 }
} */

/* PCだけ非表示 */
@media (min-width:600px) {
  .u-hide-pc {
    display: none;
  }
}

/* モバイル全体（〜1023）非表示 */
/* @media (max-width:1023px) {
 .u-hide-mob {
  display: none;
 }
} */

.top-strengths__title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: bold;
  font-size: 5.75rem;
  text-align: right;
  line-height: 0.2;
  margin-bottom: 1.5rem;
  white-space: wrap;
  word-break: break-all;
}

@media (max-width: 599px) {
  .top-strengths__title {
    font-size: 3.75rem;
  }
}

.top-strengths__num {
  white-space: nowrap !important;
  line-height: 1;
}

.top-strengths__listflex {
  margin-bottom: 1rem !important;
}

@media (max-width: 599px) {
  .top-strengths__list {
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .top-strengths__listflex {
    margin-bottom: 0rem !important;
  }

}

.p-comments,
.p-trackbacks {
  display: none;
}

.c-contact {
  width: 100%;
}

.c-contact .c-contact__text {
  text-align: center;
}

.c-contact .c-contact__text h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 989px) {
  .c-contact .c-contact__text h2 {
    font-size: 18px;
  }
}

.c-contact .c-contact__text p {
  padding: 40px 0 0;
  line-height: 1.4;
}

@media screen and (max-width: 989px) {
  .c-contact .c-contact__text p {
    padding: 20px 0 0;
    text-align: left;
  }
}

.c-contact .cmn_table {
  padding: 40px 0 0;
}

@media screen and (max-width: 989px) {
  .c-contact .cmn_table {
    padding: 20px 0 0;
  }
}

.c-contact .cmn_table dl {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 20px;
  border-bottom: 1px solid #d1d1d1;
  padding: 30px 0;
}

.c-contact .cmn_table dl:first-child {
  border-top: 1px solid #d1d1d1;
}

@media screen and (max-width: 989px) {
  .c-contact .cmn_table dl {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 20px 0;
  }
}

.c-contact .cmn_table dl dt {
  vertical-align: top;
  display: table-cell;
  box-sizing: border-box;
  text-align: left;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
}

@media screen and (max-width: 989px) {
  .c-contact .cmn_table dl dt {
    margin-top: 0;
  }
}

.c-contact .cmn_table dl dt span {
  font-size: 12px;
  color: #ff0a0a;
  display: block;
}

@media screen and (max-width: 989px) {
  .c-contact .cmn_table dl dt span {
    display: inline-block;
    padding-left: 10px;
  }
}

.c-contact .cmn_table dl dd {
  vertical-align: top;
  display: table-cell;
  box-sizing: border-box;
  width: 100%;
  align-self: center;
}

.c-contact .cmn_table dl dd input,
.c-contact .cmn_table dl dd textarea {
  width: 100%;
  padding: 5px 5px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  height: 40px;
}

.c-contact .cmn_table dl dd textarea {
  height: 200px;
}

.c-contact .contact_btn {
  margin-top: 50px;
  text-align: center;
}

.c-contact .contact_btn li {
  display: inline;
  vertical-align: top;
  padding: 10px 10px;
  transition: 0.5s;
}

@media screen and (max-width: 989px) {
  .c-contact .contact_btn li {
    padding: 5px 0;
  }
}

@media screen and (min-width: 990px) {
  .c-contact .contact_btn li:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
}

.c-contact .contact_btn li [type=submit],
.c-contact .contact_btn li [type=button] {
  width: 498px;
  height: 90px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  background: none;
  background: var(--wp--preset--color--sm-accent);
  color: #fff;
  border: none;
  margin: 0 auto 0;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}

@media screen and (max-width: 989px) {

  .c-contact .contact_btn li [type=submit],
  .c-contact .contact_btn li [type=button] {
    width: 260px;
    height: 60px;
    margin: 0 auto 0;
    font-size: 18px;
  }
}

.mail_thanks {
  padding: 30px;
  text-align: center;
  border: 2px solid #000;
}

.wpcf7c-conf {
  background: rgba(0, 0, 0, 0.1);
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}

.radio-wrap p {
  text-align: left;
}

/* 全幅グレー背景 */
.solution-archive-lead {
  background: #f7f7f7;
  padding: 3rem 1.5rem;
  margin-bottom: 3rem;
}


/* テキスト */
.solution-archive-lead__text {
  text-align: center;
}

/* スマホ時だけ右寄せ */
@media (max-width: 640px) {
  .solution-archive-lead__text {
    text-align: left;
  }
}

.serach-box {
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff; */
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 4rem !important;
}

@media (max-width: 640px) {
  .serach-box {
    padding: 1rem !important;
    margin-inline: 1rem !important;
  }


}

.page-id-32 .l-contents__inner:first-child,
.post-type-archive-materials .l-contents__inner:first-child {
  padding-top: 0;
}

/* 記事作者プロフ */
.wp-profile-box {
  display: none;
}

.materials-page li.c-meta__item.c-meta__item--author {
  display: none;
}


/* 化粧品詳細ページ */
.materials-page li.c-meta__item.c-meta__item--materials-terms {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

/* 化粧品一覧ページ */
.materials-page li.c-meta__item.c-meta__item--published {
  display: none;
}

.materials-page .sms-search-box__content {
  --sms--gap: var(--_margin-1) var(--_margin2);
  display: grid;
}

.materials-page .sms-keyword-search__header.sms-form-control__header {
  padding: 0em 1em;
  color: #494949;
  background: transparent;
  border-left: solid 3px var(--wp--preset--color--sm-accent);
  font-size: 1.2rem;
  margin: 1rem 0;
}

.materials-page .sms-taxonomy-search__header.sms-form-control__header {
  padding: 0em 1em;
  color: #494949;
  background: transparent;
  border-left: solid 3px var(--wp--preset--color--sm-accent);
  font-size: 1.2rem;
  margin: 1rem 0;
}

.materials-page .sms-search-box__content .sms-item {
  padding: 10px 10px;
}


.materials-page .c-entry-summary__term {
  background-color: initial;
  border: 1px solid;
  color: var(--accent-color, #cd162c);
  display: inline-block;
  font-weight: 400;
  line-height: 1.2;
  min-width: 100px;
  padding: .25rem .5rem;
  text-align: center;
}

@media (max-width: 599px) {
  .materials-page .c-entry-summary__term {
    min-width: 0;
  }
}

.l-header--overlay-lg .c-navbar__item>a {
  color: #fff;
}

.l-header--overlay-lg .c-navbar__item>a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
}

.l-header__drop-nav .c-navbar__item>a {
  color: var(--wp--preset--color--text);
  transition: all 0.3s ease;
}

.l-header__drop-nav .c-navbar__item>a:hover {
  border: none;
  color: var(--wp--preset--color--text);
  opacity: 0.7;
}

.materials-page .c-entries__item>a .c-entry-summary__body {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;

}

@media screen and (max-width: 599px) {
  .materials-page .c-entries__item>a .c-entry-summary__body {
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.materials-page .c-entries--text2 .c-entry-summary__meta {
  font-weight: 400;
  justify-content: flex-start;
  margin-top: var(--_margin-2);
  margin-top: 0;
}

.materials-page .c-entries--text .c-entries__item>a,
.materials-page .c-entries--text2 .c-entries__item>a {
  padding: 2rem 1rem;
  flex: 1;
}

@media screen and (max-width: 599px) {

  .materials-page .c-entries--text .c-entries__item>a,
  .materials-page .c-entries--text2 .c-entries__item>a {
    padding: 1rem;
  }
}

.materials-page .c-entries--simple .c-entries__item,
.materials-page .c-entries--text .c-entries__item,
.materials-page .c-entries--text2 .c-entries__item {
  border: 1px solid var(--wp--preset--color--sm-lighter-gray);
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
}

@media screen and (max-width: 599px) {

  .materials-page .c-entries--text .c-entries__item,
  .materials-page .c-entries--text2 .c-entries__item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
  }
}

.materials-page .c-entries--simple,
.materials-page .c-entries--text,
.materials-page .c-entries--text2 {
  border: none;
}

.materials-page .c-entries--text2 .c-entry-summary__title {
  --_font-size-level: 0;
  font-weight: bold;
}









ーーーーーーーーーーー .materials-page .is-style-RJE_R002LP_news_list:not(:root) .c-entries--text2 .c-entry-summary__body {
  align-items: flex-start;
  flex-direction: row;
}

.materials-page .is-style-RJE_R002LP_news_list:not(:root) .c-entries--text2 .c-entry-summary__body {
  align-items: center;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

/* ===== Favorite button: round heart design ===== */
.sm-fav-ico {
  display: none;
}

/* 丸ボタン */
.sm-fav-btn {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: none;
  background-color: #fff;
  padding: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  /* ← ここでハート画像を指定 */
  background-image: url('/wp-content/uploads/2026/02/heart_open.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

/* 押した状態 */
.sm-fav-btn[aria-pressed="true"] {
  background-image: url('https://xs036411.xsrv.jp/wp-content/uploads/2026/02/heart_close.png');
}

.smb-read-more-box__content {
  overflow: hidden;
}

/* 続きを見るボタンを黒フラットに */
.smb-read-more-box__button {
  background: #fff !important;
  border: 2px solid var(--wp--preset--color--sm-accent) !important;
  color: var(--wp--preset--color--sm-accent) !important;
  border-radius: 4px;
  padding: 8px 48px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 600px;
  width: 320px;
  transition: background 0.2s ease, opacity 0.2s ease;
}

/* 中央寄せ */
.smb-read-more-box__action {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}


/* hover */
.smb-read-more-box__button:hover {

  opacity: 0.7;
}

/* 押した時 */
.smb-read-more-box__button:active {
  transform: translateY(1px);
}

.sms-search-box__action {
  justify-content: center;
  flex-direction: column;
}

.sms-search-box__action .sms-search-box__clear {
  display: none;
}

.sms-search-box__action .c-btn {
  /* min-width: 100%; */
  font-weight: bold;
}

.sms-item {
  padding-inline: 0 !important;
}

#sms-readmore .sms-item:last-child {
  margin-bottom: 2rem;
}

.floating-side-actions {
  position: fixed;
  right: 0px;
  top: 280px;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media screen and (max-width: 1023px) {
  .floating-side-actions {
    top: 140px;
    gap: 8px;
  }
}

.fsa-btn {
  width: 78px;
  height: 66px;
  background: #fff;
  /* border: 2px solid var(--wp--preset--color--sm-accent); */
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
  position: relative;
  padding: 10px 0px 12px;
}

@media screen and (max-width: 1023px) {
  .fsa-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--wp--preset--color--sm-lighter-gray);
    box-shadow: none;
  }
}

.fsa-icon {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1023px) {
  .fsa-icon {
    margin-top: -4px;
  }
}

.fsa-label {
  font-size: 12px;
  font-weight: 700;
  color: #111;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .fsa-label {
    display: none;
  }
}

.fsa-btn--fav .fsa-icon {
  transform: translateY(2px);
}

.fsa-btn--fav .fsa-label {
  color: #ff4b4b;
  /* 画像の赤っぽく */
}

/* ふきだし（検索ボタンだけ） */

/* ホバー */
.fsa-btn:hover {
  transform: translateY(-2px);
}

.fsa-btn {
  transition: transform .15s ease, box-shadow .15s ease;
}

.fsa-btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}
