.block_sty_01 {
    width: 100%;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background-color: #aaa;
}

.block_sty_01 h2 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 1.2px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .block_sty_01 {
        min-height: 200px;
    }

    .block_sty_01 p {
        font-size: 22px;
    }
}

.line_title {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    color: #E74107;
}

.line_title:before {
    content: '';
    height: 3px;
    width: 100px;
    background: #E74107;
    position: absolute;
    bottom: -10px;
}

.text_block_sty {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.text_block_sty.center {
    text-align: center;
}

.block_sty_02 .container {
    padding: 45px 15px;
}

.block_sty_03 {
    width: 100%;
}

.block_sty_03 img {
    width: 100%;
}

.img_100p_box {
    width: 100%;
    margin-bottom: 20px auto;
}

.img_100p_box img {
    width: 100%;
}

/*# sourceMappingURL=about.css.map */