/*----------------------------------------------------
	プライバシーポリシー
----------------------------------------------------*/

.privacy_policy h1 {
    font-size: 46px;
    font-weight: bold;
    color: #0C1A4A;
    text-align: center;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0085B2;
    margin-bottom: 70px;
}

.privacy_policy h1::after {
    position: absolute;
    content: 'Privacy Policy';
    top: 75px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #4392BF;
}

.privacy_policy > div {
    width: 1215px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 1.6em;
	margin-bottom: 50px;
}

#PrivacyExplain {
	width: 1215px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 1.6em;
	margin-bottom: 170px;
}

.pe_title {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 10px;	
}

.pe_note {
	margin-bottom: 50px;
}