.fview {
	background-image: url("../../img/overlays/00.png"),url("../img/fview.jpg");
	position: relative;
	z-index: 3;
}
@media only screen and (max-width: 750px) {
 .fview {
		background-image: url("../../img/overlays/00.png"),url("../img/fview_sp.jpg");	
 }
}
.news{
	
margin-top: 120px;
	
width: 1140px;
	
margin-left: auto;
	
margin-right: auto;
	
-js-display: flex;
}
.news__list {
	display: flex;
	-js-display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	width: 100%;
}

.news__item {
	margin-right : 29px;
	width: 360px;
	margin-bottom: 58px;
}
.news__item:nth-child(3n){
	margin-right : 0;
}

.news__itemlink {
	text-align: center;
	display: block;
}

.news__itemimg {
	width: 360px;
	height: 260px;
	margin-bottom: 16px;
}

.news__itemttl {
	font-size : 16px;
	margin-bottom: 2px;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.news__itemdate {
	color: #b3b3b3;
}

.news__link {
	width: 280px;
	height: 50px;
	margin: 55px auto 118px;
}
.pager{
	display: flex;
-js-display: flex;
display: -webkit-flex;
-webkit-justify-content: center;
justify-content: center;
}
.pager__next{

width: 80px;

height: 80px;

background-color: #9ab54a;

border-radius: 50%;

display: flex;

-js-display: flex;

display: -webkit-flex;

-webkit-justify-content: center;

justify-content: center;

flex-flow: column wrap;

-webkit-flex-flow: column wrap;

align-items: center;

-webkit-align-items: center;

color: #fff;

cursor: pointer;
}
.pager__nextstr{

font-size: 16px;

margin-bottom: 5px;

margin-top: 5px;
}
.pager__nexti{
	position: relative!important;
	right: auto!important;
	top: auto!important;
}
.footer{
	margin-top : 120px;
}

/*■ PC : 751px < Window Size ■*/
@media print,screen and (min-width: 751px) {
.news{
	
}
}
/*■ PC : 751px < 1399px ■*/
@media print,screen and (max-width: 1399px) and (min-width: 751px) {
.news{
	
}
}
/*■ PC : 751px < 1200px ■*/
@media print,screen and (max-width: 1200px) and (min-width: 751px) {
.news{
	
width: 100%;
}
	.news__list{padding-left: 20px;padding-right: 20px;}
.news__item {
	width : 30vw;
	margin-right : 2.416vw;
}
}

/*■ PC : 751px < 1000px ■*/
@media print,screen and (max-width: 1000px) and (min-width: 751px) {
.news{
	
}
}
/*■ PC : 751px < 880px ■*/
@media print,screen and (max-width: 880px) and (min-width: 751px) {
.news{
	
}
}
/*■ PC : 751px < 800px ■*/
@media print,screen and (max-width: 800px) and (min-width: 751px) {
.news{
	
}
.news__item {
	width : 29.5vw;
	margin-right : 2.3vw;
}
}
/*■ Mobile (Low Res) : 750px > 0 ■*/
@media only screen and (max-width: 750px) {
	.news{
	
margin-top: 1.2rem;
	
width: 100%;
}
.news__list{display: block;padding-left: 0.25rem;padding-right: 0.25rem;}
.news__item{margin-right: 0;width: 100%;margin-bottom: 0.30rem;}
.news__itemlink{display: flex;-js-display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;flex-flow: row wrap;-webkit-flex-flow: row wrap;align-items: flex-start;-webkit-align-items: flex-start;}
.news__itemlinkleft{width: 3.5rem;}
.news__itemlinkright{margin-left: 0.38rem;width: calc(100% - 3.9rem);}
.news__itemimg{width: 100%;margin-bottom: 0.30rem;}
.news__itemttl{font-size: 0.32rem;margin-bottom: 0.2rem;text-align: left;line-height: 1.29;}
.news__itemdate{text-align: left;}
.news__link.btn_g{width: calc(100% - 0.5rem);height: 0.7rem;margin: 0.27rem auto 0.6rem;}
.pager__next{

width: 1.2rem;

height: 1.2rem;
}
.pager__nextstr {

font-size: 0.26rem;

margin-bottom: 0.05rem;

margin-top: 0.08rem;
}
.footer{
	margin-top : 1.2rem;
}
}

