/* -------------------------------
 * 
 * KyusyuStage
 * 2021.08.18
 * 
-------------------------------  */

.sec-lv02 + .sec-lv02 {
  margin-top: 40px;
}

.sec-lv02 > * + *{
  margin-top: 20px;
}

.sec-lv03 {
  margin-left: 20px;
}

.main-title{
  padding: 45px 30px;
  background: url(../img/und_bg.png) no-repeat center center;
  background-size: cover;
  font-size: 3.2rem;
  margin-bottom: 40px;
}

.section{
  padding: 0 30px;
}

.ttl-lv02{
  position: relative;
  font-size: 2.2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C4C4C4;
}

.ttl-lv02:before{
  position: absolute;
  display: block;
  content: '';
  bottom: -1px;
  z-index: 1;
  left: 0;
  width: 30%;
  height: 1px;
  background: #ea5514;
}

.ttl-lv03{
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-left: -20px;
}

.ttl-lv03:before{
  display: block;
  content: '';
  top: 50%;
  z-index: 1;
  left: 0;
  transform: translateY(-2px);
  margin-right: 10px;
  width: 10px;
  height: 4px;
  background: #ea5514;
}

*[ class*='m-list-' ] > *{
  position: relative;
  padding-left: 3rem;
}

*[ class*='m-list-' ] > * + *{
  margin-top: 8px;
}

.m-list-def > li{
  padding-left: 1.2em;
}

.m-list-def > li::before{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: '・';
}

.m-list-note > li{
  padding-left: 1.2em;
}

.m-list-note > li::before{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: '＊';
}

.m-list-num > *::before{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.m-list-num > dt{
  margin-top: 16px;
  font-weight: bold;
}

.m-list-num > dt:first-of-type{
  margin-top: 0;
}

.m-list-num > *:not(dd):nth-of-type(1)::before{content: '1.';}
.m-list-num > *:not(dd):nth-of-type(2)::before{content: '2.';}
.m-list-num > *:not(dd):nth-of-type(3)::before{content: '3.';}
.m-list-num > *:not(dd):nth-of-type(4)::before{content: '4.';}
.m-list-num > *:not(dd):nth-of-type(5)::before{content: '5.';}
.m-list-num > *:not(dd):nth-of-type(6)::before{content: '6.';}
.m-list-num > *:not(dd):nth-of-type(7)::before{content: '7.';}
.m-list-num > *:not(dd):nth-of-type(8)::before{content: '8.';}
.m-list-num > *:not(dd):nth-of-type(9)::before{content: '9.';}
.m-list-num > *:not(dd):nth-of-type(10)::before{content: '10.';}
.m-list-num > *:not(dd):nth-of-type(11)::before{content: '11.';}
.m-list-num > *:not(dd):nth-of-type(12)::before{content: '12.';}
.m-list-num > *:not(dd):nth-of-type(13)::before{content: '13.';}
.m-list-num > *:not(dd):nth-of-type(14)::before{content: '14.';}
.m-list-num > *:not(dd):nth-of-type(15)::before{content: '15.';}
.m-list-num > *:not(dd):nth-of-type(16)::before{content: '16.';}
.m-list-num > *:not(dd):nth-of-type(17)::before{content: '17.';}
.m-list-num > *:not(dd):nth-of-type(18)::before{content: '18.';}
.m-list-num > *:not(dd):nth-of-type(19)::before{content: '19.';}
.m-list-num > *:not(dd):nth-of-type(20)::before{content: '20.';}


.m-list-num02 > *::before{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.m-list-num02 > dt{
  margin-top: 16px;
  font-weight: bold;
}

.m-list-num02 > dt:first-of-type{
  margin-top: 0;
}

.m-list-num02 > *:not(dd):nth-of-type(1)::before{content: '(1)';}
.m-list-num02 > *:not(dd):nth-of-type(2)::before{content: '(2)';}
.m-list-num02 > *:not(dd):nth-of-type(3)::before{content: '(3)';}
.m-list-num02 > *:not(dd):nth-of-type(4)::before{content: '(4)';}
.m-list-num02 > *:not(dd):nth-of-type(5)::before{content: '(5)';}
.m-list-num02 > *:not(dd):nth-of-type(6)::before{content: '(6)';}
.m-list-num02 > *:not(dd):nth-of-type(7)::before{content: '(7)';}
.m-list-num02 > *:not(dd):nth-of-type(8)::before{content: '(8)';}
.m-list-num02 > *:not(dd):nth-of-type(9)::before{content: '(9)';}


.m-list-num03 > *::before{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.m-list-num03 > li{
  margin-top: 8px;
}

.m-list-num03 > li:first-of-type{
  margin-top: 0;
}

.m-list-num03 > *:not(dd):nth-of-type(1)::before{content: '①';}
.m-list-num03 > *:not(dd):nth-of-type(2)::before{content: '②';}
.m-list-num03 > *:not(dd):nth-of-type(3)::before{content: '③';}
.m-list-num03 > *:not(dd):nth-of-type(4)::before{content: '④';}
.m-list-num03 > *:not(dd):nth-of-type(5)::before{content: '⑤';}
.m-list-num03 > *:not(dd):nth-of-type(6)::before{content: '⑥';}
.m-list-num03 > *:not(dd):nth-of-type(7)::before{content: '⑦';}
.m-list-num03 > *:not(dd):nth-of-type(8)::before{content: '⑧';}