/* CSS Document */
main{
    counter-reset: num;
}
.inner1000 > section{
    padding-bottom: 0;
}
.page{
    padding: 0;
}
.page li a{
    text-align: center;
}
.page li a::after{
    width: 100%;
    counter-increment: num;
    content: counter(num);
}
.page li::after{
	content: "|";
	margin: 0 .5em;
}
.page li:last-child::after{
	content: none;
}
h2.txt24{
	text-align: left;
	margin-bottom: 10px;
}
h2 span{
	background: linear-gradient(transparent 60%, #fff 0%);
	white-space: pre-wrap;
}
.voiceList li{
	margin: 8% 0;
	padding: 20px 30px;
	background-color: #F0EEEF;
	text-align: left;
}
/*.voiceList li > .flexbox{
	align-items: stretch;
	margin-bottom: 30px;
}*/
.voiceList .info{
	/*display: inline-block;*/
	margin-bottom: 30px;
}
.voiceList .info dl > div{
	display: inline-block;
}
.voiceList .user dt,
.voiceList .user dd{
	display: inline-block;
}
.voiceList .user dt{
	margin-right: .5em;
}
.voiceList .value dd{
	text-align: center;
	font-family: Futura;
	font-size: 18px;
}
.comment p{
	text-align: left;
	margin-bottom: 20px;
}
/*.face.flexbox{
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 20%;
}
.face p{
	font-size: 5vw;
	margin: auto;
}*/
.icon{
	margin-right: 1em;
}
.value {
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display: inline-flex;
	width: 100%;
	flex-flow: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 10px;
}
.value div{
	width: 24%;
	background-color: #fff;
	text-align: center;
	padding: 7px 0;
}
.staff_comment{
    padding: 2em;
    background: #fff;
}
.staff_comment p:not(:last-of-type){
    margin-bottom: 1em;
}
.staff_comment h3{
    margin-bottom: 1em;
}
@media screen and (max-width:480px){
.inner1000{
	width: 85%;
	}
.voiceList li{
	padding: 20px 15px;
}
.voiceList .info{
	margin-bottom: 15px;
}
.voiceList .info dl > div{
	display: block;
	}
.value div{
	width: 48%;
	margin-bottom: 10px;
}
}
