@charset "UTF-8";


/* アンケート */
.q_choices{max-width:650px;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;}
}


/* 大喜利 */
.oogiri_a{max-width:650px;margin:0 auto;text-align:left;}
.oogiri_a .answer{margin:80px auto 0;font-weight:bold;padding:15px;text-align:center;background-image:url("/imgfiles/background/oogiri.jpg");background-position:center;box-shadow:1px 2px 3px 0px rgba(0, 0, 0, 0.3);}
.oogiri_a .answer .title{text-align:left;font-size:16px;color:#333;}
.oogiri_a .answer pre{display:inline-block;font-size:var(--h4-font-size);line-height:36px;text-align:left;max-width:100%;margin:40px 0;font-family:var(--hd-font-family);}
.oogiri_a .answer .name{text-align:right;font-size:16px;color:#333;}
.oogiri_a h2.sample{margin:80px auto 0;text-align:center;max-width:700px;}
