@charset "utf-8";

/* ========================================================
	privacy.css => PRIVACY POLICY用css
======================================================== */

/* コンテナ
============================================================================================================ */
#container {
	overflow: hidden;
}

/* privacy
============================================================================================================ */
#privacy {
	position: relative;
	padding-top: 64px;
	background: #fff url(../../common/images/parts/bg_section.png) 50% 0;
	z-index: 10;
}
@media screen and (max-width: 640px) {
	#privacy {
		padding-top: 40px;
	}
}

/* header
----------------------------------------------------------------------- */
#privacy > header {
	background-color: #fff;
}
#privacy > header .w {
	position: relative;
	height: 180px;
}
#privacy > header h1 {
	position: absolute;
	right: 10px;
	top: 70px;
}
#privacy > header p {
	padding-top: 75px;
	font-size: 14px;
	font-size: 1.4rem;
}
#privacy > header p a {
	color: #454545;
}

@media screen and (max-width: 640px) {
	#privacy > header .w {
		height: 90px;
	}
	#privacy > header h1 {
		top: 35px;
	}
	#privacy > header h1 img {
		width: auto;
		height: 20px;
	}
	#privacy > header p {
		padding-top: 35px;
		font-size: 13px;
		font-size: 1.3rem;
	}
}


/* contents
============================================================================================================ */
.contents {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
	.contents {
		padding-top: 20px;
		padding-bottom: 40px;
	}
}



/* privacy
============================================================================================================ */
#privacy {
}
#privacy section + section {
	margin-top: 80px;
}
#privacy section h1 {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#privacy section h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45px;
	border-bottom: 1px solid #747474;
}
#privacy p {
	line-height: 2.5;
}
@media screen and (max-width: 640px) {
	#privacy section h1 {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#privacy section + section {
		margin-top: 40px;
	}
	#privacy p {
		line-height: 2;
	}
}




/* recruit
============================================================================================================ */
#container {
}
#container #recruit {
	margin-bottom: 0;
	background: #272727;
}
#recruit .contents {
	width: 660px;
	color: #fff;
}
#recruit form dl {
	margin-bottom: 45px;
}
#recruit form dl:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#recruit form dt {
	float: left;
}
#recruit form dt span {
	display: table-cell;
	width: 150px;
	height: 50px;
	padding-left: 0.1em;
	background-color: #6a6a6a;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
#recruit form dd {
	margin-left: 190px;
	margin-bottom: 35px;
}
#recruit form dd span {
	display: table-cell;
	width: 470px;
	height: 50px;
	vertical-align: middle;
}

#recruit form input.size01 { width:120px !important;}
@media screen and (max-width: 640px) {
	#recruit form input.size01 { margin-bottom:10px !important;}
}
#recruit form input[type=text],
#recruit form textarea {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 1em;
	background-color: #fff;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-size: 1.3rem;
}
#recruit form textarea {
	height: 180px;
}
#recruit form button {
	width: 280px;
	padding: 1.5em 0 1.5em 1em;
	background-color: #272727;
	border: 2px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1em;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}
#recruit form button:hover {
	background-color: #3e3e3e;
}

#recruit form p {
	text-align: center;
}
#recruit form p + p {
	margin-top: 40px;
}
#recruit form p a {
	color: #fff;
	text-decoration: underline;
}
#recruit form p a:hover {
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	#recruit .contents {
		width: auto;
		color: #fff;
	}
	#recruit form dl {
		margin-bottom: 0;
	}
	#recruit form dt {
		float: none;
		margin-bottom: 5px;
	}
	#recruit form dt span {
		height: 30px;
	}
	#recruit form dd {
		margin-left: 0;
		margin-bottom: 20px;
	}
	#recruit form dd span {
		display: block;
		width: auto;
		height: auto;
	}
	#recruit form p + p {
		margin-top: 20px;
	}
}


.bl_title {
	color:#FFF;
    text-align: center;
    padding:0px 0 20px 0 ;
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 100;
}
