:root{
  --p_spacer: calc(var(--p_spacer_base) * 4 / 6);
}

/**********************************************************************/
/* タイトル
/**********************************************************************/

section.rule .heading{
  margin-bottom: 3em;
}
@media screen and (max-width: 520px){
  section.rule .heading{
    margin-bottom: 2em;
  }
  section.rule .heading .title{
    font-size: 7vw;
  }
}

/**********************************************************************/
/* 規約
/**********************************************************************/

section.rule .bodying .terms{
  padding-block: 3em 0;
}
@media screen and (max-width: 520px){
  section.rule .bodying .terms{
    padding-block: 1em 0;
  }
}