@charset "utf-8";
/* CSS Document */
/* =========================================================
 * privacy-area
 * =========================================================*/
 #privacy-area{
 	width: 1000px;
 	margin: auto;
 }
.privacy-text h2{
	color: #212048;
	font-weight: bold;
    text-align: center;
    padding: 24px 0 16px;
   	border-bottom: 1px solid #bac9df;
   	margin: 0 0 24px;
   	font-size: 18px;
}
.privacy-w{
    width: 800px;
    margin: auto;
    box-sizing: border-box;
}
.privacy-w h3{
	color: #212048;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 16px;
}
.privacy-w p{
	color: #212048;
	line-height: 21px;
	padding: 0 0 40px;
}
.privacy-pdf{
	background: #363581;
    border-radius: 6px;
    width: 240px;
    margin: -24px 0 16px;
    line-height: 18px;
}
.privacy-pdf a{
	display: block;
	color: #fff;
    padding: 16px 0 16px 16px;
	position: relative;
}
.privacy-pdf:hover{
	opacity: 0.75;
}
.privacy-pdf a:after {
    background: url(../../common/img/icon/icon-02.png) no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 20px;
    right: 12px;
    width: 10px;
    height: 13.5px;
    margin: 0 0 0
}
 @media (max-width: 767px) {
/* =========================================================
 * privacy-area
 * =========================================================*/
	 #privacy-area{
	 	width: 100%;
	 }
	 .privacy-w{
	 	width: 100%;
		padding: 0 12px;
	}
	.privacy-pdf{
	    margin: -24px auto 16px;
	}
 }