@charset "UTF-8";
/* company */

.page_cont{
	padding: 100px 0 75px;
	background-image: url("../img/company/bg_cont.png");
	background-position: top center;
	background-size: 100% 100%;
}
#logo_100th{
	margin-right: 15px;
}
#logo_100th + span {
	display:inline-block;
	font-size: 12px;
	letter-spacing:0.1em;
	color: #fff;
	border: solid 1px #fff;
	padding: 5px 10px;
}
#logo_100th + span + span{
	font-size: 12px;
	letter-spacing:0.1em;
}
#logo_100th + span + span + p{
	margin-top: 75px;
	line-height: 2.5em;
	color: #fff;
	text-shadow: 
		-1px -1px 15px #9ab3bd,
		-2px -2px 15px #9ab3bd,
		1px 1px 15px #9ab3bd,
		1px 1px 15px #9ab3bd;
}
.staff_area{
	margin-top:100px;
}
.staff_area h2{
	margin-top:100px;
	width: 125px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #5b6b71;
	color: #fff;
	position: relative;
}
.staff_area h2:after{
	content:"";
	height: 1px;
	width: 900px;
	background-color: #5b6b71;
	position: absolute;
	top:17px;right:-900px;
}
.staff_area ul{
	margin-top: 50px;
}
.staff_area ul li{
	height: 75px;
	margin: 0 0 30px;
}
.staff_area ul li p.organization{
	height: 25px;
}
.staff_area ul li p{
	color: #5b6b71;
}
.staff_area ul li p.t_small{
	letter-spacing: 0.1em;
}
.banner_panf{
	margin-top: 100px;
	width: 100%;
	height: 250px;
	overflow: hidden;
	padding: 30px 40px;
	background-color: #5b6b71;
	position: relative;
}
.banner_panf h3{
	color: #fff;
}
.free{
	width: 70px;
	height: 65px;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 15px;
	color: #fff;
	border: solid 1px #fff;
	position: absolute;
	top:15px;right: 15px;
}
#panf_01{
	width: 244px;
	height: auto;
	position: absolute;
	bottom: -5px;left:50px;
	z-index: 3;
}
#panf_02{
	width: 454px;
	height: auto;
	position: absolute;
	bottom: -20px;left:240px;
	z-index: 2;
}
.banner_panf .link_btn_white{
	position: absolute;
	bottom: 10px;right: 10px;
}

@media screen and (min-width:0px) and (max-width:767px) {
	.page_cont{
		padding: 50px 0 0;
		background-image: url("../img/company/bg_cont.png");
		background-position: top center;
		background-size: 100% 100%;
	}
	#logo_100th{
		display: block;
		width: 75%;
		height: auto;
		margin:0 auto 15px;
	}
	#logo_100th + span {
		display:block;
		width: 150px;
		text-align: center;
		font-size: 12px;
		letter-spacing:0.1em;
		color: #fff;
		border: solid 1px #fff;
		padding: 5px 10px;
		margin:0 auto 10px 
	}
	#logo_100th + span + span{
		display: block;
		font-size: 10px;
		letter-spacing:0.1em;
		padding: 0 5%;
	}
	#logo_100th + span + span + p{
		margin-top: 30px;
		padding: 0 5%;
		line-height: 2.5em;
		color: #fff;
		text-shadow: 
			-1px -1px 15px #9ab3bd,
			-2px -2px 15px #9ab3bd,
			1px 1px 15px #9ab3bd,
			1px 1px 15px #9ab3bd;
	}
	.staff_area{
		margin-top:50px;
		padding: 0 5%;
	}
	.staff_area h2{
		margin-top:50px;
		width: 125px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		background-color: #5b6b71;
		color: #fff;
		position: relative;
	}
	.staff_area h2:after{
		content:"";
		height: 1px;
		width: 200px;
		background-color: #5b6b71;
		position: absolute;
		top:17px;right:-200px;
	}
	.staff_area ul{
		margin-top: 25px;
	}
	.staff_area ul li{
		height: auto;
		margin: 0 0 15px;
	}
	.staff_area ul li p.organization{
		height: 25px;
	}
	.staff_area ul li p{
		font-size: 14px;
		color: #5b6b71;
	}
	.staff_area ul li p.t_small{
		font-size: 10px;
		letter-spacing: 0.1em;
	}
	.banner_panf{
		margin-top: 50px;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 5%;
		background-color: #5b6b71;
		position: relative;
	}
	.banner_panf h3{
		color: #fff;
		width: 250px;
		display: block;
		margin: 0 auto;
	}
	.banner_panf h3:before{
		top:5px;
	}
	.free{
		width: 70px;
		height: 65px;
		text-align: center;
		line-height: 1.5em;
		padding: 10px 15px;
		color: #fff;
		border: solid 1px #fff;
		position: static;
		margin: 20px auto;
		z-index: 2;
	}
	#panf_01{
		display: block;
		width: 35%;
		height: auto;
		position:static;
		margin: 15px 0 50px;
	}
	#panf_02{
		display: block;
		width: 65%;
		height: auto;
		position:absolute;
		top:45%;left:25%;
	}
	.banner_panf .link_btn_white{
		width: 230px;
		position: static;
		margin: 0 auto;
	}
}


/*=================================
	OUTLINE
===================================*/

.outline{
	margin: 150px auto 100px;
}
.outline h2{
	width: 800px;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
.outline dl{
	width: 720px;
	margin:50px auto; 
}
.outline dl dt{
	letter-spacing: 0.5em;
}
.outline dl dd{
	padding-left: 50px;
}
.outline dl dd a{
	text-decoration: underline;
}
.outline dl dd .dept .company_map{
	margin-bottom: 50px;
}
.outline dl dd .dept p{
	padding: 0 0 30px 30px;
}
#for_policy{
	width: 230px;
	margin: 0 auto;
}

@media screen and (min-width:0px) and (max-width:767px) {
	
	.outline{
		margin: 50px auto 25px;
		padding: 0 5%;
	}
	.outline h2{
		width: 80%;
		margin: 0 auto 35px;
		padding: 15px;
		text-align: center;
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
	}
	.outline dl{
		width: 100%;
		margin:25px auto; 
	}
	.outline dl dt{
		text-align: left;
		padding:0 0 10px 25px;
		letter-spacing: 0.5em;
		border-bottom: solid 1px #000;
		margin-bottom: 10px;
		position: relative;
	}
	.outline dl dt:before{
		content:"";
		width: 10px;
		height: 10px;
		background-color: #000;
		position: absolute;
		top:5px;left:0;
	}
	.outline dl dd{
		padding-left:0;
	}
	.outline dl dd a{
		text-decoration: underline;
	}
	.outline dl dd .dept h3{
		margin-left: 15px;
	}
	.outline dl dd .dept h3:before{
		top:5px;
	}
	.outline dl dd .dept .company_map{
		margin-bottom: 25px;
	}
	.outline dl dd .dept .company_map img{
		width: 100%;
		height: auto;
	}
	.outline dl dd .dept p{
		padding: 0 0 15px 40px;
	}
	#for_policy{
		width: 230px;
		margin: 0 auto;
	}
}






