@charset "utf-8";

@media screen and (max-width: 750px) {

/* -----------------------------------------------------------------------------

	shinsei
  
----------------------------------------------------------------------------- */
#aboutlink section .inner {
	padding: 20px 10px;
	background: #f9f9f9;
}

/* content
---------------------------------------------*/
#aboutlink section h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 145%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#aboutlink section h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#aboutlink section .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 10px;
}
#aboutlink section .box > p {m
	font-size: 130%;
	margin-bottom: 15px;
}

#aboutlink .box h4 {
	border-left: 3px solid #397C50;
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 12px;
	padding-left: 10px;
	line-height: 1.6;
}
#aboutlink .box h4 + ul{
	margin:0 0 25px 15px;
}
#aboutlink .box h4 + ul li{
	margin-bottom:5px;
	font-size:130%;
	list-style: disc;
}
#aboutlink .box h4 + ul + dl {
	margin-top:15px;
}
#aboutlink .box dl{
	margin-bottom:30px;
}
#aboutlink .box dt {
	font-size:130%;
	font-weight:bold;
	margin-bottom:20px;
}
#aboutlink .box dd li{
	margin-bottom:15px;
	font-size: 130%;
}
#aboutlink .box dd li img {
	display:block;
	margin-top:10px;
}
#aboutlink .box dd li:first-child img {
	width:117px;
}
#aboutlink .box dd li:last-child img {
	width:234px;
}

}
