a {
	color: inherit;
}
#CategoryChange {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#InAll, #InOshirase, #InSeminar, #InColumn, #InOther {
	border-radius: 5px;
	text-align: center;
	line-height: 22px;
	border: 2px solid var(--MainColor);
	width: calc(50% - 5px);
	margin: 0 0 10px;
}
#InAll {
	width: 100%;
}
.InSelect {
	background-color: var(--MainColor);
	color: #fff;
}
.InBox {
	padding: 20px;
	border: 2px solid var(--MainColor);
	margin-bottom: 20px;
}
.CaTime {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}
.InTime {
	font-size: 1.1em;
	line-height: 1;
}
.InCategory {
    width: 100px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px;
    margin-left: 10px;
}
.news {
	background-color: #9C203A;
}
.seminar {
	background-color: #EA551B;
}
.column {
	background-color: #779DE6;
}
.other {
	background-color: var(--MainColor);
}
.ArticleTitle {
	font-size: 1.1em;
	margin: -0.3em 0;
	padding: 15px 0;
}
#pager {
	display: flex;
	justify-content: center;
}
.pager_big, .pager {
	height: 40px;
	margin: 0 4px;
	border: 2px solid var(--MainColor);
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
}
.pager_big {
	width: 70px;
	font-size: 14px;
}
.pager {
	width: 40px;
	font-size: 16px
}
ul.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
span.page-numbers, a.page-numbers {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid var(--MainColor);
	margin: 0 5px;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
}
.page-numbers.current {
	background-color: var(--MainColor);
	color: #fff;
}
.next.page-numbers {
	background-image: url("../img/template/arrow-main-color.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
}
.prev.page-numbers {
	background-image: url("../img/template/arrow-main-color-reverse.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
}
@media print, screen and (min-width:768px) {
	#page_title_box {
		grid-row: 1 / 3;
	}
	#CategoryChange {
		flex-wrap: wrap;
		margin-bottom: 25px;
		font-size: 14px;
	}
	#InAll, #InOshirase, #InSeminar, #InColumn, #InOther {
		width: calc(20% - 5px);
		margin: 0;
	}
	.InBox {
		display: flex;
		align-items: center;
		padding: 25px;
		padding-left: 0;
		margin-bottom: 25px;
		min-height: 100px;
	}
	.CaTime {
		padding: 0 25px;
		display: block;
		font-size: 14px;
	}
	.InTime {
		display: block;
		text-align: center;
		margin: auto;
		width: 100%;
		padding-bottom: 5px;
	}
	.InCategory {
		width: 110px;
		margin: 0;
	}
	.ArticleTitle {
		padding: 0 20px;
		flex: 1;
	}
	.InBox .DotBorder {
		background-size: 4px 8px;
		background-repeat: repeat-y;
		width: 4px;
		height: 40px;
	}
	
}


@media print, screen and (min-width:1000px) {
	.ArticleTitle {
		font-size: 18px;
		padding-left: 30px;
	}
	.InTime {
		font-size: 16px;
	}
	.InCategory {
		font-size: 13px;
		line-height: 18px;
		border-radius: 9px;
	}
	.CaTime {
		padding: 0 30px;
	}
	#CategoryChange {
		line-height: 30px;
		font-size: 16px;
	}
	
}

@media print, screen and (min-width:1000px) {
	.ArticleTitle {
		padding-left: 50px;
	}
	.CaTime {
		padding: 0 50px;
	}
}
