@import url("../style2.css");

@media screen and (max-width: 480px) {
	.reform_enquete .contents.long > .inner{
		padding:0;
	}
	.reform_enquete .column_main > .inner{
		padding:0;
	}
}

.reform_enquete .kv{
	background: #F7F7F7;
	display: flex;
	justify-content: center;
	padding: 4em 2em 3em;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.reform_enquete .kv{
		display: block;
		padding:2em;
	}
}
@media screen and (max-width: 768px) {
	.reform_enquete .kv{
		padding: 2em 5%;
	}

}

.reform_enquete .kv_txt{
	text-align: center;
	width: 486px;
}
@media screen and (max-width: 1024px) {
	.reform_enquete .kv_txt{
		width: 100%;
	}
}
.reform_enquete .kv_lead{
	font-size:1.375em;
	color:#005629;
	margin-bottom:0.5em;
}
@media screen and (max-width: 767px) {
.reform_enquete .kv_lead{
	font-size:1em;
}
}
.reform_enquete .kv_ttlbox{
	background: #fff;
	padding:2em;
}
@media screen and (max-width: 1024px) {
	.reform_enquete .kv_ttlbox{
		margin-bottom:1em;
	}
}
.reform_enquete .kv_sub{
	font-size:1.5em;
}
.reform_enquete .kv_sub span{
	display: inline-block;
	padding:0.25em;
	color: #fff;
}
.reform_enquete .kv_sub .great{
	background: #E15455;
}
.reform_enquete .kv_sub .nice{
	background: #EA9EA1;
	margin-right: 0.25em;
}

.reform_enquete .kv_ttl{
	font-size: 3em;
	color:#E15455;
}
@media screen and (max-width: 767px) {
	.reform_enquete .kv_ttl{
		font-size:2em;
	}
}
.reform_enquete .kv_aggregation{
	font-size:0.75em;
	margin-top: 0.5em;
}
@media screen and (max-width: 1024px) {
	.reform_enquete .kv_aggregation{
		position: absolute;
		bottom:1em;
		left:0;
		right:0;
		text-align: center;
	}
}
.reform_enquete .kv .kv-chart{
	max-height: 225px;
	max-width:225px;
	width: 30%;
	height: 225px;
	width: 225px;
}

.reform_enquete .introduction{
	font-size: 0.875em;
	line-height: 2;
	margin:5em 0;
	text-align:justify;
}
@media screen and (max-width: 767px) {
	.reform_enquete .introduction{
		font-size:1em;
		padding:0 5%;
		margin: 3em 0;
	}
}

.grapharea{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
@media screen and (max-width: 767px) {
	.grapharea{
		display:block;
	}
}
.grapharea .box{
	width:48%;
	margin-bottom:4%;
	text-align:center;
	border:1px #D0D0D0 solid;
}
@media screen and (max-width: 767px) {
	.grapharea .box{
		width:100%;
		border-width:0;
		border-bottom:1px #D0D0D0 solid;
	}
}
.grapharea .box__ttl{
	padding:2em 1em 1em;
	font-size:1.125em;
	line-height: 1;
}
.grapharea .box__ttl .qno{
	font-size:0.7em;
	color:#fff;
	background:#005629;
	display:inline-block;
	width:3em;
	height:3em;
	line-height:3em;
	border-radius:2em;
	text-align:center;
}



.reform_enquete .chartbox{
	max-width: 300px;
	min-width:180px;
	margin:0 auto;
	position:relative;
}
.reform_enquete .chartbox .chart{
	position:relative;
	z-index:99;
}
.reform_enquete .chartbox .goodtotal{
	color:#EA6C68;
	line-height:1.2;
	position:absolute;
	font-weight:bold;
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
	text-align:center;
	z-index:1;
	display: none;
}
.reform_enquete .chartbox .goodtotal__ttl{
	/* font-size: 20px; */
}
.reform_enquete .chartbox .goodtotal__data{
	font-size: 3em;;
	font-weight:bold;
}
.reform_enquete .chartbox .goodtotal__data span{
	font-size:50%;
}
.reform_enquete .chartbox .goodtotal__data small{
	display:block;
	font-size:12px;
	color:#999;
	font-weight:normal;
}
.reform_enquete .chartbox.chart0 .goodtotal{
	top: 65px;
}
.reform_enquete .chartbox.chart0 .goodtotal__ttl{
	font-size:1em;
}
.reform_enquete .chartbox.chart0 .goodtotal__ttl span{
	font-size:0.8em;
}
.reform_enquete .chartbox.chart0 .goodtotal__data{
	font-size:3em;
	font-weight: bold;
}
.reform_enquete .chartbox.chart0 .goodtotal__data span{
	font-size:0.6em;
}
.reform_enquete .chartbox.chart6 .goodtotal{
	top: 60px;
}
.reform_enquete .chartbox.chart6 .goodtotal__ttl{
	font-size:1em;
}

@media screen and (max-width: 767px) {
	.voicearea{
		text-align:center;
	}
}
.voicearea{
	text-align:center;
}
.voicearea__ttl{
	font-size: 2em;
}
@media screen and (max-width: 767px) {
.voicearea__ttl{
	text-align:center;
	margin-top:1em;
}
}
.voicearea .period{
	font-size:0.875em;
	background: #F7F7F7;
	padding:0.2em 0.5em;
	display: inline-block;
	margin:1em auto;
	border-radius: 3em;
}
@media screen and (max-width: 767px) {
	.voicearea .period{
	}
}
.voicearea .voicearchive{
	margin:2em 0;
	padding:0;
	list-style:none;
	text-align: center;
}

.voicearea .voicearchive li{
	display:inline-block;

}
.voicearea .voicearchive a{
	display:block;
	border:1px #D0D0D0 solid;
	text-align:center;
	padding:0.25em 0.5em;
	margin: 0 0 5px;
}
.voicearea .voicearchive a.current{
	background:#323232;
	border-color:##323232;
	color:#fff;
}
.voicearea .items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.voicearea .items{
		display: block;
	}
}
.voicearea .items .item{
	border:1px #D0D0D0 solid;
	width: 48%;
	margin-bottom:4%;
	padding:2em;
	text-align: justify;
}
@media screen and (max-width: 767px) {
	.voicearea .items .item{
		width:100%;
		text-align:left;
		border:0;
		border-bottom:1px #D0D0D0 solid;

	}
}
.voicearea .items .item-area{
	font-size:0.75em;
	margin-top:1em;
	padding:0.2em 0.5em;
	background: #323232;
	color:#fff;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.voicearea .items .item-area{
		font-size:1em;
	}
}
.voicearea .items .item-title{
	font-size: 1.25em;
	margin:0.5em 0;
}
.voicearea .items .item-text{
	font-size:0.875em;
	line-height: 2;
	margin:1em 0;
}
.voicearea .items .item-price{
	font-size:0.875em;
}
.voicearea .items .item-price .price{
	font-size:2em;
	color:#005629;
}
@media screen and (max-width: 1024px) {
	.voicearea .items .item-more{
		width: 100%;
	}
}
.voicearea .items .item-more .c-btn_block{
	font-size:14px;
	padding: 0.5em 2em;
}
@media screen and (max-width: 1024px) {
	.voicearea .items .item-more .c-btn_block{
		padding:1em 0;
	}
}

