@charset  "UTF-8";

/* SP */
.features_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #004639;
	margin:auto;
}
.features_item{
	width: 50%;
	border-top: 1px solid #004639;
	text-align: center;
	font-weight: 700;
}
.features_cell{
	padding: 8px 10px 18px;
	/*
	padding: 8px 0 18px;
	*/
	border-left: 1px solid #004639;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.features_cell p{
	width: 75px;
	margin: 0 auto 14px;
	line-height: 1;
}
.features_cell h4{
	font-size: 1.5rem;
	line-height: 1.4;
}
.features_cell span{
	font-size: 1rem;
	line-height: 1.4;
	display: block;
}

/* SP *
@media (max-width: 1000px) {
*/
	.features_item { width: 50%; }

	.features_item:nth-child(2n+1){ padding-left: 10px; }
	.features_item:nth-child(2n)  { padding-right:10px; }
	.features_item:nth-child(2n) .features_cell { border-right: 1px solid #004639; }
/*
}

/* PC *
@media (min-width: 1000px) {
	.features_item { width: 33%; }

	.features_item:nth-child(3n+1){ padding-left: 10px; }
	.features_item:nth-child(3n)  { padding-right:10px; }
	.features_item:nth-child(3n) .features_cell { border-right: 1px solid #004639; }

}

/* featuresBox ==SH== */
@media (min-width: 769px) {
	.featuresBox .col_item:nth-child(2) { width:45%; }
}
