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

.section .txt + .txt{
  margin-top: 15px;
}

.section .img{
  float: right;
  width: 230px;
  margin: 0 15px 15px;
  padding: 10px;
  border: solid 1px #e6e6e6;
  font-size: 1.3rem;
  text-align: right;
}

.section .txt * + p{
  margin-top: 8px;
}

.section .txt ul{
  margin-top: 8px;
}