.p-taikensoudan-feature {
    padding: 0 0 30px;
  }
  @media (max-width: 768px) {
    .p-taikensoudan-feature {
      padding: 0 0 120px;
    }
  }

.p-taikensoudan-feature2 {
    border-top: solid 1px #8D8D8D;
    margin-top: 60px;
  }

@media (min-width: 768px) {
    .p-taikensoudan-report {
        max-width: 1040px;
        margin: 0 auto;
        padding: 40px 0;
      }
}

@media (max-width: 768px) {
.p-taikensoudan-report {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    }

.p-taikensoudan-report__content {
    padding: 0px 0 40px 80px;
    }
}

/* 0718 */

.s5-renewal-wrapper {
  margin: 0 auto;
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 60px;
  background-color: #F0F0F0;
}

.s5-renewal-heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.s5-renewal-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.s5-renewal-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.s5-renewal-label-left,
.s5-renewal-label-right {
  flex: 1 1 45%;
  text-align: center;
}

.s5-renewal-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.s5-renewal-caption {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.s5-renewal-note {
  font-size: 12px;
  color: #555;
  margin-top: 10px;
}


.p-taikensoudan-present__body {
    gap: 30px;
}
.p-taikensoudan-present {
        margin: 0 auto 60px;
}


.s5-newcorner-wrapper {
  margin: 0 auto;
  margin-bottom: 40px;
}

.p-taikensoudan h2.s5-newcorner-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.s5-newcorner-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 0;
}
.s5-newcorner-image {
    max-width: 450px;
}
.s5-newcorner-image img {
  width: 100%;
  max-width: 585px;
  height: auto;
  background-color: #ccc;
}

.s5-newcorner-text {
  flex: 1;
  min-width: 300px;
}

