/* -------------------------------
 * 
 * KyusyuStage
 * 2021.05.18
 * 
-------------------------------  */

.section dl dt{
  margin-bottom: 5px;
}

.section dl dt::before{
  content: '▼';
}

.section dl dd:not(:last-of-type){
  margin-bottom: 10px;
}