@charset "utf-8";


/* 
-----------------------------------------------------*/

@media only screen and (max-width: 1000px) {
	#main::before {
		content: "";
		display: block;
		width: 100%;
		height: 450px;
		background: url("../img/news/news_side_main_tab.png") no-repeat center bottom;
		background-size: cover;
	}
}


@media only screen and (max-width: 767px) {
	#main::before {
		content: "";
		display: block;
		width: 100%;
		height: calc(100vw * 378 / 489);
		background: url("../img/news/news_side_main.png") 0 0 no-repeat;
		background-size: contain;
	}
}

/* トップ用
-----------------------------------------------------*/
body.topnews {
	background: #e9e9e9;
}
body.topnews .list01 {
	margin: 0;
	padding: 20px;
	display: flex;
}
@media only screen and (max-device-width: 767px) {
	body.topnews .list01 {
		margin: 0;
		display: block;
	}
}
body.topnews .list01 dt ,
body.topnews .list01 dd {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}
body.topnews .list01 dt {
	font-style: italic;
	position: relative;
	padding-left: 5em;
}
body.topnews .list01 dt.news::before {
	content: "NEW";
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	margin: -2px 0 0 0;
	padding: 4px 6px;
	background: #202020;
	position: absolute;
	left: 0;
	top: 0;
}
body.topnews .list01 dd {
	margin-left: 2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media only screen and (max-device-width: 767px) {
	body.topnews .list01 dd {
		margin: 0.5em 0 0 0;
	}
}

/* 
-----------------------------------------------------*/
.newsList01 {
	margin: 0;
	padding: 0;
}
.newsList01 > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.newsList01 > li + li {
	margin-top: 20px;
}
.newsList01 > li .ttlBox {
}
.newsList01 > li .ttlBox .ttl {
	margin: 0;
	padding: 0.2em 0.5em;
	font-size: 1.6rem;
	background: #ffd9dc;
}
.newsList01 > li .ttlBox .date {
	margin: 0;
	padding: 0.2em 0.5em;
	text-align: right;
}
.newsList01 > li .bodyBox {
	margin: 10px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.newsList01 > li .bodyBox .txtClm {
	width: calc(100% - 200px - 40px);
}
.newsList01 > li .bodyBox .txtClm p:first-child {
	margin-top: 0;
}
.newsList01 > li .fileListBox {
}
.newsList01 > li .fileListBox ul {
	list-style-type: none;
	padding-left: 0;
}
.newsList01 > li .bodyBox .imgClm {
	width: 200px;
	margin: 0;
	text-align: center;
}
.newsList01 > li .bodyBox .imgClm figure {
	margin: 0;
}
.newsList01 > li .bodyBox .imgClm figure + figure {
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.newsList01 > li .bodyBox {
		display: block;
	}
	.newsList01 > li .bodyBox .txtClm {
		width: auto;
	}
	.newsList01 > li .bodyBox .imgClm {
		margin: 30px auto 0;
	}
}

.newsPagerBox {
	margin: 90px 0 0 0;
	text-align: center;
}

.fileListBox{
    display: none;
}
