/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* メインコンテンツ */
.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* タイトル部分 */
h1 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #2c3e50;
}

/* PC版のみ画像を画面全体に表示 */
.full-width-image {
    width: 100%;
    margin: 0;
    padding: 0;
}

.full-width-image img {
    width: 100%;
    display: block;
}

/* スマートフォン版ではmain-content内に戻す */
@media (max-width: 768px) {
    .full-width-image {
        max-width: 1200px;
        margin: 0 auto;
    }
}

#info-banner {
    background-color: #38c0ca;
    padding: 5px 0;
}

#info-banner p {
    text-align: center;
    font-size: 80%;
    font-family: 'Courier New', Courier, monospace;
    color: white
}

#button-group,
.button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 25px auto 30px;
    flex-wrap: wrap;
}

#button-group p,
.button-group p {
    padding: 12px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6b6b, #ff9770);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    min-width: 120px;
}

#button-group p::before,
.button-group p::before {
    content: "▶";
    margin-right: 4px;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
}

#button-group p:hover,
.button-group p:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 107, 107, 0.45);
}

@media (max-width: 480px) {

    #button-group,
    .button-group {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding: 0 10px;
    }

    #button-group p,
    .button-group p {
        flex: 1 0 auto;
        min-width: 100px;
        padding: 10px 20px;
        font-size: 0.9rem;
        white-space: nowrap;
    }
}

.affiliate-notice {
    font-size: 80%;
    color: gray;
    margin-left: 2px;
}

.update-date {
    font-size: 80%;
    color: gray;
    margin-left: 2px;
    margin-bottom: 1em;
}

.font-white {
    color: white;
    font-size: 80%;
}

.font-red {
    color: #ff6b6b;
    font-size: 80%;
}

.font-yellow {
    color: gold;
    font-size: 100%;
}


.cta-button2 {
    padding: 12px 5px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6b6b, #ff9770);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    min-width: 120px;
}

.shine_btn {
    position: relative;
    overflow: hidden;
}

.shine_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shine-sweep 3s linear infinite;
}

@keyframes shine-sweep {
    0% {
        left: -100%;
    }

    70% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}







h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
    color: #ffd700;
}

h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #2c3e50;
}

h4 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 20px;
    color: #2c3e50;
}

h5 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #34495e;
}

h6 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px;
    color: #e74c3c;
}


/* 比較表 */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    table-layout: fixed;
}

.comparison-table td {
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
}




.service-header-1,
.service-header-2,
.service-header-3 {
    width: 33.33%;
}

.service-banner {
    text-align: center;
    padding: 20px 10px;
}

.crown-icon {
    font-size: 1.5rem;
    color: #ffd700;
    margin-bottom: 10px;
}

.crown-icon.gray {
    color: #ccc;
}

.crown-icon.orange {
    color: #ff8c00;
}

.banner-img {
    height: 30px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 5px;
}


.feature-label {
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    font-family: serif;
    font-size:130%!important;
}

