/*********************************************************************************************************************************

	ENTRY FORM／エントリー お申し込み

*********************************************************************************************************************************/


/*body･･････････････････････････････････････････････････････････････*/
body{
	background:var(--BK_Pattern_Tree);
}


/*タイトル･･････････････････････････････････････････････････････････*/
#contents>#section01{
	padding-top:200px;
	padding-bottom:0;
}
	#section01>div{/*baseArea*/
		display:inline-block;
		width:100%;
		text-align:center;
		text-align-last:center;
	}
		#section01>div>div{
			display:inline-block;
			width:1000px;
		}
			#section01>div>div>h3{/*Career Support、キャリア形成支援*/
				display:inline-block;
				width:430px;
				max-width:430px;
				float:left;
			}
				#section01>div>div>h3>p{/*Career Support*/
					margin-top:15px;
					font-size:56px;
					line-height:1.23em;
					letter-spacing:0.01em;
				}
				#section01>div>div>h3>span{/*キャリア形成支援*/
					display:inline-block;
					margin-top:5px;
					padding-left:15px;
					font-size:13px;
					background:url(../images/ico_dot2.png) left center no-repeat;
				}
			#section01>div>div>p{/*キャリアの正解はひとつではありません…*/
				display:inline-block;
				width:570px;
				max-width:570px;
				margin-top:25px;
				font-size:12px;
				float:right;
			}


/*フォーム･･････････････････････････････････････････････････････････*/
#contents>#section02{
	padding-top:0;
}
	#section02>div{/*baseArea*/
		width:1000px;
	}




/*********************************************************************************************************************************

		メディアクエリ（ ～1200px以下 ）

*********************************************************************************************************************************/
@media(max-width:1200px){

	/*･･･････････････････････････････････････････････････････････*/
	/*･･･････････････････････････････････････････････････････････*/
	

}




/*********************************************************************************************************************************

		メディアクエリ（ ～500px以下 ）

*********************************************************************************************************************************/
@media(max-width:500px){


	/*タイトル･･････････････････････････････････････････････････････････*/
	#contents>#section01{
		padding-top:200px;
																					padding-top:137px;
		padding-bottom:0;
	}
		#section01>div{/*baseArea*/
			display:inline-block;
			width:100%;
			text-align:center;
			text-align-last:center;
		}
			#section01>div>div{
				display:inline-block;
				width:1000px;
																					width:450px;
			}
				#section01>div>div>h3{/*Career Support、キャリア形成支援*/
					display:inline-block;
					width:430px;
					max-width:430px;
					float:left;
				}
					#section01>div>div>h3>p{/*Career Support*/
						margin-top:15px;
						font-size:56px;
						line-height:1.23em;
						letter-spacing:0.01em;
					}
					#section01>div>div>h3>span{/*キャリア形成支援*/
						display:inline-block;
						margin-top:5px;
						padding-left:15px;
						font-size:13px;
																					padding-left:18px;
																					font-size:15px;
						background:url(../images/ico_dot2.png) left center no-repeat;
					}
				#section01>div>div>p{/*キャリアの正解はひとつではありません…*/
					display:inline-block;
					width:570px;
					max-width:570px;
					margin-top:25px;
																					width:450px;
																					max-width:450px;
																					margin-top:30px;
					font-size:12px;
					float:right;
																					font-size:18px;
																					line-height:1.75em;
																					float:left;
				}


	/*フォーム･･････････････････････････････････････････････････････････*/
	#contents>#section02{
		padding-top:0;
	}
		#section02>div{/*baseArea*/
			width:1000px;
																					width:450px;
		}
	

}
