#page_title {
	background: url('../images/faq/pagetitle.webp?20251024') no-repeat center center;
	margin: 0 0 80px;
}

#page_title h2{
	line-height: 1.8;
	padding: 100px 0 0;
}

.newsBox{
	border: 1px solid #ccc;
	border-radius: 20px;
	margin: 0 0 40px;
}

.newsBox h3 {
	font-size: 24px;
	line-height: 1.4em;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 auto;
	color: #5eb62f;
	text-align-last: left;
}

.newsBox h3 a{
	color: #5eb62f;
}

.newsBox time{
	display: block;
	padding: 3px 20px;
	background-color: #ccc;
	color:  #fff;
	font-size: 13px;
	line-height: 1;
}

.newsBox .newsBody{
	padding: 20px;
}

.newsBox .newsBody a{
	color: #5eb62f;
}

.eyeCatchImg{
	float: left;
	margin: 0 40px 0 0;
}

.clr{
	clear: both;
}




/* single page setting */
#news_detail article{
	border: 1px solid #ccc;
	border-radius: 20px;
	margin: 0 auto 40px;
}

#news_detail h1 {
	font-size: 24px;
	line-height: 1.4em;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 auto;
	color: #5eb62f;
	text-align-last: left;
}

.newsDetailBody{
	padding: 20px;
}

.newsDetailBody img{
	display: block;
	float: none;
	margin: 20px auto;
}


.newsDetailFooter{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	background: #eee;
	margin: 20px;
	border-radius: 10px;
}

.newsDetailFooter > div{
	width: 33%;
	text-align: center;
}

.newsDetailFooter > div a{
	color: #5eb62f;
}


#news_detail article time{
	display: block;
	padding: 3px 20px;
	background-color: #ccc;
	color:  #fff;
	font-size: 13px;
	line-height: 1;
}

