@charset "utf-8";
/* CSS Document */

h1{}
/*******************************
共通設定項目
********************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: none;
	line-height:1.3em;
	font-size:18px;
/*	background:url(../images/bk.png) ;*/
	color:#333;
}

/* テキストリンク設定 */
a{font-weight:bold;color:#FFF;}
a:hover{color:#000;}
a:active, a:focus{outline:0;}



/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 751px) {
	
.pc_non,.sp{display: none;}

#wrapper{background:url("../images/header_back.png") no-repeat center top;}
	
/* クイズ概要
------------------------------------------------------------*/

.logo{
	width: 100%;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}
.logo a:hover{
	opacity: 0.8;
}

#info{
	position: relative;
}
#info .header{
	background: #31A6FE; width: 100%; padding: 35px 0 40px 0; position: relative;
	background: radial-gradient(circle,#61FCFF,#31A6FE 400px);
}

#info .header::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	background: url(../images/nami.png) bottom repeat-x;
}

#info::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	background: url(../images/nami2.png) bottom repeat-x;
}

#info h1{
	background: url(../images/tit.png) center center no-repeat;
	background-size: contain;
	width: 750px;
	height: 220px;
	margin: 0 auto;
}

#info .quiz{background: url(../images/quiz_question.png) #0D75C4; padding-bottom: 50px;}
#info .lead{
	background: url(../images/lead.png) center center no-repeat;
	width: 650px;
	height: 220px;
	background-size: contain;
	margin: 0 auto 15px auto;
}

.day{
	text-align: center; color: #FFF;
	font-weight: 900;
}
.day h2{font-size: 26px; margin-bottom: 25px; font-weight: bold;}
.day p{ font-size: 50px; font-weight: 900;}
.day p span{font-size: 40px; margin-right: 10px;}

.atte{
	background: #31A6FE;
	padding-top: 35px;
	padding-bottom: 80px;
	font-size: 14px;
	color: #FFF;
}
	
.atte h2{text-align: center;}

.atte ul{
	width: 750px;
	text-align: left;
	margin: 0 auto;
	
}

/*非表示*/
.blank{
	margin-top: -40px;
	background: #31A6FE;
	padding-top: 100px;
	padding-bottom: 120px;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	line-height: 1.5em;
}

.quiz_fuki{
	text-align: center;
	margin-bottom: 130px;
}
.quiz_fuki img{
	width: 680px;
}

.atte ul li{text-indent: -1em; padding-left: 1em;}


.daily-item{
	position: relative;
}

.daily-item .bt_shusso{
	display: block;
	position: absolute;
	background: url(../images/shusso_arrow.svg) right 25px center no-repeat #39B0AF;
	width: 400px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	left: calc(50% - 200px);
	top: 350px;
	top: calc(350px + 220px);
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	box-shadow:0px 10px 0px #0C8281;
}
.daily-item .bt_shusso:hover{
	transform: translateY(5px);
	box-shadow:0px 5px 0px #0C8281;
	color: #FFF;
}

.toku a{
	display: block;
	background: url(../images/toku_banner.png);
	width: 200px;
	height: 200px;
	background-size:contain;
	z-index: 1;
	filter: drop-shadow(0 3px 5px rgba(0,0,0,0.5));
	transition: .3s;
	position: fixed; right: 15px;bottom: 15px;}

	.toku a:hover{
		transform: scale(0.95);
	}

/* ヘッダー
------------------------------------------------------------*/


#header h3{ /*タイトル共通画像*/
	height:100px;
	width: 100%;
	margin-top: -10px;
	background:url(../images/form_tit.svg) center center no-repeat #000;
}
	
/* 応募の流れ
------------------------------------------------------------*/	
#header .flow{
	font-size: 16px;line-height: 2.4em;
	text-align:center;
    color: #FFF;
	background: #39B0AF;
	margin-bottom: 30px;
	width: 100%;
}
#header .flow .now{color: #FFFF00;}

