@charset "UTF-8";

/**
 * #mv
 */
#mv {
	background:url(../img/mv.jpg) no-repeat center center;
	background-size:cover;
}

.posts li::before {
	background:url(../img/icon_arrow.png) no-repeat center center;
	background-size:contain;
}

/**
 * #services
 */
#services ul {
}
#services li {
	border-top:solid 2px #ddd;
	padding:30px 0 15px 0;
}
#services .img_r .txt, #services .img_l .img {
	float:left;
	width:370px;
}
#services .img_l .txt, #services .img_r .img {
	float:right;
	width:370px;
}

#services h3 {
	margin:0 0 5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	color:#333;
	text-align:left;
}