/* puretec */
/*--------旧CSS引き継ぎ--------*/
    .page-category #about-chemical-filter .image-set {
        padding: 0 10px;
        gap: 50px
    }

    .page-category #about-chemical-filter .text {
        width: 470px
    }

    .page-category #about-chemical-filter .image {
        width: calc(100% - 520px)
    }

    .page-category .chemical-filter__navi {
        counter-reset: cf-nav;
        gap: 20px;
        flex-wrap: wrap
    }

    .page-category .chemical-filter__navi li {
        counter-increment: cf-nav;
        display: inline-block
    }

    .page-category .chemical-filter__navi li a {
        border-radius: 8px;
        border: #959595 2px solid;
        letter-spacing: .1em;
        padding: 6px 12px
    }

    .page-category .chemical-filter__navi li a::before {
        content: counter(cf-nav) "."
    }

    .page-category .chemical-filter__section figcaption {
        margin-top: 4px
    }

    .page-category .chemical-filter__section figcaption.small {
        font-size: 13px;
        font-size: 0.8125rem
    }

    .page-category .chemical-filter__box {
        padding: 0 40px
    }

    .page-category .chemical-filter__example-list {
        padding: 4px 10px;
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .page-category .chemical-filter__example-list li {
        width: calc(50% - 10px);
        padding-left: 1.25em;
        position: relative;
        text-align: left;
    }

    .page-category .chemical-filter__example-list li::before {
        content: "";
        left: 0;
        top: 3px;
        width: 1rem;
        height: 1rem;
        background-image: url(/assets/img/icon-check.png);
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        position: absolute
    }

    .page-category .chemical-filter__guarantee {
        gap: 40px
    }

    .page-category .chemical-filter__guarantee-item {
        width: calc(50% - 20px)
    }

    .page-category #chemical-filter-products .list {
        margin: 0 0 60px;
        -moz-column-gap: 4%;
        column-gap: 4%;
        row-gap: 50px
    }

    .page-category #chemical-filter-products .list li {
        width: 48%;
        text-align: center;
        align-self: flex-end
    }

    .page-category #chemical-filter-products .list li h3 {
        font-size: 18px;
        font-size: 1.125rem;
        text-align: left;
        border-bottom: 1px solid #959595;
        padding: 0 4px
    }

    .page-category #chemical-filter-products .list li h3 span {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
        color: #959595;
        padding: 2px 0 4px;
        display: block
    }

    .page-category #chemical-filter-products .list li h3+p {
        min-height: 4em;
        text-align: left;
        padding: 10px 5px
    }

/*1024*/
@media all and (max-width: 1024px) {
        .page-category #about-chemical-filter .image-set {
        padding: 0;
        flex-wrap: wrap
    }

    .page-category #about-chemical-filter .text {
        width: 50%
    }

    .page-category #about-chemical-filter .image {
        width: calc(50% - 50px)
    }

    .page-category .chemical-filter__box {
        padding: 0
    }

    .page-category .chemical-filter__guarantee {
        padding: 0
    }

    .page-category #chemical-filter-products .list {
        margin: 0 0 60px;
        padding: 0;
        -moz-column-gap: 40px;
        column-gap: 40px;
        row-gap: 50px
    }

    .page-category #chemical-filter-products .list li {
        width: calc(50% - 20px)
    }

    .page-category #chemical-filter-products .list li h3 {
        min-height: 80px
    }

    .page-category #chemical-filter-products .list li h3+p {
        min-height: 6em
    }
}

/*768*/
@media all and (max-width: 768px) {
        .page-category #about-chemical-filter .image-set {
        gap: 20px
    }

    .page-category #about-chemical-filter .image-set .text {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .page-category #about-chemical-filter .image-set .text img {
        width: 100%;
        height: auto
    }

    .page-category #about-chemical-filter .image-set .image {
        width: 100%
    }

    .page-category .chemical-filter__section .w600 {
        width: 100%
    }

    .page-category .chemical-filter__guarantee {
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 20px
    }

    .page-category .chemical-filter__guarantee-item {
        width: 100%
    }
}

