@charset "UTF-8";

.aboutus #main-contents:after {
    clear: both;
    display: block;
    content: '';
}
.aboutus .page-header {
    margin-bottom: 100px;
}
.aboutus .left-section {
    float: left;
    width: 485px;
    margin: 0 25px 100px 81px;
}
    .aboutus .left-section .origin {
        margin-bottom: 55px;
    }

.aboutus h2 {
    margin: 0 0 18px;
    font-size: 20px;
    text-align: center;
}
.aboutus p {
    margin: 25px 0;
    font-size: 14px;
}

.aboutus .overview {
    width: 720px;
    margin: 0 auto 100px;
}
    .aboutus .overview dl {
        margin: 0;
        border-top: solid 1px #e1e1e1;
    }
        .aboutus .overview dl dt {
            float: left;
            width: 165px;
            padding: 18px 20px 18px 40px;
            color: #009fe6;
            font-size: 14px;
            font-weight: bold;
        }
        .aboutus .overview dl dd {
            margin: 0;
            padding: 18px 0 18px 165px;
            font-size: 14px;
            border-bottom: solid 1px #e1e1e1;
        }


/*
 * Mobile
 */
@media screen and (max-width: 767px) {
    .aboutus .page-header {
        margin-bottom: 35px;
    }
    .aboutus .left-section {
        width: 100%;
        margin: 0;
        padding: 0 15px 0 10px;
    }
        .aboutus .left-section .origin,
        .aboutus .left-section .vision {
            margin-bottom: 30px;
        }

    .aboutus h2 {
        margin: 0 0 10px;
        font-size: 18px;
        text-align: left;
    }
    .aboutus p {
        margin: 10px 0;
    }

    .aboutus .overview {
        width: 100%;
        margin: 0 0 40px;
        padding: 0 15px 0 10px;
    }
        .aboutus .overview dl {
            margin: 14px 0 0;
        }
            .aboutus .overview dl dt {
                float: none;
                width: 100%;
                padding: 10px 0 5px;
            }
            .aboutus .overview dl dd {
                padding: 0 0 10px;
            }
}
