/* リード文 */
.antivirus-page .lead-content {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    margin: 3.2em auto 3em;
    word-break: auto-phrase;
}

/* 抗ウイルス説明 */
.detail-section .flex {
    justify-content: space-between;
}
.detail-section .content-p {
    width: 300px;
    word-break: auto-phrase;
}
.detail-section .content-img {
    width: 52%;
}

/* カタログリンク */
.products-list {
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}
.products-list-item {
    width: 209px;
    height: 186px;
    object-fit: contain;
}

/* SIAA */
.siaa-section.content {
    justify-content: center;
    column-gap: 32px;
    max-width: 940px;
}
.content-img-siaa {
    height: auto;
    object-fit: contain;
    object-position: top;
    display: block;
    width: 176px;
}
.content-text-siaa {
    flex: 1;
    font-weight: 500;
}
.siaa-p,
.siaa-note {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1em;
}
.siaa-note li {
    padding-left: 1em;
    text-indent: -1em;
}
.link-btn-siaa-wrap {
    gap: 30px;
    margin-top: 30px;
}

/* 抗ウイルス試験 */
.evidence-section.bg-content {
    margin-bottom: 32px;
}
.evidence-virustest-img {
    justify-content: space-between;
}
.evidence-virustest-img img {
    width: 49%;
}
.evidence-antibacterial .link-btn-siaa {
    margin: 30px auto 0;
}

/* 使用薬剤の安全性 */
.evidence-safety {
    justify-content: space-between;
}
.evidence-safety-text {
    max-width: 360px;
    width: 48%;
}
.evidence-safety-img {
    max-width: 440px;
    width: 50%;
}

/* トルウイルス S 選択上のご注意 */
.antivirus-page .caution-section {
    padding: 0 40px;
}
.caution-section h2 {
    border: 1px solid #6a6a6a;
    padding: .5em .7em;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 1em;
}

/* SIAA認証ラベル */
.antivirus-page .certify-section {
    max-width: 750px;
    margin: 80px auto 64px;
}
.certify-section h2 {
    font-size: 26px;
    margin-bottom: 1.5em;
    text-align: center;
    word-break: auto-phrase;
    padding: 0 3em;
}
.certify-section img {
    max-width: 639px;
    width: 100%;
    height: auto;
}
.label-link h3 {
    font-size: 24px;
    text-align: center;
    padding: .6em 0;
    border-top: 3px solid #6294CC;
    border-bottom: 3px solid #6294CC;
    margin: 3em 0 1.5em;
}
.label-link .flex {
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    gap: 1.6em;
}
.label-link a {
    color: #222;
    text-underline-offset: 0.2em;
}

/* 動画 */
.movie-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border: dotted 1px #cbcbcb;
}
.movie-inner {
    max-width: 610px;
    margin: 48px auto;
}
.movie-inner h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: .75em;
    word-break: auto-phrase;
}
.movie-inner p {
    font-size: 14px;
    margin-bottom: 1.5em;
    line-height: 2;
    font-weight: 500;
}
.movie-thumbnail {
    text-align: center;
}
.movie-thumbnail img {
    max-width: 500px;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.video-caption {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin: 1em 0 4em;
}

/* 動画モーダル */
.video-modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.modal-bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal-content {
    width: 80vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-close-btn {
    cursor: pointer;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: right;
}
.modal-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.modal-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100%;
}

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
    /* リード文 */
    .antivirus-page .lead-content {
        font-size: 13px;
        text-align: center;
        margin: 3.2em 0 3em;
    }
    
    /* 抗ウイルス説明 */
    .detail-section .content-p {
        width: 100%;
        margin-bottom: 16px;
    }
    .detail-section .content-img {
        width: 100%;
    }

    /* カタログリンク */
    .catalog-link-section .content-title.text-blue {
        font-size: 20px;
    }

    /* SIAA */
    .siaa-section.content {
        padding: 0 30px;
    }
    .content-img-siaa {
        margin-bottom: 20px;
        width: 192px;
    }
    .content-text-siaa {
        flex: initial;
    }
    .link-btn-siaa-wrap {
        gap: 16px;
        justify-content: center;
    }

    /* 抗ウイルス試験 */
    .evidence-virustest-img {
        gap: 20px;
        justify-content: center;
    }
    .evidence-virustest-img img {
        width: 100%;
        max-width: 440px;
    }

    /* 使用薬剤の安全性 */
    .evidence-safety {
        justify-content: center;
    }
    .evidence-safety-text {
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }
    .evidence-safety-img {
        width: 100%;
    }

    /* トルウイルス S 選択上のご注意 */
    .antivirus-page .caution-section {
        padding: 0 30px;
    }

    /* SIAA認証ラベル */
    .certify-section h2 {
        font-size: 24px;
        padding: 0;
    }
    .label-link .flex {
        font-size: 18px;
    }

    /* section07-動画 */
    .movie-inner h2 {
        padding: 0 2em;
    }
    .movie-inner p {
        padding: 0 15px;
    }
    .modal-inner {
        height: 90vh;
    }
}