@charset "utf-8";
/* CSS Document */
/*--------------------------------------

エリアで探す(area_city.php) PC

--------------------------------------*/

/*--------------------------------------
パンくずリスト
--------------------------------------*/
.breadcrumb{
	width:1080px;
	margin:0 auto;
	margin-top:23px;
	font-size:14px;
}
.breadcrumb li{
	display:inline-block;
	position: relative;
	vertical-align:bottom;
}
.breadcrumb li:after{
	content:'>';
	position: relative;
	margin-left:10px;
	margin-right:10px;
}
.breadcrumb li:last-child:after{
	content:'';
}
/*--------------------------------------
見出し(サイトマップ)
--------------------------------------*/
.headline_wrap{
	margin-top:30px;
	background-color:#4CD8E5;
	height:80px;
}
.headline_wrap h2{
	width:1080px;
	margin:0 auto 0 auto;
	padding-top:13px;
}


/*--------------------------------------
コンテンツ
--------------------------------------*/
#site_wrap{
	width: 1120px;
	margin: 0 auto;
}

#site_in{
	width: 800px;
	float: left;
	margin:30px 40px 0 0
}

#site_in .page_list{
	width: 760px;
	margin: 25px 0 25px 40px;
}

#site_in .page_list h2{
	width: 760px;
	height: 55px;
	background-color: #ccf6fa;
	font-size: 18px;
	line-height: 58px;
	margin-bottom: 30px;
	position: relative;
	text-indent: 30px;
}

#site_in .page_list h2::after {
	position: absolute;
	top: .8em;
	left: .5em;
	content: '';
	width: 8px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1.5em);
	background-color: #4cd8e5;
}

#site_in .page_list h2 a:hover{
	text-decoration: underline;
}

.page_list .txt-area{
	width: 720px;
	height: 300px;
	background-color: #fdf6dd;
	overflow: hidden;
	font-size: 13px;
	padding: 20px;
}

.page_list .txt-area .bold{
	display: block;
	font-weight: 900;
	margin-bottom: 20px;
}

.page_list .txt-area p{
	margin-bottom: 20px;
	line-height: 20px;
}

/*サイトポリシー*/
.page_list .txt-area2{
	width: 720px;
	height: 140px;
	background-color: #fdf6dd;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	padding: 20px;
}

/*--------------------------------------
プライバシーポリシー
--------------------------------------*/
/*開示等のご請求及び～*/
.page_list .contact-area{
	width: 410px;
	margin-left: 20px;
}

.contact-area dl{
	width: 410px;
}

.contact-area dl dt{
	width: 130px;
	float: left;
	margin-bottom: 10px;
}

.contact-area dl dd{
	width: 280px;
	float: left;
	margin-bottom: 10px;
}

/*--------------------------------------
大学等卒業予定者の公正な採用選考に向けたお願い
--------------------------------------*/
.fair_txt{
	width: 740px;
	background-color: #fdf6dd;
	font-size: 13px;
	margin: 25px 0 0 20px;
	padding: 30px 20px 20px 20px;
	line-height: 25px;
}

.sign{
	margin: 50px 0 0 560px;
}


/*--------------------------------------
サイドバー
--------------------------------------*/
.enlist_sidebar{
	width: 260px;
	margin-right: 20px;
	margin-top: 35px;
	float: left;
}
.registration{
	border:solid 2px #4CD8E5;
	border-radius:8px;
	width:258px;
}
.registration ul{ 
	padding:20px 18px;
	font-size:14px;
}
.registration ul li{
	margin-bottom: 15px;
	padding-left: 35px;
	line-height: 1.5;
	background-image: url(../img/enlist/check_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.registration ul li:last-child{
	margin-bottom:0;
}
.registration ul li span{
	font-weight:bold;
}
.registration p{
	margin-bottom:18px;
	text-align:center;
}
.bannerlist p{
	padding-top:20px;
}

/*--------------------------------------
フッターバナー一覧
--------------------------------------*/
.footer_banner{
	clear:both;
	background-color: #ccf6fa;
	margin-top:100px;
	padding:30px 0;
}
.footer_banner ul{
	width:1120px;
	margin:0 auto;
}
.footer_banner ul li{
	float:left;
	margin-right:20px;
}
.footer_banner ul li:last-child{
	margin-right:0;
}
#top-bar{
	margin: 0 auto;
}
#top-bar{
	margin: 0 auto;
}