@charset "UTF-8";
/* ------------------------------
 新着情報一覧（PC）
------------------------------ */
.newsList {
	border-top: 1px solid #000;
}
.cateList {
	border-top: 1px solid #000;
}
.cateList > li > a {
	position: relative;
	display: block;
	padding: 23px 25px;
	border-bottom: 1px dotted #b0bac6;
}
.cateList > li.on > a {
	background: url(../img/linedot_bg.svg) repeat 0 0 / 30px 30px;
	font-weight: bold;
}
.cateList > li > a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
	border-radius: 50%;
	background: var(--blue-color) url(../img/icon_arrow_link.svg) no-repeat 9px 10px / 8px 6px;
}
.cateList > li.on > ul.year {
	display: block;
}
.year {
	display: none;
	padding: 19px 25px 17px;
	border-bottom: 1px dotted #b0bac6;
	background-color: #f5f6f8;
}
.year li a {
	position: relative;
	display: block;
	padding: 5px 0 5px 1em;
}
.year li a::before {
	content: "●";
	position: absolute;
	top: 1.15em;
	left: 0;
	color: var(--smhd-color);
	font-size: 60%;
}
@media print, screen and (min-width: 768px) {
	.pt130 {
		padding-top: 130px;
	}
}
/* ------------------------------
 新着情報一覧（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cateList > li > a {
		padding: 23px 20px;
	}
	.cateList > li > a::after {
		right: 20px;
		width: 22px;
		height: 22px;
		margin-top: -11px;
		background: var(--blue-color) url(../img/icon_arrow_link.svg) no-repeat 7px 8px / 8px 6px;
	}
	.year {
		padding: 19px 20px 17px;
	}
}

/* ------------------------------
 新着情報詳細（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pt130 {
		padding-top: 130px;
	}
}
/* ------------------------------
 新着情報詳細（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.pt130 {
		padding-top: 50px;
	}
	.cateList.mt70 {
		margin-top: 70px;
	}
}