@charset "UTF-8";
#news_mainvisual {
	height: 350px;
    background-image: url(../images/news_mainvisual.jpg);
    background-size: cover;
	background-position: right 20% top;
    background-repeat: no-repeat;
}
#news_mainvisual h2 {
	color: rgba(255,255,255,0.75);
	text-shadow: 2px 2px 20px #333333;
	font-size: 2rem;
	line-height: 350px;
	position: relative;
	padding-top: 40px;
}
#news_mainvisual h2:before {
	position: absolute;
	content: 'NEWS';
	top: -2rem;
	left: 0;
	font-size: 5rem;
	display: inline-block;
}
#news_cont_mainvisual {
	height: 200px;
    background-image: url(../images/news_mainvisual.jpg);
    background-size: cover;
	background-position: right 20% bottom 30%;
    background-repeat: no-repeat;
}
#news_cont_mainvisual h2 {
	color: rgba(255,255,255,0.75);
	text-shadow: 2px 2px 20px #333333;
	font-size: 3rem;
	line-height: 200px;
	position: relative;
}
#news_list {
	padding: 100px 0 120px;
}
#news_list h3 {
	padding-bottom: 45px;
	font-size: 2.5rem;
	color: #9f957c;
	position: relative;
}
#news_list h3:after {
	position: absolute;
	content: '';
	bottom: 35px;
	left: 0;
	display: inline-block;
	width: 50px;
	height: 5px;
	background-color: #dfd7cb;
}
#news_list article {
	border-bottom: 1px dotted #999999;
}
#news_list article a {
	display: block;
	padding: 25px 0px;
}
#news_list a:hover p, #news_list a:hover h4 {
	color: #9f957c;
}
#news_list p {
	color: #888888;
	display: inline-block;
	width: 15%;
	vertical-align: top;
}
#news_list h4 {
	display: inline-block;
	width: 85%;
	color: #555555;
}
#news_cont {
	padding: 20px 0 80px;
}
#news_cont h3 {
	font-size: 2.5rem;
	padding-bottom: 25px;
	margin: 40px 0 60px;
	line-height: 40px;
	border-bottom: 1px dotted #999999;
}
#news_cont h3 span {
	color: #9f957c;
	font-size: 1.8rem;
	display: block;
	padding-bottom: 20px;
}
#news_cont p {
	padding-bottom: 1em;
}
#news_cont ul {
	padding-bottom: 1em;
}
#news_cont li {
	padding-left: 2em;
	text-indent: -1em;
}
#news_nav {
	padding-bottom: 80px;
}
#news_nav ul {
	text-align: justify;
}
#news_nav ul:after {
	content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}
#news_nav li {
	display: inline-block;
}
.nav_prev a, .nav_next a {
	position: relative;
	padding: 12px 30px;
}
.nav_prev a:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 1px #9f957c;
	border-right: solid 1px #9f957c;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	top: 14px;
	left: 0px;
}
.nav_next a:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: solid 1px #9f957c;
	border-right: solid 1px #9f957c;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	right: 0px;
}
.nav_prev a:hover, .nav_next a:hover {
	color: #9f957c;
	transition: .3s;
}
.nav_back {
	position: relative;
	border: 1px solid #9f957c;
}
.nav_back a {
	display: block;
	padding: 12px 50px;
}
.nav_back a:hover {
	background: #9f957c;
	color: #ffffff;
	transition: .3s;
}
.hidden {
	visibility: hidden;
}





@media screen and (min-width: 560px) and (max-width: 959px) {

#news_mainvisual {
	height: 300px;
}
#news_mainvisual h2 {
	font-size: 1.8rem;
	line-height: 300px;
	padding-top: 25px;
}
#news_mainvisual h2:before {
	top: -1.8rem;
	font-size: 4rem;
}	
#news_cont_mainvisual {
	height: 190px;
}
#news_cont_mainvisual h2 {
	font-size: 2.5rem;
	line-height: 190px;
}
#news_list {
	padding: 70px 0 85px;
}
#news_list h3 {
	padding-bottom: 45px;
	font-size: 2.2rem;
}
#news_list article a {
	padding: 20px 0px;
}
#news_list p {
	width: 20%;
}
#news_list h4 {
	width: 80%;
}
#news_cont {
	padding: 15px 0 60px;
}
#news_cont h3 {
	font-size: 2rem;
	margin: 35px 0 50px;
	line-height: 35px;
}
#news_cont h3 span {
	font-size: 1.7rem;
	padding-bottom: 15px;
}
#news_nav {
	padding-bottom: 60px;
}
.nav_prev a:before {
	top: 13px;
}
.nav_next a:before {
	top: 13px;
}
.nav_back a {
	padding: 12px 40px;
}
}





@media screen and (max-width: 559px) {

#news_mainvisual {
	height: 250px;
}
#news_mainvisual h2 {
	font-size: 1.7rem;
	line-height: 250px;
	padding-top: 20px;
}
#news_mainvisual h2:before {
	top: -1.7rem;
	font-size: 3rem;
}
#news_cont_mainvisual {
	height: 180px;
}
#news_cont_mainvisual h2 {
	font-size: 2.2rem;
	line-height: 180px;
}
#news_list {
	padding: 50px 0 60px;
}
#news_list h3 {
	padding-bottom: 45px;
	font-size: 2rem;
}
#news_list article a {
	padding: 20px 0px;
}
#news_list p {
	width: 100%;
	clear: left;
	padding-bottom: 1em;
}
#news_list h4 {
	width: 100%;
	clear: left;
}
#news_cont {
	padding: 15px 0 50px;
}
#news_cont h3 {
	font-size: 1.8rem;
	margin: 30px 0 40px;
	line-height: 30px;
}
#news_cont h3 span {
	font-size: 1.6rem;
	padding-bottom: 10px;
}
#news_nav {
	padding-bottom: 50px;
}
#news_nav span {
	display: none;
	}
.nav_prev a {
	padding: 12px 0px 12px 15px;
}
.nav_next a {
	padding: 12px 15px 12px 0px;
}
.nav_prev a:before {
	top: 12px;
}
.nav_next a:before {
	top: 12px;
}
.nav_back a {
	padding: 12px 10px;
}
}
