/* ============================================
   肝臓ページ専用CSS (liver.css)
   sec-feature / about-list / feature詳細セクション
   カラー定義:
     green: #009c6c
     light-green: #eff8f5
     orange: #f4862b
     yellow: #f1dd59
   ============================================ */

/* --- CSS変数定義 --- */
.m-liver {
  --lv-green: #009c6c;
  --lv-light-green: #eff8f5;
  --lv-orange: #f4862b;
  --lv-yellow: #f1dd59;
}

/* --- ユーティリティ --- */
.m-liver .sec-feature .line {
  padding-bottom: 2px;
  border-bottom: solid 3px #f4862b;
}
.m-liver .sec-feature .marker {
  background: linear-gradient(to bottom, transparent 70%, #f1dd59 50%);
}
.m-liver .sec-feature .mt20 {
  margin-top: 20px;
}
.m-liver .sec-feature .mt30 {
  margin-top: 30px;
}
.m-liver .sec-feature .mt50 {
  margin-top: 50px;
}
.m-liver .sec-feature .tL {
  text-align: left;
}

/* --- inner --- */
.m-liver .sec-feature .feature-inner.inner,
.m-liver .sec-feature > .inner {
  max-width: 1110px;
  margin-inline: auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .m-liver .sec-feature .feature-inner.inner,
  .m-liver .sec-feature > .inner {
    padding: 0 30px;
  }
}

/* ============================================
   サマリーセクション (sec-feature--summary)
   ============================================ */
.m-liver .sec-feature--summary {
  padding: 60px 0;
  background: #f5f9f7;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--summary {
    padding: 40px 0;
  }
}
.m-liver .sec-feature--summary .about-ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #009c6c;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--summary .about-ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}

/* ============================================
   about-list カード共通
   ============================================ */
.m-liver .about-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .m-liver .about-list {
    flex-direction: column;
    gap: 15px;
  }
}
.m-liver .about-list li {
  width: calc((100% - 40px) / 3);
  border: solid 1px #f4862b;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .m-liver .about-list li {
    width: 100%;
  }
}
.m-liver .about-list li dl {
  height: 100%;
  margin-bottom: 0;
}
.m-liver .about-list li dl dt {
  background: linear-gradient(90deg, #fe7b0e, #ff9c49);
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .m-liver .about-list li dl dt {
    font-size: 20px;
    height: 46px;
  }
}
.m-liver .about-list li dl dd {
  padding: 12px 15px;
  height: calc(100% - 52px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .m-liver .about-list li dl dd {
    padding: 12px 15px;
    height: auto;
    gap: 10px;
  }
}
.m-liver .about-list li dl dd p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
}
.m-liver .about-list li dl dd small {
  font-size: 1.2rem;
  color: #888;
}
.m-liver .about-list li dl dd figure {
  margin-top: 5px;
}
.m-liver .about-list li dl dd figure img {
  width: 100%;
  height: auto;
}

/* ============================================
   5つの特長ヘッダー (sec-feature--top)
   ============================================ */
.m-liver .sec-feature--top {
  padding: 80px 0 0;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--top {
    padding-top: 50px;
  }
}
.m-liver .sec-feature--top .feature-catch {
  color: #f4862b;
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
}
.m-liver .sec-feature--top .feature-ttl-top {
  margin-top: 15px;
}
.m-liver .sec-feature--top .feature-ttl-top span {
  color: #009c6c;
}
.m-liver .sec-feature--top .feature-ttl-top span b {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--top .feature-ttl-top span b {
    font-size: 3.6rem;
  }
}
.m-liver .sec-feature--top .about-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--top .about-list {
    margin-top: 25px;
  }
}

/* ============================================
   sec-feature 共通 (特長①〜⑤)
   ============================================ */
.m-liver .sec-feature {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature {
    margin-top: 50px;
  }
}
.m-liver .sec-feature .feature-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-liver .sec-feature .feature-ttl figure {
  width: 289px;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature .feature-ttl figure {
    width: 55vw;
  }
}
.m-liver .sec-feature .feature-ttl > span {
  border: solid 2px #009c6c;
  border-radius: 4px;
  padding: 20px;
  width: 510px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature .feature-ttl > span {
    width: 100%;
    padding: 12px 10px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature .feature-ttl > span.small {
    font-size: 2.1rem;
  }
}
.m-liver .sec-feature .feature-lead {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature .feature-lead {
    text-align: left;
  }
}

/* feature-image */
.m-liver .sec-feature .feature-image {
  margin-top: 40px;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature .feature-image {
    margin-top: 20px;
  }
}
.m-liver .sec-feature .feature-image img,
.m-liver .sec-feature .feature-image02 img {
  width: 100%;
  height: auto;
}

/* feature-image02 */
.m-liver .sec-feature .feature-image02 {
  margin: 40px auto 0;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature .feature-image02 {
    margin-top: 30px;
  }
}

/* feature-column2 */
.m-liver .sec-feature .feature-column2 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature .feature-column2 {
    row-gap: 30px;
    margin-top: 30px;
  }
}
.m-liver .sec-feature .feature-column2-item {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .m-liver .sec-feature .feature-column2-item {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature .feature-column2-item {
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-liver
    .sec-feature
    .feature-column2-item:nth-child(2n)
    .feature-column2-text {
    order: 2;
  }
}
.m-liver .sec-feature .feature-column2-text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature .feature-column2-text {
    line-height: 1.8;
  }
}
.m-liver .sec-feature .feature-column2-text > * + * {
  margin-top: 20px;
}
.m-liver .sec-feature .feature-column2-text h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature .feature-column2-text h3 {
    font-size: 2rem;
    text-align: center;
  }
}
.m-liver .sec-feature .feature-column2-text b {
  font-weight: bold;
  color: #009c6c;
}
.m-liver .sec-feature .feature-column2 figure img {
  width: 100%;
  height: auto;
}

