@charset "utf-8";
/* CSS Document */

/* タイトル */

#contents h2 {
	padding: 5px 0px;
	color: #000;
	font-weight: bold;
	font-size: 3.1rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #BCCCCC;
}

#contents h2 span.icon {
	    padding: 0px 0 0 45px;
		background: url(../img/cookie_icon.png) no-repeat left top 5px;
}

.ttl h2 span.eng {
	color: #0860A8;
	margin: 7px 0 0 5px;
	padding: 0px 10px;
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
}

.contentsInner p {
	line-height: 1.6;
}