@charset "utf-8";

/*
  コンテナ
*/
.specifiedContainer
{
  margin-bottom: 40px;
  padding: 0 1em;

  width: 100%;

  box-sizing: border-box;
}

/*
  各項目
*/
.specifiedTitle
{
  font-size: 20px;
  font-weight: bold;
}
.specifiedContent
{
  margin-inline-start: 2em;
}
.specifiedContent > *
{
  margin-bottom: 1em;
}
.specifiedList,
.specifiedListNum
{
  margin-top: 1em;
  margin-inline-start: 2em;
}
.specifiedList > *
{
  list-style: disc;
}
.specifiedListNum > *
{
  list-style-type: decimal;
}
.specifiedAnotation
{
  list-style: none;
}
