@charset "utf-8";
@import url("root.css");
/***************************************
-------------- PRIVACY --------------
***************************************/
#privacy p {
    text-align: justify;
    margin: 30px auto;
}
#privacy dl {
    margin-bottom: 30px;
}
#privacy dt {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    color: var(--base-color01);
    border-bottom: 2px solid var(--base-color01);
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#privacy dd {
    margin-bottom: 15px;
    text-align: justify;
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
}
/* =======================
  SP
======================== */
@media screen and (max-width: 599px) {

}