@charset "utf-8";

/*	Reset	*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, backquote, th, td, caption, button
{ margin: 0; padding: 0; }
html { overflow-y: scroll; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
ol, ul { list-style: none; }
fieldset, img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

html { width: 100%; height: 100%; margin: 0; padding: 0; }
body { width: 100%; height: 100%; }
body { font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; font-size: 18px; line-height: 1.6em; color: #000; }
body, div, button, p, ul, li, table, th, td, input, select { box-sizing: border-box; -moz-box-sizing: border-box; }
html, body, div, p, a, input, button, table, tr, caption, td, th, img, svg, object, ul, ol, li { touch-action: manipulation; }

/*	Flex 	*/
.flexcase { display: -moz-box; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.flexcase_justify { justify-content: space-between; -ms-flex-pack: justify; -moz-box-pack: justify; -webkit-box-pack: justify; -webkit-justify-content: space-between; }
.flexcase_center { justify-content: center; -ms-flex-pack: center; -moz-box-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; }
.flexcase_left { justify-content: flex-start; -ms-flex-pack: start; -moz-box-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; }
.flexcase_right { justify-content: flex-end; -ms-flex-pack: end; -moz-box-pack: end; -webkit-box-pack: end; -webkit-justify-content: flex-end; }
.flexcase_middle { -webkit-align-items: center; align-items: center; }

/*	Common	*/
.bold { font-weight: bold; }
.posab { position: absolute; }
.al-center { text-align: center; }
.al-right { text-align: right; }
.border-box { box-sizing: border-box; -moz-box-sizing: border-box; }
.nousersel { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.nohilite { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }
.nodragimg { pointer-events: none; }
button { cursor: pointer; }
button:disabled { opacity: 0.3; }
button:active { opacity: 0.8; }


/*	content 	*/
h2 { font-size: 1.8em; line-height: 1.4em; color: #57A6B7; margin-bottom: 30px; text-align: center; }
h2 span { font-size: 0.6em; }
img.img_toplogo { height: 50px; display: block; margin: 0 auto 20px; }
p { margin-bottom: 20px; }
.div_contentback { position: absolute; width: 100%; height: 100%; background-color: #FFF; background-image: url(../img/back05.jpg); background-repeat: no-repeat; background-size: cover; }
.div_contentbase { width: 90%; max-width: 800px; height: 100%; background: rgba(255,255,255,0.8); box-shadow: 1px 1px 16px rgba(0,0,0,0.3); padding: 40px 30px 30px; overflow: auto; position: relative; opacity: 0; }
h2.question { text-align: left; }
ul.answer li { display: block; width: 100%; margin-bottom: 20px; border-radius: 8px; border: 1px solid #999; padding: 16px 16px 16px 46px; cursor: pointer; color: #666; box-shadow: 0px 0px 4px rgba(0,0,0,0.2); line-height: 1.4em;
	background-image: url(../img/li_check0.png); background-repeat: no-repeat; background-position: 10px center; background-color: #fafafa; }
ul.answer li.selected { background-image: url(../img/li_check1.png); color: #000; border: 1px solid #000; box-shadow: none; background-color: #fff; }
ul.answer li.unselected { opacity: 0.8; }
button.bt_simple { background: #f0f0f0; color: #333; padding: 3px 15px; border: 1px solid #999; }
button.bt_oknext { display: block; background: #248BAD; color: #fff; padding: 10px 40px; font-size: 1.1em; border: none; border-radius: 4px; margin: 16px; }
button.bt_oknext.small { padding: 8px 20px; font-size: 1em; margin: 10px; }
button.bt_oknext.pink { background: #FF85BE; }
table.form { width: 100%; margin-bottom: 30px; }
table.form th, table.form td { padding: 10px 10px; vertical-align: top; }
table.form th { font-size: 0.9em; color: #B1677A; font-weight: bold; }
table.form td.addition { font-size: 0.8em; }
table.form td.error { font-size: 0.8em; color: #C12525; background: rgba(255,0,0,0.2); }
table.tbl_cogtemlogin th { width: 25%; }
table.tbl_cogtemlogin th span { font-size: 0.7em; color: #666; }

/*	Input 	*/
input[type=text], input[type=password] { padding: 5px; width: 100%; }
select { padding: 5px; }
textarea { width: 100%; }
input[type=radio] { margin-right: 5px; }
label.forradio { margin-right: 20px; }

/*	Dialog 	*/
.div_dialogboxback { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 99; }
.div_dialogbox { position: relative; width: 92%; height: 92%; max-width: 480px; max-height: 480px; background: #fff; border-radius: 8px; border: 2px solid #1BAFD9; box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	padding: 0; }
.div_dialogbox h3 { width: 100%; text-align: center; font-size: 1.3em; color: #43AAEB; font-weight: bold; padding: 20px 0 20px; border: 0; }
.div_dialogbox p { padding: 0 20px; }
.div_dialogbox .div_buttoncase { position: absolute; height: 40px; width: 100%; top: 100%; margin-top: -40px; }
.div_dialogbox button { height: 100%; border: none; background: #1BAFD9; width: 46%; color: #fff; }
.div_dialogbox button:active { opacity: 0.7; }
.div_dialogbox button.bt_dlg_left { border-bottom-left-radius: 5px; border-top-right-radius: 8px; }
.div_dialogbox button.bt_dlg_right { border-bottom-right-radius: 5px; border-top-left-radius: 8px; }
.div_dialogbox button.bt_dlg_center { border-top-left-radius: 8px; border-top-right-radius: 8px; }

/*	CountDown	*/
.div_countdown_case { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(255,255,255,0.7); }
.div_countdown { position: relative; width: 240px; height: 240px; }
.div_countdown svg { position: absolute; width: 240px; height: 240px; }
.div_countdown p { position: absolute; width: 240px; height: 240px; line-height: 240px; font-size: 100px; text-align: center; color: #8BB8B3; font-weight: bold; }

/*	Loading	*/
.div_loadingback { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(255,255,255,0.8); }
.div_loadingback .div_loadingcase { width: 64px; height: 90px; }
.div_loadingback .div_loadingcase img { display: block; width: 100%; }
.div_loadingback .div_loadingcase p { text-align: center; color: #777; font-size: 0.7em; }

/*	Go Next 	*/
.div_gonextback { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(255,255,255,0.7); }
.div_gonextback button.bt_gonext { width: 200px; height: 200px; border: 1px solid rgba(0,0,0,0.3); background: rgba(255,255,255,0.7); text-align: center; color: #666; border-radius: 100px; font-size: 1.3em;
	position:  absolute; top: 50%; left: 50%; margin: -100px 0 0 -100px;
 }
.div_gonextback button.bt_gonext:after { display: inline-block; margin-left: 10px; transform: rotate(90deg); content: "▲"; z-index: 0; }

/*	Common	*/
.bt_replay { background-image: url(../img/tsk_treasure/speaker1.png); background-repeat: no-repeat; background-size: contain; background-color: #fff; border-radius: 4px; border: 2px solid #30ACAB; 
	padding: 2px 5px 2px 35px; color: #30ACAB; }



@media screen and (max-width: 767px){
	.hide_sp { display: none !important; }
	/* .div_contentback { background: #fff; } */
	.div_contentbase { width: 96%; height: 96%; box-shadow: none; padding: 10px; margin: 2% 0 2%; border-radius: 8px; border: 3px solid rgba(0,0,0,0.1); }
	h2.question { font-size: 1.3em; }
	ul.answer li { font-size: 0.96em; }
	table.form th, table.form td { display: inline-block; width: 100%; padding: 0; }
	table.form th { padding-top: 16px; }
	table.tbl_cogtemlogin th { width: 100%; }
	button.bt_oknext { padding: 6px 20px; font-size: 0.9em; margin: 8px; }
	button.bt_oknext.small { padding: 6px 10px; font-size: 0.84em; margin: 8px; }
}


