html {
  scroll-behavior: smooth;
}

/* 製品説明h2 */
.description-h2 {
    max-width: 1064px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 26px;
    word-break: auto-phrase;
}
.product-title {
    max-width: 1064px;
    padding: 0 20px 0 25px;
    margin: 0 auto 32px;
    font-size: 28px;
    color: #222;
    margin-top: 2em;
}

/* 抗ウイルス試験 */
.antivirus-page .evidence-section {
    margin-bottom: 40px;
}
.evidence-antivirus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.evidence-antivirus-text {
    max-width: 360px;
    width: 35%;
}
.evidence-virustest .link-btn-products {
    margin: 50px auto 60px;
}
.evidence-antivirus-img {
    max-width: 480px;
    width: 60%;
}
.evidence-antivirus-img img {
    width: 100%;
    height: auto;
}
.evidence-virustest-img {
    justify-content: space-between;
    text-align: center;
}
.evidence-virustest-img-inner {
    width: 48%;
}
.evidence-virustest-img img {
    width: 100%;
    height: auto;
    max-width: 440px;
}
.caution-wax {
    margin-left: 10px;
    font-size: 11px;
    font-weight: 500;
}

/* 使用薬剤の安全性 */
.evidence-safety {
    justify-content: space-between;
}
.evidence-safety-text {
    max-width: 360px;
    width: 48%;
}
.evidence-safety-img {
    max-width: 440px;
    width: 50%;
}

/* 吹き出し */
.speech-bubble {
    border-radius: 5px;
    padding: .8em .5em;
    border: 1px solid #3171B9;
    position: relative;
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    width: fit-content;
    margin: 2em auto 0;
}
.speech-bubble span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #3171B9;
}
.speech-bubble::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 15px 10px;
    border-style: solid;
    border-color: transparent transparent #3171B9;
}
.speech-bubble::after {
    content: "";
    position: absolute;
    top: -13.5px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 11px 16px 11px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

/* 対象商品 */
.target-products {
    display: flex;
    font-weight: 500;
}

.target-products dt {
    font-size: 18px;
    margin: 0;
    width: 5em;
}

.target-products dd {
    font-size: 18px;
    word-break: keep-all;
    flex: 1;
}

/* SIAA */
.siaa-section {
    justify-content: center;
    gap: 4%;
    font-weight: 500;
}
.siaa-logo-area {
    width: 170px;
}
.siaa-logo-area .siaa-logo {
    width: 100%;
    height: auto;
}
.siaa-logo-caption-wrap {
    margin-bottom: 1em;
    font-size: 13px;
}
.siaa-logo-caption-p {
    margin: .5em 0;
}
.siaa-code-list {
    list-style: none;
    padding-left: 0;
    margin: .5em 0;
}
.siaa-description-area {
    line-height: 2;
}
.siaa-description-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.siaa-description-p {
    font-size: 14px;
}
.siaa-description-note {
    font-size: 14px;
    margin: 1em 0 2em;
    padding-left: 1em;
    text-indent: -1em;
}
.siaa-description-caution-title {
    font-size: 12px;
    padding: .4em 1em;
    border: 1px solid #6A6A6A;
    display: inline-block;
    margin-bottom: 1em;
}

.siaa-description-caution {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
    
}

/* 抗ウイルス商品テーブル */
.antivirus-table-section {
    scroll-margin-top: 100px;
}
.antivirus-table-section .spec_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
}
.spec_table thead th {
    background-color: #f4f9fd;
}
.spec_table th,
.spec_table td {
    border: 1px solid #6A6A6A;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
}
.spec_table td.name {
    background-color: #deecf5;
    font-weight: 700;
}
.spec_table .separator {
    margin: 0 .2em;
}
.spec_table .siaa-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.spec_table .siaa-link:hover {
    text-decoration: underline;
}
.spec_table .siaa-link::before {
  content: "SIAA製品登録ページ";
}
.spec_table .siaa-link::after {
    content: '';
    background-image: url(../../img/open_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
    margin-left: .2em;
}

/* ポンリューム-抗ウイルス試験 */
/* .ponlume .evidence-list > li:not(:last-child)::after {
    border: none;
} */
.ponlume .evidence-virustest-img {
    align-items: end;
}
.ponlume .evidence-virustest-img-inner {
    text-align: left;
}
.ponlume .evidence-list h5 {
    background-color: #aaa;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: .2em 1em;
    margin-bottom: .5em;
    display: inline-block;
}
.ponlume .evidence-siaa {
    align-items: center;
}
.ponlume .siaa-description-area {
    width: 60%;
}




/*メディアクエリ 1024px以下*/
@media (max-width:1024px) {
    /* 抗ウイルス商品テーブル */
    .antivirus-page .antivirus-table-section {
        padding: 0 10px;
    }
    .antivirus-table-section .content-title {
        text-align: center;
    }
    .antivirus-table-section .spec_table {
        font-size: 10px;
    }
    .spec_table .separator {
        transform: rotate(90deg);
        display: block;
    }
    .spec_table .siaa-link {
        flex-direction: column;
    }
    .spec_table .siaa-link::before {
    content: "SIAA製品";
    }
    .siaa-link::after {
        margin: .5em 0 0;
    }
}
/*メディアクエリ 768px以下*/
@media (max-width:768px) {
    /* 製品説明h2 */
    .description-h2 {
        font-size: 20px;
        text-align: center;
    }
    .product-title {
        text-align: center;
        font-size: 24px;
        padding: 0;
    }
    
    /* 抗ウイルス試験 */
    .evidence-antivirus {
        justify-content: center;
    }
    .evidence-antivirus-text {
        max-width: none;
        width: 100%;
    }
    .evidence-antivirus-img {
        width: 100%;
    }
    .evidence-virustest-img {
        gap: 20px;
    }
    .evidence-virustest-img-inner {
        width: 100%;
    }

    /* 使用薬剤の安全性 */
    .evidence-safety {
        justify-content: center;
    }
    .evidence-safety-text {
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }
    .evidence-safety-img {
        width: 100%;
    }

    /* 対象商品 */
    .target-products dt,
    .target-products dd {
        font-size: 14px;
    }

    /* SIAA */
    .siaa-section {
        gap: 30px;
    }
    .siaa-logo-area {
        width: 242px;
    }
    .siaa-logo-caption-wrap {
        font-size: 11px;
    }
    .siaa-description-title {
        text-align: center;
    }

    /* シンコールフロア 抗ウイルス商品テーブル */
    .antivirus-page .antivirus-table-section {
        padding: 0 10px;
    }
    .antivirus-table-section .content-title {
        text-align: center;
    }
    .antivirus-table-section .spec_table {
        font-size: 10px;
    }
    .spec_table .separator {
        transform: rotate(90deg);
        display: block;
    }
    .spec_table .siaa-link {
        flex-direction: column;
    }
    .spec_table .siaa-link::before {
    content: "SIAA製品";
    }
    .siaa-link::after {
        margin: .5em 0 0;
    }

    /* ポンリューム-抗ウイルス試験 */
    .ponlume .evidence-virustest-img {
        gap: 40px;
    }
    .ponlume .evidence-virustest-img img {
        display: block;
        margin: 0 auto;
    }
    .ponlume .siaa-description-area {
        width: 100%;
    }
    .ponlume .link-btn-siaa {
        margin: 0 auto;
    }

}