@charset "utf-8";
/* CSS Document */

/*about01*/
.about01 {
	margin: 10px 10px 40px;
	padding-bottom: 34.0625vw;
	background: url(../img/about_img01_sp.png) no-repeat center bottom;
	background-size: 100% auto;
}
.about01 dl {
	margin-bottom: 15px;
	border-top: 1px solid #E3E3E3;
}
.about01 dl dt {
	padding: 11px 0 0 0;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.5px;
}
.about01 dl dd {
	border-bottom: 1px solid #E3E3E3;
	padding: 0 0 11px 0;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.5px;
}
.about01 dl dd a {
	display: block;
	width: 122px;
	height: 33px;
	margin: 5px 0;
	background: #78C2B5;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	color: #FFF;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
}

/*about02*/
.about02 {
	margin: 0 10px;
}
.about02 dl {
	border-top: 1px solid #E3E3E3;
	margin: 15px 0 0 0;
}
.about02 dl dt {
	padding: 10px 0 5px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
.about02 dl dd {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #E3E3E3;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.5px;
}
.about02 dl dd a {
	color: #2B5299;
}
.about02 dl dd a:hover {
	text-decoration: none;
}