@charset "utf-8";

#privacy .mainImg {
	background-image: url(../img/privacy/main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 255px;
	line-height: 255px;
	text-align: center;
}

/* ------------------- */
.sec1 {
	padding: 60px 0 0;
	margin: 0 auto;
	max-width: 770px;
}
.sec1 h2 {
	position: relative;
	border-bottom: solid 1px #9D9D9D;
	margin-bottom: 35px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}
.sec1 p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 1px;
}
.sec1 ol {
}
.sec1 ol li {
	list-style: decimal;
	margin-left: 1.5em;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 1px;
}

/* All SP & Tablet */
@media screen and (max-width: 1000px) {}


@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape){
	.sec1 {
		padding: 60px 15px 0;
	}
	.sec1 h2 {
		margin-bottom: 24px;
		font-size: 18px;
	}
	.sec1 p {
		font-size: 13px;
		line-height: 1.8;
	}
	.sec1 ol li {
		font-size: 13px;
		line-height: 1.8;
	}
}
