@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Amiri';


.section.num04{
    padding: 40px;
    background-color: #EFEFEC;
    height: auto;
}

.section.num04 > section{
    width: 980px;
    margin: 40px auto 0 auto;
    display: grid;
}

.category_top_column.first_column{
    grid-row: 1/2;
    grid-column: 1/3;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}

.category_top_column.first_column  .column_content{
    height: 170px;
    margin: 30px 20px;
}
.category_top_column.first_column figure{
    height: 100px;
    width: 150px;
    margin-right: 20px;
    margin-bottom: 70px;
    float: left;
}
.category_top_column.second_column figure{
    height: 130px;
    width: 150px;
    margin-right: 20px;
    margin-bottom: 100px;
    float: left;
}

.category_top_column.third_column figure{
    height: 130px;
    width: 150px;
    margin-right: 20px;
    margin-bottom: 100px;
    float: left;
}
.category_top_column .column_title {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
.category_top_column .lead_sentence{
    margin-bottom: 20px;
    font-size: 14px;
}

.category_top_column.second_column {
    margin-right: 15px;
    background-color: #FFFFFF;
    grid-row: 2/3;
}

.category_top_column.second_column .column_content {
    height: 230px;
    margin: 30px 20px;
}

.category_top_column.third_column {
    margin-left: 15px;
    background-color: #FFFFFF;
    grid-row: 2/3;
}

.category_top_column.third_column .column_content {
    height: 230px;
    margin: 30px 20px;
}

.label-column{
    float: right;
}

@media screen and (max-width: 737px) {
    .section.num04{
        padding: 40px 20px;
    }

    .section.num04 > section{
        width: 100%;
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
    }

    .category_top_column.first_column .column_content,
    .category_top_column.second_column .column_content,
    .category_top_column.third_column .column_content{
        height: auto;
    }

    .category_top_column.first_column figure,
    .category_top_column.second_column figure,
    .category_top_column.third_column figure{
        height: 200px;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .category_top_column.second_column{
        margin-right: 0;
        margin-bottom: 20px;
    }

    .category_top_column.third_column{
        margin-left: 0;
        margin-bottom: 20px;
    }
}




