/* プライバシーポリシー
----------------------------------*/
.privacy_ttl {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 2.0rem;
    overflow: hidden;
    font-weight: bold;
    font-size: 24px;
    margin-top: 3%;
}
@media screen and (max-width: 1199px) {
.privacy_ttl {    
    font-size: 20px;
}
}
@media screen and (max-width: 575px) {
.privacy_ttl {    
    font-size: 18px;	
	margin-bottom: 1.8rem;
}
}
.privacy_ttl:before,
.privacy_ttl:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
}

.privacy_ttl:before {
    border-bottom: 3px solid #12968f;
}

.privacy_ttl:after {
    border-bottom: 3px solid #9F9F9F;
}