/* 抗ウイルス試験 */
.evidence-virustest-img {
    justify-content: space-between;
}
.evidence-virustest-img img {
    width: 49%;
}
.evidence-spec {
    justify-content: space-between;
}
.evidence-spec-text {
    width: 50%;
}
.evidence-spec-text .content-p {
    margin-bottom: 2.5em;
}
.evidence-spec-img {
    width: 46%;
}


/*メディアクエリ 768px以下*/
@media (max-width:768px) {
    /* 抗ウイルス試験 */
    .evidence-virustest-img {
        gap: 20px;
        justify-content: center;
    }
    .evidence-virustest-img img {
        width: 100%;
        max-width: 440px;
    }
    .evidence-spec {
        justify-content: center;
    }
    .evidence-spec-text {
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }
    .evidence-spec-img {
        width: 100%;
        max-width: 440px;
    }
    
}