@charset "UTF-8";

.cmnhero {
	background-image: url(/reform/consult/img/img-cmnhero@2x.jpg);
}

.cmnhero_item_desc {
	margin-top: 5px;
}

.point.-point01 {
	margin-top: 170px;
}

.point.-point02 {
	margin-top: 130px;
}

.point_num {
	color: #B3BEA7;
	font-size: 22px;
	line-height: 1;
	text-align: center;
}

.point_ttl {
	text-align: center;
	font-size: 36px;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 15px;
}

.point_desc {
	text-align: center;
	margin-top: 18px;
}

.point_wrap {
	margin-top: 40px;
	padding: 40px;
}

.point.-point01 .point_wrap {
	background: #B3BEA7;
}

.point.-point02 .point_wrap {
	background: #ACBABF;
}

.point_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
}

.point_item:nth-child(n+2) {
	margin-top: 10px;
}

.point_item_ttl {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	position: relative;
	width: 30%;
	padding: 40px 20px 40px 140px;
}

.point_item_ttl:before,
.point_item_ttl:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.point_item_ttl:before {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 90px;
	height: 90px;
	left: 32px;
}

.point.-point01 .point_item.-item01 .point_item_ttl:before {
	background-image: url(/reform/consult/img/img-point01_item01@2x.png);
}

.point.-point01 .point_item.-item02 .point_item_ttl:before {
	background-image: url(/reform/consult/img/img-point01_item02@2x.png);
}

.point.-point01 .point_item.-item03 .point_item_ttl:before {
	background-image: url(/reform/consult/img/img-point01_item03@2x.png);
}

.point.-point01 .point_item.-item04 .point_item_ttl:before {
	background-image: url(/reform/consult/img/img-point01_item04@2x.png);
}

.point.-point02 .point_item.-item01 .point_item_ttl:before {
	background-image: url(/reform/consult/img/img-point02_item01@2x.png);
}

.point.-point02 .point_item.-item02 .point_item_ttl:before {
	background-image: url(/reform/consult/img/img-point02_item02@2x.png);
}

.point.-point02 .point_item.-item03 .point_item_ttl:before {
	background-image: url(/reform/consult/img/img-point02_item03@2x.png);
}

.point_item_ttl:after {
	right: 0;
	width: 1px;
	height: 70%;
	background: #DDD;
}

.point.-point01 .point_item.-item01 .point_item_ttl:after {
	height: 150%;
}

.point.-point02 .point_item.-item03 .point_item_ttl:after {
	height: 170%;
}

.point_item_txt,
.point_item_group {
	width: 70%;
	padding: 30px;
}

.point_item_group {
}

.point_item_group_txt {
}

.point_item_cnt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.point_item_img {
	margin-right: 30px;
}

.point_item_img_txt {
}

.point_item_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin-top: 20px;
}

.point_item_list li {
	border: 1px solid #74001A;
	color: #74001A;
	width: 32%;
	font-weight: 500;
	padding: 10px 3px;
	font-size: 14px;
}

.point_item_list li:nth-child(n+4) {
	margin-top: 13px;
}

.bnr {
	padding: 0 15px;
}

.bnr_link {
	display: block;
	width: 100%;
	max-width: 790px;
	margin: 90px auto 120px;
	text-align: center;
	background: #E0DDDA;
	position: relative;
	padding: 8px;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.bnr_link:before {
	content: "\e90e";
	font-family: icomoon;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	line-height: 1;
	background: #74021A;
	color: #FFF;
	padding: 23px;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
}

.bnr_link:hover {
	opacity: 0.7;
}

.bnr_cnt {
	padding: 20px 10px 31px;
	border: 1px solid #74021A;
}

.bnr_link_txt {
	font-size: 26px;
	font-weight: 500;
	color: #74001A;
}

.bnr_link_desc {
	color: #74001A;
	background: #FFF;
	padding: 5px 30px;
	max-width: 480px;
	margin: 8px auto 0;
}

@media screen and (max-width:1030px) {
}

@media screen and (max-width:640px) {
	.cmnhero {
		background-position: 70% center;
	}

	.point.-point01 {
	}

	.point.-point02 {
		margin-top: 50px;
	}

	.point_num {
	}

	.point_ttl {
		font-size: 23px;
		line-height: 1.4;
		margin-top: 10px;
	}

	.point_desc {
		text-align: left;
		margin-top: 13px;
	}

	.point_wrap {
		padding: 15px;
		margin-top: 20px;
	}

	.point.-point01 .point_wrap {
	}

	.point.-point02 .point_wrap {
	}

	.point_item {
		display: block;
	}

	.point_item:nth-child(n+2) {
	}

	.point_item_ttl {
		width: 100%;
		font-size: 22px;
		padding: 35px 20px 35px 100px;
	}

	.point_item_ttl:before,
	.point_item_ttl:after {
	}

	.point_item_ttl:before {
		width: 70px;
		height: 70px;
		left: 15px;
	}

	.point.-point01 .point_item.-item01 .point_item_ttl:before {
	}

	.point.-point01 .point_item.-item02 .point_item_ttl:before {
	}

	.point.-point01 .point_item.-item03 .point_item_ttl:before {
	}

	.point.-point01 .point_item.-item04 .point_item_ttl:before {
	}

	.point.-point02 .point_item.-item01 .point_item_ttl:before {
	}

	.point.-point02 .point_item.-item02 .point_item_ttl:before {
	}

	.point.-point02 .point_item.-item03 .point_item_ttl:before {
	}

	.point_item_ttl:after {
		width: 90%;
		height: 1px !important;
		left: 50%;
		top: 106px;
		transform: translateX(-50%);
	}

	.point.-point01 .point_item.-item01 .point_item_ttl:after {
	}

	.point.-point02 .point_item.-item03 .point_item_ttl:after {
	}

	.point_item_txt,
	.point_item_group {
		width: 100%;
		padding: 20px 15px;
	}

	.point_item_group {
		width: 100%;
	}

	.point_item_group_txt {
	}

	.point_item_cnt {
		display: block;
	}

	.point_item_img {
		margin-right: 0;
	}

	.point_item_img_txt {
		margin-top: 10px;
	}

	.point_item_list {
		margin-top: 13px;
	}

	.point_item_list li {
		width: 48.5%;
		font-size: 12px;
		line-height: 1.4;
	}

	.point_item_list li:first-child {
		padding: 18px 3px;
	}

	.point_item_list li:nth-child(n+3) {
		margin-top: 13px;
	}

	.bnr_link {
		margin: 20px auto 60px;
	}

	.bnr_link:before {
		padding: 18px;
		width: 50px;
		height: 50px;
	}

	.bnr_link:hover {
	}

	.bnr_cnt {
	}

	.bnr_link_txt {
		font-size: 22px;
		line-height: 1.4;
	}

	.bnr_link_desc {
		margin-top: 12px;
	}

}

@media print {
}
