@charset "utf-8";

/* アンケートページ用 */
.txt_ttl_en { font-size: 28px; font-weight: bold; }
.enq_item { display: flex; flex-wrap: wrap; }
	.enq_item_col { width:23.5%; margin: 0 2% 20px 0; box-sizing: border-box; }
	.enq_item_col:nth-child(4n) { margin-right: 0; }
	.enq_item_col img { width:100%; height: auto; border: 1px solid #ebebeb; box-sizing: border-box; border-bottom: none; }
	.enq_item_col .enq_text { min-height: 8em; padding: 0.5em; box-sizing: border-box; background:url(../enquete/img/bg_enquete.png) no-repeat; background-size: cover; color:#fff; }
	.enq_text h3 { margin-bottom: 0.4em; padding:0.5em 0; border-bottom: 1px solid #fff; font-weight: bold; text-align: center; }
	.enq_text p { font-size: 0.7rem; text-align: center; }

#enquete h2 span { display: inline-block; margin-bottom: 0.4em; padding:0.2em 1em 0.1em 1em; background:#f44336; color:#ffffff; }

p#enq_intro { text-align:center; font-weight:bold; padding:0 0 1.5em 0; }

#enq_participate { padding:1.5em; background: #f5f5f5; }
	#enq_participate p { width:100%; padding:0.2em 0 0.1em 0; background:#ffc107; text-align:center; font-size:1.7rem; font-weight:bold; color:#ffffff; }
	#enq_participate_table { margin:0 auto; }
	#enq_participate ul { display:table; margin:1.5em auto 0 auto; }
	#enq_participate li { display:table-cell; vertical-align:middle; padding: 1.5em; margin: 10px; background:#00a1e9; text-align:center; font-size:1rem; font-weight:bold; color:#ffffff; }
	#enq_participate li.enq_participate_arrow { width:22px; height:44px; padding:0 15px 0 20px; background:url(../enquete/img/pc_BLarrow_r.png) center no-repeat; font-size:0!important; }

h3.enq_tit_syoukai_cyusen { display:block; min-height:47px; margin:2rem 0; background: url(../enquete/img/pc_title_goukakeihin_keihin.png) center top no-repeat; background-size:contain; font-size:0!important; }
h3.enq_tit_syoukai_zenin { display:block; min-height:47px; margin:2rem 0; background: url(../enquete/img/pc_title_keihin.png) center top no-repeat; background-size:contain; font-size:0!important; }
    
#enq_sponsors { width:100%; margin-bottom:20px ; background:#f5f5f5; }
	#enq_sponsors dl { padding:1.5em; }
	#enq_sponsors dt { margin-bottom: 1em; font-weight:bold; text-align:center; }

#enq_notice { font-size:0.7rem; }
	#enq_notice li { margin-bottom:0.4em; }

	.forpc_enq { display:block; }
	.forsp_enq { display:none; }
	
.font_ll .link_arrow:after { top:13px; }

/* SP */
@media screen and (max-width: 767px) {
    .enq_item_col { width:48%; margin-bottom: 10px; }
    .enq_item_col:nth-child(2n),
	.enq_item_col:nth-child(4n) { margin-right: 0; }
    .enq_item_col .enq_text { min-height: 10em; }
	
	p#enq_intro { text-align:left; padding:0.5em 0.5em 1em 0.5em; }
	
	#enq_participate ul { display:block; margin:1.5em auto 0 auto; }
	#enq_participate li { display:block; padding: 1em; margin:0 1em; font-size:0.9rem; }
	#enq_participate li.enq_participate_arrow { max-width:77px; min-width:39px; min-height:19px; margin: 0 auto; padding:0; background:url(../enquete/img/sp_BLarrow_r.png) center no-repeat; background-size: contain; }

	h3.enq_tit_syoukai_cyusen { margin:2rem 0 1rem 0;}
	h3.enq_tit_syoukai_zenin { margin:1rem 0; }
	
	.forpc_enq { display:block; }
	.forsp_enq { display:none; }
}
@media screen and (max-width: 480px) {
	#enquete h2 span { padding:0.5em 1em 0.4em 1em; background:#f44336; color:#ffffff; }
	
	h3.enq_tit_syoukai_cyusen { min-width:0; min-height:73px; margin:1.5rem 0 1rem 0; background: url(../enquete/img/sp_title_goukakeihin_keihin.png) center top no-repeat; background-size:contain; }
	h3.enq_tit_syoukai_zenin { min-width:0; min-height:104px; margin:1rem 0; background: url(../enquete/img/sp_title_keihin.png) center top no-repeat; background-size:contain; }
	
	.forpc_enq { display:none; }
	.forsp_enq { display:block; }
	
	.font_ll .link_arrow:after { top:8px; }
}