@charset "UTF-8";

/* topTtl */
#topTtl {
	background-image: url('../img/mv.jpg');
}


/* Info */
#Assessment {
	width: 100%;
	background-color: #fff;
	padding: 80px 0;
}

#Assessment .contents {
	line-height: 1.6em;
	padding: 0 20px;
	margin: 0 auto 40px;
}

#Assessment .contents h3 {
	font-size: 20px;
	color: #3972b7;
	margin-bottom: 10px;
}

#Assessment .contents p,
#Assessment .contents ol,
#Assessment .contents ul {
	margin-bottom: 10px;
}



/* information */
dl.information {
	width: 650px;
}

dl.information dt {
	width: 120px;
}

dl.information dd {
	width: 530px;
}

input[type=radio],
input[type=checkbox] {
	display: inline-block;
}


/* 640px�ȉ� */
@media screen and (max-width: 640px) {
	dl.information {
		width: 100%;
	}

	dl.information dt {
		width: 30%;
	}

	dl.information dd {
		width: 70%;
	}

}

.btn {
	color: #ffffff;
}

.btn:hover {
	color: #006eb5;
}