@charset "UTF-8";

#l-gNav li#l-gNav4 a:before {
    left: 0;
    right: 0;
}

.l-content {
    width: 840px;
    float: left;
    margin-left: 140px;
}

.m-contact {
    border: 1px solid #eaeaea;
    padding: 38px 0 39px;
}

.p-block01 {
    margin-bottom: 100px;
}

.p-block-mh {
    margin: 70px 0 55px;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 500;
}

.p-block-leadtext {
    font-size: 1.4rem;
    line-height: 2.29;
    letter-spacing: 0.08em;
    margin-bottom: 50px;
}

.p-oem-mh {
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-bottom: 35px;
}

.p-oem-list {
    width: 100%;
    background: url("../../images/business/oem_bg_list.png") no-repeat center top;
    background-size: cover;
    padding: 20px;
}

.p-oem-list-item {
    background: url("../../images/business/oem_bg_num1.png") no-repeat 20px 20px rgba(255, 255, 255, 0.6);
    background-size: 68px auto;
    padding: 19px 20px 0;
    margin-bottom: 30px;
}

.p-oem-list-item:after {
    content: "";
    display: block;
    width: 35px;
    height: 18px;
    margin: 0 auto;
    position: relative;
    top: 18px;
    background: url("../../images/business/oem_bg_arrow.png") no-repeat 0 0;
    background-size: 35px auto;
}

.p-oem-list-item:last-child {
    padding-bottom: 19px;
    margin-bottom: 0;
}

.p-oem-list-item:last-child:after {
    display: none;
}

.p-oem-list-item:nth-child(2) {
    background-image: url("../../images/business/oem_bg_num2.png");
}

.p-oem-list-item:nth-child(3) {
    background-image: url("../../images/business/oem_bg_num3.png");
}

.p-oem-list-item:nth-child(4) {
    background-image: url("../../images/business/oem_bg_num4.png");
}

.p-oem-list-item:nth-child(5) {
    background-image: url("../../images/business/oem_bg_num5.png");
}

.p-oem-list-item:nth-child(6) {
    background-image: url("../../images/business/oem_bg_num6.png");
}

.p-oem-list-item:nth-child(7) {
    background-image: url("../../images/business/oem_bg_num7.png");
}

.p-oem-list-sh {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #d21919;
    margin-bottom: 10px;
    padding-left: 85px;
}

.p-oem-list-text {
    font-size: 1.4rem;
    line-height: 2.29;
    margin-bottom: -5px;
    letter-spacing: 0.08em;
}



/* Smartphone Styles
============================================================================ */
@media screen and (max-width: 768px) {

    .l-content {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .m-contact {
        border: 1px solid #eaeaea;
        padding: 8vw 0;
        margin: 0 6vw 16vw;
    }

    .m-contact-btn {
        width: 80vw;
    }

    .m-contact-btn a {
        width: 80vw;
        padding-left: 23.47vw;
    }

    .p-block01 {
        padding: 0 6vw;
        margin-bottom: 12vw;
    }

    .p-block-mh {
        margin: 0 0 7.33vw;
        font-size: 2.0rem;
        letter-spacing: 0.05em;
    }

    .p-block-leadtext {
        line-height: 1.64;
        margin-bottom: 8vw;
    }

    .p-oem-mh {
        margin-bottom: 6vw;
    }

    .p-oem-list {
        width: 100%;
        background: url("../../images/business/oem_bg_list_sp.png") no-repeat center top;
        background-size: cover;
        padding: 4vw;
    }

    .p-oem-list-item {
        background-position: 5.47vw 4vw;
        background-size: 15.6vw auto;
        padding: 2.5vw 4vw 0;
        margin-bottom: 5.33vw;
    }

    .p-oem-list-item:after {
        width: 7.73vw;
        height: 4vw;
        top: 4vw;
        background-size: 100% auto;
    }

    .p-oem-list-item:last-child {
        padding-bottom: 19px;
        margin-bottom: 0;
    }

    .p-oem-list-sh {
        font-size: 1.5rem;
        line-height: 1.6;
        margin-bottom: 3vw;
        padding-left: 18.27vw;
        margin-right: -4vw;
    }

    .p-oem-list-text {
        font-size: 1.4rem;
        line-height: 1.64;
        margin-bottom: 1.33vw;
    }

}