@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	padding-bottom: 68px;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01{
		width: 100%;
		padding: 0 5%;
	}
}
.contents01 .contents01_01 h2{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.004em;
	padding: 60px 0 47px;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 h2 {
		font-size: 24px;
		line-height: 34px;
		padding: 35px 0;
	}
}
.contents01 .contents01_02{
	width: 720px;
	height: auto;
	margin: 0 auto 75px;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02{
		width: 100%;
		padding: 0 5%;
		margin-bottom: 75px;
	}
}
.contents01 .contents01_02 li{
	width: 100%;
	padding: 25px 0 0;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 li{
		margin: 17px 0 0;
		padding: 0 0 17px;
		border-bottom: 1px solid #DDDDDD;
	}
}
.contents01 .contents01_02 li:nth-of-type(1){
	padding-top: 0;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 li:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 .contents01_02 li a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 li a {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}
.contents01 .contents01_02 li a p.date{
	margin: 0 25px 0 0;
	font-size: 13px;
	line-height: 23px;
	color: #919191;
	flex-shrink: 0;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 li a p.date{
		margin-right: 10px;
		font-size: 12px;
		line-height: 22px;
	}
}
.contents01 .contents01_02 li a p.cat{
	width: auto;
	height: 29px;
	padding: 0 15px;
	margin: 0 25px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	background-color: #F7F7F7;
	flex-shrink: 0;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 li a p.cat {
		height: 23px;
		padding: 0 7px;
		margin: 0;
		font-size: 12px;
		line-height: 23px;
	}
}
.contents01 .contents01_02 li a h3{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 li a h3 {
		width: 100%;
		margin-top: 7px;
		font-size: 15px;
		line-height: 25px;
	}
}

/*.paginationここから*/
.wp-pagenavi {
	width: 100%;
	margin-top: 92px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 70px;
	}
}
.wp-pagenavi a{
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	/*color: #BC4E44;*/
	margin: 0 5px;
	background-color: #fff;
	border: 1px solid #808080;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a{
		width: 35px;
		height: 35px;
	}
}
.wp-pagenavi a:hover{
	color: #ffffff;
	background-color: #919191;
	border: 1px solid #919191;
	opacity: 1;
}
.wp-pagenavi .previouspostslink{
	border: 0;
	background-color: transparent;
	justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .previouspostslink{
		width: 21px;
		font-size: 20px;
	}
}
.wp-pagenavi .nextpostslink{
	border: 0;
	background-color: transparent;
	justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .nextpostslink{
		width: 21px;
		font-size: 20px;
	}
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover{
	border: 0;
	color: #919191;
	background-color: transparent;
}
.wp-pagenavi .current{
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
	margin: 0 5px;
	background-color: #919191;
	border: 1px solid #919191;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		width: 35px;
		height: 35px;
	}
}