@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;
		font-size: 0;
	}
}
.contents01 .contents01_02 .date{
	font-size: 13px;
	line-height: 23px;
	color: #919191;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 .date{
		display: inline-block;
	}
}
.contents01 .contents01_02 .cat{
	font-size: 13px;
	line-height: 23px;
	color: #919191;
	padding: 3px 15px;
	background-color: #F7F7F7;
	display: inline-block;
	margin-top: 12px;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 .cat{
		font-size: 12px;
		line-height: 22px;
		padding: 1px 9px;
		display: inline-block;
		margin-top: 0;
		margin-left: 10px;
	}
}
.contents01 .contents01_02 h3{
	font-size: 27px;
	line-height: 37px;
	font-weight: 400;
	margin-top: 17px;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 h3{
		font-size: 22px;
		line-height: 32px;
		margin-top: 21px;
	}
}
.contents01 .contents01_02 .m_text{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_02 .m_text p{
	font-size: 15px;
	line-height: 25px;
	margin-top: 20px;
}
.contents01 .contents01_02 .m_text img{
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto 0 0;
	display: block;
}
.contents01 .contents01_02 .m_text .alignleft{
	margin: 0 auto 0 0;
}
.contents01 .contents01_02 .m_text .aligncenter{
	margin: 0 auto;
}
.contents01 .contents01_02 .m_text .alignright{
	margin: 0 0 0 auto;
}

/*singlepaginationここから*/
.s-pagenavi{
	width: 372px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi{
		width: 90%;
	}
}
.s-pagenavi .s-pagenavi_01{
	width: 20%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.s-pagenavi .s-pagenavi_03{
	width: 20%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.s-pagenavi .s-pagenavi_02{
	width: 60%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s-pagenavi .s-pagenavi_01 a,
.s-pagenavi .s-pagenavi_03 a{
	box-sizing: border-box;
	width: 49px;
	height: 49px;
	display: block;
	border: 1px solid #707070;
	margin: 0;
	font-size: 15px;
	line-height: 49px;
	text-align: center;
}
.s-pagenavi .s-pagenavi_02 a{
	box-sizing: border-box;
	width: 100%;
	height: 49px;
	display: block;
	border: 1px solid #707070;
	margin: 0;
	font-size: 15px;
	line-height: 49px;
	text-align: center;
}
.s-pagenavi .s-pagenavi_01 a:hover{
	background-color: #707070;
	color: #ffffff;
	opacity: 1;
}
.s-pagenavi .s-pagenavi_02 a:hover{
	background-color: #707070;
	color: #ffffff;
	opacity: 1;
}
.s-pagenavi .s-pagenavi_03 a:hover{
	background-color: #707070;
	color: #ffffff;
	opacity: 1;
}
/*singlepaginationここまで*/