@charset "UTF-8";

.contentArea .relationLink {
	margin-top: 0;
	margin-bottom: 6px;
	padding: 5px 0;
}
.contentArea .relationLink_fourColumn {
	justify-content: center;
}
.contentArea .relationLink_fourColumn li {
	width: 100%;
}
.contentArea .relationLink_fourColumn li .btn__list__inner:before {
	display: none;
}
@media screen and (min-width: 960px){
	.contentArea .relationLink {
		margin-bottom: 11px;
	}
	.contentArea .relationLink_fourColumn li {
		width: 192px;
	}
	.contentArea .relationLink_fourColumn li:nth-child(2n) ,
	.contentArea .relationLink_fourColumn li:nth-child(2n+1) {
		padding-left: 0;
		padding-right: 0;
	}
}