@charset "utf-8";


/* ------------------------------------------------------------------
     common
------------------------------------------------------------------ */

#feature_ {
	max-width: 1000px;
	width: 100%;
	text-align: center !important;
	margin: auto;
}
#feature_ img {
	text-align: center !important;
}


#feature_ .text {
	max-width: 1000px;
	width: 100%;
	text-align: center;
}

#feature_ .order {
	width: 100%;
}
#feature_ .order img {
	width: 33%;
	display: flex;
	float: left;
}

#feature_ .order a {
text-decoration: none;
}

#feature_ p {
	max-width: 1000px;
	width: 100%;
	text-align: center;
}
