@charset "utf-8";

#title{
	background: url(../img.jpg) center center no-repeat;
	background-size: cover;
	padding: 160px 0 60px;	
}

#news-area{
	margin: 0 auto 120px;
}

#news-area .archive>ul{
	display: block;
	line-height: 0;
	text-align: left;
	border-top: 1px solid #333;
}
#news-area .archive>ul>li{
	display: block;
	border-bottom: 1px solid #333;
}
#news-area .archive>ul>li>a{
	display: block;
	letter-spacing: -0.4em;
	line-height: 100%;
	padding: 20px;
	color: #333;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#news-area .archive>ul>li>a:after{
	position: absolute;
	top: 50%;
	bottom: inherit;
	left: inherit;
	right: 15px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: none;
	margin-top: -4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#news-area .archive>ul>li>a:hover{
	background: #333;
	color: #fff;
}
#news-area .archive>ul>li>a:hover:after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#news-area .archive>ul>li span{
	display: inline-block;
	letter-spacing: normal;
	font-size: 1.8rem;
	line-height: 140%;
	vertical-align: top;
}
#news-area .archive>ul>li span.time{
	width: 140px;
}
#news-area .archive>ul>li span.title{
	width: 840px;
}

#news-area .post{
	margin: 0 auto 40px;
}

#news-area h2{
	padding: 18px 1em;
	color: #fff;
	font-size: 2rem;
	text-align: left;
	margin-bottom: 20px;
	background: #007FC9;
}

#news-area .post>.time{
	margin: 0 auto 20px;
	font-size: 1.6rem;
	text-align: left;
	line-height: 160%;
}

#news-area .post>.cont{
	margin: 0 auto 20px;
	font-size: 1.8rem;
	text-align: left;
	line-height: 180%;
}

#news-area .post>.images{
	display: block;
	letter-spacing: -0.4em;
	line-height: 100%;
	text-align: center;
	margin: 20px auto;
}
#news-area .post>.images>li{
	display: inline-block;
	letter-spacing: normal;
	max-width: 49%;
	padding: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0 2% 20px 0;
}
#news-area .post>.images>li:nth-child(2n){
	margin-right: 0;
}
#news-area .post>.images>li img{
	max-width: 100%;
	height: auto;
}

#news-area .btn{
	line-height: 0;
	text-align: center;
}
#news-area .btn>a{
	display: inline-block;
	position: relative;
	width: 80px;
	height: 76px;
	margin: 0 auto;
}
#news-area .btn>a .button-svg{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 76px;
	height: 76px;
	margin-top: -38px;
}
#news-area .btn>a .button-svg path{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#news-area .btn>a .button-svg path.b{
	height: 1px;
	width: 100%;
	fill: none;
	stroke: #bbb;
	stroke-miterlimit: 10;
	stroke-width: 2px;
}
#news-area .btn>a .button-svg path.f{
	fill: none;
	stroke-miterlimit: 10;
	stroke-width: 2px;
	stroke-dashoffset: 252.378;
	stroke-dasharray: 0px, 999999px;
	stroke: #E7512D;
	stroke-dashoffset: 436;
	stroke-dasharray: 436px;
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#news-area .btn>a:hover .button-svg path.f{
	stroke-dashoffset: 0;
}
#news-area .btn>a span.t{
	position: absolute;
	top: 42%;
	left: 0;
	font-size: 1.6rem;
	line-height: 100%;
	color: #bbb;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#news-area .btn>a:hover span.t{
	color: #E7512D;
}



@media (max-width:767px){
	
	#news-area{
		margin: 0 auto 80px;
	}
	
	#news-area .archive>ul>li span{
		font-size: 1.4rem;
	}
	
	#news-area .archive>ul>li span.time{
		width: 100%;
	}
	#news-area .archive>ul>li span.title{
		width: 100%;
	}
	#news #news-area h3{
		line-height: 140%;
	}
	
	#news-area .post>.images>li{
		margin-bottom: 5px;
	}
	
	#news-area .post>.time,
	#news-area .post>.cont{
		font-size: 1.4rem;
	}
	#news-area .archive>ul>li>a{
		padding: 10px;
	}
	
	#news-area h2{
		font-size: 1.6rem;
		padding: 10px;
	}
	
}