@charset "utf-8";


/*------------ サブページ共通CSS　-------------------*/

.top-contents-left h2{
	clear:both;
	height:30px;
	margin:0 0 20px;
	padding-left:1em;
	font-size:16px;
	color:#009245;
	text-align:left;
	line-height:30px;
	background:url(../image/sub-title_line.gif) left bottom no-repeat;
}

/*H2が画像の場合*/
.top-contents-left h2.img-h2{
	clear:both;
	height:auto;
	margin:0 0 20px;
	padding-left:0;
	font-size:16px;
	color:#009245;
	text-align:left;
	line-height:30px;
	background:none;
}

.top-contents-left h3{
	clear:both;
	height:30px;
	margin:0 0 15px;
	padding-left:2em;
	font-size:13px;
	text-align:left;
	line-height:30px;
	border-top:2px solid #009245;
	background:url(../image/H3-back.png) left center no-repeat;
	background-color:#d5f1cf;
}

.top-contents-left p{
	margin:0 0 10px;
	font-size:14px;
	line-height:1.6;
	text-align:left;
}

/*テキストセンター寄せ*/
.top-contents-left p.text-c{
	margin:0 0 10px;
	font-size:14px;
	line-height:1.6;
	text-align:center;
}

.top-contents-left p.sns-btn{
	margin:0 0 10px;
	font-size:14px;
	line-height:1.6;
	text-align:right;
}


/*テキストの最後は余白を取る*/
.top-contents-left p.last-text{
	margin:0 0 40px;
	font-size:14px;
	line-height:1.6;
	text-align:left;
}

/*緑センター寄せテキスト*/
.top-contents-left p.green-text{
	margin:0;
	font-size:14px;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	color:#009245;
}




.top-contents-left img{
	margin:0 auto 10px;
	text-align:center;
}

.top-contents-left img.img30{
	margin:0 auto 30px;
	text-align:center;
}

.top-contents-left img.img100{
	margin:0 auto 100px;
	text-align:center;
}


.top-contents-left p a:link, .top-contents-left p a:visited{
	font-weight:bold;
	color:#009245;
	text-decoration:none;
}

.top-contents-left p a:hover{
	color:#009245;
	text-decoration:underline;
}

.top-contents-left li a:link, .top-contents-left li a:visited{
	font-weight:bold;
	color:#009245;
	text-decoration:none;
}

.top-contents-left li a:hover{
	color:#009245;
	text-decoration:underline;
}


/*20180821プライバシーポリシー追記分*/
.top-contents-left .priListStyle01{
	text-align: left;
	margin: 0 0 40px 2rem;
	font-size: 14px;
}

.top-contents-left .priListStyle01 li{
	list-style-type: none;
	list-style-position: outside;
	counter-increment: cnt;
	text-indent: -2.5em;
}

.top-contents-left .priListStyle01 li:nth-child(n+10){text-indent: -3.2em; margin-left: 0.6rem;}

.top-contents-left .priListStyle01 li p {
    margin: 0 0 0 0.9rem;
	padding: 0;
	text-indent: -1em;
}

.top-contents-left .priListStyle01 li::before{
	text-decoration: inherit;
	vertical-align: inherit;
	content: "（" counter(cnt) "）";
}

.top-contents-left p.last-text2{
	margin:-30px 0 40px;
	font-size:14px;
	line-height:1.6;
	text-align:left;
}
