@charset "utf-8";

/* index */
body#info {
	background-color: #F3F7FB;
	color: #1A1A1A;
}
h2 {
	margin: 0px auto 32px;
	padding-top: 125px;
	font-size: 24px;
	text-align: center;
}
dl {
	position: relative;
	margin-bottom: 150px;
}
dt {
	margin-top: 19px;
	font-size: 12px;
	position: absolute;
	left: 4px;
	line-height: 1.5;
}
dd {
	padding-top: 18px;
	padding-left: 120px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #b5c6ce;
	font-size: 14px;
	line-height: 1.5;
}
dd a {
	text-decoration: underline;
	color: #131313;
}
dd a:hover {
	color: #909090;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}