@charset "utf-8";
/* ------------ textArea ------------ */
div.other_contents{
	margin-top:30px;
	margin-bottom: 180px;
}
div.text_nomal{
	color: #333 !important;
	font-size: 250% !important;
	line-height: 180%;
}
/* ------------ section #link-box ------------ */
#link-box {
	margin-top: 20px;
}

#link-box {
	margin-top: 20px;
}

#link-box .link-box-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

#link-box a {
	color: #fff;
	font-size: 1.7rem;
	width: 210px;
}

#link-box h2 {
	height: 60px;
}



/* ------------ レスポンシブ ------------ */
@media screen and (max-width: 768px) {
	
	#page-ttl h1 img {
		width: 40%;
	}

	/* ------------ section #link-box ------------ */
	#link-box {
		margin-top: 0;
	}

	#link-box a {
		display: flex;
		border-bottom: 1px solid #fff;
		font-size: 1.7rem;
		width: 100%;
	}

	#link-box h2 {
		background: url(../images/arw03_sp.png) no-repeat 98% center #008377;
		font-family: メイリオ, Meiryo "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
		font-size: 1.15rem;
		text-indent: 11.5px;
		width: 100%;
		height: 45px;
		line-height: 45px;
	}

	#link-box h2 span {
		width: 100%;
		text-align: left;
	}

	#link-box .link-img {
		display: none;
	}
}