/*430*/
@media all and (max-width: 430px) {
    .page-category #about-chemical-filter .image-set .text {
        grid-template-columns: 1fr
    }

    .page-category .chemical-filter__example-list li {
        width: 100%
    }

    .page-category .chemical-filter__guarantee {
        padding: 0
    }

    .page-category #chemical-filter-products .list {
        max-width: 100%;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 50px
    }

    .page-category #chemical-filter-products .list li {
        width: 100%
    }

    .page-category #chemical-filter-products .list li h3 {
        min-height: auto
    }

    .page-category #chemical-filter-products .list li h3+p {
        min-height: auto
    }
}

/*1200*/
@media all and (min-width: 1200px) {
        .page-category .chemical-filter__section figcaption:not(.small) {
        margin-top: 0;
        margin-left: 24px
    }

    .page-category .chemical-filter__section .w60 {
        width: 60rem
    }

    .page-category .chemical-filter__example-list {
        padding: 4px 20px
    }

    .page-category .chemical-filter__example-list-title {
        padding-left: 20px;
        text-align: left;
    }

    .page-category #chemical-filter-products .list {
        margin: 0 0 60px;
        padding: 0 10px;
        -moz-column-gap: 100px;
        column-gap: 100px;
        row-gap: 50px
    }

    .page-category #chemical-filter-products .list li {
        width: 480px;
        max-width: calc((100% - 100px)/2)
    }
}

/*--------追加CSS--------*/
.chemical-filter__section {
    margin-bottom: 50px;
}
.page-content h2.chemical-title1 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.0909090909;
        font-weight: 500;
        color: #fff;
        background: #0197dc;
        margin: 12px 0 24px;
        padding: 10px
}
.chemical_box01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.chemical_box01 .chemical_box01_inner {
    width: 590px;
    background: #F1F7FC;
    padding: 30px 40px;
    border-radius: 10px;
}
.chemical_box01 .chemical_box01_inner h3,
.chemical_box02 .chemical_box02_inner h3 {
    color: #0197dc;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px dotted #0197dc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.chemical_box01 .chemical_box01_inner h3::before,
.chemical_box02 .chemical_box02_inner h3::before {
    content: "";
    background: url('/assets/img/001_puretec/icon_pin.png') 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}
.chemical_box01 .chemical_box01_inner p {
    margin-bottom: 20px;
}
.chemical_box01 .chemical_box01_inner figcaption,
.chemical_box02 .chemical_box02_inner figcaption {
    margin-top: 10px;
    font-size: 13px;
}
.chemical_box02 {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.chemical_box02 .chemical_box02_inner {
    width: 100%;
    background: #F1F7FC;
    padding: 30px 40px;
    border-radius: 10px;
}
.chemical_box03 {
    margin-bottom: 50px;
}
.chemical_box03 .chemical_box03_inner {
    text-align: center;
}
.chemical_box03 .chemical_box03_inner li::after {
    content: "";
    background: url('/assets/img/001_puretec/sankaku.png') 0 0 no-repeat;
    background-size: contain;
    width: 70px;
    height: 20px;
    display: inline-block;
}
.chemical_box03 .chemical_box03_inner li:last-child::after {
    content: none;
}
.chemical_box03 .chemical_box03_inner .flow_box {
    border: 2px solid #EDF1F3;
    padding: 30px 30px 30px 80px;
    position: relative;
    margin-bottom: 10px;
}
.chemical_box03 h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #AE2324;
}
.chemical_box03 h3 img {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 45px;
}
.chemical_box03 p {
    text-align: left;
}

/*TB*/
@media all and (max-width: 1199px) {
    .chemical_box01 .chemical_box01_inner {
        width: 49%;
    }
}

/*SP*/
@media all and (max-width: 430px) {
    .chemical_box01 {
        flex-direction: column;
    }
    .chemical_box01 .chemical_box01_inner,
    .chemical_box02 .chemical_box02_inner {
        width: 100%;
        padding: 20px;
    }
    .chemical_box01 .chemical_box01_inner:first-child {
        margin-bottom: 20px;
    }
    .chemical_box03 .chemical_box03_inner .flow_box {
        padding: 20px 20px 20px 50px;
    }
    .chemical_box03 h3 img {
        top: 20px;
        left: 10px;
        width: 30px;
    }
}