@charset "UTF-8";
@import "../../include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title {
	margin-bottom: 40px;
}

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

#privacy {
	margin-bottom: 90px;
	text-align: left;
}

#privacy .section {
	margin-bottom: 100px;
}

#privacy h3.effect {
	margin-bottom: 45px;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
}

#privacy h3 span {
	display: block;
	width: 98px;
	height: 5px;
	overflow: hidden;
	margin: 10px auto 0;
	position: relative;
}

#privacy h3 span:before {
	display: block;
	content: '';
	width: 98px;
	height: 5px;
	background: #eebf4d;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-animation: sc_ani01 2s infinite;
	animation: sc_ani01 2s infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes sc_ani01 {
	0% {
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		width: 100%;
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 100%;
	}
	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 0;
	}
}

@keyframes sc_ani01 {
	0% {
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		width: 100%;
	}
	50% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 100%;
	}
	100% {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 0;
	}
}

#privacy p {
	margin-bottom: 30px;
}

#privacy h4 {
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #f4eeeb;
	font-weight: normal;
	font-size: 16px;
}

#privacy .contact {
	margin-top: 50px;
	padding: 30px 30px 1px;
	background: #f3f3f2;
}

#privacy .contact h3 {
	font-weight: normal;
	font-size: 22px;
	line-height: 1.3;
}

#privacy .contact .w490 {
	width: 750px;
}
