.flame-date-tags{
    display: flex;
    gap: 8px;
    display: flex;
    align-items: baseline;
}

.flame-date-tags .text-data-tags
,.flame-date-tags .post-tags .tag
{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; /* テキストを1行に制限 */
    color: #828282;

    font-size: 12px;
}
.flame-date-tags .flame-tags{
    display: flex;
    justify-content: left;
    gap: 8px;
    flex-wrap: wrap;
}

.title-contents{
    display: flex;
    padding-bottom: 20px;
    border-bottom: 2px solid #EFEFEF;
    width: 100%;
    margin-bottom: 20px;

    gap: 30px;
}
.title-contents .name-ja{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  bold;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap; /* テキストを1行に制限 */
    color: #135477;

    font-size: 22px;
}
.title-contents .name-reading{
    font-family: 'Poppins';
    font-weight:  normal;
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap; /* テキストを1行に制限 */
    color: #135477;

    font-size: 16px;
    position: relative;
    top: 8px;
}


.box-arrival-explain{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
}

.flame-category{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 100%;
}

.flame-category .box-category{
    padding: 2px 25px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #2C7DAA;
    border-radius: 2px;
}

.flame-category .box-category .text-category{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; /* テキストを1行に制限 */
    color: #FFFFFF;

    font-size: 12px;

}



.box-arrival-explain .text-title{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  bold;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap; /* テキストを1行に制限 */
    color: #434343;

    font-size: 14px;
}


@media screen and (max-width: 855px) {
    .title-contents .name-ja {
        font-size: 18px;
    }

    .title-contents .name-reading {
        font-size: 12px;
    }
}











/* 
----------------------------------------
********** 記事一覧 ↓↓↓↓↓↓↓↓↓↓
----------------------------------------
 */
