@charset "UTF-8";

#feature .feature_content {
	margin-bottom: 90px;
}

#feature .feature_content:last-child {
	margin-bottom: 0;
}

@media print,
screen and (min-width: 768px) {

	/*PCのみ*/
	#feature .feature_content .feature_content_inner {
		display: flex;
	}

	#feature .feature_content.odd .feature_content_inner {
		flex-direction: row-reverse;
	}

	#feature .feature_content .img {
		margin-left: 46px;
		width: 320px;
		min-width: 320px;
	}

	#feature .feature_content.odd .img {
		margin-left: 0;
		margin-right: 46px;
	}

	#feature .feature_content .no_txt .img {
		margin: 0;
		text-align: center;
	}

	#feature .feature_content .no_txt .img,
	#feature .feature_content .no_img .txt {
		width: auto;
	}

	#feature .feature_content .img img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {

	/*スマホのみ*/
	#feature .feature_content .txt + .img {
		margin-top: 20px;
	}

	#feature .feature_content .img {
		text-align: center;
	}
}




/* ============================================================
カスタマイズ
============================================================ */
#feature .feature_content .feature_content_inner .txt h3 {
	margin: 21px 0 6px;
	color: #1082bc;
	}
#feature .feature_content .feature_content_inner .txt h3.first {
	margin-top: 0;
	}
#feature .feature_content .feature_content_inner .txt .wrap {
	padding: 24px;
	margin-top: 24px;
	border: 1px solid #cbe2ee;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#feature #main h2 {
		font-size: 30px;
		}
	#feature .feature_content .feature_content_inner .txt h3 {
		font-size: 21px;
		}
	#feature .feature_content .feature_content_inner .txt {
		width: calc(100% - 320px);
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#feature .feature_content {
		margin-bottom: 75px;
		}
	#feature #main h2 {
		font-size: 24px;
		}
	#feature .feature_content .feature_content_inner .txt h3 {
		font-size: 18px;
		}

} /* end ＞767 */