.rating-symbol {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    font-family: 'Arial', 'MS Gothic', monospace;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.rating-symbol.double-circle {
    color: #e74c3c;
    font-size: 30px;
    margin: 5px 0;
}

.rating-symbol.circle {
    color: #f39c12;
    font-size: 26px;
    font-weight: 900;
    height: 24px;
    margin: 5px 0;
}

.rating-symbol.triangle {
    color: #27ae60;
    font-size: 28px;
    margin: 5px 0;
}

.rating-symbol.cross {
    color: grey;
    font-size: 32px;
    margin: 5px 0;
}

.rating-text {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
    margin-top: 45px;
    padding-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-text2 {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.8;
    padding-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.comparison-row td {
    font-size: 0.9rem;
    line-height: 1.4;
    background-color: grey;
    color: white;
}

.comparison-row td::first-letter {
    font-size: 100%;
}

.service-cell-1,
.service-cell-2,
.service-cell-3 {
    width: 33.33%;
    vertical-align: top;
    position: relative;
}




/* 自分ごと化セクション */
.self-mind {
    background-color: white;
    margin: 40px 0;
    border-radius: 10px;
    text-align: center;
    position: relative;
}


.self-mind-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #38c0ca;
}





/* リンクの下線を削除 */
a {
    text-decoration: none;
}





.service-cost-1 {
    font-weight: bold;
    color: #e74c3c;
}


/* Slack商品カード */
.rank_area {
    margin: 20px 0;
    padding: 20px;
}

.product-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.card-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 15px;
}

.logo-section {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.rank-badge {
    width: 50px;
    height: 50px;
    position: relative;
    flex-shrink: 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.medal-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}

.rank-badge:hover .medal-image {
    transform: scale(1.1);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
}

.product-info {
    flex: 1;
    display: flex;
    gap: 15px;
}



.service-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-name {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;
    line-height: 50px;
}

.cta-section {
    margin: 20px 0;
    text-align: center;
}


.card-description {
    margin-bottom: 20px;
}


/* 商品スペックテーブル */
.product-spec {
    margin: 20px 0;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    table-layout: fixed;
}

.spec-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
}

.spec-label {
    color: #333;
    background: #f8f9fa;
    width: 30%;
    text-align: left;
}

.spec-value {
    color: #000;
    width: 70%;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.spec-symbol {
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    flex-shrink: 0;
    width: 30px;
    text-align: center;
}

.spec-symbol img {
    vertical-align: middle;
}

.spec-symbol.double-circle {
    color: #e74c3c;
}

.spec-symbol.circle {
    color: #f39c12;
}

.spec-symbol.triangle {
    color: #27ae60;
}

.spec-symbol.cross {
    color: grey;
}


.spec-table tr:last-child td {
    border-bottom: none;
}


/* レスポンシブデザイン */
@media (max-width: 922px) {
    .main-content {
        padding: 0px;
    }

    h1 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    .comparison-table {
        font-size: 0.8rem;
    }

    .comparison-table td {
        padding: 8px 5px;
    }

    .banner-img {
        width: 100px;
    }

    .service-title {
        font-size: 0.9rem;
    }


    .self-mind-title {
        font-size: 1.5rem;
        font-family: serif;
        padding-top: 40px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .comparison-table td {
        padding: 5px 3px;
        font-size: 0.7rem;
    }

    .banner-img {
        width: 100px;
    }


    /* 商品カードのモバイル対応 */
    .product-card {
        padding: 15px;
    }

    /* モバイル版でのメダルバッジ調整 */
    .rank-badge {
        width: 40px;
        height: 40px;
        margin-top: 3px;
    }

    .card-header {
        flex-direction: row;
        gap: 10px;
        align-items: flex-start;
        text-align: left;
    }

    .logo-section {
        margin: 10px 0;
    }

    .cta-section {
        margin: 15px 0;
    }



    .product-name {
        font-size: 20px;
        line-height: 40px;
    }


    /* モバイル版でのスペックテーブル調整 */
    .spec-table td {
        padding: 8px 10px;
        font-size: 14px;
    }

    .spec-label {
        width: 35%;
        font-size: 13px;
    }

    .spec-value {
        width: 100%;
        font-size: 13px;
        gap: 6px;
    }

    .spec-symbol {
        font-size: 1.5rem;
        width: 25px;
    }

    .spec-symbol.triangle {
        font-size: 1.2rem;
    }

}

/* 口コミスライダー */
.review-slider-container {
    position: relative;
    max-width: 900px;
    margin: 30px auto;
    padding: 0 50px;
}

.review-slider {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    gap: 20px;
}

.review-card {
    min-width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.reviewer-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.reviewer-info {
    flex: 1;
}

.reviewer-name {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.review-rating {
    font-size: 1.2rem;
    color: #ffd700;
    margin-bottom: 15px;
    font-weight: bold;
}

.review-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
}

.review-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: left;
}

.review-source {
    font-size: 0.85rem;
    color: #999;
    text-align: right;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    color: #2c3e50;
}

.slider-btn:hover {
    background: #ff6b6b;
    border-color: #ff6b6b;
    color: #fff;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #ff6b6b;
    width: 30px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .review-slider-container {
        max-width: 100%;
        padding: 0 40px;
    }

    .review-card {
        padding: 20px;
    }

    .reviewer-image {
        width: 80px;
        height: 80px;
    }

    .reviewer-name {
        font-size: 0.9rem;
    }

    .review-title {
        font-size: 1.1rem;
    }

    .review-text {
        font-size: 0.9rem;
    }

    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .prev-btn {
        left: 5px;
    }

    .next-btn {
        right: 5px;
    }
}

/* シュトキャリが選ばれる理由セクション */
.reasons-section {
    padding: 30px 25px;
    border-radius: 10px;
    margin: 20px 0;
}

.reasons-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
    text-align: left;
    padding: 15px 20px;
    background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
    border-left: 5px solid #ff6b6b;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.reasons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reason-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    gap: 12px;
}

.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #4caf50;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2px;
}

.reason-text {
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    flex: 1;
    text-align: left;
}

.highlight-red-underline {
    color: #e74c3c;
    text-decoration: underline;
    text-decoration-color: #ffd700;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    font-weight: 600;
}

.highlight-underline {
    text-decoration: underline;
    text-decoration-color: #ffd700;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    font-weight: 600;
}

.check_point_a p {
    padding: 0 20px;
    font-size: 90%;
    margin-top: 1em;
}

@media (max-width: 768px) {
    .reasons-section {
        padding: 20px 15px;
    }

    .reasons-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
        padding: 12px 15px;
    }

    .reason-text {
        font-size: 0.9rem;
    }

    .check-icon {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
}

/* フッター */
footer {
    background-color: #2c3e50;
    color: #fff;
    padding: 30px 20px;
    margin-top: 60px;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    padding: 8px 16px;
    display: inline-block;
    transition: color 0.3s ease;
    border-bottom: 1px solid transparent;
}

.footer-link:hover {
    color: #4a9eff;
    border-bottom-color: #4a9eff;
}

@media (max-width: 768px) {
    footer {
        padding: 20px 15px;
        margin-top: 40px;
    }

    .footer-link {
        font-size: 0.9rem;
        padding: 6px 12px;
    }
}

.check_point_2026_01 {
    margin: 2em 0;
}

.check_point_2026_01 p {
    font-size: 90%;
    margin: 0 1em;
}

.check_point_2026_01 h2 {
    position: relative;
    padding: 0.35em 0.5em;
    background: #38c0ca;
    color: white;
}

.check_point_2026_01 h2:before {
    content: " ";
    position: absolute;
    top: -16px;
    left: 0;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: 0;
    border: solid 8px transparent;
    border-bottom-color: #9dd5da;
}

.check_point_2026_01 h3 {
    margin: 2em 0.5em 1em 0.5em;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px solid #38c0ca;
}

/* 全体のコンテナ */
.sc-container {
    max-width: 95%;
    margin: 40px auto;
    padding: 20px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    background-color: #f5f18f;
    border-radius: 30px;

}

/* タイトルスタイル */
.sc-main-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #004a99;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

/* タイトルの下の飾り線 */
.sc-main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #004a99;
    border-radius: 2px;
}

