/* お届けの流れ・期間について（delivery）ページ用 */
/* ページ内の文字が確実に見えるように調整 */
.cmn_cont01 {
    color: #333;
}
strong {
    font-weight: bold;
    font-size: 1.1em;
    background: #ffffe0;
}

/* 比較表のスタイル（添付画像準拠） */
.comparison-container {
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 20px;
    text-align: center;
}
.comparison-container .comparison-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: none !important;
    color: #222;
    text-align: left;
    position: relative;
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}
/* タイトル下の線：コンテナ幅いっぱい・1本線・均一2px */
.comparison-container .comparison-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    height: 2px;
    min-height: 2px;
    background-color: #2dbcc4;
    background-clip: padding-box;
}
.comparison-table-wrap {
    margin-bottom: 20px;
    display: inline-block;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* 比較表：separateでCLAT-JAPAN列の右線が確実に表示されるようにする */
.comparison-container .comparison-table {
    width: auto;
    min-width: 480px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    overflow: hidden;
}
.comparison-container .comparison-table th,
.comparison-container .comparison-table td {
    padding: 16px 18px;
    vertical-align: middle;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    text-align: center;
}
/* 3列目（A社）の左線は出さない＝CLAT-JAPAN列の右線だけ見せる */
.comparison-container .comparison-table th:nth-child(3),
.comparison-container .comparison-table td:nth-child(3) {
    border-left: none;
}
.comparison-container .comparison-table th:last-child,
.comparison-container .comparison-table td:last-child {
    border-right: none;
}
.comparison-container .comparison-table th span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 4px;
    color: #666;
}
/* 1列目：空セル・項目列は薄グレー背景 */
.comparison-container .comparison-table th.empty-cell {
    background-color: #f7f7f7;
}
.comparison-container .comparison-table th.empty-cell,
.comparison-container .comparison-table__category {
    background-color: #f7f7f7;
    font-weight: 500;
    text-align: left;
    color: #222;
}
.comparison-container .comparison-table__category {
    font-size: 15px;
}
/* A社・B社ヘッダー：薄グレー背景 */
.comparison-container .comparison-table__company {
    background-color: #f7f7f7;
    font-size: 15px;
    font-weight: bold;
    color: #222;
}
/* CLAT-JAPAN列ヘッダー：ティール背景・白文字・四辺ティール枠 */
.comparison-container .comparison-table thead .comparison-table__company--highlight {
    background-color: #2dbcc4;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: bold;
    border: 2px solid #2dbcc4;
    border-bottom: 1px solid #e6e6e6;
    border-right: 2px solid #2dbcc4 !important;
}
/* CLAT-JAPAN列データ：白背景・左右ティール枠 */
.comparison-container .comparison-table__cell--highlight {
    background-color: #fff;
    color: #333;
    border-left: 2px solid #2dbcc4;
    border-right: 2px solid #2dbcc4 !important;
    font-weight: normal;
}
/* CLAT-JAPAN列の最後のセル：下端をティールで囲む */
.comparison-container .comparison-table tbody tr:last-child .comparison-table__cell--highlight {
    border-bottom: 2px solid #2dbcc4;
    border-right: 2px solid #2dbcc4 !important;
}
.comparison-table__cell--highlight a {
    color: #333;
    text-decoration: underline;
}
.comparison-table__cell--highlight a:hover {
    color: #2dbcc4;
}
.comparison-table .price {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 4px;
}
.comparison-table .currency {
    font-size: 0.85em;
    font-weight: normal;
}
.comparison-container .comparison-table__sub {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 4px;
    color: #666;
}
.notes {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #444;
}
.notes p {
    margin: 0;
}
.footer-text {
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
    color: #333;
}
.footer-text strong {
    font-size: 30px;
    font-weight: bold;
    color: #2dbcc4;
    background: transparent;
}
.sp-only {
    display: none;
}
.pc-only {
    display: block;
}
@media (max-width: 768px) {
    .comparison-title {
        font-size: 20px;
    }
    .footer-text {
        font-size: 18px;
    }
    .footer-text strong {
        font-size: 24px;
        color: #2dbcc4;
    }
    .notes {
        font-size: 13px;
    }
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
}

