/*ボタン追加用*/
.otherlink_area{
	margin:0;
	padding:0;
}
.otherlink_ttl{
	background:#CCC1DA;
	padding:20px;
	font-weight:bold;
	font-size:34px;
	text-align:center;
}
.otherlink_body{
	background:#F2F2F2;
	text-align:center;
	padding:20px 20px 30px;
}
.otherlink_body ul{
	margin:0 auto;
	padding:0;
	display:flex;
	flex-wrap: wrap;
	list-style:none;
	width:960px;
}
.otherlink_body ul li{
	margin-top:20px;
	width:33.3%;
}
.otherlink_body ul li:hover img{
	opacity:0.7;
}
@media screen and (max-width: 768px){
	.otherlink_body ul{
		width:100%;
	}
	.otherlink_body ul li{
		width:50%;
	}
	.otherlink_body ul li img{
		width:auto;
	}
}

@media screen and (max-width: 540px){
	.otherlink_body ul{
		display:block;
		text-align:center;
	}
	.otherlink_body ul li{
		width:100%;
	}
	.otherlink_body ul li img{
		width:auto;
	}
}
@media screen and (max-width: 480px){
	.otherlink_ttl{
		font-size:24px;
	}
}