@charset "utf-8";

.creditList{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.creditList > li{
	background: #fff;
	border-radius: 20px;
	text-align: left;
	padding: 10px 10px 20px;
	margin: 0 20px 40px;
	max-width: 480px;
	width: calc(50% - 40px);
}

.creditList > li figure{
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 8 / 3;
}
.creditList > li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.creditList .txtBox{
	padding: 20px 10px 10px;
}
.creditList .ttl{
	font-size: 2.2rem;
	color: #036837;
	line-height: 1.364;
	margin-bottom: 15px;
}

.creditList .lead{
	font-size: 1.4rem;
	line-height: 1.571;
	margin-bottom: 20px;
}

.creditList .tblStyle01{
	font-size: 1.4rem;
}
.creditList .tblStyle01 th,
.creditList .tblStyle01 td{
	padding: 17px 15px;
}
.creditList .tblStyle01 th{
	width: 160px;
}

.creditList .btn{
	margin-top: 20px;
	max-width: inherit;
}

.wp-pagenavi{
	margin-top: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.wp-pagenavi .page,
.wp-pagenavi span{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #036837;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 5px 5px 0;
}

.wp-pagenavi .page:hover{
	background: #b8e5c8;
}
.wp-pagenavi span{
	background: #b8e5c8;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 5px 0;
	height: 60px;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after{
	display: inline-block;
	content: "\f061";
	font-family: 'FontAwesome';
	line-height: 1;
	font-size: 2.2rem;
}
.wp-pagenavi .previouspostslink::after{
	content: "\f060";
}

@media screen and (max-width: 768px){
	.creditList{
		margin: 0 auto;
	}
	.creditList > li{
		margin: 0 auto 40px;
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.creditList > li{
		margin-bottom: 20px;
	}
	.creditList .tblStyle01 th{
		width: 100%;
	}
	
	.wp-pagenavi .page,
	.wp-pagenavi span{
		width: 43px;
		height: 43px;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink{
		height: 43px;
	}
	.wp-pagenavi .nextpostslink::after, .wp-pagenavi .previouspostslink::after{
		font-size: 1.8rem;
	}
}