.s5-newcorner-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.s5-newcorner-text p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.s5-newcorner-note {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
.s5-taikensoudan-feature-p{
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
.s5-newcorner-image {
    max-width: none;
}
}

.p-taikensoudan-feature__anchor {
        margin-top: 60px;
}

.s5-feature__anchor-note{
  font-size: 12px;
  color: #555;
  margin-top: 10px;
  text-align: right;
}
@media (min-width: 768px) {
    .p-taikensoudan-feature__anchor ul {
        gap: 50px;
    }
}

h3.s5-newcorner-title span{
  font-weight: normal;
  font-size: 75%;
}
.s5-newcorner-wrapper::after {
  content: "";
  display: block;
  height: 60px;
}
.p-taikensoudan-reserve {
  margin-top: 40px;
  padding-top: 1px; /* 相殺回避用 */
}

.s5-extra-wrapper {
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

.s5-extra-description {
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 16px;
}

.s5-extra-sections {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.s5-extra-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
}

.s5-extra-section-header {
  padding: 15px 10px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 18px;
  background: #fff;
  font-weight: bold;
}
.s5-extra-section-header span {
  font-weight: normal;
  font-size: 14px;
}

.s5-extra-section-body {
  margin-top: 10px;
  font-size: 14px;
  background: #fff;
  line-height: 1.6;
}

.s5-salesforce a{
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 0.3em;
}

.s5-taikensoudan-reserve__note{
  font-weight: normal;
  font-size: 75%;
  margin-top: 40px;
}

/* 20250909 */

        .c5-taikensoudan-youtube {
            max-width: 800px;
            margin: 0 auto;
            margin-bottom: 60px;
            padding: 20px;
            text-align: center;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .c5-taikensoudan-youtube__title {
            background: #f8f9fa;
            border-radius: 12px;
            padding: 20px;
            margin: 0 0 24px 0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            border: 1px solid #e9ecef;
        }

        .c5-taikensoudan-youtube__title p {
            color: #212529;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
            line-height: 1.5;
        }

        .video-wrapper {
            display: block;
            margin: 0 auto 16px auto;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
            width: fit-content;
        }

        .video-wrapper iframe {
            width: 560px;
            height: 315px;
            border: none;
            display: block;
        }

        .c5-taikensoudan-youtube__cap {
            font-size: 14px;
            font-weight: 600;
            color: #444;
            margin: 16px 0 0 0;
            padding: 0 10px;
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .c5-taikensoudan-youtube {
                margin: 0 10px;
                padding: 15px;
                border-radius: 8px;
                margin-bottom: 60px;
            }
            
            .c5-taikensoudan-youtube__title {
                padding: 16px;
                margin: 0 0 20px 0;
            }

            .c5-taikensoudan-youtube__title p {
                font-size: 16px;
            }
            
            .c5-taikensoudan-youtube__cap {
                font-size: 13px;
            }

            .video-wrapper iframe {
                width: 100%;
                max-width: 500px;
                height: 280px;
            }
        }

        @media (max-width: 480px) {
            .c5-taikensoudan-youtube__title {
                padding: 14px;
                margin: 0 0 18px 0;
            }

            .c5-taikensoudan-youtube__title p {
                font-size: 15px;
            }

            .video-wrapper iframe {
                width: 100%;
                max-width: 400px;
                height: 225px;
            }
        }

.c5-taikensoudan-av-watch-section {
            max-width: 800px;
            margin: 60px auto;
            padding: 20px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            background: #f8f9fa;
        }

        .c5-taikensoudan-av-watch-title {
            font-size: 24px;
            font-weight: 700;
            color: #333;
            margin: 0 0 16px 0;
            line-height: 1.4;
            margin-top: 1em;
        }

        .c5-taikensoudan-av-watch-description {
            font-size: 16px;
            color: #555;
            margin: 0 0 12px 0;
            line-height: 1.6;
        }

        .c5-taikensoudan-av-watch-link {
            display: inline-block;
            color: #0066cc;
            text-decoration: underline;
            font-size: 14px;
            margin: 0 0 16px 0;
            transition: color 0.2s ease;
        }

        .c5-taikensoudan-av-watch-link:hover {
            color: #004499;
        }

        .c5-taikensoudan-av-watch-url {
            display: block;
            font-size: 12px;
            color: #888;
            font-family: monospace;
            word-break: break-all;
            margin-top: 4px;
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .c5-taikensoudan-av-watch-section {
                margin: 60px 0 0;
                padding: 16px;
            }

            .c5-taikensoudan-av-watch-title {
                font-size: 20px;
            }

            .c5-taikensoudan-av-watch-description {
                font-size: 14px;
            }

            .c5-taikensoudan-av-watch-link {
                font-size: 13px;
            }

            .c5-taikensoudan-av-watch-url {
                font-size: 11px;
            }
        }

        @media (max-width: 480px) {
            .c5-taikensoudan-av-watch-title {
                font-size: 18px;
            }

            .c5-taikensoudan-av-watch-description {
                font-size: 13px;
            }
        }
        
.p-taikensoudan-feature__stylist_title{
    padding:10px;
    background: #ffeaea;
    font-weight: bold;
    margin: 60px 0 ;
}
@media (min-width: 768px) {
    .sp-only {
        display: none;
    }
}
.p-taikensoudan-present__body{
    display: block;
}

  .c5-col {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
  .c5-col__img {
    margin-right: 20px;
}
.c5-col__txt {
    flex: 0 1 50%;
}
@media only screen and (max-width: 639px) {
    .c5-col {
        display: block;
    }
}

/* 既存：ボタン文字色 */
.p-taikensoudan a.s5-buttonV3 {
  color: #fff;
}

/* ==========================
   present（大枠）
========================== */
@media (min-width: 768px) {
  .p-taikensoudan-present {
    display: block;
    max-width: 1200px;
    padding: 40px 24px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .p-taikensoudan-present__container,
  .p-taikensoudan-present__body {
    width: 100%;
    min-width: 0;
  }
}

/* ==========================
   reserve1（ボタンエリア）
   ※HTMLは a.p-taikensoudan-reserve1__btn を使う前提
========================== */

/* 並び：PC 5列 / TB 3列 / SP 2列 */
.p-taikensoudan-reserve1__link {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

@media (max-width: 1024px) {
  .p-taikensoudan-reserve1__link {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .p-taikensoudan-reserve1__link {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

/* ボタン本体 */
.p-taikensoudan-reserve1__btn {
  height: 56px;
  padding: 0 14px;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff !important;              /* 青リンク対策 */
  text-decoration: none !important;    /* 下線対策 */
  font-size: 13px;
      line-height: normal;

  border-radius: 2px;

  /* 背景色は必要なら調整（既存に合わせて） */
  background: #d44a17;
}

.p-taikensoudan-reserve1__btn:hover {
  opacity: 0.85;
}

/* 中身：中央＋右端アイコン */
.p-taikensoudan-reserve1__btnInner {
  position: relative;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* ラベルは1行固定 */
.p-taikensoudan-reserve1__btnLabel {
  white-space: nowrap;
}

/* アイコン：s5-iconInlineを使う前提。位置だけreserve1側で固定 */
.p-taikensoudan-reserve1__btnInner .s5-iconInline {
  position: absolute;
  right: -6px;
  top: 10px;
  transform: translateY(-50%);
  margin-top: 0 !important; /* s5-iconInlineの -0.15em を打ち消す */
}

.p-taikensoudan-reserve1__title{
    margin-top: 20px;
}
.p-taikensoudan-reserve1__title .s5-heading2{
    font-size: 1.2rem;
}
.p-taikensoudan-present{
    margin-bottom: 60px;
}
