@charset "utf-8";

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

#voice #entry_area{
	width: 900px;
	padding: 0 0;
	position: relative;
	margin: 0 auto 0 auto;
}
#voice #entry_area ul.list{
	width: 850px;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#voice #entry_area .list .unit{
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
	position: relative;
	padding: 15px 70px 15px 55px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #f5f3f6;
	box-sizing: border-box;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.15);
	overflow: hidden;
	text-decoration: none;
}
#voice #entry_area .list .unit figure{
	width: 355px;
	position: relative;
	line-height: 0;
}
#voice #entry_area .list .unit .txt_area{
	width: 325px;
	position: relative;
}
#voice #entry_area .list .unit .txt_area h4{
	width: 100%;
	position: relative;
	text-align: left;
	font-size: 2.125rem;
	font-weight: 700;
	font-family: 'Zen Maru Gothic', serif;
	color: #350d53;
	padding: 0 0 10px 0;
}
#voice #entry_area .list .unit .txt_area h5{
	width: 100%;
	position: relative;
	text-align: left;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: -0.07em;
	font-family: 'Zen Maru Gothic', serif;
	line-height: 1.4;
	color: #350d53;
	padding: 0 0 10px 0;
	border-bottom: #350d53 2px solid;
}
#voice #entry_area .list .unit .txt_area p{
	width: 100%;
	position: relative;
	text-align: left;
	font-size: 1.000rem;
	font-weight: 600;
	letter-spacing: -0.08em;
	font-family: 'Zen Maru Gothic', serif;
	line-height: 1.3;
	color: #350d53;
	padding: 10px 0 0 0;
}
#voice #entry_area .list .unit .num_area{
	width: 172px;
	height: 172px;
	box-sizing: border-box;
    border-radius: 100%;
	background: #350d53;
	position: absolute;
	top: -86px;
	right: -86px;
	color: #FFF;
}
#voice #entry_area .list .unit .num_area .ht{
	font-size: 1.125rem;
	font-weight: 500;
	font-family: 'EB Garamond', serif;
	color: #FFF;
	position: absolute;
	top: 105px;
    left: 20px;
}
#voice #entry_area .list .unit .num_area .num{
	font-size: 1.875rem;
	font-weight: 500;
	font-family: 'EB Garamond', serif;
	color: #FFF;
	position: absolute;
	top: 123px;
    left: 47px;
	text-align: right;
}

#voice #entry_area .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;
}
#voice #entry_area .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;
}
#voice #entry_area .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;
}
#voice #entry_area .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;
}
#voice #entry_area .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;
}
#voice #entry_area .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) {
	#voice{
		padding: 0 0 90px 0;
	}
	#voice h2 span{
		width: 36.1%;
	}
	
	#voice #entry_area{
		width: 90%;
		padding: 0 0;
	}
	#voice #entry_area ul.list{
		width: 100%;
	}
	#voice #entry_area .list .unit{
		width: 100%;
		padding: 15px 9.5% 15px 5%;
	}
	#voice #entry_area .list .unit figure{
		width: 48%;
	}
	#voice #entry_area .list .unit .txt_area{
		width: 49%;
	}
	#voice #entry_area .list .unit .txt_area h4{
		font-size: 2.125rem;
		padding: 0 0 10px 0;
	}
	#voice #entry_area .list .unit .txt_area h5{
		font-size: 1.125rem;
		padding: 0 0 10px 0;
	}
	#voice #entry_area .list .unit .txt_area p{
		font-size: 1.000rem;
		padding: 10px 0 0 0;
	}
	#voice #entry_area .list .unit .num_area{
		width: 162px;
		height: 162px;
		top: -81px;
		right: -81px;
	}
	#voice #entry_area .list .unit .num_area .ht{
		font-size: 1.125rem;
		top: 100px;
    	left: 15px;
	}
	#voice #entry_area .list .unit .num_area .num{
		font-size: 1.875rem;
		top: 117px;
		left: 41px;
		text-align: right;
	}
}
@media only screen and (max-width: 768px) {
	#voice{
		padding: 0 0 60px 0;
	}
	#voice h2 span{
		width: 36.1%;
	}
	
	#voice #entry_area{
		width: 90%;
		padding: 0 0;
	}
	#voice #entry_area .list .unit{
		width: 100%;
		padding: 15px 6% 15px 6%;
	}
	#voice #entry_area .list .unit figure{
		width: 100%;
		padding: 0 0 10px 0;
	}
	#voice #entry_area .list .unit .txt_area{
		width: 100%;
	}
	#voice #entry_area .list .unit .txt_area h4{
		font-size: 1.875rem;
		padding: 0 0 10px 0;
	}
	#voice #entry_area .list .unit .txt_area h5{
		font-size: 1.000rem;
		padding: 0 0 10px 0;
	}
	#voice #entry_area .list .unit .txt_area p{
		font-size: 0.938rem;
		padding: 10px 0 0 0;
	}
	#voice #entry_area .list .unit .num_area{
		width: 162px;
		height: 162px;
		top: -81px;
		right: -81px;
	}
	#voice #entry_area .list .unit .num_area .ht{
		font-size: 1.125rem;
		top: 100px;
    	left: 15px;
	}
	#voice #entry_area .list .unit .num_area .num{
		font-size: 1.875rem;
		top: 117px;
		left: 41px;
		text-align: right;
	}
	
	#voice #entry_area .wp-pagenavi {
		padding: 20px 0 0 0;
		font-size: 0.938rem;
	}
}
@media only screen and (max-width: 480px) {
	#voice h2 span{
		width: calc(36.1% * 1.5);
	}
	
	#voice #entry_area{
	}
	#voice #entry_area .list .unit{
		padding: 15px 6% 15px 6%;
	}
	#voice #entry_area .list .unit figure{
		width: 100%;
		padding: 0 0 10px 0;
	}
	#voice #entry_area .list .unit .txt_area{
		width: 100%;
	}
	#voice #entry_area .list .unit .txt_area h4{
		font-size: 1.625rem;
		padding: 0 0 10px 0;
	}
	#voice #entry_area .list .unit .txt_area h5{
		font-size: 0.938rem;
		padding: 0 0 10px 0;
	}
	#voice #entry_area .list .unit .txt_area p{
		font-size: 0.875rem;
		padding: 10px 0 0 0;
	}
	#voice #entry_area .list .unit .num_area{
		width: 152px;
		height: 152px;
		top: -76px;
		right: -76px;
	}
	#voice #entry_area .list .unit .num_area .ht{
		font-size: 1.000rem;
		top: 92px;
    	left: 15px;
	}
	#voice #entry_area .list .unit .num_area .num{
		font-size: 1.635rem;
		top: 107px;
		left: 41px;
		text-align: right;
	}
	
	#voice #entry_area .wp-pagenavi {
		font-size: 0.875rem;
	}
}