@charset "utf-8";
.box02 p {
	line-height: 1.8;
}
.title {
	font-size: 39px;
}
.box03 {
	background: url("../images/img02.png") no-repeat 0 0;
	width: 386px;
	height: 630px;
	box-sizing: border-box;
	padding: 185px 25px 0 25px;
	line-height: 1.4;
	position: relative;
}
figure {
	margin: 0;
}
.box03 h3 {
	margin: 0 0 5px 0;
}
.txt01 {
	border-top: 1px solid #666;
	margin-bottom: 5px;
}
.txt01 li {
	position: relative;
	list-style-type: none;
	border-bottom: 1px solid #666;
	padding: 2px 0 1px 11px;
}
.txt01 li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 0;
	height: 0;
	border-left: 6px solid #ee909a;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.txt01 li span {
	display: block;
	font-size: 12px;
}
.txt01 li em {
	font-size: 12px;
	font-style: normal;
}
.txt01 li strong {
	font-size: 16px;
}
.img01 {
	text-align: center;
}