@charset "UTF-8";


/* アンケート */
.q_choices{max-width:600px;margin:40px auto 0;text-align:center;position:relative;}
.q_choices .row{display:block;margin:30px 0 0;padding:0!important;border:none!important;}
.q_choices > .row{margin:10px 8px 0;padding:20px 0 0 !important;}
.q_choices .cell:nth-of-type(1) .row{margin-top:0;}
.q_choices label.row:hover .choice{background:#e5e5e5;}
.q_choices .row .radio{margin-top:4px;margin-right:6px;}
.q_choices .row .choice{display:block;height:35px;position:relative;vertical-align:top;padding:0 8px;text-align:left;background:#f5f5f5;border-radius:4px;}
.q_choices .row .choice > *{position:absolute;top:0;left:0;}
.q_choices .row .choice .number{top:-20px;font-size:12px;line-height:20px;}
.q_choices .row .choice .graph{background:#bee;height:100%;border-radius:4px;min-width:2px;}
.q_choices .row .choice .txt{left:8px;padding:5px 0;line-height:25px;font-size:17px;}
.q_choices .row .checked::after{font-family:Meiryo;content:url("/imgfiles/icon/check.png");display:inline-block;}


@media (max-width:600px){
	.q_choices .row .choice{height:40px;}
	.q_choices .row .choice .number{font-size:15px;}
	.q_choices .row .choice .txt{line-height:30px;font-size:20px;}
}

