@charset "UTF-8";
.areaPoint {}
.areaPoint_title {}
.areaPoint_title > img {}
.areaPoint_title > b {}
.areaPoint_title > small {}
.areaPoint_text {}
.areaPoint_box {
	background-color: #FFF4FB;
	padding-top: 80px;
}
.areaPoint_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.areaPoint_col {}
.areaPoint_col-no1 {
	width: 63%;
	padding-bottom: 90px;
}
.areaPoint_headline {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.areaPoint_headline > img {}
.areaPoint_headline > b {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	margin: 0 10px;
}
.areaPoint_list {
	list-style: none;
	display: flex;
}
.areaPoint_list > li {
	width: 48%;
	margin-left: 4%;
}
.areaPoint_list > li:first-child {
	margin-left: 0;
}
.areaPoint_list > li:last-child {}
.areaPoint_list > li:nth-child(2n+1) {}
.areaPoint_list > li:nth-child(n+3) {}
.areaPoint_list > li > a {}
.areaPoint_list > li > a::before {
	content: "";
}
.areaPoint_list > li > a::after {
	content: "";
}
.areaPoint_col-no2 {
	width: 33.9%;
}
.areaPoint_image {}
.areaPoint_image > img {}
.point {
	background-color: #fff;
	border-radius: 11px;
	padding: 76px 30px 70px;
	position: relative;
	z-index: 1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin-bottom: 90px;
}
.point:last-of-type {
	margin-bottom: 0;
}
.point_number {
	line-height: 1;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: -48px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.point_number > small {
	display: block;
	color: #F45743;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 5px;
}
.point_number > img {}
.point_title {
	display: flex;
	justify-content: center;
	margin-bottom: 55px;
}
.point_title > b {
	display: block;
	border-bottom: 6px solid #F45743;
	line-height: 1.4;
	padding-bottom: 8px;
	font-size: 22px;
}
.point_cols {
	display: flex;
	max-width: 1060px;
	justify-content: space-between;
	margin: 0 auto;
}
.point_col {}
.point_col-no1 {
	width: 64%;
}
.point_text {
	margin-bottom: 1.5em;
}
.point_text:last-child {
	margin-bottom: 0;
}
.point_col-no2 {
	width: 30.8%;
}
.point_image {}
.point_image > img {}
.thema {
	background-color: #EFEFEF;
	max-width: 1060px;
	margin: 0 auto;
	padding: 30px 30px;
	box-sizing: border-box;
	border-radius: 13px;
	margin-top: 60px;
}
.thema_title {
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 5px;
}
.thema_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.thema_list > li {
	width: 50%;
	text-indent: -1em;
	padding-left: 1em;
	box-sizing: border-box;
}
.thema_list > li:first-child {}
.thema_list > li:last-child {}
.thema_list > li:nth-child(2n+1) {}
.thema_list > li:nth-child(n+3) {}
.intro {
	position: relative;
	z-index: 10;
	margin-top: 51px;
}
.intro_title {
	background-image: url(/assets/img/point/bg-fukidashi@2x.png);
	width: 471px;
	height: 106px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto -20px;
	line-height: 1.6;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 5px;
	position: relative;
	z-index: 10;
}
.intro_imageWrap {
	position: relative;
	z-index: 1;
}
.intro_imageWrap > img {
	display: block;
	position: absolute;
	z-index: 10;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 725px;
}
.intro_image {
	max-width: 349px;
	margin: 0 auto;
}
.intro_image > img {
	display: block;
}
.point_list {
	list-style: none;
}
.point_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.point_list > li:first-child {}
.point_list > li:last-child {}
.point_list > li:nth-child(2n+1) {}
.point_list > li:nth-child(n+3) {}
.areaPoint_caution {
	text-align: center;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 14px;
	margin: 50px 0 30px;
}
@media screen and (min-width:1000px) {
	.areaPoint_list > li > a:hover {}
}
@media screen and (max-width:999px) {
	.areaPoint {}
	.areaPoint_title {}
	.areaPoint_title > img {}
	.areaPoint_title > b {}
	.areaPoint_title > small {}
	.areaPoint_text {}
	.areaPoint_box {}
	.areaPoint_cols {}
	.areaPoint_col {}
	.areaPoint_col-no1 {
		padding-bottom: 20px;
	}
	.areaPoint_headline {}
	.areaPoint_headline > img {}
	.areaPoint_headline > b {}
	.areaPoint_list {}
	.areaPoint_list > li {}
	.areaPoint_list > li:first-child {}
	.areaPoint_list > li:last-child {}
	.areaPoint_list > li:nth-child(2n+1) {}
	.areaPoint_list > li:nth-child(n+3) {}
	.areaPoint_list > li > a {}
	.areaPoint_list > li > a::before {}
	.areaPoint_list > li > a::after {}
	.areaPoint_col-no2 {}
	.areaPoint_image {}
	.areaPoint_image > img {}
	.point {
		padding: 60px 25px 25px;
	}
	.point_number {}
	.point_number > small {}
	.point_number > img {}
	.point_title {
		margin-bottom: 35px;
	}
	.point_title > b {
		font-size: 20px;
		border-bottom-width: 5px;
	}
	.point_cols {}
	.point_col {}
	.point_col-no1 {}
	.point_text {}
	.point_text:last-child {}
	.point_col-no2 {}
	.point_image {}
	.point_image > img {}
	.thema {}
	.thema_title {}
	.thema_list {}
	.thema_list > li {}
	.thema_list > li:first-child {}
	.thema_list > li:last-child {}
	.thema_list > li:nth-child(2n+1) {}
	.thema_list > li:nth-child(n+3) {}
	.intro {}
	.intro_title {}
	.intro_imageWrap {}
	.intro_imageWrap > img {
		width: 680px;
	}
	.intro_image {}
	.intro_image > img {}
	.point_list {}
	.point_list > li {}
	.point_list > li:first-child {}
	.point_list > li:last-child {}
	.point_list > li:nth-child(2n+1) {}
	.point_list > li:nth-child(n+3) {}
	.areaPoint_caution {
		text-align: left;
	}
}
@media screen and (max-width: 767px) {
	.areaPoint {}
	.areaPoint_title {}
	.areaPoint_title > img {}
	.areaPoint_title > b {}
	.areaPoint_title > small {}
	.areaPoint_text {}
	.areaPoint_box {}
	.areaPoint_cols {
		display: block;
	}
	.areaPoint_col {
		width: auto;
	}
	.areaPoint_col-no1 {
		padding: 0;
	}
	.areaPoint_headline {
		margin-bottom: 15px;
	}
	.areaPoint_headline > img {
		width: 31px;
	}
	.areaPoint_headline > b {
		font-size: 12px;
		margin: 0 8px;
	}
	.areaPoint_list {}
	.areaPoint_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.areaPoint_list > li:first-child {}
	.areaPoint_list > li:last-child {}
	.areaPoint_list > li:nth-child(2n+1) {}
	.areaPoint_list > li:nth-child(n+3) {}
	.areaPoint_list > li > a {
		padding: 0 5px;
	}
	.areaPoint_list > li > a::before {}
	.areaPoint_list > li > a::after {}
	.areaPoint_col-no2 {
		margin-top: 15px;
	}
	.areaPoint_image {
		max-width: 200px;
		margin: 0 auto;
	}
	.areaPoint_image > img {}
	.point {
		padding: 35px 15px 15px;
		border-radius: 6px;
		margin-bottom: 55px;
	}
	.point_number {
		top: -32px;
	}
	.point_number > small {
		font-size: 11px;
		margin-bottom: 3px;
	}
	.point_number > img {
		width: 45px;
		display: block;
	}
	.point_title {
		margin-bottom: 15px;
	}
	.point_title > b {
		font-size: 16px;
		border-bottom-width: 3px;
	}
	.point_cols {
		display: block;
		max-width: none;
	}
	.point_col {
		width: auto;
	}
	.point_col-no1 {
		margin-bottom: 15px;
	}
	.point_text {}
	.point_text:last-child {}
	.point_col-no2 {}
	.point_image {}
	.point_image > img {
		width: 100%;
		height: auto;
		display: block;
	}
	.thema {
		border-radius: 6px;
		padding: 15px 15px;
		margin-top: 25px;
	}
	.thema_title {}
	.thema_list {
		display: block;
	}
	.thema_list > li {
		width: auto;
	}
	.thema_list > li:first-child {}
	.thema_list > li:last-child {}
	.thema_list > li:nth-child(2n+1) {}
	.thema_list > li:nth-child(n+3) {}
	.intro {
		margin-top: 0;
	}
	.intro_title {
		width: 320px;
		height: 80px;
		padding-top: 0;
		margin-bottom: 19px;
	}
	.intro_imageWrap {}
	.intro_imageWrap > img {
		width: 290px;
		bottom: -34px;
	}
	.intro_image {
		max-width: 270px;
	}
	.intro_image > img {}
	.point_list {}
	.point_list > li {}
	.point_list > li:first-child {}
	.point_list > li:last-child {}
	.point_list > li:nth-child(2n+1) {}
	.point_list > li:nth-child(n+3) {}
	.areaPoint_caution {
		margin-top: 20px;
		font-size: 12px;
		margin-bottom: 25px;
	}
}
