@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;
	color:#333;
}

/* テキストリンク設定 */
a{font-weight:bold;color:#B30000;}
a:hover{color:#000;}
a:active, a:focus{outline:0;}

address{
  text-align: center;
}

.fin{
  text-align: center;
  padding: 100px 0;
  font-weight: bold;
}



/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 401px) {

.pc_non,.sp{display: none;}


#form{
  width: 750px;
  margin: 0 auto;
}



h1{
  width: 100%;
  padding: 10px 0 15px 0;
  text-align: center;
  color: #FFF;
  background: #1C2B83;
  font-weight: bold;
  font-size: 28px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  margin-bottom: 15px;
}
h1 span{font-size: 14px;}

.lead{
  width: 700px;
  margin: 0 auto 20px auto;
  font-size: 16px;
}

.atte{
  background: #dce1e6;
  line-height: 2em;
  border-radius: 2em;
  text-align: center;
  margin-bottom: 15px;
}
.come{
  font-size: 14px;
  margin-bottom: 10px;
}
.come li{
  line-height: 1.2em;
  color: #999999;
}

address{
  font-size: 12px;
}

.flow{
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.fin{
	font-size: 22px;}
.fin .small{
	font-weight: normal; font-size: 16px; 
	border:1px solid #CCC; 
	width: 600px;
	border-radius: 10px;
	margin: 50px auto 0 auto;
	padding: 15px 0;
}
	
/* フォームスタイル 
------------------------------------------------------------*/
.bold{font-size: 18px; font-weight: bold;}


input{
	font-size: 16px;
	text-indent: 4px;
  border: #cccccc 1px solid;
  border-radius: 5px;
  margin-bottom: 5px;
  background: #efefef;
}
input:focus{ background: #E7F3FF;}

.form li{
  display: flex;
  border-bottom: 1px solid #999;
  justify-content: center;
  padding: 20px 0;}

.form li dt{
  width: 180px;
  font-weight: bold;
  font-size: 16px;
}
.form li dt .required{
  color: #E8390E;
  border-radius: 12px;
  border: 1.5px solid #E8390E;
  font-size: 13px;
  padding: 0 8px;
  line-height: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}

.form li dd{width:560px}
/*テキストエリア・幅*/
.box_title,
.box_name,
.box_email{ width: 560px; height: 40px;}
.box_text { width: 560px; height: 250px;}	
	
/* テキストエリア */	
textarea{
  border-radius: 5px;
	font-size: 16px;
	line-height:1.25em;
	padding:2px;
  border: #cccccc 1px solid;
  background: #efefef;
}
textarea:focus{ background: #E7F3FF;}


/* 記入エラー
------------------------------------------------------------*/	
.error{
/*	display: none;*//*システム渡し時にはエラーが表示されている状態に*/
	width:100%;
	margin:0 auto 20px;
	padding: 10px 20px;
  color: #E8390E;
	font-size: 14px;
}
#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(#D43A3A,#9B2525);/*ボタングラデーション変更*/
	color: #FFF;
	border-radius: 30px;
	margin:0 auto;
	display:block;
	cursor:pointer;
	border: 0;
	float: right;
	font-size: 22px; font-weight: bold;
	text-shadow:1px 2px 2px rgba(0,0,0,0.16);
	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(#9B2525,#D43A3A);/*ホバーボタングラデーション変更*/
	}
#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: 30px;
	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;
}
}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 400px) {
.sp_non,.pc{display: none;}

.flow{
  width: 380px;
  font-size: 16px;
  margin: 0 auto 10px auto;
  font-weight: bold;
}

h1{
  width: 100%;
  padding: 5px 0 10px 0;
  text-align: center;
  color: #FFF;
  background: #1C2B83;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  margin-bottom: 10px;
}
h1 span{font-size: 10px;}

.lead{
  width: 370px;
  margin: 0 auto 20px auto;
  font-size: 14px;
}

.atte{
  background: #dce1e6;
  line-height: 2em;
  border-radius: 2em;
  text-align: center;
  width: 380px;
  margin: 0 auto 15px auto;
  font-size: 13px;
}
.come{
  width: 380px;
  margin: 0 auto 10px auto;
  font-size: 12px;
}
.come li{
  line-height: 1.2em;
  color: #999999;
}

address{
  font-size: 10px;
}

	
/* フォームスタイル 
------------------------------------------------------------*/
.bold{font-weight: bold;}		
.item span.mark{font-size: 30px; color:#FFFF00; margin-right: 4px;}
.item span.small{font-size: 26px; font-weight: normal;}
	
.color_item{background:#FF9600; font-weight: bold;}/*別色エリア*/
.color_ans{background:#FFE6BF;}/*別色エリア*/

input{
	font-size: 16px;
	text-indent: 4px;
  border: #cccccc 1px solid;
  border-radius: 5px;
  margin-top: 5px;
  background: #efefef;
}
input:focus{ background: #E7F3FF;}

.form li{
  padding: 20px 0;
  border-bottom: 1px solid #999;}
.form li dt{
  width: 180px;
  font-weight: bold;
  font-size: 16px;
}
.form li dd{
  font-size: 14px;
}

.form li dt .required{
  color: #E8390E;
  border-radius: 12px;
  border: 1.5px solid #E8390E;
  font-size: 13px;
  padding: 0 8px;
  line-height: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  display: inline-block;
}

form{
  width: 380px;
  margin: 0 auto;
}
	
/*テキストエリア・幅*/
.box_title,
.box_name,
.box_email{ width: 380px; height: 40px;}
.box_text { width: 380px; height: 250px;}	

	
/* フォームスタイル */
select{
	font-size: 16px;
	line-height:1.2em;
	padding:2px;
	}
/* テキストエリア */	
textarea{
  border-radius: 5px;
	font-size: 16px;
	line-height:1.25em;
	padding:2px;
  border: #cccccc 1px solid;
  background: #efefef;
    margin-bottom: 20px;
}
textarea:focus{ background: #E7F3FF;}

/* 記入エラー
------------------------------------------------------------*/	
.error{
/*	display: none;*//*システム渡し時にはエラーが表示されている状態に*/	
	width:calc(100% - 40px);
	margin:0 auto;
	padding: 20px 20px;
	color:#E8390E;
	font-size: 14px; line-height: 1.4em;
}
		
/* フッター */
#footer{
	width: 100%;
	font-size:24px; text-align:center;
	line-height: 2.8em;
	background: #000;color: #FFF;
	bottom: 0;position: relative;
}

/* セキュリティーサイン */
#sign table {
	width:100%;
	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:10px; line-height: 1.2em;
	padding: 10px;
	}
	
/* ボタン
------------------------------------------------------------*/	
#area_bt{ width:100%; display: flex; justify-content: center; padding: 15px 0;}

/* 確認画面へ・応募するボタン */
#area_bt .bt_check .next,
#area_bt .bt_apply .next{
	width: 140px; height: 40px;
	background: linear-gradient(#D43A3A,#9B2525);/*ボタングラデーション変更*/
	color: #FFF;
	border-radius: 40px;
	margin:0 auto;
	display:block;
	border: 0;
  margin: 0 5px;
	font-size: 16px; font-weight: bold;
	text-shadow:1px 2px 2px rgba(0,0,0,0.16);
	box-shadow: 2px 1px 6px #999;
}
#area_bt .bt_check .next{float:none;}/*1つボタンセンター位置*/

/* もどるボタン */
#area_bt .bt_return .back{
	width: 140px; height: 40px;
	background: linear-gradient(#FFF,#CCC);/*ボタングラデーション変更*/
	border: 3px solid #666;
	color: #666;
  margin: 0 5px;
	border-radius: 40px;
	display:block;
	cursor:pointer;
	font-size: 16px; font-weight: bold;
	text-shadow:0px 1px 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;
}

.fin{ font-size: 18px;}
.fin .small{font-weight: normal; font-size: 12px;line-height: 1.5em;
	border:1px solid #CCC;  width: 360px; margin: 40px auto 0 auto; padding: 10px 0; border-radius: 6px;}
	

}
	
	
	

