@charset "utf-8";

.cont h1 {
    background-image: url(../images/title.png);
}

.primary {
    width: 980px;
}

/*============================
#feature
============================*/
article#feature {
    overflow: hidden;
}

article#feature h2 {}

article#feature div.box.lead {
    width: 480px;
    float: left;
    background-color: #fafafa;
    margin-right: 20px;
}

article#feature div.box.lead:nth-of-type(2) {
    margin-right: 0;
}

article#feature div.box.lead img {}

article#feature div.box.lead div.text {
    padding: 25px 30px;
}

article#feature div.box.lead div.text h3 {
    border: none;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    font-size: 18px;
}

article#feature div.box.lead div.text p {
    padding-bottom: 20px;
}

/*============================
#business
============================*/
article#business {}

article#business div.lead {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

article#business div.lead h3 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 13px 0 13px 20px;
    border: none;
    color: #FFF;
    background-color: #001c58;
    font-size: 16px;
}

article#business div.lead img {
    display: block;
    width: 490px;
}

article#business div.lead div.box {
    min-height: 376px;
}

article#business div.lead div.box {
    width: 490px;
    background: #fafafa;
    padding: 25px 30px;
}

article#business div.lead div.box:last-of-type {
    background: #f2f2f2;
}

article#business div.lead div.box h4 {
    background: url(../../images/common/contents/icon_square.jpg) no-repeat top 7px left;
    background-size: 16px;
    padding: 0 0 15px 23px;
    font-size: 18px;
    font-weight: bold;
}

article#business div.lead div.box ul {
    padding-top: 15px;
}

article#business div.lead.s2 h3 {
    margin-top: 30px;
}

article#business div.lead.s3 h3 {
    margin-top: 30px;
}

article#business div.lead.s4 h3 {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .cont h1 {
        background-image: url(../images/title_sp.png);
    }

    .primary {
        width: 90.625%;
    }

    article#feature div.box.lead {
        width: 100%;
        float: none;
    }

    article#feature div.box.lead img {
        width: 100%;
        padding-top: 44.77611940%;
        height: 0;
        overflow: hidden;
        background: url(../images/01_sp.jpg) no-repeat left top;
        background-size: 100%;
    }

    article#feature div.box.lead:nth-of-type(2) img {
        background-image: url(../images/02_sp.jpg);
    }

    article#feature div.box.lead div.text {
        padding: 3% 4% 0;
    }

    article#feature div.box.lead div.text h3 {
        margin-bottom: 10px;
        padding-bottom: 2px;
        border-bottom: 1px solid #bbb;
    }

    article#business div.lead h3 {
        padding: 10px 12px;
    }

    article#business div.lead img {
        width: 100%;
        padding-top: 44.77611940%;
        height: 0;
        overflow: hidden;
        background: url(../images/03_sp.jpg) no-repeat left top;
        background-size: 100%;
    }

    article#business div.s2 img {
        background-image: url("../images/04_sp.jpg");
    }

    article#business div.s3 img {
        background-image: url("../images/05_sp.jpg");
    }

    article#business div.s3 img:nth-of-type(2) {
        background-image: url("../images/06_sp.jpg");
    }

    article#business div.lead div.box {
        width: 100%;
        padding: 4% 4%;
        min-height: 0;
    }

    article#business div.lead div.box:first-of-type {
        background: #f2f2f2;
    }

    article#business div.lead div.box h4 {
        font-size: 16px;
        padding-left: 18px;
        background-size: 11px;
    }
    
    article#business div.s4 img {
        background-image: url("../images/07_sp.jpg");
		padding-top: 59.7%;
    }
}