.space-list-column{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.content-list-column{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.content-list-column .container-list{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    max-width: calc(33% - 16px);
}

.content-list-column .container-list img{
    /* width: 100%; */
    height: auto;
    /* max-width: 390px; */
    max-height: 250px;

    border-radius: 6px;
    margin-bottom: 8px;

    width: 390px;
    max-width: 100%;
}


@media screen and (max-width: 1150px) {
    
    .flame-date-tags{
        display: flex;
        gap: 8px;
        display: flex;
        flex-flow: column;
        align-items: baseline;
        gap: 0px;
    }
    .content-list-column {
        gap: 15px;
    }
}

@media screen and (max-width: 855px) {
    .content-list-column {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        width: 100%;
        flex-wrap: wrap;
    }
    .content-list-column .container-list {
        gap: 8px;
        max-width: calc(50% - 40px);
    }
}
@media screen and (max-width: 750x) {
    .content-list-column .container-list {
        gap: 8px;
        max-width: calc(50% - 10px);
    }
    
}
@media screen and (max-width: 650px) {
    .content-list-column {
        justify-content: center;
        align-items: center;
    }
    .content-list-column .container-list {
        gap: 8px;
        width: 100%;
        max-width: 395px;
    }
    
}
@media screen and (max-width: 400px) {
    
    

}


/* 
----------------------------------------
********** 記事一覧 ↑↑↑↑↑↑↑↑↑↑
----------------------------------------
 */


/* 
----------------------------------------
********** 青と緑のボタン ↓↓↓↓↓↓↓↓↓↓
----------------------------------------
 */
.flame-blue-green-area{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 28px;
}

.flame-blue-green-area .content-blue-green-area{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flame-blue-green-area .content-blue-green-area .content-blue{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}

.flame-blue-green-area .content-blue-green-area .button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    width: 400px;
    border-radius: 34px;

}
.flame-blue-green-area .content-blue-green-area .button-blue{
    gap: 8px;
    /* background-color: #2C7DAA; */
    background-image: linear-gradient(150deg, rgba(44, 125, 170, 1), rgba(20, 84, 119, 1));
}
.flame-blue-green-area .content-blue-green-area .button-green{
    gap: 30px;
    /* background-color: #2CAAA5; */
    background-image: linear-gradient(100deg, rgba(44, 170, 165, 1), rgba(20, 119, 115, 1));
}

.flame-blue-green-area .content-blue-green-area .button img{
    width: 20px;
    height: 20px;
}
.flame-blue-green-area .content-blue-green-area .button .text{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  bold;
    text-align: center;
    vertical-align: middle;
    color: white;

    font-size: 16px;
    white-space: nowrap;
}

.off-on-br{
    display: none;
}


@media screen and (max-width: 1150px) {
    .flame-blue-green-area .content-blue-green-area .content-blue {
        gap: 25px;
    }
    .flame-blue-green-area .content-blue-green-area .content-green {
        gap: 30px;
    }

    .flame-blue-green-area .content-blue-green-area .button {
        padding: 24px 40px;
        width: calc(400px - 100px);
        max-width: 310px;
    }

}
@media screen and (max-width: 855px) {
    .flame-blue-green-area .content-blue-green-area {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .flame-blue-green-area .content-blue-green-area .button {
        padding: 15px 50px;
        width: 100%;
        max-width: 328px;
    }

    .off-on-br{
        display: block;
    }
    
    .on-off-br{
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .flame-blue-green-area .content-blue-green-area .button .text {
        font-size: 14px;
    }
    
    .flame-blue-green-area .content-blue-green-area .button {
        padding: 15px 35px;
        width: 100%;
        max-width: none;
    }
    
}
@media screen and (max-width: 400px) {
    
    .flame-blue-green-area .content-blue-green-area .button {
        padding: 15px 35px;
        width: calc(100% - 60px);
        gap: 10px;
    }
    .flame-blue-green-area .content-blue-green-area .button-blue {
        padding: 15px 35px;
    }

}

/* 
----------------------------------------
********** 青と緑のボタン ↑↑↑↑↑↑↑↑↑↑
----------------------------------------
 */



/* 
----------------------------------------
********** 記事一覧への遷移ボタン ↓↓↓↓↓↓↓↓↓↓
----------------------------------------
 */
.flame-move-list-area{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.flame-move-list-area .button-move-list{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;

    background-color: #FFFFFF;
    border:1px solid #135477; 
}

.flame-move-list-area .button-move-list .text{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  bold;
    text-align: center;
    vertical-align: middle;
    color: #434343;

    font-size: 16px;
}

@media screen and (max-width: 550px) {
    .flame-move-list-area .button-move-list .text {
        font-size: 14px;
    }
    .flame-move-list-area .button-move-list {
        padding: 10px 35px;
    }
    
}

/* 
----------------------------------------
********** 記事一覧への遷移ボタン ↑↑↑↑↑↑↑↑↑↑
----------------------------------------
 */


/* 
----------------------------------------
********** カテゴリから探す ↓↓↓↓↓↓↓↓↓↓
----------------------------------------
 */
 .space-search-category {
    display: flex;
    width: calc(100% - 64px);

    padding: 32px;
    background-color: #E8F0F6;
    border-radius: 6px;
    margin-bottom: 33px;
}

.space-search-category .content-search-category{
    display: flex;
    flex-flow: column;

    gap: 20px;
    justify-content: center;
    align-items: start;
}

.space-search-category .content-search-category .flame-content-title{
    display: flex;

    gap: 8px;
    justify-content: left;
    align-items: center;

}
.content-search-category .flame-content-title .icon{
    width: 17px;
    height: 29px;
}
.content-search-category .flame-content-title .title{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  bold;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap; /* テキストを1行に制限 */
    color: #135477;

    font-size: 20px;

}

.content-search-category .all-category{
    gap: 16px;
    width: 100%;
    flex-wrap: wrap;

}

@media screen and (max-width: 1150px) {
    .space-search-category .content-search-category {
        gap: 16px;
    }
}

@media screen and (max-width: 855px) {
    .space-search-category {
        width: calc(100% - 32px);
        padding: 16px;
        margin-bottom: 40px;
    }
    
    .content-search-category .all-category {
        column-gap: 12px; /* 横の間隔 */
        row-gap: 8px;    /* 縦の間隔 */
    }
}
@media screen and (max-width: 550px) {
    .flame-category .box-category {
        padding: 2px 20px;
    }
    
}
@media screen and (max-width: 400px) {
    
    

}







/* 
----------------------------------------
********** カテゴリから探す ↑↑↑↑↑↑↑↑↑↑
----------------------------------------
 */




/* 
----------------------------------------
********** タグから探す ↓↓↓↓↓↓↓↓↓↓
----------------------------------------
 */
.space-search-tag {
    display: flex;
    width: calc(100% - 64px);

    padding: 32px;
    background-color: #E8F0F6;
    border-radius: 6px;
    margin-bottom: 33px;
}

.space-search-tag .content-search-tag{
    display: flex;
    flex-flow: column;

    gap: 20px;
    justify-content: center;
    align-items: start;
}

.space-search-tag .content-search-tag .flame-content-title{
    display: flex;

    gap: 8px;
    justify-content: left;
    align-items: center;

}
.content-search-tag .flame-content-title .icon{
    width: 17px;
    height: 29px;
}
.content-search-tag .flame-content-title .title{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  bold;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap; /* テキストを1行に制限 */
    color: #135477;

    font-size: 20px;

}

.content-search-tag .all-tag{
    column-gap: 34px; /* 横の間隔 */
    row-gap: 13px;    /* 縦の間隔 */
    width: 100%;
    flex-wrap: wrap;

}
.content-search-tag .all-tag .box-tag{
    display: flex;
    justify-content: left;
    align-items: center;
}
.content-search-tag .all-tag .box-tag .text-tag{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; /* テキストを1行に制限 */
    color: #434343;

    font-size: 12px;
}




@media screen and (max-width: 1150px) {
    .space-search-tag .content-search-tag {
        gap: 16px;
    }
}

@media screen and (max-width: 855px) {
    .space-search-tag {
        width: calc(100% - 32px);
        padding: 16px;
        margin-bottom: 40px;
    }
    
    .content-search-tag .all-tag {
        column-gap: 25px; /* 横の間隔 */
        row-gap: 10px;    /* 縦の間隔 */
    }
}
@media screen and (max-width: 550px) {
    
    
}
@media screen and (max-width: 400px) {
    
    

}




/* 
----------------------------------------
********** タグから探す ↑↑↑↑↑↑↑↑↑↑
----------------------------------------
 */




/* 
----------------------------------------
********** ボトムコンテンツエリア ↓↓↓↓↓↓↓↓↓↓
----------------------------------------
 */
.flame-bottom-area{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    
    position: relative;
    z-index: 1; /* 本体の要素の前面に表示されるように */

}
.back-img {
    position: absolute; /* 親要素内に絶対配置 */
    top: 0; /* 上端に配置 */
    left: 0; /* 左端に配置 */
    width: 100%; /* 親要素の幅に合わせる */
    height: 100%; /* 親要素の高さに合わせる */
    object-fit: cover; /* 画像のアスペクト比を維持しつつ、親要素を覆うようにする */
    z-index: -1;
    background-color: #135477;
    filter: blur(50px); /* ぼかし効果を追加 */
}

.flame-bottom-area .content-bottom{
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.flame-bottom-area .content-bottom .content-blue{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}

.flame-bottom-area .varLine{
    color: white;
    width: 1px;
    margin: 0 75px;
    border: 1px solid white;
}

.flame-bottom-area .content-bottom .content-green{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 33px;
}

.flame-bottom-area .content-bottom .title{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  bold;
    text-align: center;
    vertical-align: middle;
    color: #434343;

    font-size: 32px;
}
.flame-bottom-area .content-bottom .explain{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  normal;
    text-align: center;
    vertical-align: middle;
    color: #434343;

    font-size: 18px;
}

.flame-bottom-area .content-bottom .button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 45px;
    width: calc(400px - 90px);

    width: 100%;
    max-width: 310px;
    border-radius: 34px;

}
.flame-bottom-area .content-bottom .button-blue{
    gap: 8px;
    /* background-color: #2C7DAA; */
    background-image: linear-gradient(150deg, rgba(44, 125, 170, 1), rgba(20, 84, 119, 1));
}
.flame-bottom-area .content-bottom .button-green{
    gap: 20px;
    /* background-color: #2CAAA5; */
    background-image: linear-gradient(100deg, rgba(44, 170, 165, 1), rgba(20, 119, 115, 1));
}

.flame-bottom-area .content-bottom .button img{
    width: 20px;
    height: 20px;
}
.flame-bottom-area .content-bottom .button .text{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:  bold;
    text-align: center;
    vertical-align: middle;
    color: white;

    font-size: 16px;
}


.pager .nav-links{
    display: none;
    gap: 16px;
}
.pager.show-nav .nav-links {
    display: flex; /* 2ページ目以降は表示 */
}

.pager .nav-links .page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;    
    font-family: 'Noto Sans JP', sans-serif;

    font-size: 18px;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    background-color:#E8F0F6 ;
    color: #135477;
}
.pager .nav-links .page-numbers.current{
    background-color:#135477 ;
    color: #FFFFFF;
}


.off-on-br{
    display: none;
}


@media screen and (max-width: 1150px) {
    .flame-bottom-area .varLine {
        margin: 0 40px;
    }

    .flame-bottom-area .content-bottom .content-blue {
        gap: 25px;
    }
    .flame-bottom-area .content-bottom .content-green {
        gap: 30px;
    }
    .flame-bottom-area .content-bottom .explain {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        color: #434343;
        font-size: 16px;
        letter-spacing: -1px;
    }

    .flame-bottom-area .content-bottom .button {
        padding: 24px 40px;
        width: calc(100% - 80px);
        max-width: 310px;
    }
}
@media screen and (max-width: 855px) {
    .flame-bottom-area .content-bottom .content-blue {
        gap: 20px;
    }

    .flame-bottom-area .content-bottom {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .flame-bottom-area .content-bottom .title {
        font-size: 26px;
    }

    .flame-bottom-area .content-bottom .button {
        padding: 15px 50px;
        width: 100%;
        max-width: 328px;
    }
    .flame-bottom-area .varLine {
        color: white;
        width: 100vw;
        height: 1px;
        border: 1px solid white;
        margin: 40px 0;
    }

    .off-on-br{
        display: block;
    }
    
    .on-off-br{
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .flame-bottom-area .content-bottom .button .text {
        font-size: 14px;
    }
    .flame-bottom-area .content-bottom .button img {
        width: 18px;
        height: 18px;
    }
    .flame-bottom-area .content-bottom .title {
        font-size: 22px;
    }
    .flame-bottom-area .content-bottom .button {
        padding: 15px 35px;
        width: 100%;
        max-width: none;
    }
    
}
@media screen and (max-width: 400px) {
    .flame-bottom-area .content-bottom .title {
        font-size: 20px;
    }
    .flame-bottom-area .content-bottom .button {
        padding: 15px 30px;
        width: calc(100% - 60px);
    }
    .flame-bottom-area .content-bottom .button-blue {
        padding: 15px 35px;
    }

}
/* 
----------------------------------------
********** ボトムコンテンツエリア ↑↑↑↑↑↑↑↑↑↑
----------------------------------------
 */
