@charset "utf-8";
.box02 p {
	line-height: 1.9;
}
.title {
	font-size: 39px;
}
.box03 {
	background: url("../images/img02.png") no-repeat 0 0;
	width: 386px;
	height: 630px;
	box-sizing: border-box;
	padding: 130px 30px 0 25px;
	line-height: 1.35;
	position: relative;
}
.box03 h3 {
	color: #0067b3;
	font-size: 14px;
	margin: 5px 0 0 0;
}
.txt01 {
	margin: 60px 0 0 0;
}
.txt02 {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 5px 140px 5px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.txt02 li {
	margin: 0 0 0 1.2em;
	text-indent: -1.2em;
}
.txt03 {
	list-style-type: none;
	margin: 70px 0 0 0;
}
.txt03 li {
	position: relative;
	padding: 0 0 0 15px;
}
.txt03 li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #999;
}