@charset "utf-8";

/*===================================================================

	001. news

===================================================================*/

.news__cont{
	width: 100%;
	padding-left: 12.5%;
    margin-right: 20px;
}

.news__list{
	margin-bottom: 18px;
}

.news__list a{
	display: block;
}

.news__list a:hover{
	opacity: .5;
}

.news__list .text + .text{
	margin-top: 0;
}

/*===================================================================

	002. responsive

===================================================================*/

@media screen and (max-width: 768px){
	/*==============================================

		001. news

	==============================================*/


	.news__cont{
		width: 90%;
	}

	.news__list{
		border-bottom: 1px solid #C3C3C3;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
}