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

/* privacy ==============================================================
	1. p-mainTitle
	2. p-content
======================================================================== */

/* =====================================================================
	1. p-mainTitle
======================================================================== */

.p-privacy .p-mainTitle {
	width: 100%;
	height: 90px;
	background: url(../img/title/title_privacy.png) no-repeat center, url(../img/title/bg_title.jpg) repeat center;;
}
@media screen and (max-width: 999px) {
	.p-privacy .p-mainTitle {
		height: 45px;
		background-size: auto 45px;
	}
}

/* =====================================================================
	2. p-content
======================================================================== */

.p-privacy .p-content {
	padding-bottom: 100px;
	background: url(../img/privacy/bg_content.jpg) repeat center;
}
.p-privacy .p-content .p-comment {
	width: 960px;
	height: auto;
	margin: 0 auto 10px;
	padding: 15px 35px;
	box-sizing: border-box;
	color: #7F3F00;
	font-size: 1.4rem;
	line-height: 2.4rem;
	background-color: rgba(255, 255, 255, 0.5);
}
.p-privacy .p-content .c-list {
	width: 960px;
	height: auto;
	margin: 0 auto 10px;
}
.p-privacy .p-content .c-list dt {
	vertical-align: bottom;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6rem;
	padding: 14px 35px 10px;
	background-color: rgba(127, 63, 0, 0.7);
}
.p-privacy .p-content .c-list dd {
	display: block;
	padding: 15px 35px;
	color: #7F3F00;
	font-size: 1.4rem;
	line-height: 2.4rem;
	background-color: rgba(255, 255, 255, 0.5);
}
.p-privacy .p-content .c-list dd ol {
	margin-top: -10px;
}
.p-privacy .p-content .c-list dd ol li {
	margin-left: 40px;
	color: #7F3F00;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
@media screen and (max-width: 999px) {
	.p-privacy .p-content {
		padding-bottom: 50px;
	}
	.p-privacy .p-content .p-comment {
		width: auto;
		margin: 0 10px 10px;
		padding: 10px;
	}
	.p-privacy .p-content .c-list {
		width: auto;
		margin: 0 10px 10px;
	}
	.p-privacy .p-content .c-list dt {
		padding: 10px;
	}
	.p-privacy .p-content .c-list dd {
		padding: 10px;
	}
}
