.special_title{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:30px 0 10px 0;
	color:#fb61aa;
}
.other_link_port ul {
	overflow:hidden;
	margin-bottom:30px;
	margin-left: 10px;
}

.other_link_port li{
	float:left;
	width:33%;
	
}
.other_link_port li a{
	display:block;
	border:2px solid #fb61aa;
	border-radius:30px;
	background:#ffffff;
	color:#fb61aa;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	padding:16px 0 14px;
	margin:0 10px;
	line-height:1.6em;
}
.other_link_port li a:after{
	content:"　＞";
}
.other_link_port li a:hover{
	background:#3ab5c0;
	color:#ffffff;
}


@media screen and (max-width: 640px){
.other_link_port{
	overflow: hidden;
}
.other_link_port li{
	float:left;
	width:100%;
	padding:15px 0 0;
}	
.other_link_port li a{
	font-size:16px;
	padding:8px 0 7px;
	margin:0 5px;
	border-width:1px;
}
}
