/*
	top
-----------------------------------------------------------------------------------------------*/
/* 装飾 */
.category__base-eventList::after {
	width: 98px;
	height: 110px;
	background: url(../images/item_category_about.png) no-repeat center center / contain;
}
.cmn__topImg{
    width: 160px;
    text-align: center;
}

/* NPO法人ポータルサイト行政入力情報 ボタン */
.portalBtn{
    margin-top: 30px;
}

/*
	会社について
-----------------------------------------------------------------------------------------------*/
.about__company{
    display: flex;
    flex-direction: column;
    gap: 60px 0;
    padding: 50px 35px 40px;
    background-color: var(--clBeg);
    position: relative;
}

.cmn__tblListTxt{
    font-size: 1.4rem;
}

/*
	footer
-----------------------------------------------------------------------------------------------*/
.about__company + #footer{
    background-color: var(--clBeg);
}

/*
	pc調整
-----------------------------------------------------------------------------------------------*/
@media screen and (min-width:1024px){
	/*
		会社について
	-----------------------------------------------------------------------------------------------*/
    .cmn__tblList{
        margin: 0 auto;
        max-width: 350px;
    }
}