@charset "UTF-8";
.areaFeat {}
.areaFeat_title {}
.areaFeat_title > img {}
.areaFeat_title > b {}
.areaFeat_title > small {}
.areaFeat_text {
	margin-bottom: 62px;
}
.areaFeat_msg {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3px;
}
.areaFeat_msg > img {}
.areaFeat_msg > b {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-left: 14px;
	margin-right: 11px;
}
.areaFeat_imageWrap {
	max-width: 491px;
	margin: 0 auto;
	position: relative;
	z-index: 11;
}
.areaFeat_deco {
	position: absolute;
	z-index: 1;
	top: 0;
}
.areaFeat_deco-no1 {
	right: 100%;
	margin-right: 48px;
	top: 22px;
	width: 271px;
}
.areaFeat_deco-no1 > img {}
.areaFeat_deco-no2 {
	left: 100%;
	margin-left: -15px;
	top: 10px;
	width: 283px;
}
.areaFeat_deco-no2 > img {}
.areaFeat_image {}
.areaFeat_image > img {}
.areaFeat_box {
	background-color: #E8F3F7;
	min-height: 100px;
	position: relative;
	z-index: 10;
	padding-bottom: 156px;
	padding-top: 73px;
}
.feat {
	border: 3px solid #CBCBCB;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 11px;
	padding: 36px 30px 39px;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.feat:last-child {
	margin-bottom: 0;
}
.feat_deco {
	position: absolute;
	z-index: 10;
}
.feat_deco-no1 {
	top: -140px;
	right: -120px;
}
.feat_deco-no1 > img {}
.feat_deco-no2 {
	top: -160px;
	left: -190px;
}
.feat_deco-no2 > img {}
.feat_title {
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 1;
}
.feat_title::after {
	content: "";
	width: 139px;
	height: 4px;
	background-color: #FED73B;
	border-radius: 2px;
	margin: 13px auto 0;
	display: block;
}
.feat_title > .icon {
	display: block;
	color: #FBCA04;
	font-size: 45px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	margin-bottom: 17px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.feat_title > small {
	display: block;
	font-size: 14px;
	margin-bottom: 14px;
}
.feat_title > b {
	display: block;
	font-size: 26px;
}
.feat_caution {
	text-align: center;
	font-size: 12px;
	margin-top: 14px;
}
.feat_image {
	margin: 15px auto 25px;
	max-width: 554px;
}
.feat_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.feat_text {
	text-align: center;
}
.feat_cauList {
	list-style: none;
	text-align: center;
	font-size: 12px;
	margin-top: 18px;
}
.feat_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.feat_cauList > li:first-child {}
.feat_cauList > li:last-child {}
.feat_cauList > li:nth-child(2n+1) {}
.feat_cauList > li:nth-child(n+3) {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.areaFeat {}
	.areaFeat_title {}
	.areaFeat_title > img {}
	.areaFeat_title > b {}
	.areaFeat_title > small {}
	.areaFeat_text {}
	.areaFeat_msg {}
	.areaFeat_msg > img {}
	.areaFeat_msg > b {}
	.areaFeat_imageWrap {
		max-width: 380px;
	}
	.areaFeat_deco {}
	.areaFeat_deco-no1 {
		width: 200px;
	}
	.areaFeat_deco-no1 > img {}
	.areaFeat_deco-no2 {
		width: 200px;
	}
	.areaFeat_deco-no2 > img {}
	.areaFeat_image {}
	.areaFeat_image > img {}
	.areaFeat_box {
		padding-bottom: 100px;
	}
	.feat {}
	.feat:last-child {}
	.feat_deco {}
	.feat_deco-no1 {
		width: 200px;
		right: -70px;
	}
	.feat_deco-no1 > img {}
	.feat_deco-no2 {
		width: 200px;
		left: -60px;
		top: -100px;
	}
	.feat_deco-no2 > img {}
	.feat_title {}
	.feat_title::after {}
	.feat_title > .icon {}
	.feat_title > small {}
	.feat_title > b {}
	.feat_caution {}
	.feat_image {}
	.feat_image > img {}
	.feat_text {}
	.feat_cauList {}
	.feat_cauList > li {}
	.feat_cauList > li:first-child {}
	.feat_cauList > li:last-child {}
	.feat_cauList > li:nth-child(2n+1) {}
	.feat_cauList > li:nth-child(n+3) {}
}
@media screen and (max-width:767px) {
	.areaFeat {}
	.areaFeat_title {}
	.areaFeat_title > img {}
	.areaFeat_title > b {}
	.areaFeat_title > small {}
	.areaFeat_text {
		margin-bottom: 25px;
	}
	.areaFeat_msg {}
	.areaFeat_msg > img {
		width: 30px;
	}
	.areaFeat_msg > b {
		font-size: 12px;
	}
	.areaFeat_imageWrap {
		max-width: 220px;
	}
	.areaFeat_deco {
		width: 100px;
	}
	.areaFeat_deco-no1 {
		margin-right: 0;
		top: auto;
		bottom: -20px;
	}
	.areaFeat_deco-no1 > img {}
	.areaFeat_deco-no2 {
		top: auto;
		margin: 0;
		bottom: -20px;
	}
	.areaFeat_deco-no2 > img {}
	.areaFeat_image {}
	.areaFeat_image > img {}
	.areaFeat_box {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.feat {
		border-width: 2px;
		padding: 15px 15px;
		padding-top: 25px;
		margin-bottom: 25px;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
	}
	.feat:last-child {}
	.feat_deco {}
	.feat_deco-no1 {
		width: 100px;
		right: -30px;
		top: -30px;
	}
	.feat_deco-no1 > img {}
	.feat_deco-no2 {
		width: 100px;
		left: -20px;
		top: -30px;
	}
	.feat_deco-no2 > img {}
	.feat_title {}
	.feat_title::after {}
	.feat_title > .icon {
		font-size: 38px;
		margin-bottom: 10px;
	}
	.feat_title > small {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.feat_title > b {
		font-size: 18px;
	}
	.feat_caution {}
	.feat_image {
		margin: 15px auto;
	}
	.feat_image > img {}
	.feat_text {
		text-align: left;
	}
	.feat_cauList {
		text-align: left;
		font-size: 10px;
		margin-top: 10px;
	}
	.feat_cauList > li {}
	.feat_cauList > li:first-child {}
	.feat_cauList > li:last-child {}
	.feat_cauList > li:nth-child(2n+1) {}
	.feat_cauList > li:nth-child(n+3) {}
}
