@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
.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: 30px;
	line-height: 40px;
	letter-spacing: 0.004em;
	padding: 60px 0 12px;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 h2 {
		padding: 35px 0 17px;
		font-size: 24px;
	}
}
.contents01_01_01{
	width: 100%;
	height: auto;
	padding-top: 63px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
	.contents01_01_01 {
		padding-top: 35px;
	}
}
.contents01_01_01 .contents01_01_01_01{
	width: 220px;
	height: auto;
	display: block;
	text-align: right;
	margin: 33px 33px 0 0;
	transition: .5s;
	position: relative;
}
@media only screen and (max-width:767px) {
	.contents01_01_01 .contents01_01_01_01 {
		width: calc(100% / 2 - 10px);
		margin: 20px 20px 0 0;
	}
}
.contents01_01_01 .contents01_01_01_01:nth-of-type(1),
.contents01_01_01 .contents01_01_01_01:nth-of-type(2),
.contents01_01_01 .contents01_01_01_01:nth-of-type(3),
.contents01_01_01 .contents01_01_01_01:nth-of-type(4){
	margin-top: 0;
}
@media only screen and (max-width:767px) {
	.contents01_01_01 .contents01_01_01_01:nth-of-type(1),
	.contents01_01_01 .contents01_01_01_01:nth-of-type(2){
		margin-top: 0;
	}
	.contents01_01_01 .contents01_01_01_01:nth-of-type(3),
	.contents01_01_01 .contents01_01_01_01:nth-of-type(4){
		margin-top: 20px;
	}
}
.contents01_01_01 .contents01_01_01_01:nth-of-type(4n){
	margin-right: 0;
}
@media only screen and (max-width:767px) {
	.contents01_01_01 .contents01_01_01_01:nth-of-type(2n){
		margin-right: 0;
	}
}
.contents01_01_01 .contents01_01_01_01:hover{
	opacity: 0.5;
	transition: .5s;
}
.contents01_01_01 .contents01_01_01_01 img{
	width: 100%;
	height: auto;
	display: block;
}
.contents01_01_01 .contents01_01_01_01 h4{
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	text-align: left;
	margin-top: 15px;
}
.contents01_01_01 .contents01_01_01_01 p{
	font-size: 14px;
	line-height: 24px;
	color: #747474;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.contents01_01_01 .contents01_01_01_01 p{
		line-height: 23px;
	}
}
.contents01_01_01 .contents01_01_01_01 p span{
	font-size: 14px;
	line-height: 24px;
	color: #CB453D;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01_01_01 .contents01_01_01_01 p span{
		display: inline;
	}
}
@media only screen and (max-width: 530px) {
	.contents01_01_01 .contents01_01_01_01 p span{
		display: block;
	}
}
.inc_guide .inc_guide_01{
	padding-top: 113px;
}
@media only screen and (max-width:767px) {
	.inc_guide .inc_guide_01 {
		padding-top: 30px;
	}
}

/*.paginationここから*/
.wp-pagenavi {
	width: 100%;
	margin-top: 82px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 52px;
	}
}
.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;
		flex-shrink: 0;
	}
}
.wp-pagenavi a:hover{
	color: #ffffff;
	background-color: #BC4E44;
	border: 1px solid #BC4E44;
	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;
		flex-shrink: 0;
	}
}
.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;
		flex-shrink: 0;
	}
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover{
	border: 0;
	color: #BC4E44;
	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: #BC4E44;
	border: 1px solid #BC4E44;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		width: 35px;
		height: 35px;
		flex-shrink: 0;
	}
}
/*.paginationここまで*/
.contents_01_01_02{
	width: 100%;
	height: auto;
	margin: 35px auto 0;
}
@media only screen and (max-width: 767px) {
	.contents_01_01_02{
		margin: 18px auto 0;
	}
}
.contents_01_01_02 p{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}


