@charset "utf-8";
/* ------------------------------
 村上エキスプレスの強み
------------------------------ */
@media screen and (max-width: 767px) {
	.contents .heading .mainimg {
		width: 95%;
		float: right;
		margin-bottom: 40px;
		height: 240px;
		border-radius: 10px 0 0 10px;
		background: url('/shared/img/strength_main_sp.jpg') no-repeat 0 0 / cover;
	}
	.contents .heading .mainimg img {
		display: none;
	}
	.f32 { 
		font-size: 2.9rem;
		line-height: 1.64;
		margin-bottom: 20px;
	 }
	.w1-3 {
		width: 47.25%;
	}
	.w1-3 + .w1-3 {
		margin-top: 0 !important;
	}
}