
#cnt{	padding-bottom: 70px;}

#column{
	width: 1080px;
	margin: 0 auto;
}


/** cl_list **/

.cl_list{	margin: 0 0 50px 0;}

.cl_box{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin: 0 0 30px 0;
	padding: 30px;
	color: #000;
	background: #fff;
	border-radius: 15px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cl_box:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.cl_box:last-of-type{	margin-bottom: 0;}

.cl_boximg{
	width: 300px;
	height: 195px;
	overflow: hidden;
}
.cl_boximg img{
	width: 300px;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	aspect-ratio: auto;
}

.cl_boxtxt{
	width: calc(100% - 390px);
	text-align: left;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cl_boxtxt .date{
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
	margin: 0 0 10px 0;
}
.cl_boxtxt .date{	color: #ff6c00;}

.cl_boxtxt h3{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 10px 0;
}

.cl_boxtxt .txt{
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0;
}


/** cl_arch_bg **/

.cl_arch_bg{
}

.cl_arch{
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
}

.cl_title{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	margin: 0 0 30px 0;
}
.cl_title em{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 600;
	font-size: 35px;
	line-height: 50px;
}
.cl_title span{
	position: relative;
	width: 150px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: #ff6c00;
	border-bottom: 3px solid #000;
	margin: 10px 0 0 15px;
	padding: 0 0 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cl_title span:after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	bottom: -7px;
	left: -8px;
}

.cl_arch ul{
	font-size: 0;
	line-height: 0;
	margin: 0 0 0 10px;
	padding: 0;
}

.cl_arch li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 6);
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cl_arch li a{	color: #000;}
.cl_arch li span{
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: -1px;
	left: 0;
}


.wp-pagenavi{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 50px 0;
}

.wp-pagenavi span,
.wp-pagenavi a{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 20px;
	margin: 0 2px 4px 2px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wp-pagenavi span{
	color: #000;
	background: #fff;
	border: 1px solid #000;
}
.wp-pagenavi a{
	color: #000;
	background: #ff6c00;
	border: 1px solid #000;
}
.wp-pagenavi a:hover{
	text-decoration: none;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#cnt{	padding-bottom: 40px;}

	#column{
		width: auto;
		margin: 0;
		padding: 0 20px;
	}


	/** cl_list **/
	.cl_list{	margin: 0 0 20px 0;}
	.cl_box{
		display: block;
		margin: 0 0 20px 0;
		padding: 10px;
		border-radius: 5px;
	}
	.cl_boximg{
		width: auto;
		height: auto;
		margin: 0 0 10px 0;
	}
	.cl_boximg img{
		width: 100%;
		height: auto;
		aspect-ratio: 100 / 50;
	}
	.cl_boxtxt{
		width: auto;
		padding: 0;
	}
	.cl_boxtxt .date{
		font-size: 13px;
		margin: 0 0 10px 0;
	}
	.cl_boxtxt h3{
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 10px 0;
	}
	.cl_boxtxt .txt{
		font-size: 13px;
		line-height: 25px;
		margin: 0;
	}


	/** cl_arch_bg **/
	.cl_arch_bg{
		display: block;
		width: auto;
	}
	.cl_arch{
		width: auto;
		text-align: left;
		margin: 0 0 20px 0;
	}
	.cl_arch:last-of-type{	margin-bottom: 0;}
	.cl_title{
		margin: 0 10px 20px 10px;
	}
	.cl_title em{
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 600;
		font-size: 30px;
		line-height: 40px;
	}
	.cl_title span{
		position: relative;
		width: 100px;
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		margin: 5px 0 0 20px;
		padding: 0 0 4px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.cl_title span:after{
		content: '';
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #000;
		position: absolute;
		bottom: -7px;
		left: -8px;
	}

	.cl_arch ul{
		font-size: 0;
		line-height: 0;
		margin: 0 0 0 10px;
		padding: 0;
	}
	.cl_arch li{
		position: relative;
		width: calc(100% / 2);
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 10px 0;
		padding: 0 0 0 18px;
	}
	.cl_arch li span{
		font-size: 15px;
		line-height: 20px;
		position: absolute;
		top: -1px;
		left: 0;
	}

	.wp-pagenavi{
		margin: 0 0 20px 0;
	}
	.wp-pagenavi span,
	.wp-pagenavi a{
		font-size: 13px;
	}
}