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

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

.main_title {
    width: 100%;
	height: 65.06vw;
	background: url("../sp_img/common/main_title_bg.jpg") no-repeat;
	background-size: cover;
	margin: 0 auto 8vw auto;
	box-sizing: border-box;
	text-align: center;
}
.main_title h2 {
	padding-top: 17.33vw;
}

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

.contents_001 {
	width: 90.66vw;
	margin: 0 auto 8vw auto;
}
.contents_001 h3 {
	text-align: center;
	margin-bottom: 8vw;
}
.contents_001 li:first-child {
	border-top: 1px dashed #ff7a89;
}
.contents_001 li {
	border-bottom: 1px dashed #ff7a89;
	padding: 5.33vw 1.33vw 5.33vw 1.33vw;
}
.contents_001 li p {
	font-size: 18px;
	line-height: 28px;
	background: url("../sp_img/common/contents_list_arrow.png") no-repeat left center;
	background-size: 8vw auto;
	padding-left: 13.33vw;
}

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

.contents_002 {
	width: 90.66vw;
	background: #ffeef0;
	padding: 6.66vw;
	box-sizing: border-box;
	margin: 0 auto 13.33vw auto;
	text-align: center;
}
.contents_002 h3 {
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	color: #ff7a89;
	padding: 0 0 4vw 0;
	margin-bottom: 4vw;
	border-bottom: 1px solid #ff7a89;
}
.contents_002 ul {
	display: inline-block;
}
.contents_002 li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 2.66vw;
	text-align: left;
}
.contents_002 li:last-child {
	margin-bottom: 0;
}
.contents_002 li:before {
	content: "●";
	color: #ff7a89;
	margin-right: 5px;
}

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

.contents_003 {
	width: 90.66vw;
	margin: 0 auto 13.33vw auto;
}
.contents_003 h3 {
	text-align: center;
	margin-bottom: 8vw;
}
.contents_003 dl {
	margin-bottom: 8vw;
}
.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: 5.33vw 5.33vw 5.33vw 17.33vw;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
	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: 6.8vw;
	left: 5.33vw;
}
.contents_003 dd {
	background: #e7f8fa;
	padding: 5.33vw 5.33vw 5.33vw 17.33vw;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
	position: relative;
}
.contents_003 dd:after {
	content: "A";
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	color: #47c3d1;
	position: absolute;
	top: 6.8vw;
	left: 7vw;
}