/* 応募要項テキスト
------------------------------------------------------------*/	
#header .attention{
	width: 700px;
	margin: 20px auto ;
	padding-left: 15px;
}	
#header .attention li{
	font-size: 16px;
	line-height: 1.6em;
    list-style:  none;
    margin: 0;padding: 0;
	text-indent: -1em;
}	
#header .attention li.kome:before{
	content:  "※"; 
}			
#header .attention_check{
	width: 700px;
	margin: 20px auto;
	text-align: center;
}	
#header .attention_check li{
	font-size: 16px;
	line-height: 1.6em;
    list-style:  none;
    margin: 0; padding: 0;
}
	
/* フォームスタイル 
------------------------------------------------------------*/
.bold{font-size: 18px; font-weight: bold;}	
	
#contents .box{
	width: 750px;
	margin: 0 auto;	clear: both;
}	
#contents .box ul{}
#contents .box ul li{font-size: 15px; display: flex;}
#contents .item,
#contents .ans{ /*高さサイズ*/
	height: 24px;
	margin-bottom: 2px;
	float: left;
	word-break: break-all;
	}
#contents .item{
	width: 290px; /*項目横サイズ*/
	color: #FFF;
	background:#001F76;
	padding: 10px 10px;
	float: left;
	}
#contents .ans{
	width: 420px; /*記入項目横サイズ*/
	background:#ECECEC;
	padding: 10px 10px;
	line-height: 1.6em;
	}
#contents .ans.height,
#contents .item.height{/*height: 60px;*/ }/*★項目・記入項目高さ指定する場合*/
#contents .ans.height_anc,
#contents .item.height_anc{overflow:hidden;height: auto; min-height: 24px;}/*★項目・記入項目高さ指定する場合*/
	
#contents .ans.height_anc_double,
#contents .item.height_anc_double{height: auto; min-height: 24px;}/*★項目・記入項目高さ２行分*/
	
#contents .ans.height_anc_forth,
#contents .item.height_anc_forth{height: auto; min-height: 24px;}/*★項目・記入項目高さ２行分*/
	
#contents .item span.mark{font-size: 14px; color:#FFFF00; margin-right: 4px;}
#contents .item span.small{font-size: 14px; font-weight: normal;}
	
#contents .color_item{background:#E02570; font-weight: bold;}/*別色エリア*/
#contents .color_ans{background:#FFAFD7;}/*別色エリア*/



	
input{
	font-size: 16px;
	text-indent: 4px;
	border:1px #CCC solid;
}
	
/*テキストエリア・幅*/
.box_quiz{ width:150px; height:24px; font-weight: bold; margin: 0 5px;}	/*別色エリア*/
.box_name_shi,.box_name_mei,
.box_name_shi_kana,.box_name_mei_kana{ width:120px; height:24px; margin: 0 5px;}	
.box_zip,.box_age { width:70px; height:24px; margin: 0 5px;}	
.box_add { width:350px; height:24px; margin: 0 5px;}	
.box_tel,.box_fax { width:280px; height:24px; margin: 0 5px;}	
.box_mail,.box_twitter{ width:280px; height:24px; margin: 0 5px;}
.box_job,.box_number{ width:170px; height:24px; margin: 0 5px;}
.box_text{ width:400px; height:150px;}	
	
/* ラジオボタン指定 */	
input.radio {}
input[type="radio"] {
    width: 16px;height: 16px;
	margin: 0 3px 0 2px;
    content: "";
    vertical-align: middle;
    cursor: pointer;	
}
	
/* チェックボックス指定 */
input.checkbox {}	
input[type="checkbox"] {
    width: 16px;height: 16px;
	margin: 0 1px 0 2px;
    content: "";
    vertical-align: middle;
    cursor: pointer;
}
	
/* フォームスタイル */
select{
	font-size: 16px;
	line-height:1.2em;
	padding:2px;
	}
