@charset "UTF-8";

.p-wrap {
	border: 2px solid #1e8be0;
	margin: 0 8%;
	padding: 3px;
	position: relative;
}

.p-wrap:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../purpose/img/img-flame01.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -3px;
	left: -3px;
}

.p-wrap:after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../purpose/img/img-flame02.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -3px;
	right: -3px;
}

.p-cnt {
	border: 1px solid #1e8be0;
	padding: 50px 15px;
}

.p-cnt:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../purpose/img/img-flame03.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -3px;
	left: -3px;
}

.p-cnt:after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../purpose/img/img-flame04.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -3px;
	right: -3px;
}

.purpose {
	text-align: center;
}

.purpose_head {
	background-image: url(../purpose/img/img-line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 45px;
	margin-bottom: 20px;
}

.purpose_ttl {
	font-size: 20px;
	font-weight: bold;
}

.purpose_txt {
}

.purpose_list {
	list-style: none;
}

.purpose_list > li {
	border-bottom: 3px double #ddd;
	border-top: 4px solid #fff;
	max-width: 550px;
	margin: 0 auto;
	padding: 20px 0;
	box-shadow: 0 40px 50px -20px #eee;
}

.purpose_list > li:last-child {
	border-bottom: none;
	box-shadow: none;
}

.purpose_list_num {
	color: #1C92E4;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 8px;
}

.purpose_list_ttl {
	font-weight: bold;
	color: #1C92E4;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 7px;
}

.purpose_list_txt {
}

@media screen and (max-width:980px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.p-wrap {
		margin: 0;
	}

	.p-wrap:before {
		width: 40px;
		height: 40px;
		background-size: contain;
	}

	.p-wrap:after {
		width: 40px;
		height: 40px;
		background-size: contain;
	}

	.p-cnt {
padding: 30px 15px;
	}

	.p-cnt:before {
		width: 40px;
		height: 40px;
		background-size: contain;
	}

	.p-cnt:after {
		width: 40px;
		height: 40px;
		background-size: contain;
	}

	.purpose {
	}

	.purpose_head {
	margin-bottom: 0;
	}

	.purpose_ttl {
	font-size: 18px;
	}

	.purpose_txt {
	}

	.purpose_list {
	}

	.purpose_list > li {
padding: 15px 0;
	}

	.purpose_list > li:last-child {
	}

	.purpose_list_num {
	font-size: 20px;
	}

	.purpose_list_ttl {
	font-size: 14px;
	}

	.purpose_list_txt {
	line-height: 1.3;
	text-align: left;
	}

}