/*+++++++++++++++++++++++++++++++++++++++++++++
化成品 製品概要 product/chemical/
+++++++++++++++++++++++++++++++++++++++++++++*/
.box-x2 {
    background-color: #F2F8FE;
}

.box-x2 li {
    vertical-align: top;
}

.box-x2 li:first-child {
    padding: 0;
    width: 543px;
}

.box-x2 li:last-child {
    padding: 30px 30px;
    width: 456px;
}

.box-x2 li:last-child p {
    line-height: 2.5rem;
}


@media screen and (max-width:767px) {

    .box-x2 li:first-child {
        padding: 0;
        width: 100%;
    }

    .box-x2 li:last-child {
        padding: 20px !important;
        width: 100%;
    }

    .box-x2 li:last-child p {
        line-height: 2rem;
    }

    .box-x2 li .mb20 {
        margin-bottom: 10px !important;
    }

}