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

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

#privacypolicy dd {
  margin-bottom: 1em;
  text-align: justify;
}