/* .columnbox-excerpt {
    color: #767676 !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: Roboto Slab !important;
}

.columnbox-excerpt a {
    color: #767676;
    font-size: 17px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: Roboto Slab !important;
    display: inline !important;
}

.columnbox-excerpt .columnbox-read-more-sentence {
    color: #1e50a2;
}

.columnbox-excerpt .read-more-sentence {
    display: none !important;
} */

/*アイコンリンク*/

.lazyblock--icon-link {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.lazyblock--icon-link>i {
    color: #1e50a2;
    font-size: 24px;
}

.lazyblock--icon-link>p {
    margin: 0;
    margin-left: 8px;
}


/*アイコンダウンロードファイル*/

.lazyblock--icon-download-file {
    align-items: center;
    padding: 12px 0;
}

.lazyblock--icon-download-file>i {
    color: #1e50a2;
    font-size: 24px;
}

.lazyblock--icon-download-file>p {
    margin: 0;
    margin-left: 8px;
}
/*20220126 アイコンダウウンロードファイルの下に文字の追加*/
.download-title-area{
    display: flex;
}
.download-title-area p{
    margin: 0;
    margin-left: 8px;
}
.download-title-area i{
    font-size: 24px;
} 
.download-file-meta{
    display: flex;
    margin-left: 32px;
}
.download-file-meta p{
    font-size: 12px;
    color: #767676;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */

@media (max-width: 800px) {
    .lazyblock--columnbox {
        display: flex;
        flex-direction: column;
    }

    .lazyblock--columnbox>.column {
        width: 100%;
    }
}


/*▼▼2カラム専用コラムボックスのスタイル▼▼*/
.lazyblock--two-columnbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lazyblock--two-columnbox .column {
    width: 46%;
    margin-bottom: 150px;

}

.lazyblock--two-columnbox .column a {
    display: block;
}

.lazyblock--two-columnbox .column p {
    font-size: 24px;
    font-weight: 900;
    font-family: Lato;
    color: #1e50a2;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.2;
}

.lazyblock--two-columnbox .column img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

@media screen and (max-width: 799px) {
    .lazyblock--two-columnbox {
        margin-bottom: 0;
    }

    .lazyblock--two-columnbox {
        flex-direction: column;
    }

    .lazyblock--two-columnbox .column {
        width: 100%;
        margin-bottom: 120px;
    }

    .lazyblock--two-columnbox .column:last-child {
        width: 100%;
        margin-bottom: 0px;
    }

    .lazyblock--two-columnbox .column p {
        font-size: 18px !important;
    }
}

/*▲▲2カラム専用コラムボックスのスタイル▲▲*/


/*▼▼3カラム専用コラムボックスのスタイル▼▼*/
.lazyblock--three-columnbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.lazyblock--three-columnbox .column {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 150px;
}
.lazyblock--three-columnbox .column:nth-of-type(3n){
    margin-right: 0;
}

.lazyblock--three-columnbox .column a {
    display: block;
}

.lazyblock--three-columnbox .column p {
    font-size: 24px;
    font-weight: 900;
    font-family: Lato;
    color: #1e50a2;
    margin-bottom: 10px;
    line-height: 1.2;
}

.lazyblock--three-columnbox .column img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

@media screen and (max-width: 799px) {
    .lazyblock--three-columnbox {
        margin-bottom: 0;
    }

    .lazyblock--three-columnbox {
        flex-direction: column;
    }

    .lazyblock--three-columnbox .column {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 120px;
    }

    .lazyblock--three-columnbox .column:last-child {
        width: 100%;
        margin-bottom: 0px;
    }

    .lazyblock--three-columnbox .column p {
        font-size: 18px !important;
    }
}

/*▲▲3カラム専用コラムボックスのスタイル▲▲*/


/*▼▼4カラム専用コラムボックスのスタイル▼▼*/
.lazyblock--four-columnbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.lazyblock--four-columnbox .column {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 150px;
}
.lazyblock--four-columnbox .column:nth-of-type(4n){
    margin-right: 0;
}

.lazyblock--four-columnbox .column a {
    display: block;
}

.lazyblock--four-columnbox .column p {
    font-size: 24px;
    font-weight: 900;
    font-family: Lato;
    color: #1e50a2;
    margin-bottom: 10px;
    line-height: 1.2;
}

.lazyblock--four-columnbox .column img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

@media screen and (max-width: 799px) {
    .lazyblock--four-columnbox {
        margin-bottom: 0;
    }

    .lazyblock--four-columnbox {
        flex-direction: column;
    }

    .lazyblock--four-columnbox .column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 120px;
    }

    .lazyblock--four-columnbox .column:last-child {
        width: 100%;
        margin-bottom: 0px;
    }

    .lazyblock--four-columnbox .column p {
        font-size: 18px !important;
    }
}

/*▲▲4カラム専用コラムボックスのスタイル▲▲*/

.columnbox-excerpt {
    color: #767676 !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: Roboto Slab !important;
    padding-top: 3px;
}

.columnbox-excerpt a {
    color: #767676;
    font-size: 17px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: Roboto Slab !important;
    display: inline !important;
}

.columnbox-excerpt .columnbox-read-more-sentence {
    color: #1e50a2;
}

.columnbox-excerpt .read-more-sentence {
    display: none !important;
}


