@charset "UTF-8";



/* **********************************************************

インデックスヘッダー

********************************************************** */


.indexHeaderCommon{
    padding: 130px 35px 0;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 30px;
}
.indexHeaderCommonAdd{
    margin-bottom: 10px;
}
.indexHeaderMainTitleCommon{
    color: var(--TextTheme);
    width: 60%;
    font-size: 36px;
}
.indexHeaderCommon a{
    color: var(--TextTheme);
}

/* 投稿タグ、タームリンク共通 */
.indexHeaderTagCommon{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.7;
}
.tag-cloud-link{
    font-size: 16px !important;
    margin-right: 20px;
}

/* 全体説明文 */
.indexHeaderText{
    font-size: 14px;
    padding: 0 60px 20px 40px;
    color: var(--TextCatch);
}







/* **********************************************************

インデックス

********************************************************** */

.indexUlCommon{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3.5%;
}
.indexLiCommon{
    width: 31%;
}
.indexNewsLi{
    background-color: var(--PartSubTheme1);
}
.indexLiCommon>div{
    height: 100%;
}

/* アイキャッチ画像*/
.indexLiCommon img{
    width: 100%;
}
@media (hover: hover) {
    .indexLiCommon img:hover{
    transform: scale(1.05);
    transition: .4s ease-in-out;
}
}


/* 画像下のインフォテキスト*/
.indexTextContentCommon {
    padding: 10px 20px 25px;
    font-family: sans-serif;
    font-weight: normal;
}
.indexTextContentCommon a{
    color: var(--TextSubTheme2) !important;
}
.indexTextContentAdd{
    padding: 30px 30px 40px;
    color: var(--TextSubTheme2) !important;
}
.indexNewsInfo{
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--TextSubTheme2) !important;
}
.indexNewsInfoAdd{
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}
.indexNewsInfoSub>a{
    font-size: 14px;
}
.indexNewsInfoSub{
    font-size: 14px;
}
.indexNewsInfoSubAdd{
    margin-top: 20px;
    line-height: 1.2;
}
.indexNewsInfoSubAdd>a{
    font-size: 16px;
}
.indexNewsInfoSubAdd2>a{
    font-size: １４px;
}
.indexNewsInfoSub time{
    color: var(--TextSubTheme2) !important;
}




/* **********************************************************

カスタム投稿タームインデックスの投稿多いタイプ

********************************************************** */

/* タームヘッド */
.indexCategHead{
    color: var(--TextTheme);
    margin: 30px 0 15px 30px;
    padding-left: 30px;
    border-left: 30px solid var(--TextSubTheme1);
}
.indexCategHead:not(:first-of-type){
    margin-top: 60px;
}
.indexCategHeadText{
    font-size: 14px;
    padding: 0 20% 15px 30px;
    color: var(--TextCatch);
}
.eleseNonMessage{
    padding: 0 20% 0 30px;
    color: var(--TextCatch);
}



/* **********************************************************

メディアクエリ

********************************************************** */

@media screen and (max-width: 1023px){
    .indexHeaderCommon{
        flex-direction: column;
        text-align: center;
    }
    .indexHeaderMainTitleCommon{
        width: 100%;
        margin-bottom: 10px;
    }
    .indexUlCommon{
        flex-direction: column;
    }
    .indexLiCommon{
        width: 100%;
    }
    .indexHeaderText{
    padding: 0 20px 20px 20px;
}

    
}
