@charset "utf-8";
.contents01_01_01{
	
	padding: 30px;
	width: 1080px;
	margin: 0 auto;
}

article{
	width: 900px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	article{
		width: 90%;
		max-width: 500px;
	}
}
article .cont01{
	width: 100%;
	height: auto;
}
article .cont01 .cont01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	gap: 30px;
}
article .cont01 .cont01_01 .cat{
	width: auto;
	min-width: 110px;
	height: 30px;
	padding: 0 19px;
	background-color: #CDE4FA;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 19px;
	color: #007CC6;
}
@media only screen and (max-width: 767px){
	article .cont01 .cont01_01 .cat{
		width: auto;
		min-width: 100px;
		height: 26px;
		padding: 0 20px;
		font-size: 15px;
	}
}
article .cont01 .cont01_01 .date{
	width: auto;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	color: #007CC6;
}
@media only screen and (max-width: 767px){
	article .cont01 .cont01_01 .date{
		font-size: 16px;
	}
}
article .cont01 h3{
	width: 100%;
	margin-top: 20px;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.1em;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
	article .cont01 h3{
		margin-top: 20px;
		font-size: 24px;
		line-height: 36px;
	}
}
article .cont01_02{
	width: 100%;
	height: auto;
	display: block;
}
article .cont01_02 img{
	margin-bottom: 20px;
}
article .cont01_02 p{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.04em;
	font-weight: 500;
	color: #333333;
}
@media only screen and (max-width: 767px){
	article .cont01_02 p{
		font-size: 16px;
	}
}
.contents01 .s-pagenavi{
	width: 330px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 60px auto 0;
	gap: 65px;
}
.contents01 .s-pagenavi.no-prev{
	justify-content: center;
}
@media only screen and (max-width: 767px){
	.contents01 .s-pagenavi{
		width: 247px;
		height: auto;
		margin: 30px auto 0;
		gap: 30px;
	}
}
.contents01 .s-pagenavi .s-pagenavi_01{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .s-pagenavi .arrow{
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.contents01 .s-pagenavi .s-pagenavi_01_01{
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.05em;
	text-decoration: underline;
	font-weight: 500;
}
.contents01 .s-pagenavi .s-pagenavi_02{
	width: auto;
	height: auto;
}
.contents01 .s-pagenavi .s-pagenavi_02 a{
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.contents01 .s-pagenavi .s-pagenavi_03{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .s-pagenavi .arrow{
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.contents01 .s-pagenavi .s-pagenavi_03_01{
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.05em;
	text-decoration: underline;
	font-weight: 500;
}



