@charset "UTF-8";
/* ------------------------------
 ニュース一覧（PC）
------------------------------ */
.contents .heading{
	height: 320px;
	padding-top: 130px;
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.contents .heading{
		height: 150px;
		display: flex;
		align-items: center;
		padding-top: 0;
		margin-bottom: 50px;
	}
	.contents .heading h1{
		margin-bottom: 0;
	}
	.contents > .inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}
.sideContents .cateList{
	border-top: solid 1px #9ba1a6;
	border-bottom: solid 1px #9ba1a6;
}
.sideContents .cateList li:not(:last-child) {
	border-bottom: dotted 1px #9ba1a6;
}
.sideContents .cateList li a {
	width: 100%;
	padding: 20px 0;
	display: inline-block;
	color: #828990;
	position: relative;
	background: url(/shared/img/icon_arrow_menu.svg) no-repeat right 20px center / 12px auto;
}
.sideContents .cateList li.on a {
	font-weight: bold;
	position: relative;
	border-radius: 3px;
	color: #b9062b;
}
.newsList li a {
	display: block;
	padding-right: 110px;
	background: url(/shared/img/icon_arrow.svg) no-repeat right 20px center / 26px 26px;
}
.newsList {
	border-top: none;
}
.newsList li {
	padding: 26px 0 25px;
	border-bottom: solid 1px #9ba1a6;
}
.date {
	min-width: 85px;
	display: inline-block;
	color: #828990;
	line-height: 22px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -1em;
}
.cate {
	width: 80px;
	display: inline-block;
	background: #e0e2e3;
	color: #4d4d4d;
	border-radius: 50px;
	font-size: 1.3rem;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.1em;
	vertical-align: middle;
	margin-top: -1em;
}
.newsList li .headline {
	width: 100%;
}
.newsList li a[target="_blank"] .headline::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 0 5px 5px;
	background: url(../img/icon_blank.svg) no-repeat 0 0 / 11px 11px;
	vertical-align: middle;
}
.newsList li .headline{
	width: 700px;
}
.newsList li a .headline{
	display: block;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 26px;
	line-height: 1.1;
}
@media print, screen and (min-width: 768px) {
	.inBlock {
		position: relative;
	}
	.mainContents {
		width: 800px;
		float: right;
	}
	.mainContents > * {
		width: 100%;
	}
	.sideContents {
		width: 200px;
		float: left;
	}
	.mainContents .newsList li {
		padding: 28px 0;
	}
	.mainContents .newsList li a:hover {
		opacity: 1;
		text-decoration: underline;
		background: url(/shared/img/icon_arrow_o.svg) no-repeat right 20px center / 26px 26px;
	}
	.newsList li .headline {
		margin-top: 5px;
	}
	.sideContents .cateList li a {
		transition: none;
		transition: .3s ease-in-out;
	}
	.sideContents .cateList li a:hover {
		color: #b9062b;
	}
	.mainContents a:hover {
		text-decoration: none;
	}
}
/* ------------------------------
 ニュース一覧（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.newsList li {
		padding: 20px 0;
	}
	.sideContents .cateList{
		margin-top: 50px;
		margin-left: -6%;
		margin-right: -6%;
	}
	.newsList {
		border-top: solid 1px #9ba1a6;
		margin-top: 38px;
	}
	.sideContents .cateList li a {
		font-size: 1.5rem;
		padding-left: 20px;
	}
	.sideContents .cateList{
		border-bottom: 0;
	}
	.mainContents .newsList li a {
		padding-right: 0;
		text-decoration: none;
		background: url(/shared/img/icon_arrow.svg) no-repeat right 0 center / 20px 20px;
	}
	.newsList li .headline {
		width: 90%;
		margin-top: 7px;
	}
	.contents {
		padding-bottom: 0;
	}
}

/* ------------------------------
 ニュース下層
------------------------------ */
.news-head{
	padding-top: 100px;
	margin-bottom: 80px;
}
.news-head h2{
	border-bottom: dotted 1px #9ba1a6;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.news-head{
		padding-top: 50px;
		margin-bottom: 40px;
	}
	.icon-list-back{
		margin-bottom: 60px;
	}
}