/* テキストエリア */	
textarea{
  width: 400px;
  height:110px;
  min-width: 400px;
  max-width: 400px;
  min-height: 70px;
  max-height: 70px;
}
	
/* 記入エラー
------------------------------------------------------------*/	
.error{
/*	display: none;*//*システム渡し時にはエラーが表示されている状態に*/
	width:710px;
	margin:0 auto 20px;
	padding: 10px 20px;
	background:#AB0002;;color: #FFF;
	font-size: 16px;
}
.error span{color: #FFFF00;}/*エラー内強調色*/
.error ul{}
.error ul li{}
	
#wrapper_all{
	/* min-height: 100vh; */
} /*//最小でも画面の高さ分のbodyの高さを担保する*/
		
/* フッター */
#footer{
	width: 100%;
	font-size:0.7em;text-align:center;
	line-height: 3em;
	background: #000;color: #FFF;
	bottom: 0;position: relative;
}

/* セキュリティーサイン */
#sign table {
	width:750px;
	margin:20px auto ;
	border-collapse:collapse;
	border:1px solid #CCC;
	box-sizing: border-box;
}
#sign th,#sign td {}
#sign th,#sign td .sign_size{
	font-size:14px; line-height: 1.3em;padding: 5px;
	}
	
/* ボタン
------------------------------------------------------------*/	
#area_bt{
	width:480px;
	overflow:hidden;
	margin:20px auto;
	padding: 30px 0;
	clear: both;
	}

/* 確認画面へ・応募するボタン */
#area_bt .bt_check .next,
#area_bt .bt_apply .next{
	width: 230px; height: 60px;
	background: linear-gradient(#DB0000,#680000);/*ボタングラデーション変更*/
	color: #FFF;
	border-radius: 10px;
	margin:0 auto;
	display:block;
	cursor:pointer;
	border: 0;
	float: right;
	font-size: 22px; font-weight: bold;
	text-shadow:1px 2px 2px #333;
	box-shadow: 2px 1px 6px #999;
}
	#area_bt .bt_apply .next{
		margin-right: 6px;
}
#area_bt .bt_check .next:hover,
#area_bt .bt_apply .next:hover{
	background: linear-gradient(#680000,#DB0000);/*ホバーボタングラデーション変更*/
	}
#area_bt .bt_check .next{float:none;}/*1つボタンセンター位置*/

/* もどるボタン */
#area_bt .bt_return .back{
	width: 230px; height: 60px;
	background: linear-gradient(#FFF,#CCC);/*ボタングラデーション変更*/
	border: 4px solid #666;
	color: #666;
	border-radius: 10px;
	float: left;
	display:block;
	cursor:pointer;
	font-size: 22px; font-weight: bold;
/*	text-shadow:1px 2px 2px #999;*/
	box-shadow: 2px 1px 6px #999;
}
#area_bt .bt_return .back:hover{
	background: linear-gradient(#CCC,#FFF);/*ホバーボタングラデーション変更*/
	}

/*
OK画面
-------------------------------------------------------*/
.ok{
	font-size:1.5em;
	line-height:2em; color: #000;
	text-align:center;
	font-weight: bold;
	margin:200px auto;
}


.come{
	margin-top: 20px;
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}

/*フォーム部分*/
.large .color_item{
	width: 750px !important;
	clear: both;
	float: none !important; 
	padding: auto;
}
.large{overflow: hidden;
}
#contents .box ul.large li{display: block !important; text-align: center;}

#contents .box ul.large .color_item{ 
	background: #E02570 !important; font-size: 20px;
	margin-bottom: 0;}

#contents .large .ans{
	width: 750px;
	background: #FFAFD7;
	margin-bottom: 15px;
	height: auto;
	padding: 20px 0;
	clear: both;}

.large .ans{display: flex; justify-content: center; gap: 6px;}


