/*
	common
-----------------------------------------------------------------------------------------------*/
.ctsArea{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0;
}
.btnArea{
    margin-top: 40px;
}

/*
	top
-----------------------------------------------------------------------------------------------*/
/* 装飾 */
.category__base-eventList::after{
	width: 78px;
	height: 105px;
	background: url(../images/item_category_program.png) no-repeat center center / contain;
}

/*
	内容
-----------------------------------------------------------------------------------------------*/
/* プログラム 提供 */
.cmn__topTtl{
    font-size: 1.8rem;
}
/* プログラムの流れ */
.flow__stepProgram{
    background-color: var(--clProgram);
}
/* 主なプログラム */
.cmn__tblListTtl{
    line-height: 120%;
}
.program__mainImg{
    display: block;
    margin: 10px auto 0;
    border-radius: 18px;
}
/* 参加団体 */
.groupName__txt{
    padding: 20px;
    background-color: var(--clWh);
    border-radius: 20px;
}

/*
	pc調整
-----------------------------------------------------------------------------------------------*/
@media screen and (min-width:1024px){
    .cmn__topTtl{
        font-size: 2rem;
    }
}