/* カード並び（横並び・スマホで縦） */
.sc-card-wrapper {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

/* 個別カード */
.sc-card {
    background: #ffffff;
    border: 2px solid #e0e7ef;
    border-radius: 12px;
    padding: 40px 24px 30px;
    width: 380px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

/* 数字タグ */
.sc-number {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #004a99;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 16px;
    border-radius: 20px;
    letter-spacing: 0.1em;
}

/* 説明テキスト */
.sc-description {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #444;
    text-align: center;
    padding-bottom: 15px;
}

/* メリット・結果テキスト */
.sc-benefit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    border-top: 1px dashed #004a99;
    padding-top: 15px;
    text-align: center;
}

.sc-arrow {
    color: #004a99;
    margin-right: 5px;
}

/* 強調パーツ */
.sc-highlight-blue {
    color: #004a99;
    font-size: 22px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.sc-highlight-gold {
    color: #c09000;
    font-size: 28px;
    margin: 0 4px;
}

.sc-red-under {
    color: red;
}

.link_support {
    text-align: center;
    margin-top: 20px !important;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .sc-card {
        width: 100%;
    }
}

.custom-slow {
    animation-duration: 5s !important;
    /* 5秒かけて1回再生 */
}

.chosa-list {
    text-align: left;
    list-style-position: inside;
    padding-left: 0;
    /* 必要に応じて調整 */
}

.chosa-list li {
    text-indent: -1.3em;
    padding-left: 2em !important;
}

.rating-content-fixed {
    height: 80px;
}