@charset "utf-8";
/* CSS Document */


/*.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/


#pagetop a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url("../../common/images/ico_pagetop.svg") no-repeat center;
	background-size:contain;
	text-indent:105%;
	white-space:nowrap
}


.contents_bg{
	width: 100%;
	height: auto;
    background:linear-gradient(90deg,#ccc 0,rgba(209,209,209,.73) 26.57%,rgba(222,222,222,.43) 56.81%,rgba(245,245,245,.11) 88.74%,rgba(255,255,255,0) 100%);
}

.p_newsHead{
	font-weight:600;
	padding-top:40px;
	/*font-family: "Noto Serif JP", serif;*/
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height:2;
	
}
.p_newsHead__ttl01{
	margin-bottom:16px;
	font-size:1.9rem;
	letter-spacing:.04em;
	margin-top:2em;
}
section{
	margin: 50px auto;
}
section h3{
	font-size: 1.9rem;
	padding-bottom: .5em;
	font-weight:600;
}
section h4{
	font-size: 1.8rem;
	border-bottom: 1.8px solid #006a35;
	line-height:1.8;
	padding-bottom: .5em;
	font-weight:bold;
	margin-bottom: 30px;
	color: #006a35;
}

section h5{
	font-size: 1.7rem;
	font-weight:bold;
}
.news_talk_p{
	font-size: 1.6rem;
}
.news_talk{
	display: flex;
}
.sec_01 .news_talk_img{
	margin:0 ;
}
.sec_01 .news_talk_img img{
	display: block;
	width: 90%;
	margin:0 0 0 20px;
}

@media only screen and (max-width: 767px) {
.news_talk{
	display: block;
}
.sec_01 .news_talk_img{
	margin:20px auto;
}
.sec_01 .news_talk_img img{
	width: 60%;
	margin:0 auto;
}
}

.p_newsHead__txt02{
	display: block;
	margin-bottom: 30px;
}

.caption{
	font-size: 1.4em;
	padding-bottom: 50px;
}
.sec_01{
	margin: 5% auto;		
}
.sec_01 img{
	display: block;
	width: 100%;
}
@media only screen and (max-width: 767px) {
.caption{
	padding-bottom: 40px;
}
.sec_01 img{
	width: 100%;
}
}