/* ============================================
   特長① フレッシュ細胞
   ============================================ */
.m-liver .sec-feature--01 {
  padding: 80px 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--01 {
    padding: 50px 0;
  }
}

/* ============================================
   特長② 2億個 背景色
   ============================================ */
.m-liver .sec-feature--02 {
  background: #eff8f5;
  padding: 80px 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--02 {
    padding: 50px 0;
  }
}

/* ============================================
   特長③ (attention-v2) 脂肪由来
   ============================================ */
.m-liver .sec-feature--attention.attention-v2 {
  margin-top: 0;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--attention.attention-v2 {
    padding: 50px 0;
  }
}
.m-liver .sec-feature--attention.attention-v2 > .feature-ttl,
.m-liver .sec-feature--attention.attention-v2 > .inner {
  max-width: 1110px;
  margin-inline: auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .m-liver .sec-feature--attention.attention-v2 > .feature-ttl,
  .m-liver .sec-feature--attention.attention-v2 > .inner {
    padding: 0 30px;
  }
}
.m-liver .attention-v2__lead {
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .m-liver .attention-v2__lead {
    text-align: left;
  }
}
.m-liver .attention-v2__grid {
  display: grid;
  gap: 40px;
  margin-top: 40px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .m-liver .attention-v2__grid {
    grid-template-columns: 1fr 1fr;
    max-width: 880px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .m-liver .attention-v2__grid {
    gap: 30px;
    margin-top: 30px;
  }
}
.m-liver .attention-v2__image img {
  width: 100%;
  height: auto;
}
.m-liver .attention-v2__points {
  text-align: left;
}
.m-liver .attention-v2__points-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #009c6c;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .m-liver .attention-v2__points-ttl {
    text-align: center;
    font-size: 2rem;
  }
}
.m-liver .attention-v2__points-list {
  list-style: none;
  padding: 0;
}
.m-liver .attention-v2__points-list li {
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.6rem;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.m-liver .attention-v2__points-list li .check {
  color: #009c6c;
  font-weight: bold;
  font-size: 1.8rem;
  flex-shrink: 0;
}

/* ============================================
   特長④ 自己血 (sec-feature--03)
   ============================================ */
.m-liver .sec-feature--03 {
  padding: 80px 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--03 {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .m-liver .sec-feature--03 .feature-inner {
    padding: 0 80px;
  }
}

/* ============================================
   特長⑤ 分離シート (sec-feature--04) 背景色
   ============================================ */
.m-liver .sec-feature--04 {
  background: #eff8f5;
  padding: 80px 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--04 {
    padding: 40px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .m-liver .sec-feature--04 .feature-inner {
    padding: 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .m-liver .sec-feature--04 .feature-ttl > span {
    width: 780px;
  }
}

/* feature-technology */
.m-liver .sec-feature--04 .feature-technology {
  margin-top: 60px;
  padding: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--04 .feature-technology {
    margin-top: 40px;
    padding: 30px 20px;
  }
}
.m-liver .sec-feature--04 .feature-technology-content {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .m-liver .sec-feature--04 .feature-technology-content {
    width: 420px;
  }
}
.m-liver .sec-feature--04 .feature-technology-ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--04 .feature-technology-ttl {
    text-align: center;
    line-height: 1.7;
  }
}
.m-liver .sec-feature--04 .feature-technology-text {
  margin-top: 20px;
  line-height: 1.8;
}
.m-liver .sec-feature--04 .feature-technology-text b {
  font-weight: bold;
  color: #009c6c;
}
.m-liver .sec-feature--04 .feature-technology-image {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--04 .feature-technology-image {
    width: 100%;
    margin-top: 20px;
  }
}
.m-liver .sec-feature--04 .feature-technology-image img {
  width: 100%;
  height: auto;
}

/* ============================================
   ttl02 (5つの特長タイトル)
   ============================================ */
.m-liver .ttl02 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .m-liver .ttl02 {
    font-size: 2.4rem;
  }
}
.m-liver .ttl01 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-liver .ttl01 {
    font-size: 2.2rem;
  }
}

/* smMax (SP only) */
.m-liver .smMax {
  display: none;
}
@media screen and (max-width: 767px) {
  .m-liver .smMax {
    display: inline;
  }
}

/* PC中央揃え */
@media screen and (min-width: 768px) {
  .m-liver .pc-center {
    text-align: center;
  }
}

/* ============================================
   citation-txt-wrap (advn-sc-liver.php内)
   ============================================ */
.m-liver .citation-txt-wrap {
  max-width: 1110px;
  margin: 40px auto;
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .m-liver .citation-txt-wrap {
    margin: 30px 15px;
    padding: 20px;
  }
}
.m-liver .citation-txt-wrap p + p {
  margin-top: 15px;
}

/* ============================================
   SP特長⑤ column2 text レイアウト修正
   ============================================ */
@media screen and (max-width: 767px) {
  .m-liver .sec-feature--04 .feature-column2-text {
    line-height: 1.8;
  }
  .m-liver .sec-feature--04 .feature-column2-text b {
    font-size: inherit;
  }
}
