.banner{
	width: 100%;
	min-width: 1230px;
	height: 300px;
	background:url(../../img/banner/banner-privacy-policy.jpg);
	background-size: cover;
	background-position: center 0;
	position: relative;
}
.banner::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner h1{
	color: #fff;
	position: absolute;
	z-index: 2;
	transform: translate(-50%,-50%);
	width: 1200px;
	left: 50%;
	top: 50%;
	text-align: center;
	font-size: 55px;
	line-height: 1.3;
	font-weight: bold;
}
.white{
	background-color: #fff;
}
.container{
	width: 1000px;
	margin: 0 auto;
}
.content{
	padding: 40px;
}
.content{
    font-size: 16px;
    line-height: 1.5;
    color: #273746;
}
.content strong{
	font-weight: bold;
}
.content a{
	color: inherit;
}
.content a:hover{
	color: #dd1215;
}
.content p a{
	color: inherit;
	border-bottom: 1px dashed #273746;
}
.content p a:hover{
	border-bottom: 1px solid #008AEE;
	color: #dd1215;
}
.content p{
    font-size: 16px;
    color: #273746;
	margin: 20px 0;
    line-height: 1.8;
}
.content li{
	font-size: 16px;
    padding: 0;
    margin-left: 32px;
    margin-bottom: 12px;
    line-height: 1.6;
}
.content ul,
.content ol{
	list-style: auto;
    margin: 20px 0;
    padding: 0;
}
.content p:first-child{
    margin-top: 0;
}
.content p:last-child{
    margin-bottom: 0;
}
.content img:not(.wpml_ico){
    max-width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: #f5f6f9;
    border-radius: 5px;
}
.content p img,
.content figure img{
}
.content figure{
    margin: 15px 0;
}
.content img.wpml_ico{
    width: auto;
    margin: 0;
}
.content hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.content blockquote, 
.content p.excerpt{
    margin: 20px 0;
    padding: 20px;
    border-left: 8px solid #dd1215;
    background: #f5f6f9;
    line-height: 1.8;
    font-size: 16px;
    font-style: italic;
}