label.komoku{
	width: 110px;
	height: 110px;
	border: 1px solid #FFF;
	cursor: pointer;
	border-radius: 5px;
}
label.komoku:hover{
	border: 1px solid #000;
}

label.komoku p{font-size: 28px; font-weight: 900; line-height: 65px;}

label.komoku input{width: 30px; height: 30px;}

label.komoku.c1{background: #CECECE;}
label.komoku.c2{background: #000000; color: #FFF;}
label.komoku.c3{background: #FC763D; color: #FFF;}
label.komoku.c4{background: #3FAFE5; color: #FFF;}
label.komoku.c5{background: #F4E880;}
label.komoku.c6{background: #54BA97; color: #FFF;}

}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {
.sp_non,.pc{display: none;}


#wrapper{
	width:750px;
	position: relative;
	}

/* ヘッダー
------------------------------------------------------------*/
#header {}
#header h3{ 
	height:100px;
	width: 100%;
	margin-top: -10px;
	text-indent: -9999px;
	background:url(../images/form_tit.svg) center center no-repeat #000;
}
	
/* クイズ概要
------------------------------------------------------------*/

.logo{
	width: 100%;
	height: 80px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}
.logo a:hover{
	opacity: 0.8;
}

#info{
	position: relative;
}
#info .header{
	background: #31A6FE; width: 100%; padding: 35px 0 40px 0; position: relative;
	background: radial-gradient(circle,#61FCFF,#31A6FE 400px);
}

#info .header::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -1px;
	background: url(../images/nami.png) bottom repeat-x;
}

#info::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -1px;
	background: url(../images/nami2.png) bottom repeat-x;
}

#info h1{
	background: url(../images/tit.png) center center no-repeat;
	background-size: contain;
	width: 750px;
	height: 250px;
	margin: 0 auto;
}

#info .quiz{background: url(../images/quiz_question.png) #0D75C4; padding-bottom: 50px;}
#info .lead{
	background: url(../images/lead.png) center center no-repeat;
        width: 670px;
        height: 240px;
	background-size: contain;
	margin: 0 auto 15px auto;
}

.day{
	text-align: center; color: #FFF;
	font-weight: 900;
}
.day h2{font-size: 26px; margin-bottom: 25px; font-weight: bold;}
.day p{ font-size: 50px; font-weight: 900;}
.day p span{font-size: 40px; margin-right: 10px;}

.atte{
	background: #31A6FE;
	padding-top: 35px;
	padding-bottom: 80px;
	font-size: 24px;
	color: #FFF;
}
	
.atte h2{text-align: center;}

.atte ul{
	width:680px;
	text-align: left;
	margin: 0 auto;
	line-height: 1.5em;
	
}

/*非表示*/
.blank{
	margin-top: -40px;
	background: #31A6FE;
	padding-top: 120px;
	padding-bottom: 140px;
	font-size: 28px;
	text-align: center;
	color: #FFF;
	line-height: 1.5em;
}

.quiz_fuki{
	text-align: center;
	margin-bottom: 130px;
}
.quiz_fuki img{
	width: 680px;
}

.atte ul li{text-indent: -1em; padding-left: 1em;}


.daily-item{
	position: relative;
}

.daily-item .bt_shusso{
	display: block;
	position: absolute;
	background: url(../images/shusso_arrow.svg) right 25px center no-repeat #39B0AF;
	width: 400px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	left: calc(50% - 200px);
	top: 350px;
	top: calc(350px + 220px);
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	box-shadow:0px 10px 0px #0C8281;
}
.daily-item .bt_shusso:hover{
	transform: translateY(5px);
	box-shadow:0px 5px 0px #0C8281;
	color: #FFF;
}
.toku {
	position: sticky; bottom: 0;z-index: 1;}
.toku a{
	display: block;
	background: url(../images/toku_banner_sp.png);
	width: 100%;
	height: 100px;
	background-size:contain;
	z-index: 1;
	filter: drop-shadow(0 3px 5px rgba(0,0,0,0.5));
	transition: .3s;}

	.toku a:hover{
		transform: scale(0.95);
	}

	
