@charset "UTF-8";

figure {margin: 0;}
.privacy{min-width: 980px;}
.privacy #contents #page_title{
	background: url(../images/page_title_bg.jpg) no-repeat center 0;
	background-size: cover;
}
.privacy #contents #page_title h2{
	padding-top: 62px;
	margin-top: 68px;
}
.privacy #contents #breadcrumb{
	width: 980px;
	margin: 0 auto;
}
.privacy #contents #privacy_area {
	width: 870px;
	padding-bottom: 60px;
	margin: 0 auto;
}
.privacy #contents #privacy_area h3 {
	color: #1619a4;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 13px;
	background: url(../images/title_bg_l.jpg) no-repeat center bottom;
	background-size: 86px 3px;
	margin-bottom: 43px;
}

.privacy #contents #privacy_area p{
	font-size: 13px;
	padding-bottom: 13px;
	margin-top: 1rem;
	line-height: 2.5;
}

.privacy #contents #privacy_area h4 {
	color: #0054a7;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2rem;
}

.privacy #contents #privacy_area ul.privacypolicy-list {
	list-style-type: none;
	margin-top: 1rem;
	margin-left: 0.5rem;
}
.privacy #contents #privacy_area ul.privacypolicy-list li {
	font-size: 13px;
	padding-left: -0.5rem;
	padding-bottom: 1rem;
}

.privacy #contents #privacy_area ul.privacypolicy-list li:before {
	content: "◆";
	margin-left: -0.5rem;
	padding-right: 0.25rem;
	color: #0054a7;
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sp
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 768px) {
	.privacy{min-width: 0;}
	.privacy #contents #page_title{
		background: url(../images/page_title_bg_sp.jpg) no-repeat center 0;
		background-size: cover;
		margin-bottom: 33px;
	}
	.privacy #contents #page_title h2{
		padding-top: 36px;
		background: url(../images/page_title_icon.png) no-repeat center 0;
		background-size: 23px;
		margin-top: 29px;
	}
	.privacy #contents #page_title h2 img{width: 188px;}
	.privacy #contents .inner{
		width: 87.5%;
		margin: 0 auto;
	}
	.privacy #contents #privacy_area{padding-bottom: 30px;}
	.privacy #contents #privacy_area h3{
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 18px;
	}

	.privacy #contents #privacy_area {
		width: 100%;
		overflow: hidden;
	}
}
