@charset "utf-8";

p.txt {
	text-indent: 1em;
}
p.line {
	text-align: center;
	margin: 40px 0;
}
p.txt02 {
	text-indent: 1em;
}
p.img_r {
	float: right;
	margin: 0 0 0 30px;
}
p.img_l {
	float: left;
	margin: 0 20px 20px 0;
}
.mt30 {
	margin-top: 40px;
}

div.bg01 {
 background-color: #e9eef8;
 padding: 20px;
 margin: 30px 0;
}
div.bg02 {
 background: url(../images/img02.png) no-repeat 0 0;
 height: 351px;
 padding: 0;
 margin: 30px 0;
}
div.bg03 {
 background: url(../images/img03.png) no-repeat 0 0;
 height: 368px;
}
div.bg02 ul {
 list-style-type: none;
 margin: 0;
 padding: 32px 0 0 50px;
 color: #E9528E;
 font-size: 14px;
}
div.bg02 ul li {
 line-height: 28px;
}
div.bg02 ul li:nth-child(odd) {
color: #757CBB;
}
div.bg02 ul li.section {
 line-height: 24px;
}