@charset "utf-8";





@import url("../common/css/reset.css");
@import url("../common/css/base.css");





#mainv_bg_box {
	background-image: url('../images/mainv_bg.jpg');
}
#mainv {
	max-width: none;
	height: 120px;
	background: rgba(0,0,0,0.6);
}
@media screen and (max-width: 1000px) {
	#mainv {
		height: 100px;
		min-height: 0;
	}
}



#privacy {
	text-align: left;
	font-weight: 300;
}

.privacy_section {
	margin-bottom: 60px;
}

h3 {
	margin-bottom: 1em;
	font-size: 150%;
	font-weight: 700;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 130%;
	font-weight: 700;
	color: #e73727;
}






.privacybox {
	text-align: center;
	margin-top: 20px;
	padding: 20px 0 25px;
	border: 3px solid #d1d6de;
}
.privacybox p {
	margin-bottom: 0;
}
.privacybox .tit {
	color: #e53726;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 8px;
}
.privacyboxin {
	margin: 0 auto;
	box-sizing: border-box;
}
.privacybox .cor {
	display: inline-block;
	margin: 0 10px;
	font-size: 120%;
}
.privacybox .tel {
	display: inline-block;
	margin: 0 10px;
}
.privacybox .tel a {
	font-size: 200%;
	font-weight: 800;
	color: #222;
}

@media screen and (max-width: 640px) {
	.privacybox .cor,
	.privacybox .tel {
		display: block;
	}



	.privacybox .tel a {
		font-size: calc( 1em + 2.4vw );
	}
}





#footer_box {
	background: #eee;
}






