.p-privacy {
 margin-bottom:30px;
}
.p-privacy-box {
 margin-top:30px;
 margin-bottom:40px;
 overflow:hidden;
}
.p-privacy-box:last-of-type {
 margin-bottom:70px;
}
.p-privacy-box p:last-of-type {
 margin-bottom:0;
}
.p-privacy-box a {
 color:#E3422B;
 text-decoration:underline;
}
.p-privacy-box a:hover {
 text-decoration:none;
}
@media screen and (max-width:767px) {
.p-privacy {
 margin-bottom:0;
}
.p-privacy-box {
 margin-top:25px;
 margin-bottom:25px;
}
.p-privacy-box:last-of-type {
 margin-bottom:20px;
}
}