/* =============================================
   お届けの流れ・期間について（delivery）ページ用
   ============================================= */

/* --- 基本設定 --- */
.delivery-top-banner,
.cmn_cont01 {
    overflow-x: hidden;
}
.cmn_cont01 {
    color: #333;
}
.cmn_cont01 h2,
.cmn_cont01 h3 {
    margin: 1em 0 .7em;
}
strong {
    font-weight: bold;
    font-size: 1.1em;
    background: transparent;
    color: #2dbcc4;
}

/* --- TOPバナー --- */
.delivery-top-banner {
    margin-bottom: 0;
}
.delivery-top-banner__ttl.cmn_pageTtl01 {
    margin-bottom: 0;
}
.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: 1.5rem auto 0;
    padding: 0 30px;
    box-sizing: border-box;
}
.delivery-top-banner__img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.delivery-top-banner__lead {
    max-width: 1000px;
    margin: 1rem auto 0;
    padding: 0 30px;
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.9;
    color: #333;
}
.delivery-top-banner__message {
    max-width: 1000px;
    margin: 1.2rem auto 0;
    padding: 0;
    text-align: left;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #555;
}
@media (max-width: 767px) {
    .delivery-top-banner__img-wrap {
        padding: 0 15px;
    }
    .delivery-top-banner__lead {
        margin-top: 1rem;
        padding: 0 15px;
        font-size: 1rem;
    }
    .delivery-top-banner__message {
        padding: 0;
        font-size: 0.95rem;
        line-height: 1.8;
    }
}

/* --- 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-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: none;
    background: transparent;
    box-sizing: border-box;
    overflow: hidden;
}
.delivery-flow__step--orange {
    background: transparent;
    border: none;
}
.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 .delivery-flow__num {
    background: #2dbcc4;
    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__highlight {
    display: inline-block;
    padding: 0.35rem 0.6rem;
    margin-bottom: 0.5rem;
    background: #f0fafa;
    border: 1px solid #2dbcc4;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: bold;
    color: #1a9490;
    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: flex;
    align-items: center;
    align-self: center;
    width: 2rem;
    min-width: 2rem;
    margin: 0 0.15rem;
    color: #2dbcc4;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
}
.delivery-flow__connector::after {
    content: "→";
}
@media (min-width: 769px) {
    .delivery-flow__step {
        max-width: 280px;
    }
}
@media (max-width: 768px) {
    .delivery-flow {
        flex-direction: column;
        align-items: center;
    }
    .delivery-flow__step {
        max-width: 100%;
    }
    .delivery-flow__connector {
        width: auto;
        min-width: auto;
        height: auto;
        margin: 0.25rem 0;
        font-size: 1.3rem;
        transform: rotate(90deg);
    }
    .delivery-flow__connector::after {
        content: "→";
    }
}

/* --- STEPカード（なぜ翌日出荷できるのか） --- */
.why-section {
    margin-bottom: 2.5rem;
    padding: 0 20px;
}
.why-section .section-lead {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}
.why-cards {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.5rem;
}
.why-card {
    border: 1px solid #eee;
    border-left: 4px solid #2dbcc4;
    border-radius: 0 8px 8px 0;
    padding: 1.1rem 1.3rem;
    background: #fff;
}
.why-card__tag {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2dbcc4 !important;
    letter-spacing: 0.05em;
    margin: 0.5em 0 0.5em;
}
.why-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.6rem;
    line-height: 1.5;
}
.why-card p {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.8;
}
.why-section__bridge {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #1a9490;
    font-weight: 700;
    text-align: center;
    margin-top: 1.2rem;
    padding: 0.8rem 1rem;
    background: #f0fafa;
    border-radius: 6px;
    border: 1px solid #d0ecec;
}
@media (max-width: 768px) {
    .why-section {
        padding: 0 12px;
    }
    .why-card {
        padding: 0.85rem 0.9rem;
    }
    .why-section__bridge {
        font-size: 0.88rem;
        padding: 0.7rem 0.8rem;
    }
}

