@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .selectBox {
	width: 14.4rem;
	margin-bottom: 2.5rem;
}
#main .tabInner .ttl {
	margin-bottom: 3.5rem;
	font-size: 3.2rem;
	font-weight: 700;
}
#main .tabInner .inner {
	padding-bottom: 3.4rem;
	margin-bottom: 3.4rem;
	border-bottom: 1px solid #DDD;
}
#main .tabInner .inner:last-child {
	margin-bottom: 0;
}
#main .tabInner .inner .txt {
	margin-top: -0.2rem;
	width: 12rem;
	padding-right: 1rem;
	font-size: 2.6rem;
	font-weight: 700;
}
#main .tabInner .newsList {
	flex: 1;
}

@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .selectBox {
		width: 13.4rem;
	}
	#main .comTabListBox {
		overflow-x: scroll;
		margin-bottom: 2rem;
	}
	#main .bgBox {
		position: relative;
	}
	#main .bgBox:after {
		width: 4.4rem;  
		height: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
		position: absolute;  
		top: 0;
		right: -1px;  
		content: ""; 
	}
	#main .comTabList {
		margin-right: -2rem;
		margin-bottom: 0.3rem;
		width: 100%;
		min-width: 40rem;
	}
	#main .tabInner .ttl {
		margin-bottom: 6rem;
		font-size: 2.5rem;
	}
	#main .tabInner .inner {
		margin-bottom: 3.1rem;
		padding-bottom: 3rem;
		flex-direction: column;
	}
	#main .tabInner .inner .txt {
		margin-bottom: 2.5rem;
		width: 100%;
		font-size: 2rem;
	}
	#main .tabInner .newsList {
		margin-bottom: 0;
	}
}