@charset "UTF-8";

/* ======================================== 
 sp
==========================================*/
.privacy {text-align: justify;line-height: 1.6; padding: 3vw; background: none; }
.privacy p{line-height: 1.8;}
.privacy dl{margin-bottom: 6vw;}
.privacy dl:last-of-type{margin-bottom: 0;}
.privacy dt{font-size: 3.4vw;margin-bottom: 3vw;background: var(--pink01);padding: 2.4vw;color: #fff;font-weight: bold;}
.privacy dd{font-size: 3.4vw;margin-bottom: 4%;line-height: 1.8;}
.privacy dd p{margin-bottom: 5%;}


/* ========================================
 pc
==========================================*/
@media screen and (min-width: 736px) { 
.privacy {text-align: justify;line-height: 1.6; padding: 16px; }
.privacy p{font-size: 14px;margin-bottom: 30px;}
.privacy dl{margin-bottom: 20px; }
.privacy dt{font-size: 14px;margin-bottom: 10px;padding: 10px 14px;}
.privacy dd{font-size: 14px;margin-bottom: 20px;line-height: 1.8;}
.privacy dd p{margin-bottom: 20px;}

 }