@charset "utf8";

/* MAIN VISUAL */
#mv-title {
	width: 27.21%;
	margin: 12.652% auto 7.626%;
}
#mv-message {
	margin-bottom: 9.013%;
	line-height: 1.6;
	text-align: center;
}


#link_list {
	display: flex;
	justify-content: center;
}

#link_list a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	box-sizing: border-box;
	width: 24.957%;
}

#link_list p {
	width: 100%;
	border-left: 0.5rem solid #cdcdcd;
	text-align: center;
	font-size: 3.0rem;
	line-height: 1.8;
	color: #000;
}
#link_list p span {
	font-size: 1.6rem;
	color: #c52321;
}
#link_list a:last-of-type p {
	border-right: 0.5rem solid #cdcdcd;
}
#link_list .link_img {
	width: 51.389%;
}


@media screen and (max-width: 1199px) {
}
