/* 抗ウイルス加工・制菌加工 */
.description-h2 {
    font-size: 26px;
    margin-bottom: 1.2em;
    word-break: auto-phrase;
}
.process-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* 使用薬剤の安全性 */
.evidence-safety {
    justify-content: space-between;
}
.evidence-safety-text {
    max-width: 360px;
    width: 48%;
}
.evidence-safety-img {
    max-width: 440px;
    width: 50%;
}

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
    /* 抗ウイルス加工・制菌加工 */
    .description-h2 {
        font-size: 20px;
        margin-bottom: 1.2em;
        text-align: center;
    }
    .process-section img {
        max-width: 440px;
        margin: 0 auto;
    }

    /* 使用薬剤の安全性 */
    .evidence-safety {
        justify-content: center;
    }
    .evidence-safety-text {
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }
    .evidence-safety-img {
        width: 100%;
    }
}