@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : privacy.css
 author     : Ability Consultant
 style info : プライバシーポリシー
=================================================================== */
.con_privacy {
	max-width: 1260px;
	margin: auto;
}

@media only screen and (max-width: 1260px) {
	.con_privacy {
		width: 95%;
	}
}

@media print {
	.con_privacy {
		width: 95%;
	}
}

.ie8 .con_privacy {
	width: 95%;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background: url(../privacy/images/img_title.jpg) center center no-repeat;
}

@media only screen and (max-width: 767px) {
	.con_title {
		background-size: cover;
	}
}

/* -----------------------------------------------------------
	.con_privacy
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.box_intro
----------------------------------------------------------- */
.box_intro {
	margin-top: 80px;
	margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_intro {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.box_intro {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_intro {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.box_intro {
		margin-bottom: 30px;
	}
}

.box_intro .st {
	font-size: 157%;
	margin-bottom: 0.5em;
	font-weight: normal;
}

/* -----------------------------------------------------------
	.box_privacy
----------------------------------------------------------- */
.box_privacy {
	margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_privacy {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.box_privacy {
		margin-bottom: 40px;
	}
}

.box_privacy .sst {
	font-size: 125%;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.box_privacy ul {
	padding-left: 2em;
	margin-top: 1em;
}

.box_privacy ul li {
	list-style-type: disc;
}

.box_privacy .box_contact {
	margin-top: 1em;
	background: #d6c7af;
	padding: 2em;
}

.box_privacy .box_contact .txt {
	padding-bottom: 0.5em;
}

.box_privacy .box_contact .txt span {
	padding-left: 1em;
}

@media only screen and (max-width: 767px) {
	.box_privacy .box_contact .txt span {
		padding-left: 0;
	}
}

/*# sourceMappingURL=../maps/privacy.css.map */
