@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
-webkit-text-size-adjust:none;/* iPhoneでの文字サイズ自動修正を使わない*/
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:top;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ol, ul {
	list-style: none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:top;
    background:transparent;
}
body {
	font-family: Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', arial, sans-serif;
	
	margin:0;
	padding:0;
	font-size:12px;
	background-color:#ddd;
	background: url(../img/bg_1.png) repeat;
}
#wrapper {
	width:600px;
	margin:0 auto;
}

/*------------------ベース------------------*/
#contents {
	margin-top:10px;
	width:600px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	background: #fff;
}
/*------------------説明文エリア------------------*/
.plan {
	border:1px solid #1c7cc9;
	font-size:120%;
	text-align:center;
	padding:10px;
	margin:10px 10px 0 10px;
}
.plan p {
	font-size: 120%;
	text-align: left;
}
.plan p + p {
	margin-top: 10px;
}
.plan .example {
	display: inline-block;
	color: #dd3333;
	font-size: 90%;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}

/*------------------注釈リストエリア------------------*/
ul {
	list-style:none;
	margin:0 0 10px 0;
	padding:10px 0 10px 25px;
	border-bottom:1px solid #CCC;
}
li {
	font-size: 92%;
	color:#444;
	padding: 5px 0 0 0;
}
li span {
	color: #cc0000;
}


/*------------------入力エリア------------------*/
.form_area dl,
.confirm_area dl{
	padding: 12px 25px;
	margin:0 auto;
}
/*入力項目タイトル*/
.form_area dt label,
.confirm_area dt{
	color:#666666;
	line-height:1;
	font-weight:bold;
	font-size:117%;
}
/*入力項目 必須マーク色*/
.form_area dt label span {
	color: #cc3333;
}
/*入力欄*/
.text,textarea,.dropdown {
	border:1px solid #999;
	padding:7px 5px;
	color: #333;
	background: #fff;
	border-radius: 5px;
	/* Webkit */
    -webkit-border-radius: 5px;
	/* Firefox */
    -moz-border-radius: 5px;
}
textarea{
	height:60px;
	width:400px;
	padding:0 10px 0 0;
}
/*入力欄フォーカス時の色*/
textarea:focus, input.text:focus {
	background:#fff8df;
}
/*ラジオボタン*/
dd label.radiolabel {
	min-width: 30%;
	width: auto !important;
	width: 30%;
	background: none repeat scroll 0 0 #F1F1F1;
	display:inline-block;
	padding:5px 5px 5px 0px;
	margin:0 0 5px 0;
	font-size:117%;
	line-height:1.8;
	cursor:pointer;
}
/*チェックボックス*/
dd label.checklabel {
	min-width: 30%;
	width: auto !important;
	width: 30%;
	background: none repeat scroll 0 0 #F1F1F1;
	display:inline-block;
	padding:5px 5px 5px 0px;
	margin:0 0 5px 0;
	font-size:117%;
	line-height:1.8;
	cursor:pointer;
}

/* 住所に反映ボタン */
.btn_zip{
	cursor:pointer;
	font-size: 125%;
	padding:4px 18px;
	text-decoration:none;
	display:inline-block;
	font-size:14px;
}

/* 年齢 */
.years{
	font-size: 120%;
	vertical-align:bottom;
	text-decoration:none;
}

/*input幅*/
.pw100{
	width:100%;
	}
.pw90{
	width:90%;
	}
.pw80{
	width:80%;
	}
.pw70{
	width:70%;
	}
.pw60{
	width:60%;
	}
.pw50{
	width:50%;
	}
.pw40{
	width:40%;
	}
.pw30{
	width:30%;
	}
.pw20{
	width:20%;
	}
.pw10{
	width:10%;
	}



