@charset "utf-8";
/* CSS Document */
.page_header { background-image: url(../img/news/main.jpg); }
.page_header .page_header_title .ttl::before {
	content: 'NEWS';
	font-family:'PT Sans';
}
@media screen and (max-width: 760px) {
	.page_header { background-image: url(../img/news/main_sp.jpg); }
}


/* -------------------------------- */
/* 最新情報の一覧 */
/* -------------------------------- */
.news_list {
	list-style: none;
	flex-grow: 1;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 90px;
	padding: 25px 45px;
	background-color: #f7f7f7;
}
.news_list li {
	border-bottom: solid 1px #dedede;
}
.news_list li a {
	padding: 20px 0;
	display: block;
	color: #1d1d1d;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list li a span.date {
	margin-right: 15px;
}
.news_list li a span.title {
	font-weight: bold;
}
.news_list li a:hover {
	color: #e70000;
}
.sp_view_all {
	display: none;
}
@media screen and (max-width: 1157px) {
	.news {
		background-color: #FFFFFF;
		padding: 20% 0 25% 0;
	}
	.news_list {
		margin-top: 5%;
		margin-bottom: 5%;
		padding: 0 20px 0;
		background-color: transparent;
	}
	.news_list li span {
		display: block;
	}
	.news_list .date {
		margin-bottom: 5px;
	}
	.sp_view_all {
		padding-top: 5%;
		display: block;
	}
	.sp_view_all .btn4 {
		width: 230px;
		height: 60px;
		margin: auto;
	}
}
@media screen and (max-width: 760px) {
	.news_list li span {
		font-size: 3.8vw;
	}
	.news_list li span.title {
		max-width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}



/* -------------------------------- */
/* 最新情報の本文 */
/* -------------------------------- */
.news_detail {
	padding-top: 50px;
	padding-bottom: 100px;
}
.news_detail_title{
	font-size: 20px;
	margin-bottom: 30px;
	padding-left: 40px;
	position: relative;
	line-height: 1.2;
}
.news_detail_title::before {
	background-color: #AA1F24;
	width: 10px;
	transform: skewX(-20deg);
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.news_detail_title span {
	display: block;
	font-size: 14px;
	line-height: 1;
}
.news_detail p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 26px;
}
.news_detail_body {
	border: solid 2px #1d1d1d;
	padding: 30px;
}
.link_area {
	padding: 10px 0 20px 0;
}
.link_area a {
	margin: auto;
}

@media screen and (max-width: 767px) {
	.news_detail_title {
		font-size: 5vw;
		padding-left: 15px;
		margin-bottom: 7%;
	}
	.news_detail_title::before {
		width: 5px;
	}
	.news_detail_body {
		padding: 20px;
	}
	.news_detail p {
		margin-bottom: 5%;
	}
	.link_area {
		padding-bottom: 0;
	}
}




/* -------------------------------- */
/*  */
/* -------------------------------- */



/* -------------------------------- */
/*  */
/* -------------------------------- */

