@charset "UTF-8";
/*------------------------------------------------
	reform
------------------------------------------------*/
#reform article {
	width: 100%;
	max-width: 800px;
	margin: 120px auto 100px;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
}
#reform article a {
	text-decoration: underline;
}
#reform article .ttl {
	margin-bottom: 50px;
}
#reform article p {
	margin-bottom: 30px;
}
#reform article .step {
	border-left: 8px solid #ddd;
	padding-left: 12px;
}
#reform article .point {
	border: 6px solid #ddd;
	padding: 12px;
	margin-bottom: 50px;
}
#reform article .box {
	background: #f3f9ff;
	padding: 30px;
	margin-bottom: 50px;
}
#reform article .box .boxttl {
	background: #adc6de;
	color: #fff;
	text-align:center;
	padding: 5px;
}
#reform article .box .image {
	margin-bottom: 50px;
}
#reform article .box .image:last-child {
	margin-bottom: 0;
}
#reform article .box .step {
	border-left: 8px solid #adc6de;
}

