@charset "UTF-8";
/* CSS Document */

/* ######################################## */

.main_title {
    width: 1056px;
	height: 248px;
	background: url("../img/common/main_title_bg.jpg") no-repeat;
	margin: 0 auto 15px auto;
	box-sizing: border-box;
	text-align: center;
}
.main_title h2 {
	padding-top: 30px;
}

/* ######################################## */

.contents_001 {
	width: 910px;
	margin: 0 auto 50px auto;
}
.contents_001 h3 {
	text-align: center;
	margin-bottom: 40px;
}
.contents_001 li:first-child {
	border-top: 1px dashed #ff7a89;
}
.contents_001 li {
	border-bottom: 1px dashed #ff7a89;
	padding: 20px 0 20px 90px;
}
.contents_001 li p {
	font-size: 19px;
	line-height: 31px;
	background: url("../img/common/contents_list_arrow.png") no-repeat;
	padding-left: 60px;
}

/* ######################################## */

.contents_002 {
	width: 910px;
	background: #ffeef0;
	padding: 30px 35px;
	box-sizing: border-box;
	margin: 0 auto 70px auto;
	text-align: center;
}
.contents_002 h3 {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: #ff7a89;
	padding: 0 0 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #ff7a89;
}
.contents_002 ul {
	display: inline-block;
}
.contents_002 li {
	font-size: 19px;
	line-height: 1;
	margin-bottom: 20px;
	text-align: left;
}
.contents_002 li:last-child {
	margin-bottom: 0;
}
.contents_002 li:before {
	content: "●";
	color: #ff7a89;
	margin-right: 5px;
}

/* ######################################## */

.contents_003 {
	width: 910px;
	margin: 0 auto 80px auto;
}
.contents_003 h3 {
	text-align: center;
	margin-bottom: 40px;
}
.contents_003 dl {
	margin-bottom: 25px;
}
.contents_003 dl:last-child {
	margin-bottom: 0;
}
.contents_003 dt {
	border-top: 4px solid #e7f8fa;
	border-left: 4px solid #e7f8fa;
	border-right: 4px solid #e7f8fa;
	padding: 25px 25px 25px 90px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	position: relative;
}
.contents_003 dt:after {
	content: "Q";
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	color: #47c3d1;
	position: absolute;
	top: 18px;
	left: 38px;
}
.contents_003 dd {
	background: #e7f8fa;
	padding: 25px 25px 25px 90px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
	position: relative;
}
.contents_003 dd:after {
	content: "A";
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	color: #47c3d1;
	position: absolute;
	top: 24px;
	left: 44px;
}