@charset "utf-8";
/* ==========================================================
	コンテンツ
========================================================== */
.introduction {
  text-align: center;
}
.introduction #wrapper {
  background: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/zetsubou/images/introduction/bg.jpg) no-repeat center 0;
}
.introduction .contents-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.text-lead {
  margin-bottom: 50px;
}

/* 各グループ
========================================================== */
.group {
  padding: 50px 0 40px 0;
  background: url(https://titleimg.spike-chunsoft.co.jp/www.danganronpa.com/zetsubou/images/introduction/line.png) no-repeat center top;
}
.group:last-child {
  padding-bottom: 0;
}
.group.line-none {
  /*最初のセクションだけボーダーを消す*/
  padding-top: 0;
  background: none;
}
.group h2 {
  margin-bottom: 15px;
}
.group ul {
  width: 590px;
  margin: 0 auto;
}
.group li {
  float: left;
}
.group li:first-child {
  margin-right: 18px;
}
