/* CSS Document */

/*サブページタイトル*/
/*本文*/

.contents_box p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 200%;
	color: #333;
	margin-bottom: 30px;
	padding: 0px 20px;
}

.contents_box ul {
	margin-bottom: 30px;
}

.contents_box ul li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 250%;
	color: #333;
	padding: 0px 20px;
}
@media screen and (max-width: 767px) {
.contents_box ul li {
	padding: 0px 3vw;
	line-height: 2;
}

}