/* column_article_sidemenu.css */
@charset "UTF-8";

.column .subpageMV{
	background-image:url(../images/mv.png);
}


.col2 .sideArea{
	width:3rem!important;
}

.col2 .contentsArea *{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

/* ================= */
.contentsArea #articleList{
	display:block;
}
.contentsArea ul#articleList > li{
	display:block;
	list-style:none;
	padding-bottom:40px;
	border-bottom: 1px dotted #999999;
	margin-bottom:40px;
}
.contentsArea ul#articleList > li a.articleUnit{
	display:block;
	width:100%;
	padding: 0rem 0rem .0rem 0rem;
}
.contentsArea ul#articleList > li a.articleUnit .imgArea{
	display:none;
}
.contentsArea ul#articleList > li a.articleUnit .imgArea img{
	display:none;
}
.contentsArea ul#articleList > li a.articleUnit .textArea{
	display:block;
}
.contentsArea ul#articleList > li a.articleUnit .textArea .dateArea{
	display:flex;
	justify-content:flex-start;
	margin-bottom:10px;
}
.contentsArea ul#articleList > li a.articleUnit .textArea .dateArea p.volumeNum{
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin:0px 30px 0px 0px;
	padding: 1px 10px;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	font-weight: bold;
	border: solid 1px #999999;
	background-color: #ffffff;
}
.contentsArea ul#articleList > li a.articleUnit .textArea .dateArea p.releaseDate{
	font-size: 16px;
	font-weight: normal;
}
.contentsArea ul#articleList > li a.articleUnit .textArea p.titleText{
	font-size:22px;
	font-weight:bold;
	letter-spacing:0.01em;
	line-height:1.75em;
	padding: .1rem 0rem .1rem 0rem;
}
.contentsArea ul#articleList > li a.articleUnit .textArea p.discriptionText{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.75em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.contentsArea ul#articleList > li a.articleUnit .textArea .tagList{
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	gap:10px;
	margin-top: 15px;
}
.contentsArea ul#articleList > li a.articleUnit .textArea .tagList li{
	display: block;
	width: fit-content;
	height: fit-content;
	margin: 0px;
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #ffffff;
	color: #005cca;
	border: solid 1px #0072c4;
}
.contentsArea ul#articleList > li a.articleUnit .textArea p.readmoreText{
	display:none;
}


#backToIndexBlock{
	display:flex;
	justify-content:flex-end;
	margin-top:3.0em;
}

/* OVER WRITE */
@media print, screen and (max-width: 980px) {
	.column > .subpageMainArea > .col2 > .contentsArea{
		width: auto!important;
	}
	.contentsArea ul#articleList > li a.articleUnit .textArea .dateArea{
		justify-content: space-between;
	}
	#backToIndexBlock{
		justify-content:center;
	}
	.col2 .sideArea{
		display:none;
	}
}










































/* ===================================================================== */
/* スマホ用 */
/* ===================================================================== */
@media screen and (max-width: 980px) {
	.contentsArea #latestArticle a.articleUnit{
		display:block;
	}
	.contentsArea #latestArticle a.articleUnit img{
		width:100%;
	}
	.contentsArea #latestArticle a.articleUnit .textArea{
		display:block;
		width:100%;
	}
	.contentsArea #articleList{
		display:block;
	}
	.contentsArea ul#articleList > li{
		display:block;
		width:100%;
	}

}