/* --- 自社の強み（01〜04カード） --- */
.resource-section {
    margin-bottom: 2.5rem;
}
.resource-section__ttl {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 0 0.75rem;
    text-align: left;
    color: #222;
    border-bottom: 1px solid #222;
    padding-bottom: 0.3em;
}
.resource-section__lead {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    margin: 0 0 1.5rem;
}
.resource-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
.resource-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 1.5rem 1.3rem;
    display: flex;
    flex-direction: column;
}
.resource-item__num {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2dbcc4;
    margin-bottom: 0.15rem;
    letter-spacing: 0.05em;
}
.resource-item__title {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    margin: -0.1rem 0 0.6rem;
    padding-left: 0.8rem;
    border-left: 3px solid #2dbcc4;
    line-height: 1.5;
}
.resource-item__text {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.8;
    margin: 0;
}
@media (max-width: 768px) {
    .resource-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .resource-item {
        padding: 1.2rem 1rem;
    }
    .resource-item__num {
        font-size: 1.3rem;
        margin-bottom: 0.1rem;
    }
    .resource-item__title {
        font-size: 0.95rem;
    }
    .resource-item__text {
        font-size: 0.88rem;
    }
    .resource-section__ttl {
        font-size: 1.25rem;
    }
}

/* --- 他社との比較セクション --- */
.hikaku-section {
    margin-bottom: 2.5rem;
    text-align: left;
}
.hikaku-section__ttl {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 0 1rem;
    text-align: left;
    color: #222;
}
.hikaku-section__intro {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    margin: 0 0 0.0rem;
}
@media (max-width: 768px) {
    .hikaku-section__ttl {
        font-size: 1.25rem;
    }
}

/* --- 比較表 --- */
.comparison-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
.comparison-table-wrap {
    margin-bottom: 20px;
    width: 100%;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.comparison-container .comparison-table {
    width: auto;
    min-width: 640px;
    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;
}
.comparison-container .comparison-table th:nth-child(n+3),
.comparison-container .comparison-table td:nth-child(n+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;
}
.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;
}
.comparison-container .comparison-table__company {
    background-color: #f7f7f7;
    font-size: 15px;
    font-weight: bold;
    color: #222;
}
.comparison-container .comparison-table thead .comparison-table__company--highlight {
    background-color: #2dbcc4 !important;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: bold;
    border: 2px solid #2dbcc4 !important;
}
.comparison-container .comparison-table__cell--highlight {
    background-color: #fff;
    color: #333;
    border-left: 2px solid #2dbcc4 !important;
    border-right: 2px solid #2dbcc4 !important;
    font-weight: normal;
}
.comparison-container .comparison-table tbody tr:last-child .comparison-table__cell--highlight {
    border-bottom: 2px solid #2dbcc4 !important;
}
.instructions_box {
    text-align: center;
}
.instructions_box p {
    margin: 0;
    font-size: 0.85rem;
    color: #888;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .comparison-table-wrap {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .comparison-container .comparison-table {
        min-width: 640px;
    }
}

/* --- レビューセクション --- */
.review-section {
    padding: 1.5rem 24px 2.5rem;
    background: #f9f9f9;
}
.review-section .section-ttl {
    font-size: 1.2rem;
    font-weight: 400;
    color: #222;
}
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin-top: 1.5rem;
}
.review-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.rv-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.3rem;
}
.rv-stars {
    color: #ff9800;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.rv-body {
    font-size: 0.82rem;
    color: #333;
    line-height: 1.85;
    flex: 1;
}
.rv-author {
    font-size: 0.78rem;
    color: #888;
    margin-top: 0.8rem;
    padding-top: 0.6rem;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.rv-author-date {
    font-size: 0.75rem;
    color: #999;
}
.rv-more-wrap {
    text-align: center;
    margin-top: 1rem;
}
.rv-more-btn {
    display: inline-block;
    padding: 0.55rem 2rem;
    border: 1px solid #24bbb7;
    color: #24bbb7;
    border-radius: 4px;
    font-size: 0.85rem;
    background: #fff;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.15s;
}
.rv-more-btn:hover {
    background: #24bbb7;
    color: #fff;
}
@media (max-width: 768px) {
    .review-section {
        padding: 1.2rem 12px 2rem;
    }
    .review-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
}

/* --- 配送エリア --- */
.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;
}
