@charset "utf-8";
.box02 p {
	line-height: 1.8;
}
.box03 {
	background: url("../images/img02.png") no-repeat 0 0;
	width: 386px;
	height: 630px;
	box-sizing: border-box;
	padding: 95px 30px 0 30px;
	line-height: 1.5;
}
.box03 h3 {
	background-color: #e05e61;
	color: #FFF;
	text-align: center;
	border-radius: 6px;
	padding: 4px;
	font-size: 14px;
	margin: 5px 0 3px 0;
	line-height: 1;
}
.box03 h4 {
	color: #004d9e;
	font-size: 14px;
	margin: 5px 0 2px 0;
}
.box03 .end {
	width: 60%;
}
.box03 p:first-letter {
	color: #c40d34;
}
