@charset "utf-8";

/* ----------------------------------------------------------------------------
	information
---------------------------------------------------------------------------- */
#information{
	width: 100%;
	padding: 0 0 90px 0;
	overflow: hidden;
}
#information h2 span{
	width: 403px;
	margin: 0 auto;
	display: block;
}

#information #entry_list{
	width: 900px;
	padding: 0 0;
	position: relative;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#information #entry_list .unit{
	width: 48%;
	margin: 0 0 30px 0;
	padding: 0 4% 0 0;
}
#information #entry_list .unit:nth-child(2n + 2){
	padding: 0 0 0 0;
}
#information #entry_list .unit a{
	width: 100%;
	height: auto;
	position: relative;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #f5f3f6;
	box-sizing: border-box;
	text-decoration: none;
}
#information #entry_list .unit figure{
	width: 100%;
	position: relative;
	line-height: 0;
}
#information #entry_list .unit figure img{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 0;
}
#information #entry_list .unit h3{
	width: 100%;
	position: relative;
	text-align: left;
	font-size: 1.125rem;
	line-height: 1.6;
	font-weight: 700;
	color: #350d53;
	padding: 15px 1.3em 0 0;
}
#information #entry_list .unit h3::before{
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 20px;
	right: 10px;
	background: url("../img/common/icon_brank.svg") center center/cover no-repeat;
}

#information #entry_list .wp-pagenavi {
	clear: both;
    text-align: center;
    width: 100%;
    padding: 30px 0 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.00rem;
	text-decoration: none;
}
#information #entry_list .wp-pagenavi .pages {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: #350d53;
	border: #350d53 1px solid;
	padding: 0.7em 0.95em;
	background: #FFF;
	text-decoration: none;
}
#information #entry_list .wp-pagenavi .previouspostslink {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: #350d53;
	border: #350d53 1px solid;
	padding: 0.7em 0.95em;
	background: #FFF;
	text-decoration: none;
}
#information #entry_list .wp-pagenavi .page {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: #350d53;
	border: #350d53 1px solid;
	padding: 0.7em 0.95em;
	background: #FFF;
	text-decoration: none;
}
#information #entry_list .wp-pagenavi .current {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: #FFF;
	border: #350d53 1px solid;
	padding: 0.7em 0.95em;
	background: #350d53;
}
#information #entry_list .wp-pagenavi .nextpostslink {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: #350d53;
	border: #350d53 1px solid;
	padding: 0.7em 0.95em;
	background: #FFF;
	text-decoration: none;
}
@media only screen and (max-width: 899px) {
	#information{
		padding: 0 0 60px 0;
	}
	#information h2 span{
		width: 40.3%;
	}
	
	#information #entry_list{
		width: 90%;
	}
	#information #entry_list .unit{
		width: 48%;
		margin: 0 auto 30px auto;
	}
	#information #entry_list .unit a{
		padding: 15px;
	}
	#information #entry_list .unit h3{
		font-size: 1.000rem;
		padding: 15px 1.3em 0 0;
	}
	#information #entry_list .unit h3::before{
		content: "";
		width: 14px;
		height: 14px;
		position: absolute;
		top: 20px;
		right: 10px;
		background: url("../img/common/icon_brank.svg") center center/cover no-repeat;
	}

	#information #entry_list .wp-pagenavi {
		font-size: 1.00rem;
	}
}
@media only screen and (max-width: 768px) {
	#information{
		padding: 0 0 40px 0;
	}
	#information h2 span{
		width: 40.3%;
	}
	
	#information #entry_list{
		width: 80%;
	}
	#information #entry_list .unit{
		width: 48%;
		margin: 0 auto 30px auto;
	}
	#information #entry_list .unit a{
		padding: 15px;
	}
	#information #entry_list .unit h3{
		font-size: 0.938rem;
		padding: 15px 1.3em 0 0;
	}
	#information #entry_list .unit h3::before{
		content: "";
		width: 12px;
		height: 12px;
		position: absolute;
		top: 20px;
		right: 10px;
		background: url("../img/common/icon_brank.svg") center center/cover no-repeat;
	}

	#information #entry_list .wp-pagenavi {
		padding: 20px 0 0 0;
		font-size: 0.938rem;
	}
}
@media only screen and (max-width: 480px) {
	#information h2 span{
		width: calc(40.3% * 1.5);
	}
	
	#information #entry_list .wp-pagenavi {
		font-size: 0.875rem;
	}
}