@charset "UTF-8";
/* CSS Document */

#privacy_hed {
	background:url(../img/category/privacy/hed_img.png) center center no-repeat;
	background-size: cover;
	width:100%;
	height:400px;
	position:relative;
	z-index:1;
}

.privacy_tit {
	background:#f2f2f2;
	width:1100px;
	margin:0 auto 30px;
	padding:15px 0 5px;
	text-align:center;
}

.bg_bk_name {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:0.9em;
	margin:0 auto 30px;
	padding:5px 0;
}


/*　▼スマホ用▼　*/
@media screen and (max-width: 768px) {

#privacy_hed {
	background:none;
	width:100%;
	height:60px;
	position:relative;
	overflow: hidden;
    z-index: -1;
}

.privacy_tit {
	background:#f2f2f2;
	width:100%;
	margin:0 auto 30px;
	padding:5px 0;
	text-align:center;
}

.bg_bk_name {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:0.9em;
	margin:0 auto 30px;
	padding:5px 0;
}


	
}