@charset "utf-8";

.box01 {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.box02 {
	font-size: 16px;
	width: 365px;
}
.box02 h2 {
	margin-bottom: 15px;
}
.box02 p {
	text-indent: 1em;
	text-align: justify;
}
.box02 p strong {
	color: #a64a97;
}
.box03 {
	display: flex;
	margin: 50px 0;
}
.box03 p {
	text-indent: 1em;
	font-size: 14px;
	line-height: 1.5;
}
.box04 {
	max-width: 255px
}
.box04-txt01 {
	max-width: 225px;
	margin: 10px 0 0 0;
}
.box04 .box04-txt02 {
	background: url("../images/img04.png") no-repeat 0 0;
	height: 138px;
	font-size: 13px;
	box-sizing: border-box;
	padding: 25px 20px 20px 20px;
}
.box03-img {
	margin: 50px 0 0 0;
}
.box05 {
	
}
.box05 h2 {
	text-align: center;
	color: #a64a97;
	font-size: 16px;
}
.box06 {
	background: #e7d5e8;
	padding: 20px;
}
.box06 ul {
	font-size: 14px;
	line-height: 1.6;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}
.box06 ul strong {
	color: #a64a97;
}
.box07 {
	background: url("../images/img06.png") no-repeat 0 0;
	width: 242px;
	height: 92px;
	margin: -10px auto 0 auto;
	box-sizing: border-box;
	padding: 40px 10px 0 0;
	text-align: center;
	color: #f08300;
	font-weight: bold;
}
.box07 strong {
	color: #e60012;
}

.box09 {
	background: url("../images/img07.png") no-repeat 0 0;
	height: 322px;
	position: relative;
	padding: 40px 0 0 47px;
	box-sizing: border-box;
	margin: 50px 0;
}
.box10 h2 {
	color: #f08300;
	font-size: 16px;
	line-height: 1.4;
}
.box10 p {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 5px;
}
.box11 {
	position: absolute;
	right: 190px;
	top: 70px;
	font-size: 13px;
	line-height: 1.6;
}
.box12 {
	position: absolute;
	right: 125px;
	top: 165px;
	font-size: 13px;
	line-height: 1.5;
	max-width: 235px;
}
.box12 strong {
	color: #e60012;
	font-weight: normal;
}


.comment-bg {
	margin-bottom: 50px;
}
.comment01 {
	background: url("../images/coment1.png") no-repeat 0 0;
	width: 520px;
	height: 149px;
	padding: 25px 40px 0 0;
	box-sizing: border-box;
}
.comment01 p {
	font-size: 19px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 115px;
	padding: 5px 30px 0 160px;
	width: 330px;
}

.comment02 {
	background: url("../images/coment2.png") no-repeat 0 0;
	width: 680px;
	height: 150px;
	padding: 0 220px 0 40px;
	box-sizing: border-box;
	margin: 25px 0 55px auto;
}
.comment02 p {
	font-size: 19px;
	font-weight: bold;
	display: flex;
	align-items: center;
	height: 150px;
	justify-content: center;
}
.comment p.list {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

.comment ol {
	font-size: 15px;
	text-align: justify;
	padding: 0 0 0 20px;
	line-height: 1.6;
}
.comment ol li {
margin: 10px 0 0 0;
}
.txt05 {
	text-indent: 1em;
}
.table {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 30px 0;
}
.table th,
.table td {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 15px;
}
.table th {
	white-space: nowrap;
	background: #fff0c1;
}
.comment-bg ul {
	padding: 0 0 0 20px;
}
