@charset "UTF-8";

.content_wrapper.concept {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.concept .heading.block_header_1.block_header.align-center {
    width: 40%;
    background: #775f50;
    color: #fff;
}
.concept .heading.block_header_2.align-center {
    width: 58%;
    padding: 60px 0 0;
}
.concept .wrapper_item .inner_item_txt p {
    font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
.concept .heading.block_header_1.block_header.align-center {
    width: 100%;
}
.concept .heading.block_header_2.align-center {
    width: 100%;
    padding: 20px 0 0;
}
}