/*------------------注意文・ボタンエリア------------------*/
.attention{
	font-size: 92%;
	line-height:1.5;
	margin:15px 0 0 0;
	border-top:1px solid #CCC;
	padding:15px 0 0 0;
}
.attention2{
	font-size: 92%;
	line-height:1.5;
	padding:15px 0 20px 0;
}
.attention a:link {
	color:#cc3333;
	text-decoration:none;
}
.attention a:visited {
	color:#cc3333;
	text-decoration:none;
}
.attention a:hover {
	color:#cc3333;
	text-decoration:underline;
}
.attention a:active {
	color: #cc3333;
	text-decoration: none;
}
p {
	text-align:center;
}
/*ボタン位置*/
.btn_area{
	margin-top: 10px;
}
/*ボタンスタイル*/
.btn{
	cursor:pointer;
	font-size: 125%;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:none;
	padding:9px 18px;
	text-decoration:none;
	display:inline-block;
}
.btn.two{
	padding:18px 9px;
}
/*応募ボタン*/
.btn1 {
	font-weight:bold;
	/*グラデーションカラー設定ここから*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #DD3333), color-stop(100%, #BB0000) );
	background:-moz-linear-gradient( center top, #DD3333 5%, #BB0000 100% );
	background:-ms-linear-gradient( top, #DD3333 5%, #BB0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD3333', endColorstr='#BB0000');
	background-color:#BB0000;
	/*グラデーションカラー設定ここまで*/
	color:#ffffff;
	margin:0 10px 0 0;
}
/*応募ボタン マウスオーバー時*/
.btn1:hover {
	/*グラデーションカラー設定ここから*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #BB0000), color-stop(100%, #DD3333) );
	background:-moz-linear-gradient( center top, #BB0000 5%, #DD3333 100% );
	background:-ms-linear-gradient( top, #BB0000 5%, #DD3333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB0000', endColorstr='#DD3333');
	background-color:#DD3333;
	/*グラデーションカラー設定ここまで*/
}
.btn3 {
	font-weight:bold;
	/*グラデーションカラー設定ここから*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3353dd), color-stop(100%, #0004bb) );
	background:-moz-linear-gradient( center top, #3353dd 5%, #0004bb 100% );
	background:-ms-linear-gradient( top, #3353dd 5%, #0004bb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3353dd', endColorstr='#0004bb');
	background-color:#0004bb;
	/*グラデーションカラー設定ここまで*/
	color:#ffffff;
	margin:0 10px 0 0;
}
/*応募ボタン マウスオーバー時*/
.btn3:hover {
	/*グラデーションカラー設定ここから*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #0004bb), color-stop(100%, #3353dd) );
	background:-moz-linear-gradient( center top, #0004bb 5%, #3353dd 100% );
	background:-ms-linear-gradient( top, #0004bb 5%, #3353dd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0004bb', endColorstr='#3353dd');
	background-color:#3353dd;
	/*グラデーションカラー設定ここまで*/
}
.btn3.two,
.btn1.two {
	width: 250px;
	font-size: 115%;
}
.btn.two {
	margin: 0 10px;
}
/*リセットボタン*/
.btn2 {
	font-weight:normal;
	/*グラデーションカラー設定ここから*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dedede), color-stop(100%, #cecece) );
	background:-moz-linear-gradient( center top, #dedede 5%, #cecece 100% );
	background:-ms-linear-gradient( top, #dedede 5%, #cecece 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#cecece');
	background-color:#dedede;
	/*グラデーションカラー設定ここまで*/
	color:#666666;
}
/*リセットボタン マウスオーバー時*/
.btn2:hover {
	/*グラデーションカラー設定ここから*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #cecece), color-stop(100%, #dedede) );
	background:-moz-linear-gradient( center top, #cecece 5%, #dedede 100% );
	background:-ms-linear-gradient( top, #cecece 5%, #dedede 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#dedede');
	background-color:#cecece;
	/*グラデーションカラー設定ここまで*/
}
.sp{display:none;}
.pc{display:block;}

/*------------------フッターエリア------------------*/
.footer_area{
	width:100%;
/*	background-color:#ddd; */
}
.footer{
	margin:0 auto;
	padding:10px 5px 30px;
	position:relative;
	font-size: 10px;
}
address{
	font-style:normal;
	font-weight:bold;
	float:left;
	color: #444;
	font-size: 10px;
	padding-top: 3px;
	
}
.close{
    float:right;
}
.close a{
	font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 12px;
    position: relative;
    color: #444;
	text-decoration:none;
}


/*------------------確認ページ------------------*/
/*入力内容 文字スタイル*/
.confirm_area dd.confirm_value{
	font-weight: bold;
	font-size: 117%;
}

/*------------------エラーページ------------------*/
.error_area div{
	padding: 12px 0;
	margin:0 auto;
	text-align: center;
	font-size:117%;
}
li.error{text-align: center;}

/*------------------サンクスページ------------------*/
#thanksMsg{
	margin: 50px 0;
	text-align: center;
}
#thanksMsg h3{
	margin-bottom: 30px;
	font-size: 20px;
}
#thanksMsg p{
	margin: 40px 0;
	font-size: 14px;
}
/*------------------規約ページ------------------*/
.codetop h2 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 10px 0 8px;
	background: #8b1a8e;
}
.codetop h2.nihonichi {
	background: #ff5722;
}
.codetop h2.perchance {
	background: #BB0000;
	font-size: 18px;
}
.codetop h2.challenge {
	background: #3353dd;
	font-size: 18px;
}