/* 応募の流れ
------------------------------------------------------------*/	
#header .flow{
	width: 720px;
	font-size: 30px;line-height: 1.4em;
	text-align:center;
    color: #FFF;
	padding: 15px;
	background: #333;
}
#header .flow .now{color: #FFFF00;font-weight: bold;}

/* 応募要項テキスト
------------------------------------------------------------*/	
#header .attention{
	width:680px;
	margin: 20px auto;
	padding-left: 30px;
}	
#header .attention li{
	font-size: 32px;
	line-height: 1.4em;
    list-style:  none;
    margin: 0; padding: 0;
	text-indent: -1em;
}
#header .attention li.kome:before{
	content:  "※"; 
}			
#header .attention_check{
	width:690px;
	margin: 20px auto;
}	
#header .attention_check li{
	font-size: 32px;
	line-height: 1.4em;
    list-style:  none;
    margin: 0; padding: 0;
}
	
/* フォームスタイル 
------------------------------------------------------------*/
.bold{font-weight: bold;}	
	
#contents .box{}	
#contents .box ul{}
#contents .box ul li{font-size: 34px;}
#contents .item,
#contents .ans{ 
	float: left;
	word-break: break-all;
	}
#contents .item{
	width: 708px; min-height: 45px;
	color: #FFF;
	background: #001F76;
	padding: 20px 20px 0px 20px;
	float: left;
	}
#contents .ans{
	width: 708px; min-height: 50px;
	background:#ECECEC;
	padding: 20px 20px 20px 20px;
	line-height: 1.6em;
	}
#contents .ans.height,
#contents .item.height{/*height: 60px;*/ }/*★項目・記入項目高さ指定する場合*/
#contents .ans.height_anc,
#contents .item.height_anc{/*height: 280px;*/}/*★項目・記入項目高さ指定する場合*/
	
#contents .item span.mark{font-size: 30px; color:#FFFF00; margin-right: 4px;}
#contents .item span.small{font-size: 26px; font-weight: normal;}
	
#contents .color_item{background:#E02570; font-weight: bold;}/*別色エリア*/
#contents .color_ans{background:#FFAFD7;}/*別色エリア*/
	
input{
	font-size: 30px;
	text-indent: 10px;
	border:2px #CCC solid;
}
	
/*テキストエリア・幅*/
.box_quiz{ width:300px; height:45px; font-weight: bold; margin: 0 5px;}	/*別色エリア*/
.box_name_shi,.box_name_mei,
.box_name_shi_kana,.box_name_mei_kana{ width:190px; height:45px; margin: 0 5px;}	
.box_zip,.box_age { width:120px; height:45px; margin: 0 5px;}	
.box_add { width:98%; height:45px; margin: 0 5px;}	
.box_tel,.box_fax { width:680px; height:45px; margin: 0 5px;}	
.box_mail,.box_twitter{ width:680px; height:45px; margin: 0 5px;}
.box_job,.box_number{ width:400px; height:45px; margin: 0 5px;}
.box_text{ width:98%; height:250px;}
	
/* ラジオボタン指定 */	
input.radio {}
input[type="radio"] {
    width: 32px; height: 32px;
	margin: 0 3px 0 2px;
    content: "";
    vertical-align: middle;
    cursor: pointer;	
}
	
/* チェックボックス指定 */
input.checkbox {}	
input[type="checkbox"] {
    width: 32px;height: 32px;
	margin: 0 1px 0 2px;
    content: "";
    vertical-align: middle;
    cursor: pointer;
}
	
/* フォームスタイル */
select{
	height: 50px;
	font-size: 30px;
	line-height:1.2em;
	padding:2px;
	}
	
/*テキストエリア*/		
textarea{
	font-size: 30px;
	width:98%;
}
	
