/*
	common
-----------------------------------------------------------------------------------------------*/
.ctsArea{
	display: flex;
	flex-direction: column;
	gap: 60px 0;
}

/* 下層見出し
============================== */
.cmn__headingTxtS{
	margin-top: 0;
}

/*
	top
-----------------------------------------------------------------------------------------------*/
/* 装飾 */
.category__base-eventList::after {
    width: 75px;
    height: 80px;
    background: url(../images/item_category_njoc.png) no-repeat center center / contain;
	bottom: 10%;
}
/* img */
.cmn__topImg{
	width: 220px;
}
/*
	入会特典
-----------------------------------------------------------------------------------------------*/
.njoc__special .cmn__heading{
	margin-bottom: 25px;
}
.njoc__specialList{
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
.njoc__specialList li{
	padding-left: 22px;
	position: relative;
}
.njoc__specialList li::before{
	content: '';
	width: 17px;
	height: 20px;
	background: url(../images/ico_present.svg);
	position: absolute;
	top: 0;
	left: 0;
}
.njoc__specialTtl{
	font-size: 1.6rem;
	font-weight: var(--fExBold);
}
.njoc__specialTxt{
	margin-top: 5px;
}
.njoc__txtDeco{
	padding-left: 15px;
	position: relative;
}
.njoc__txtDeco::before{
	content: '・';
	font-size: 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
}

/*
	入会方法
-----------------------------------------------------------------------------------------------*/
.njoc__method .cmn__headingTxtS{
	text-align: justify;
}
/*
	njocニュース
-----------------------------------------------------------------------------------------------*/
#njoc__newsList{
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}

/* ポイント獲得者リスト
============================== */
/* 主催 */
.njoc__sponsor{
	display: inline-block;
	padding: 6px 10px;
	color: var(--clWh);
	font-size: 1.1rem;
	border-radius: 5px 5px 0 0;
	line-height: 1.0;
}
.neyagawa .njoc__sponsor{
	background-color: var(--clNeyagawa);
}
.yao .njoc__sponsor{
	background-color: var(--clYao);
}
.shijyo .njoc__sponsor{
	background-color: var(--clShijyo);
}
.kashiwara .njoc__sponsor{
	background-color: var(--clKashiwara);
}
.kaiyo .njoc__sponsor{
	background-color: var(--clKaiyo);
}
.oya .njoc__sponsor{
	background-color: var(--clOya);
}
/* .sanda .njoc__sponsor{
	background-color: var(--clSanda);
} */
/* 会員情報 */
.njoc__infoBox{
	padding: 12px 15px;
	background-color: var(--clWh);
	border-radius: 0 10px 10px;
}
.njoc__num{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 3px;
	font-size: 1.4rem;
	font-weight: var(--fExBold);
}
.njoc__num span{
	margin-right: 5px;
	padding: 5px 12px;
	color: var(--clWh);
	background-color: var(--clBw);
	font-size: 1.1rem;
	font-weight: var(--fBase);
	border-radius: 50px;
	line-height: 1.0;
}
.njoc__name{
	font-size: 1.6rem;
	font-weight: var(--fExBold);
}
/* すべて見るボタン */
.njoc__news .btnArea{
	margin-top: 20px;
}
.njoc__news .btnBase{
	position: relative;
}
.btn__more .btnBase::before,
.btn__more .btnBase::after,
.btn__close .btnBase::before{
	content: '';
	width: 13px;
	height: 2px;
	background-color: var(--clWh);
	border-radius: 2px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 20px;
}
.btn__more .btnBase::after{
	transform: rotate(-90deg);
	top: 48%;
}

/* ポイント アイコン */
.njoc__infoBox{
	position: relative;
}
.njoc__infoBox::before{
	content: '';
	height: 50px;
	position: absolute;
	top: -25%;
	right: 4%;
}
.njoc__5pt::before{
	width: 40px;
	background: url(../images/pic_njocPoint_5pt.png) no-repeat center center / contain;
	right: 7%;
}
.njoc__10pt::before{
	width: 54px;
	background: url(../images/pic_njocPoint_10pt.png) no-repeat center center / contain;
	right: 5%;
}
.njoc__15pt::before{
	width: 57px;
	background: url(../images/pic_njocPoint_15pt.png) no-repeat center center / contain;
}
.njoc__20pt::before{
	width: 57px;
	background: url(../images/pic_njocPoint_20pt.png) no-repeat center center / contain;
}

/*
	pc調整
-----------------------------------------------------------------------------------------------*/
@media screen and (min-width:1024px){
	/*
		common
	-----------------------------------------------------------------------------------------------*/
	/* 下層見出し
	============================== */
	.njoc__method .cmn__headingTxtS{
		text-align: center;
	}
}