@charset "utf-8";

/* インフルエンザ治療薬 */

.featured-ose__catch {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.featured-ose {
    max-width: 1000px;
    margin: 0 auto 3rem;
}

/* 早めのインフルエンザ対策を */
.section {
    margin-top: 2rem;
}
.section__title {
    margin: 3rem 0 1rem;
    padding: 0;
    font-size: 2rem;
    font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
}
.section__subtitle {
    margin-bottom: 1rem;
    padding: 1.2rem;
    background: linear-gradient(135deg, #3464bb, #53d6f2);
    color: #fff;
    font-weight: normal;
    line-height: 1;
}
.section__text {
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}
.intro__image-wrapper {
    width: 100%;
    margin-bottom: 2rem;
    padding: 4rem 1rem 3rem;
    background: #f0f4f9;
    text-align: center;
}
.intro-detail {
    margin-bottom: 1rem;
}
.intro-pickup {
    padding: 1.5rem;
    background: #f3ece7;
}
.intro-pickup__title {
    position: relative;
    margin-bottom: 1rem;
    padding: 0 0 0 2.5rem;
    color: #79706a;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
}
.intro-pickup__title::before {
    content: "！";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-58%);
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #79706a;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
}
.intro-pickup__text:first-of-type {
    margin-bottom: 1rem;
}
.intro-pickup__table {
    width: 100%;
    max-width: 700px;
    margin-bottom: 1.5rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
    font-size: 1.2rem;
}
.intro-pickup__table th {
    padding: 1rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #79706a;
    color: #fff;
    font-weight: normal;
    text-align: left;
    line-height: 1.4;
}
.intro-pickup__table td {
    padding: 1rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
}

/* 医療機関での処方の場合 */
.hospi-list__item {
    margin: 0 1rem 2rem;
    padding: 2rem 1.5rem;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.hospi-list__image-wrapper {
    margin: 0 0 2rem;
    text-align: center;
}
.hospi-list__image {
    border-radius: 50%;
}
.hospi-list__title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.4;
}
.hospi-list__text {
    font-size: 1.4rem;
}

/* 通販で買える抗インフルエンザ薬 */
.drug-section__container {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}
.drug-section__image-wrapper {
    flex-shrink: 0;
    width: 140px;
    height: auto;
}
.drug-section__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}
.drug-section__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}
.drug-section__content-name {
    margin-bottom: .5rem;
    font-size: 2rem;
    font-weight: bold;
}
.drug-section__content-capa {
    margin-bottom: .5rem;
}
.drug-section__content-price {
    color: #d94a2a;
}
.drug-section__text {
    margin-bottom: 2rem;
    padding: 0 1rem;
}
.drug-section__review {
    padding: 0 1rem;
}
.drug-section__review-product {
    margin-bottom: 2rem;
    position: relative;
    padding: .75rem 0 .75rem 1.25rem;
    font-size: 1.7rem;
}
.drug-section__review-product::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(120deg, #3464bb, #53d6f2);
    border-radius: 2px;
}
.drug-section__review-title {
    margin: .5rem 0 1rem;
    font-weight: bold;
}
.drug-section__review-text {
    margin-bottom: 2rem;
}
.drug-section__buylink-wrapper {
    margin-bottom: 4rem;
    padding: 2rem;
    background: #f0f4f9;
    text-align: center;
}
.drug-section__buylink {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 1.8rem 0;
    background: linear-gradient(135deg, #3464bb, #53d6f2);
    color: #fff !important;
    border-radius: 9999px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.1),
        0 2px 4px rgba(0, 0, 0, 0.1);
}
.drug-section__buylink::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
.drug-section__buylink:hover {
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.2),
        0 2px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 960px) {
    /* 早めのインフルエンザ対策を */
    .section__title {
        margin: 4rem 0 2rem;
        font-size: 3.6rem;
    }
    .section__subtitle {
        margin-bottom: 2rem;
    }
    .section__text {
        padding: 0;
    }
    .intro-detail {
        margin-bottom: 2rem;
    }
    .intro-pickup {
        padding: 2rem;
        font-size: 1.4rem;
    }
    .intro-pickup__title {
        font-size: 1.8rem;
    }
    .intro-pickup__table {
        font-size: 1.4rem;
    }

    /* 医療機関での処方の場合 */
    .hospi-list__item {
        display: flex;
        align-items: center;
        gap: 2rem;
        padding: 2rem;
        border: 1px solid #ddd;
        border-radius: 10px;
    }
    .hospi-list__image-wrapper {
        margin: 0;
        flex-shrink: 0;
    }
    .hospi-list__item:first-of-type .hospi-list__image-wrapper {
        margin: 0;
    }
    .hospi-list__title {
        font-size: 2.4rem;
    }
    .hospi-list__text {
        font-size: 1.6rem;
    }

    /* 通販で買える抗インフルエンザ薬 */
    .drug-section__image-wrapper {
        width: 280px;
    }
    .drug-section__image {
        width: auto;
    }
    .drug-section__content-name {
        font-size: 2.4rem;
    }
    .drug-section__review-header {
        display: flex;
        align-items: center;
        margin: 0 0 1rem;
    }
    .drug-section__review-title {
        margin: 0 0 0 .5rem;
    }
    .drug-section__buylink {
        font-size: 1.6rem;
    }
}
