@charset "UTF-8";
/* CSS Document */

.dv_category_title {
    margin: -100px 0 80px;
    padding: 30px 40px 0;
    background: #f4f4f6;
    position: relative;
    z-index: 1;
    width: 50%;
}

.dv_category_title h2 .english{
    display:block;
    font-family: Crimson Text, serif;
    font-size: 32px;
    line-height:100%;
}

.dv_category_title h2 small{
    display:block;
    font-size: 12px;
    line-height:100%;
}

.dv_category_title p{
    font-size:18px;
}

.category-content-flex-wrapper {
    display: flex;
    align-items: center;
    margin-bottom:80px;
}

.category-content-flex-wrapper .text{
    padding:0 80px 0;
}

.category-content-flex-wrapper h3,
.category-content-wrapper h3{
    font-size:20px;
    padding: 0 0 10px 0;
}

.category-content-gray-wrapper{
    display:flex;
    background:#ebebe8;
    padding:40px;
}

.category-content-gray-wrapper > .category-content-wrapper {
    width: calc(100% / 3);
    padding:40px;
}

@media (max-width: 768px) {
    
    .dv_category_title {
    margin: 0 0 40px;
    padding: 20px 20px 0;
    position: relative;
    z-index: 0;
    width: 100%;
}

.dv_category_title h2 .english{
    display:block;
    font-family: Crimson Text, serif;
    font-size: 28px;
    line-height:100%;
}

.dv_category_title h2 small{
    display:block;
    font-size: 10px;
    line-height:100%;
}

.dv_category_title p{
    font-size:16px;
}
.category-content-flex-wrapper {
    display: block;
    margin-bottom:40px;
}

.category-content-flex-wrapper .text{
    padding:20px;
}
    
.category-content-flex-wrapper h3,
.category-content-wrapper h3{
    font-size:18px;
    padding: 0 0 10px 0;
}
    
.category-content-gray-wrapper{
    display:block;
    padding:20px;
}
    
.category-content-gray-wrapper > .category-content-wrapper {
    width: 100%;
    padding:20px 0;
}

    
}
