@charset "UTF-8";

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

.p-leadBlock {
    text-align: center;
    margin: 50px auto;
}

.p-leadBlock-text {
    font-size: 1.4rem;
    line-height: 2.29;
    letter-spacing: 0.12em;
}

.p-txtBlock-mh {
    font-size: 3.0rem;
    line-height: 1em;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #db4646;
    margin: 35px 0 30px;
    text-indent: -0.5em;
}

.p-txtBlock-text {
    font-size: 1.4rem;
    line-height: 2.29;
    letter-spacing: 0.12em;
}

.p-block01,
.p-block02,
.p-block03 {
    margin-bottom: 40px;
}

.p-block01:after,
.p-block02:after,
.p-block03:after {
    content: "";
    display: block;
    clear: both;
}

.p-imgBlock {
    float: right;
    width: 650px;
    height: 360px;
    line-height: 0;
}

.p-block02 .p-imgBlock {
    float: left;
}

.p-txtBlock {
    padding: 0 0 0 280px;
    float: left;
    width: 730px;
    height: 360px;
    background: url("../../images/about/about_bg_txtblock.png") repeat-x 0 bottom;
}

.p-block02 .p-txtBlock {
    padding-left: 80px;
}

.p-block03 {
    margin-bottom: 120px;
}


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

    .p-leadBlock {
        text-align: left;
        padding: 0 6vw;
        margin: 0 0 11.33vw;
    }

    .p-leadBlock-text {
        font-size: 1.4rem;
        line-height: 1.71;
    }

    .p-txtBlock-mh {
        font-size: 2.1rem;
        margin: 0 0 4vw;
    }

    .p-txtBlock-text {
        font-size: 1.4rem;
        line-height: 1.71;
    }

    .p-block01,
    .p-block02,
    .p-block03 {
        margin-bottom: 11.2vw;
    }

    .p-imgBlock {
        float: none;
        width: 94vw;
        margin-left: 6vw;
        margin-bottom: 6vw;
        height: auto;
    }

    .p-block02 .p-imgBlock {
        float: none;
        margin-left: 0;
        margin-right: 6vw;
    }

    .p-txtBlock {
        padding: 0 6vw 8.53vw;
        float: left;
        width: 100vw;
        height: auto;
        background: url("../../images/about/about_bg_txtblock_sp.png") no-repeat left bottom;
        background-size: 100%;
    }

    .p-block02 .p-txtBlock {
        padding-left: 6vw;
    }

}