@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/news/m_bg.png");
	height: 350px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 577px;
	padding-left: 100px;
	height: 120px;
	background-color: #EEEFEF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 80px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#news article {
	width: 90%;
	min-width: 950px;
	margin-left: 100px;
	text-align: left;
	margin-top: 100px;
}
#news article ul {
	border-bottom: 1px solid #4E903C;
}
#news article li {
	border-top: 1px solid #4E903C;
	padding-top: 35px;
	padding-bottom: 35px;
}
#news article li time {
	font-size: 21px;
	margin-right: 170px;
}
#news article li a {
	font-size: 21px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
#news article li a:hover {
	color: #4E903C;
	transition: 0.3s;
}
#news .box {
	width: 90%;
	min-width: 950px;
	margin-left: 100px;
	text-align: left;
	margin-top: 60px;
}
#news h2 {
	font-size: 36px;
	font-weight: bold;
	border-bottom: 1px solid #4E903C;
	padding-bottom: 20px;
}
#news h2+time {
	text-align: right;
	display: block;
	margin-top: -35px;
	margin-bottom: 30px;
	font-size: 21px;
}
#news .inner {
	border-bottom: 1px solid #4E903C;
	padding-bottom: 20px;
	line-height: 1.7em;
}
#news .btn a {
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	width: 350px;
}




.wp-pagenavi {
    padding-top: 60px;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a:hover {
    opacity: 0.6;
}
.wp-pagenavi .previouspostslink {
    background-image: url("../images/pc/news/arrow.png");
    width: 41px;
    height: 40px;
	transform: scaleX(-1);
    background-size: cover;
    display: inline-block;
    text-indent: -9999px;
    margin-right: 10px;
    position: relative;
    top: 7px;
}
.wp-pagenavi .nextpostslink {
    background-image: url("../images/pc/news/arrow.png");
    width: 22px;
	background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    text-indent: -9999px;
    margin-left: 10px;
    position: relative;
    top: 7px;
}
.wp-pagenavi .page {
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    color: #528F42;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
	background-color: #DCDDDD;
	position: relative;
	top: 12px;
	margin-left: 10px;
}
.wp-pagenavi .current {
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    position: relative;
    display: inline-block;
    background-color: #528F42;
}
.wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .first {
	display: none;
}
.wp-pagenavi .extend {
	display: none;
}





#contact {
	margin-bottom: 100px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/news/m_bg.png");
	height: 40vh;
	border-bottom-right-radius: 20vw;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 85%;
	padding-left: 5%;
	height: 18vw;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 3.5vw;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 12vw;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#news article {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 8vw;
}
#news article ul {
	border-bottom: 1px solid #4E903C;
}
#news article li {
	border-top: 1px solid #4E903C;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
#news article li time {
	font-size: 4vw;
	display: block;
}
#news article li a {
	font-size: 4vw;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
#news article li a:hover {
	color: #4E903C;
	transition: 0.3s;
}




#news .box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10vw;
}
#news h2 {
	font-size: 5vw;
	font-weight: bold;
	border-bottom: 1px solid #4E903C;
	padding-bottom: 2vw;
}
#news h2+time {
	display: block;
	font-size: 3.5vw;
	margin-top: 1vw;
	margin-bottom: 5vw;
}
#news .inner {
	border-bottom: 1px solid #4E903C;
	padding-bottom: 20px;
	line-height: 1.7em;
}
#news .btn a {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10vw;
}





.wp-pagenavi {
    padding-top: 60px;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a:hover {
    opacity: 0.6;
}
.wp-pagenavi .previouspostslink {
    background-image: url("../images/pc/news/arrow.png");
	transform: scaleX(-1);
    width: 4vw;
    height: 4vw;
    background-size: cover;
    display: inline-block;
    text-indent: -9999px;
    margin-right: 2vw;
    position: relative;
    top: -3vw;
}
.wp-pagenavi .nextpostslink {
    background-image: url("../images/pc/news/arrow.png");
    width: 4vw;
    height: 4vw;
    background-size: cover;
    display: inline-block;
    text-indent: -9999px;
    margin-left: 2vw;
    position: relative;
    top: -3vw;
}
.wp-pagenavi .page {
    font-size: 4vw;
    font-weight: 500;
    text-decoration: none;
    color: #558E47;
	background-color: #E3E5E5;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    display: inline-block;
	margin-left: 1vw;
}
.wp-pagenavi .current {
    font-size: 4vw;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    position: relative;
    top: -3.2vw;
    display: inline-block;
    background-color: #558E47;
}
.wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .first {
	display: none;
}
.wp-pagenavi .extend {
	display: none;
}





#contact {
	margin-bottom: 20vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}