.kiyaku_first_code .toparea .top_inner ul {
	font-size: 14px;
	list-style: disc;
	margin: 10px 0 0;
	padding: 0px 30px 20px;
	border-bottom: none;
}
.kiyakuarea {
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #eee;
	padding: 10px;
	margin: 0 10px;
}
.kiyakuarea li {
	font-size: 100%;
}
.kiyakuarea .txt_top{
	text-align: left;
}
.kiyaku_first_code h3 {
	color: #131313;
	text-align: center;
	padding: 6px;
	background: #f1f1f1;
	margin: 0 10px;
}
.btn_area {
	margin-top: 20px;
	margin-bottom: 32px;
}

/*スマホ用 css*/
@media screen and (max-width: 640px) {
	#wrapper{
		width:100%;
		}
	#contents{
		width:100%;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin-top:0;
		padding-bottom: 15px;
	}
	h1 img{
		width:100%;
	}
	h1.logo{
		width:261px;
		margin: 0 auto;
	}
	ul {
	    padding:10px 10px 10px 10px;
	}
	dd label.radiolabel {
		min-width: 40%;
		width: auto !important;
		width: 40%;
	}
	dd label.checklabel {
		min-width: 40%;
		width: auto !important;
		width: 40%;
	}

	.w100{
		width:100%;
		}
	.form_area dl,
	.confirm_area dl{
		padding:10px 20px 10px 10px;
		}
	.attention{
		margin:15px 15px 0 15px;
		text-align:left;
		}
	.attention2{
		padding:15px 15px 20px 15px;
		text-align:left;
		}
	.btn1 {
		padding-top: 15px;
		padding-bottom: 15px;
		width:300px;
		margin:0;
	}
	.btn2 {
		margin-top: 5px;
		padding:15px 0;
		width:300px;
	}
	.error,.thanks{
		font-size: 100%;
		line-height:1.6;
		}
	.text,textarea,.dropdown{
		zoom: 1;
	}

	.sp{
		display:block;
	}
	.pc{
		display:none;
	}

	.footer{
		width:100%;
		margin:0;
		padding:0;
	}
	.close{
		text-align:center;
		float:none;
/*		margin-top: -20px;	*/
		height: 20px;
		padding-top: 10px;
	}
	address{
		text-align:center;
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		float:none;
	}

	#thanksMsg{
		padding:10px;
		margin: 30px 0;
		text-align: center;
	}
	#thanksMsg h3{
		margin-bottom: 10px;
		font-size: 20px;
	}
	#thanksMsg p {
	    margin: 20px 0;
	}
	.btn.two {
		padding-top: 15px;
		padding-bottom: 15px;
		width: 280px;
	}
	.btn3.two {
		margin-top: 20px!important;
	}
}

#wrapper #header h1 {
	text-align: center;
	line-height: 1.2em;
	font-size: 30px;
	margin-top: 15px;
}
#wrapper #header h1 p {
	font-weight: normal;
	font-size: 25px;
}
#wrapper #contents form .note {
	margin: 20px;
	line-height: 1.4em;
	font-size: 14px;
	background-color: #FFF8DF;
	padding: 10px;
	border: 1px solid #CCC;
}
#wrapper #contents form .note p {
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	margin-bottom: 10px;
}
#wrapper #contents form .note span {
	font-weight: bold;
	color: #C00;
}

/*------------------暫定リスト------------------*/

ul.zantei_list {
	box-sizing: border-box;
	margin: auto;
	width: 100%;
	padding: 20px 15px 28px 15px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
ul.zantei_list li {
	box-sizing: border-box;
	width: 49%;
	/*width: 50%;*/
	padding: 0;
	background-color: #f2fffe;
	border: 1px solid #29c3d2;
}
ul.zantei_list li:nth-of-type(n+3) {
	margin-top: 14px;
}

ul.zantei_list li img {
	width: 100%;
/*	width: 90%;*/
	height: auto;
}
ul.zantei_list li p {
	/*width: 90%;*/
	font-weight: bold;
	padding: 7px 0;
	font-size: 165%;
}
ul.zantei_list p span {
	font-weight: normal;
	font-size: 95%;
}
@media screen and (max-width: 640px) {
	ul.zantei_list {
		padding: 10px;
	}
	ul.zantei_list li:nth-of-type(n+3) {
		margin-top: 10px;
	}

	
	ul.zantei_list li p {
    font-size: 119%;
	}
}