@charset "utf-8";

/*---------------------------------------------

リンクページ用スタイルシート

---------------------------------------------*/

/* ▼ページタイトル部分 */
h2.pagetitle {
	text-align: center;
	padding: 50px 0 60px 0;
	background: #f0f0f0;
}

/* ▼リンクエリア部分 */
#linkarea {background: #fff;}

#linkarea_box {
	width: 950px;
	margin: 0 auto;
	padding: 105px 0 125px 0;
	display: flex;
	flex-wrap: wrap;
}

.item {
	width: 290px;
	float: left;
	margin: 0 40px 70px 0;
}

.item:nth-child(3n) {margin-right: 0;}

.link_img {border: solid 10px #f0efef;}

.link_img img {
	width: 270px;
	height: 290px;
}

.link_txt {
	margin-top: 24px;
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
	line-height: 130%;
}

.link_title {
	margin-top: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 18px; font-size: 1.8rem;
	line-height: 130%;
}

.link_title a {color: #000;}
