
@media screen and (min-width: 991px){
	.ancLinkArea {
		margin: 50px 0;
	}
	.ancLinkArea__list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 -10px -14px;
	}
	.ancLinkArea__list > li {
		width: 25%;
		padding: 0 0 10px 14px;
	}
	.ancLinkArea__list .ancLink {
		height: 100%;
	}
	.ancLink {
		position: relative;
		display: block;
		border: 1px solid #0f218b;
		border-radius: 8px;
		padding-bottom: 25px;
	}
	.ancLink::after {
		content: "";
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		width: 0.6em;
		height: 0.6em;
		border-top: 2px solid #0f218b;
		border-right: 2px solid #0f218b;
		transform: rotate(135deg);
		margin: 0 auto;
	}
	.ancLink__img {
		text-align: center;
	}
	.ancLink__text {
		text-align: center;
		color: #0f218b;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.555;
	}
}
@media screen and (max-width: 990px){
	.ancLinkArea {
		margin: 30px 0;
	}
	.ancLinkArea__list {
		margin: 0 0 -10px -10px;
	}
	.ancLinkArea__list > li {
		display: inline-block;
		padding: 0 0 10px 10px;
	}
	.ancLink {
		position: relative;
		display: block;
		padding-left: 1.2em;
	}
	.ancLink::before {
		content: "";
		position: absolute;
		top: 2px;
		left: 0;
		width: 16px;
		height: 16px;
		background: url(/common/img/icon_anc_01.png) no-repeat 0 0;
		background-size: contain;
	}
	.ancLink__img {
		display: none;
	}
	.ancLink__text {
		font-size: 1.4rem;
	}
}
