@charset "UTF-8";

/*
* segment.css
*/


/* !mainimg
---------------------------------------------------------- */

.mainimg {
    margin-bottom: 50px;
    background: url(../img/bg_pattern01.jpg) repeat;
}

.mainimg .inner {
    background: url(../../segment/img/cover_parts.png) no-repeat center center;
    height: 100%;
}

#mainimg .ttl {
    margin-top: -20px;
    color: #666666;
    font-size: 40px;
}

@media screen and (max-width:767px) {
    .mainimg {
        margin-bottom: 15px;
        background: url(../../segment/img/bg_cover-sp.jpg) no-repeat center center;
        background-size: cover;
    }
    #mainimg .ttl {
        margin-top: -10px;
        font-size: 18px;
    }
}

.segment section {
    width: 960px;
    margin: 0 auto 60px;
}

.segment h2 {
    font-size: 24px;
    border-bottom: 1px solid #000000;
    margin-bottom: 1.0em;
    font-weight: bold;
}

.segment .c01 h2 span {
    font-size: 14px;
    font-weight: normal;
}

.segment .c01 p {
    font-size: 12px;
    text-indent: -2.6em;
    padding-left: 2.6em;
}

.segment p+p {
    margin-top: 1.0em;
}

.segment h3 {
    font-size: 16px;
    font-weight: bold;
    color: #005bac;
    margin: 20px 0 10px;
}

.segment .image {
    margin-top: 30px;
}

.segment .c01 img.onlyPC {
    display: block;
    margin: 30px auto;
}

.segment .c02 h2 {
    color: #217fc4;
    font-weight: normal;
}

.segment .c03 h2 {
    color: #61b7d8;
    font-weight: normal;
}

.segment .c04 h2 {
    color: #b79e74;
    font-weight: normal;
}

@media screen and (max-width:767px) {
    .segment section {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 40px;
    }
    section img {
        max-width: 100%;
        height: auto;
    }
    .segment .c01 p {
        font-size: 10px;
        margin: 20px 0 30px;
    }
    .segment .c01 img.onlyPC {
        display: none;
    }
    .segment h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .segment .image {
        margin-top: 20px;
    }
}