.voicearea .items .item-more .c-btn_block::after{
	right:10px;
}
.voicearea .items .item-more .c-btn_block:hover::after{
	right:5px;
}


@media screen and (max-width: 480px) {
	.column_sub__title{
		display:none;
	}
	.contents .column .column_sub{
		background:#fff;
		padding:0 5%;
	}
}




.reform_enquete_page{
}
.reform_enquete_page h1{
	font-size: 0.75em;
	text-align: center;
	border-top: 2px #f7f7f7 solid;
	padding: 1em 0;
	border-bottom: 2px #f7f7f7 solid;
}
.reform_enquete_page .subtitle{
	font-weight:bold;
	margin:1em 0;
	font-size: 2em;
	text-align:center;
	line-height:1.4;
}
@media screen and (max-width: 480px) {
.reform_enquete_page .subtitle{
	/* text-align:justify; */
	font-size:1.275em;
}
}
.reform_enquete_page .datas{
	background: #f7f7f7;
	display:flex;
	padding:1em;
	border-radius: 3em;
	margin:2em 0;
	justify-content: center;
}
@media screen and (max-width: 480px) {
	.reform_enquete_page .datas{
		display:block;
		border-radius: 2em;
	}
}
.reform_enquete_page .datas .item{
	display:flex;
	padding:0.5em;
}
@media screen and (max-width: 480px) {
	.reform_enquete_page .datas .item{
		display:block;
		text-align:center;
	}
}
.reform_enquete_page .datas .item span{
	padding: 0.25em 1em;
	display:inline-block;
	border-radius:2em;
	background:#666;
	color:#fff;
}
@media screen and (max-width: 480px) {
	.reform_enquete_page .datas .item span{
		display:block;
	}
}
.reform_enquete_page .datas .item p{
	padding:0.25em 0.5em;
}
.reform_enquete_page .voices{
	border:4px #f7f7f7 solid;
	padding:2em;
}
.reform_enquete_page .author{
	font-size:2em;
	text-align:center;
	margin:0;
	color:#005629;
}


.reform_enquete_page .questions .question-title{
	color:#005629;
	margin:2em 0 0.5em;
}
.reform_enquete_page .questions .question-text{
	font-size: 1em;
	padding: 1em;
	background: #f7f7f7;
}

.enquetimage{
	margin:3em 0;
	text-align:center;
}
.enquetimage a{
	display:inline-block;
	box-shadow:0 0 10px #ccc;
	padding:20px;
}
.enquetimage a:hover{
	box-shadow:0 0 5px #eee;
}
.staff .author-title{
	font-size:0.85em;
	margin-bottom:0.5em;
}
.staff .author-photo{
	max-width:360px;
	margin:0 auto 0.5em;
}
.staff .author-data{
	font-size:0.85em;
	line-height:1.5;
}
.staff .staff-comment{
	text-align:justify;
	max-width:640px;
	margin:1em auto;
	line-height:2;
}

.pagelinks .linkname{
	font-size:1em;
}
.pagelinks .date{
	font-size:0.75em;
	margin-top:1em;
	margin-bottom:0.5em;
	padding:0 20px;
}
.pagelinks .date + p{
	font-size:0.875em;
	padding:0 20px;

}