/* 記入エラー
------------------------------------------------------------*/	
.error{
/*	display: none;*//*システム渡し時にはエラーが表示されている状態に*/	
	width:710px;
	margin:0 auto 20px;
	padding: 20px 20px;
	background:#AB0002; color: #FFF;
	font-size: 28px;line-height: 1.4em;
}
.error span{color: #FFFF00;}/*エラー内強調色*/
.error ul{}
.error ul li{}
		
/* フッター */
#footer{
	width: 100%;
	font-size:24px; text-align:center;
	line-height: 2.8em;
	background: #000;color: #FFF;
	bottom: 0;position: relative;
}

/* セキュリティーサイン */
#sign table {
	width:730px;
	margin:20px auto ;
	border-collapse:collapse;
	border:1px solid #CCC;
	box-sizing: border-box;
}
#sign th,#sign td {}
#sign th,#sign td .sign_size{
	font-size:26px; line-height: 1.2em;
	padding: 10px;
	}
	
/* ボタン
------------------------------------------------------------*/	
#area_bt{ width:710px; overflow:hidden; margin:20px auto; padding: 30px 0;}

/* 確認画面へ・応募するボタン */
#area_bt .bt_check .next,
#area_bt .bt_apply .next{
	width: 340px; height: 100px;
	background: linear-gradient(#680000,#DB0000);/*ボタングラデーション変更*/
	color: #FFF;
	border-radius: 20px;
	margin:0 auto;
	display:block;
	border: 0;
	float: right;
	font-size: 38px; font-weight: bold;
	text-shadow:1px 2px 2px #333;
	box-shadow: 2px 1px 6px #999;
}
#area_bt .bt_check .next{float:none;}/*1つボタンセンター位置*/

/* もどるボタン */
#area_bt .bt_return .back{
	width: 340px; height: 100px;
	background: linear-gradient(#FFF,#CCC);/*ボタングラデーション変更*/
	border: 6px solid #666;
	color: #666;
	border-radius: 20px;
	float: left;
	display:block;
	cursor:pointer;
	font-size: 38px; font-weight: bold;
	text-shadow:1px 2px 2px #999;
	box-shadow: 2px 1px 6px #999;
}

/*
OK画面
-------------------------------------------------------*/
.ok{
	font-size:36px;
	line-height:2em; color: #000;
	text-align:center;
	font-weight: bold;
	margin:200px auto;
}

/*フォーム部分*/
.large .color_item{
	width: 750px !important;
	clear: both;
	float: none !important; 
	padding: auto;
}
.large{overflow: hidden;
}
#contents .box ul.large li{display: block !important; text-align: center;}

#contents .box ul.large .color_item{ 
	background: #E02570 !important; font-size: 36px;
	margin-bottom: 0;}

#contents .large .ans{
	width: 750px;
	background: #FFAFD7;
	margin-bottom: 15px;
	height: auto;
	padding: 30px 0;
	clear: both;}

.large .ans{display: flex; justify-content: center; gap: 15px; flex-wrap: wrap;}


label.komoku{
	margin-bottom: 5px;
	width: 210px;
	height: 210px;
	border: 2px solid #FFF;
	cursor: pointer;
	border-radius: 5px;
}
label.komoku:hover{
	border: 2px solid #000;
}

label.komoku p{font-size: 50px; font-weight: 900; line-height: 110px;}

label.komoku input{width: 56px; height: 56px;}

label.komoku.c1{background: #CECECE;}
label.komoku.c2{background: #000000; color: #FFF;}
label.komoku.c3{background: #FC763D; color: #FFF;}
label.komoku.c4{background: #3FAFE5; color: #FFF;}
label.komoku.c5{background: #F4E880;}
label.komoku.c6{background: #54BA97; color: #FFF;}


p.come{
	padding-top: 20px;
	margin: 50px auto 0 auto;
	width: 650px;
	font-size: 24px;
	text-indent: -1em;
	clear: both;
	padding-left: 1em;
}


}
	
	
	


