@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
-------------- PRIVACY --------------
***************************************/
#privacypolicy p {
  text-align: justify;
  margin: 30px auto;
}

#privacypolicy dl {
  margin-bottom: 30px;
}

#privacypolicy dt {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: var(--base-color04);
  border-bottom: 2px solid var(--base-color01);
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#privacypolicy dd {
  margin-bottom: 15px;
  text-align: justify;
}