@charset "UTF-8";
/* news
-------------------------------------------------------------- */
.news h1 {
	padding: 50px 0;
}
.news li {
	border-bottom: 1px solid #8e0f16;
}
.news li a {
	padding: 30px;
	font-size: 2.2rem;
	line-height: 1.5;
}
.news li:nth-child(2n+1) a {
	background: #f5f5f5;
}
.news li a:hover {
	background: #ccc;
	opacity: 1;
}
.news li span {
	width: 30%;
}
.news li h2 {
	width: 70%;
	font-size: 2.2rem;
}
.news .ttlArea {
	padding: 0 20px 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #8e0f16;
}
.news .ttlArea span {
	font-size: 2.2rem;
	font-weight: 700;
}
.news .ttlArea h2 {
	font-size: 2.7rem;
	line-height: 1.5;
}
.news .contentArea {
	padding: 0 20px 30px;
	border-bottom: 1px solid #8e0f16;
}
.news .contentArea p {
	padding-bottom: 50px;
}
.news .contentArea figure {
	padding-bottom: 50px;
}
.news .contentArea a {
	color: #8e0f16;	
}
@media (max-width: 767px) {
	.news h1 {
		padding-bottom: 20px;
	}
	.news li a {
		padding: 15px;
		font-size: 1.5rem;
	}
	.news li span {
		width: 100%;
	}
	.news li h2 {
		width: 100%;
		font-size: 1.5rem;
	}
	.news .ttlArea {
		padding: 0 10px 10px;
		margin-bottom: 20px;
	}
	.news .ttlArea span {
		font-size: 1.5rem;
	}
	.news .ttlArea h2 {
		font-size: 1.8rem;
	}
	.news .contentArea {
		padding: 0 10px 10px;
	}
	.news .contentArea p {
		padding-bottom: 30px;
	}
	.news .contentArea figure {
		padding-bottom: 30px;
	}
}