@charset "utf-8";

/*
  コンテナ
*/
.privacyContainer
{
  margin-bottom: 40px;
  padding: 0 1em;

  width: 100%;

  box-sizing: border-box;
}

/*
  各項目
*/
.privacyTitle
{
  font-size: 20px;
  font-weight: bold;
}
.parivacyContent
{
  margin-inline-start: 1em;
}
.parivacyContent > *
{
  margin-bottom: 1em;
}
.privacyList
{
  margin-top: 1em;
  margin-inline-start: 1.2em;
}
.privacyList > *
{
  list-style: circle;
}

/*
  発行元情報
*/
.privacyFoot
{
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  margin-top: 60px;
}
