@charset "UTF-8";

.box_service_benefit {
	/*background: #ccc;*/
	border: solid 2px #e1e1e1;
	padding: 1.5rem;
	margin: 0 0 2rem;
}

.box_service_benefit_head {margin:  0 0 1rem;}
.box_service_benefit_head > i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 4rem;
	height: 4rem;
	background-color: #4599a5;
	color: #fff;
	margin: 0 1rem 0 0;
}
.box_service_benefit_head > i > span {
	display: block;
	font-size: 2rem;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-25%,-50%);
}
.box_service_benefit_head > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 2rem;
	color: #000;
}

.box_service_benefit p {
	font-size: 1rem;
	line-height: 2;
}
@media screen and (max-width:767px) {
	.box_service_benefit {padding: 1rem;}
	.box_service_benefit_head {margin:  0 0 1rem;}
	.box_service_benefit_head > i {
		display: block;
		width: 3rem;
		height: 3rem;
		margin: 0 auto 1rem;
	}
	.box_service_benefit_head > i > span {font-size: 1.5rem;}
	.box_service_benefit_head > span {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.box_service_benefit p {line-height: 2;}
}

.box_service_flow {margin: 0 0 2rem;}
.box_service_flow_nav {
	display: table;
	border-collapse: separate;
	border-spacing: 1rem 0;
	width: 100%;
}
.box_service_flow_nav > *,
.box_service_flow_nav > a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
	background: #e1e1e1;
	color: #fff;
	padding: 1rem;
}
.box_service_flow_nav > a > span {}
.box_service_flow_nav > .active {
	background: #4599a5;
	color: #fff;
}
.box_service_flow_nav > .active > span {}

.box_service_flow_content {
	border: solid 2px #e1e1e1;
	padding: 1.5rem;
	display: none;
}
.box_service_flow_content.active {display: block;}
.box_service_flow_content > div {
	min-height: 7rem;
	padding: 1rem 0 1rem 7rem;
	margin: 0 0 2rem;
	position: relative;
}
.box_service_flow_content > div:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.box_service_flow_content > div:before {
	content: '';
	display: block;
	position: absolute;
	left: 3rem;
	bottom: 0.5rem;
	transform: translate(-50%,100%);
	border-style: solid;
	border-width: 1rem;
	border-color: #7fc3cd transparent transparent;
}
.box_service_flow_content > div:last-child:before {display: none;}
.box_service_flow_content > div:after {
	content: '';
	display: block;
	position: absolute;
	left: 7rem;
	right: 0;
	bottom: 0;
	border-bottom: solid 1px #e1e1e1;
}
.box_service_flow_content > div:last-child:after {display: none;}
.box_service_flow_content > div > i {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: #4599a5;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.box_service_flow_content > div:last-child > i {
	background: #ff3a20;
	color: #fff;
}
.box_service_flow_content > div > i > span {
	white-space: nowrap;
	display: block;
}
.box_service_flow_head {margin: 0 0 0.5rem;}
.box_service_flow_content p {
	font-size: 1rem;
	line-height: 2;
}
@media screen and (max-width:767px) {
	.box_service_flow_content {padding: 1rem;}
	.box_service_flow_content > div {
		min-height: 5rem;
		padding: 1rem 0 1rem 5rem;
	}
	.box_service_flow_content > div:before {
		content: '';
		display: block;
		position: absolute;
		top: 5rem;
		left: 2rem;
		bottom: auto;
		transform: translate(-50%,0);
		border-width: 0.5rem;
	}
	.box_service_flow_content > div:after {left: 5rem;}
	.box_service_flow_content > div > i {
		width: 4rem;
		height: 4rem;
		font-size: 1rem;
	}
}


.list_price {
	border: solid 2px #e1e1e1;
	padding: 1.5rem;
	margin: 0 0 2rem;
}
/*.list_price + .list_price {margin: 2rem 0 0;}*/
.list_price > dt {
	font-size: 2rem;
	font-weight: bold;
	font-feature-settings: 'palt';
	line-height: 2.5rem;
	color: #45b5ab;
	margin: 0 0 0.5rem;
}
.list_price > dt > span {}
.list_price > dd {}
.list_price > dd p {margin: 0 0 1rem;}
.list_price > dd p:last-child {margin-bottom: 0;}
.list_price > dd > em {
	display: block;
	font-weight: bold;
	font-size: 1.125rem;
}

.list_price_detail {
	background-color: #f1f1f1;
	border-radius: 2em;
	padding: 1.5rem;
	margin: 0 0 1rem;
}
.list_price_detail:last-child {margin-bottom: 0;}
.list_price_detail > small {
	display: block;
	font-size: 1rem;
	margin: 0 0 0.5rem;
}
.list_price_detail > small > i {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 2rem;
	padding: 0;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.75rem;
	background: #999;
	color: #fff;
	margin: 0 0.5rem 0 0;
}
.list_price_detail > small > span {}
.list_price_detail > span {
	padding: 0 0 0 2.25rem;
	display: block;
	font-size: 1.5rem;
}
@media screen and (max-width:767px) {
	.list_price {padding: 1rem;}
	.list_price + .list_price {margin: 2rem 0 0;}
	.list_price > dt {
		font-size: 1.25rem;
		line-height: 1.75rem;
		margin: 0 0 0.5rem;
	}
	.list_price > dd > em {font-size: 1rem;}

	.list_price_detail {padding: 1rem;}
	.list_price_detail > small {font-size: 1rem;}
	.list_price_detail > small > i {
		width: 1.5rem;
		font-size: 0.75rem;
		line-height: 1.5rem;
		margin: 0 0.5rem 0 0;
	}
	.list_price_detail > span {
		padding: 0 0 0 2rem;
		display: block;
		font-size: 1rem;
	}
}
