@charset "utf-8";
/* CSS Document */

/*******************************
共通設定項目
********************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	line-height:1.3em;
	font-size:18px;
/*	background:url(../images/bk.png) ;*/
	color:#333;background: #fff;
}

/* テキストリンク設定 */
a{font-weight:bold;color:#B30000;}
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;}
	
/* ヘッダー
------------------------------------------------------------*/
#header .title{ /*タイトル共通画像*/
	height:360px;width: 750px;
	background:url(../images/tit.png) no-repeat top center;
}
#header .title{
	margin: 0 auto;
	padding: 0 0 0 0;
}

h1{background: #ffe3b7;}
	
/* 応募の流れ
------------------------------------------------------------*/	
#header .flow{
	font-size: 16px;line-height: 2.4em;
	text-align:center;
    color: #FFF;
	background: #333;
	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;
}
#header .attention li span.red{
	font-weight: bold;  color: red;
}
	
/* フォームスタイル 
------------------------------------------------------------*/
.bold{font-size: 18px; font-weight: bold;}	
	
#contents .box{
	width: 750px;
	margin: 0 auto;	clear: both;
}	
#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;
	float: left;
	}
#contents .ans{
	width: 420px; /*記入項目横サイズ*/
	background:#ECECEC;
	padding: 10px;
	line-height: 1.6em;
	}
#contents .item.textbox, #contents .ans.textbox{
	min-height: 48px;
	height: auto;
}
#contents .ans.height_anc,
#contents .item.height_anc{overflow:hidden;}/*★項目・記入項目高さ指定する場合*/
#contents .item.height_anc .small{font-size: 12px;}
#contents .ans.height_nickname,
#contents .item.height_nickname{overflow:hidden;height: 50px;}/*★項目・記入項目高さ指定する場合*/
	
#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:#FF9600; font-weight: bold;}/*別色エリア*/
#contents .color_ans{background:#FFE6BF;}/*別色エリア*/
	
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:70px; height:24px; margin: 0 5px;}	
.box_mail,.box_twitter{ width:280px; height:24px; margin: 0 5px;}
.box_job,.box_number,.box_nickname{ 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;
}
	
/*コメ文*/
p.chu {
	font-size: 0.8em;
	line-height: 16px;
}

/* 記入エラー
------------------------------------------------------------*/	
.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 input[type="submit"],
#area_bt .bt_apply input[type="submit"]{
	width: 230px; height: 60px;
	background: linear-gradient(#B5001F,#470C33);/*ボタングラデーション変更*/
	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 input[type="submit"]{
		margin-right: 6px;
}
#area_bt .bt_check input[type="submit"]:hover,
#area_bt .bt_apply input[type="submit"]:hover{
	background: linear-gradient(#470C33,#B5001F);/*ホバーボタングラデーション変更*/
}
#area_bt .bt_check input[type="submit"]{float:none;}/*1つボタンセンター位置*/

/* もどるボタン */
#area_bt .bt_return [type="button"]{
	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 [type="button"]: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;
}
}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {
.sp_non,.pc{display: none;}

#wrapper{
	width:750px;
	}

/* ヘッダー
------------------------------------------------------------*/
#header {}
#header .title{ 
	height:360px;width: 750px;
	background:url(../images/tit.png) no-repeat top center;
}

	
/* 応募の流れ
------------------------------------------------------------*/	
#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;
}	
#header .attention li span.red{
	font-weight: bold;  color: red;
}

/* フォームスタイル 
------------------------------------------------------------*/
.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 .item.textbox{font-size: 30px; height: 83px; line-height: 33px;}
#contents .ans.height,
#contents .item.height{/*height: 60px;*/ }/*★項目・記入項目高さ指定する場合*/
#contents .ans.height_anc,
#contents .item.height_anc{/*height: 280px;*/}/*★項目・記入項目高さ指定する場合*/
#contents .ans.height_nickname,
#contents .item.height_nickname{overflow:hidden;height: 80px;}/*★項目・記入項目高さ指定する場合*/
	
#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:#FF9600; font-weight: bold;}/*別色エリア*/
#contents .color_ans{background:#FFE6BF;}/*別色エリア*/
	
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:160px; height:45px; margin: 0 5px;}	
.box_mail,.box_twitter{ width:380px; height:45px; margin: 0 5px;}
.box_job,.box_number,.box_nickname{ 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%;
}


/*コメ文*/
p.chu {
	font-size: 0.8em;
	line-height: 46px;
}
	
/* 記入エラー
------------------------------------------------------------*/	
.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 input[type="submit"],
#area_bt .bt_apply input[type="submit"]{
	width: 340px; height: 100px;
	background: linear-gradient(#470C33,#B5001F);/*ボタングラデーション変更*/
	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 input[type="submit"]{float:none;}/*1つボタンセンター位置*/

/* もどるボタン */
#area_bt .bt_return [type="button"]{
	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;
}
}
	
	
	