/* お届けまでの流れ（横並びフロー） */
.delivery-flow-ttl {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 2rem 0 1.5rem;
    text-align: left;
    color: #222;
}
.delivery-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 2.5rem;
    max-width: 100%;
}
.delivery-flow__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 140px;
    max-width: 220px;
    padding: 1rem 0.5rem;
    color: inherit;
    border-radius: 8px;
    transition: background 0.2s;
    box-sizing: border-box;
    overflow: hidden;
}
@media (min-width: 769px) {
    .delivery-flow__step {
        max-width: 280px;
    }
}
.delivery-flow__step:hover {
    background: rgba(45, 188, 196, 0.06);
}
.delivery-flow__step--orange:hover {
    background: rgba(255, 152, 0, 0.06);
}
.delivery-flow__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #2dbcc4;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.delivery-flow__step--orange {
    background: #fff8f0;
    border: 1px solid #ffcc80;
    border-radius: 8px;
}
.delivery-flow__step--orange .delivery-flow__num {
    background: #ff9800;
    color: #fff;
}
.delivery-flow__day {
    font-size: 0.85rem;
    color: #444;
    margin-bottom: 0.25rem;
}
.delivery-flow__label {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
    min-width: 0;
    max-width: 100%;
    text-align: center;
}
.delivery-flow__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
    color: #2dbcc4;
}
.delivery-flow__step--orange .delivery-flow__icon {
    color: #ff9800;
}
.delivery-flow__icon .material-icons {
    font-size: 1.75rem;
}
.delivery-flow__highlight {
    display: inline-block;
    padding: 0.35rem 0.6rem;
    margin-bottom: 0.5rem;
    background: #fff8e1;
    border: 1px solid #ff9800;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: bold;
    color: #e65100;
    max-width: 100%;
    box-sizing: border-box;
}
.delivery-flow__desc {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: #444;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
.delivery-flow__desc br {
    display: block;
}
.delivery-flow__connector {
    display: block;
    width: 1.5rem;
    min-width: 1.5rem;
    align-self: center;
    border-top: 2px solid #ddd;
    margin: 0 0.25rem;
}
@media (max-width: 768px) {
    .delivery-flow {
        flex-direction: column;
        align-items: center;
    }
    .delivery-flow__connector {
        width: 0;
        height: 1rem;
        border-top: none;
        border-left: 2px solid #ddd;
        margin: 0.25rem 0;
    }
    .delivery-flow__step {
        max-width: 100%;
    }
}

/* TOP：h1（他ページと同じ緑帯）の下にバナー画像 */
.delivery-top-banner {
    margin-bottom: 0;
}
.delivery-top-banner__ttl.cmn_pageTtl01 {
    margin-bottom: 3rem;
}
.delivery-top-banner__ttl h1 {
    white-space: normal !important;
    display: block !important;
    flex-wrap: unset !important;
}
.delivery-top-banner__img-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .delivery-top-banner__img-wrap {
        padding: 0 15px;
    }
}
.delivery-top-banner__img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.delivery-top-banner__lead {
    max-width: 1000px;
    margin: 1.5rem auto 0;
    padding: 0 30px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}
@media (max-width: 767px) {
    .delivery-top-banner__lead {
        margin-top: 1rem;
        padding: 0 15px;
        font-size: 1rem;
    }
}
.delivery-top-banner__main-ttl {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 1.5rem;
    color: #222;
    line-height: 1.3;
}
@media (min-width: 769px) {
    .delivery-top-banner__main-ttl {
        font-size: 2.75rem;
    }
}
.delivery-top-banner__highlights {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.delivery-top-banner__tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #ff9800;
    color: #222;
    font-weight: bold;
    line-height: 1.4;
}
.delivery-top-banner__tag--multi {
    font-size: 1.1rem;
    padding: 0.6rem 1.2rem;
}
.delivery-top-banner__tag--large {
    font-size: 1.25rem;
    padding: 0.7rem 1.4rem;
}
@media (min-width: 769px) {
    .delivery-top-banner__tag--multi {
        font-size: 1.25rem;
        padding: 0.75rem 1.5rem;
    }
    .delivery-top-banner__tag--large {
        font-size: 1.5rem;
        padding: 0.85rem 1.8rem;
    }
}

/* 2025年度の出荷・お届け実績 */
.delivery-stats {
    margin-bottom: 2.5rem;
}
.delivery-stats__ttl {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0 0 1.25rem;
    text-align: left;
    color: #222;
}
.delivery-stats__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
.delivery-stats__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 160px;
    max-width: 220px;
    flex: 1;
    padding: 1.25rem 1rem;
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #eee;
}
.delivery-stats__label {
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 0.5rem;
}
.delivery-stats__value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222;
}

/* 翌日発送を可能にする仕組み */
.delivery-mechanism {
    margin-top: 0;
    margin-bottom: 2.5rem;
}
.delivery-mechanism__ttl {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0 0 1.5rem;
    padding-bottom: 0.3em;
    text-align: left;
    color: #222;
    border-bottom: 1px solid #222;
    border-top: none;
}
.delivery-mechanism__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}
.delivery-mechanism__block {
    flex: 1;
    min-width: 280px;
    max-width: 420px;
    padding: 0.2rem 1rem 0.35rem;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}
.delivery-mechanism__header {
    display: block;
    margin-top: 0;
    margin-bottom: 0.4rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
.delivery-mechanism__label-nowrap {
    white-space: nowrap;
}
.delivery-mechanism__label {
    min-width: 0;
    flex: 1;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    color: #222;
    line-height: 1.4;
}
@media (min-width: 769px) {
    .delivery-mechanism__label {
        font-size: 1.1rem;
    }
}
.delivery-mechanism__desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    padding-top: 0;
    color: #444;
}
@media (max-width: 768px) {
    .delivery-mechanism__block {
        max-width: 100%;
    }
}

.delivery-area-section {
    margin-bottom: 2.5rem;
}
.delivery-area-section h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 0.75rem;
    color: #222;
}
.delivery-area-section p {
    margin: 0 0 1rem;
    line-height: 1.6;
    color: #444;
}
ul#sendpref {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}
ul#sendpref li {
    display: inline-block;
}
ul#sendpref li:after {
    content:"｜";
    margin : 0 0.2em ;
}
ul#sendpref li:last-child:after {
    content : none ;
}

/* ===== 緑の線（ティール）：最優先・他スタイルより確実に適用 ===== */
.cmn_cont01 .comparison-container h2.comparison-title {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    border-bottom: none !important;
    padding-bottom: 12px !important;
}
.cmn_cont01 .comparison-container h2.comparison-title::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: -20px !important;
    right: -20px !important;
    height: 2px !important;
    min-height: 2px !important;
    background: #2dbcc4 !important;
    background-color: #2dbcc4 !important;
    border: none !important;
    box-shadow: none !important;
}
/* CLAT-JAPAN列：右のティール線を確実に表示 */
.cmn_cont01 .comparison-container .comparison-table thead .comparison-table__company--highlight,
.cmn_cont01 .comparison-container .comparison-table .comparison-table__cell--highlight {
    border-right: 2px solid #2dbcc4 !important;
}
