@charset "utf-8";
/********** ページタイトル **********/
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-left:20px;
}
h2:before {
	background: #437a1d;
	content: "";
	height: 15px;
	width: 15px;
	left: 0;
	position: absolute;
	top: 7px;
}
/*h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
}
*/
.terms_text01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 20px;
}
