@charset "UTF-8";
/* ===================================================================
 style info : 個人情報保護方針ページの設定
 author     : privacy.css
=================================================================== */

/*------------------------------------------------------------------------------------------c_titleBlock*/
.c_titleBlock {
	width: 1360px;
	height: 360px;
	background: url(../images/privacy/titleBg.jpg) no-repeat top center;
	background-size: contain;
}
.c_titleBlock .inner {
	width: 960px;
	margin: 0 auto;
	padding: 152px 0 0 0;
}
.c_titleBlock h2 {
	font-size: 4.5rem;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.1em;
}
.c_titleBlock h2 span {
	display: block;
	font-size: 2.5rem;
	font-family: Meiryo, Verdana, Geneva, "sans-serif";
	font-weight: normal;
	letter-spacing: 0.05em;
	color: rgba( 255, 255, 255, 0.6 );
}
/*------------------------------------------------------------------------------------------subnav*/
.subnav {
	width: 960px;
	text-align: center;
	margin: 0 auto 75px auto;
}
.subnav nav {
	padding: 0 0 17px 0;
	border-bottom: 2px solid #b6b6b6;
}
.subnav ul {
	width: 100%;
	margin: 0px auto;
	margin-left: -31px;
}
.subnav li {
	font-size: 1.8rem;
	padding-left: 31px;
	margin-left: 31px;
	display: -moz-inline-box;
	display: inline-block;
*display: inline;
*zoom: 1;
}
.subnav li + li {
	border-left: 1px solid #b6b6b6;
}
.subnav li.active {
	display: inline-block;
	position: relative;
}
.subnav li.active::before {
	content: "";
	display: inline-block;
	border-top: 20px solid #b6b6b6;
	border-right: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid transparent;
	position: absolute;
	bottom: -47px;
	left: 50%;
	margin-left: 8px;
}
.subnav li a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
.subnav li a::after {
	position: absolute;
	bottom: -19px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #0c1a3d;
	transition: .3s;
}
.subnav li a:hover::after {
	width: 100%;
}
.subnav li.active a:after {
	background-color: #b6b6b6;
}
/*------------------------------------------------------------------------------------------c_privacyBox*/
.c_privacyBox {
	
}