@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

main{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

/*-------------*/

#news{
	text-align: center;
}
#news .inner{
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
#news article{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 3%;
	border-right: 1px solid #333;
	margin-bottom: 60px;
}
#news article:nth-of-type(3n-2){
	border-left: 1px solid #333;
}
#news article a{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}
#news article a>*{
	display: block;
	width: 100%;
}
#news article a>div{
	order: 1;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	overflow: hidden;
	background: #000;
}
#news article a>div img{
	width: 100%;
	height: 100%;
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	object-fit: cover;
	object-position: 50% 20%;
	font-family: 'object-fit: cover; object-position: 50% 20%;';
	background: #000;
	transition: 0.8s;
}
#news article a:hover>div img{
	transform: scale(1.1);
	opacity: 0.8;
}
#news article a>h3{
	order: 3;
	line-height: 1.4;
	font-size: 1.85rem;
	font-weight: 500;
	transition: 0.2s;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#news article a>p{
	font-size: 1.4rem;
	order: 2;
	margin-bottom: 7px;
	transition: 0.2s;
}
#news article a:hover>h3,
#news article a:hover>p{
	opacity: 0.8;
}
.article_body a{
	color: #ed1c24;
}
.article_body ul{
	display: block;
}
.article_body ul li{
	display: block;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
.article_body ul li:last-child{
	margin-bottom: 20px;
}
.article_body ul li:before{
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #ed1c24;
	position: absolute;
	top: 16px;
	left: 0;
}
.article_body ul li ul{
	padding-top: 10px;
}
.article_body blockquote{
	display: block;
	padding: 30px 75px;
	position: relative;
	overflow: hidden;
	background: #f0f0f0;
	margin-bottom: 20px;
}
.article_body blockquote:before,
.article_body blockquote:after{
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	content: "“";
	line-height: 1;
	font-size: 12rem;
	color: #ddd;
}
.article_body blockquote:after{
	content: "”";
	top: auto;
	left: auto;
	bottom: -50px;
	right: 20px;
}
.article_body blockquote p:last-child{
	margin-bottom: 0 !important;
}
.article_body blockquote i{
	font-style: italic;
	opacity: 0.6;
}
article sup{
	line-height: 1;
	transform: translateY(-6px);
	display: inline-block;
}
@media screen and (max-width: 1200px){
	#news article{
		padding: 0 2%;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 850px){
	.article_body ul li{
		padding-left: 20px;
	}
	.article_body ul li:before{
		top: 12px;
	}
	.article_body blockquote{
		padding: 20px 56px;
	}
	.article_body blockquote:before{
		left: 10px;
		top: 5px;
	}
	.article_body blockquote:after{
		right: 10px;
		bottom: -45px;
	}
}
@media screen and (max-width: 820px){
	#news .inner{
		flex-wrap: wrap;
	}
	#news article{
		width: 50%;
		padding: 0 5%;
	}
	#news article:nth-of-type(3n-2){
		border-left: none;
	}
	#news article:nth-of-type(2n-1){
		border-left: 1px solid #333;
	}
	#news article a > div{
		margin-bottom: 5px;
	}
	#news article a > p{
		font-size: 1.6rem;
		margin-bottom: 3px;
	}
	#news article a > h3{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 550px){
	#news article{
		padding: 0 3% !important;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 500px){
	#news article a > p{
		font-size: 1.45rem;
	}
	#news article a > h3{
		font-size: 1.65rem;
	}
	.article_body blockquote{
		padding: 56px 10px;
	}
	.article_body blockquote:before{
		left: 10px;
		top: 5px;
	}
	.article_body blockquote:after{
		right: 10px;
		bottom: -45px;
	}
}

/*-------------*/

#news_single{
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#news_single article{
	position: relative;
	text-align: left;
}
#news_single article .img{
	text-align: center;
	margin-bottom: 30px;
}
#news_single article .img:empty{
	margin-bottom: 0;
}
#news_single article .date{
	font-size: 1.7rem;
	font-weight: 200;
}
#news_single article .title{
	font-size: 3rem;
	line-height: 1.4;
	margin-bottom: 30px;
	padding-bottom: 25px;
	position: relative;
}
#news_single article .title:before{
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background: #ed1c24;
	position: absolute;
	bottom: 0;
	left: 0;
}
#news_single .article_body{
	padding-bottom: 50px;
}
#news_single .article_body p{
	margin-bottom: 20px;
}
#news_single .yt{
	margin-bottom: 30px;
}
#news_single .article_body .yt{
	margin-bottom: 20px;
}
.pager{
	position: relative;
	border-top: 1px solid #000;
	padding-top: 50px;
}
.pager ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	mix-blend-mode: normal;
}
.pager li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 33.3%;
}
.pager li:first-child{
	justify-content: flex-start;
}
.pager li:last-child{
	justify-content: flex-end;
}
.pager .btn li a{
	min-width: 0 !important;
	width: 80%;
	max-width: 150px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	#news_single .article_body{
		padding-bottom: 30px;
	}
	.pager{
		padding-top: 30px;
	}
}