@charset "utf-8";

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 780px;
	height: auto;
	padding: 40px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 350px;
	}
}
.contents01 .contents01_01 .contents01_01_00{
	width: 100%;
	height: auto;
	margin: -12px 0 40px;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_00{
		margin: -12px 0 15px;
	}
}
.contents01 .contents01_01 .contents01_01_00 a{
	width: auto;
	height: auto;
	padding: 3px 7px;
	margin: 12px 22px 0 0;
	font-size: 13px;
	line-height: 23px;
	color: #020A43;
	background-color: #F4F4F4;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_00 a{
		margin: 12px 13px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 50px 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		margin: 25px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		margin: 0 0 28px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .text01{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 24px;
	color: #707070;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .text01{
		margin: 0 0 14px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .text02{
		font-size: 25px;
		line-height: 45px;
	}
}
.contents01 .contents01_01 .contents01_01_03{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*.contents01ここまで*/

/*singlepaginationここから*/
.s-pagenavi{
	width: 368px;
	height: auto;
	margin: 67px auto 80px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi{
		width: 90%;
		max-width: 350px;
		margin: 46px auto 62px;
	}
}
.s-pagenavi .link01{
	width: auto;
	height: 39px;
	padding: 0 14px;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	color: #262626;
	letter-spacing: calc((25/1000)*1em);
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-pagenavi .link01::after{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #262626;
	border-right: 1px solid #262626;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
/*singlepaginationここまで*/