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

.main-title{
  padding: 45px 30px;
  background: url(../img/und_bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 3.2rem;
  text-shadow: 1px 2px 8px rgba(71, 71, 71, 0.4);
}

.section{
  padding: 40px 30px 0;
}

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

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

.sec-lv03 + .sec-lv03{
}

.ttl-lv02{
  position: relative;
  padding: 8px 8px 8px 28px;
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #2658b4;
  background: #ECECEC;
}

.ttl-lv02:after{
  position: absolute;
  content: ' ';
  display: block;
  top: 50%;
  transform: translateY(-10px);
  left: 10px;
  width: 6px;
  height: 20px;
  background: #2658b4;
}

.ttl-lv03{
  position: relative;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.section h5{
  font-size: 1.8rem;
}

.section p{
  margin-top: 12px;
}


ul[class*='list-']{
  margin: 10px 0;
}

ul[class*='list-'] li{
  position: relative;
}

ul[class*='list-'] li + li{
  margin-top: 5px;
}

ul[class*='list-'] li::before{
  position: absolute;
  top: 0;
  left: 0;
}

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

.list-def > li::before{
  content: '・';
}

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

.list-note > li::before{
  content: '※';
}

.list-num-ptn01 > li{
  padding-left: 1.4em;
}

.list-num-ptn01 > li:nth-child(1)::before{ content: '1.'; }
.list-num-ptn01 > li:nth-child(2)::before{ content: '2.'; }
.list-num-ptn01 > li:nth-child(3)::before{ content: '3.'; }
.list-num-ptn01 > li:nth-child(4)::before{ content: '4.'; }
.list-num-ptn01 > li:nth-child(5)::before{ content: '5.'; }
.list-num-ptn01 > li:nth-child(6)::before{ content: '6.'; }
.list-num-ptn01 > li:nth-child(7)::before{ content: '7.'; }
.list-num-ptn01 > li:nth-child(8)::before{ content: '8.'; }
.list-num-ptn01 > li:nth-child(9)::before{ content: '9.'; }
.list-num-ptn01 > li:nth-child(10)::before{ content: '10.'; }



.list-num-ptn02 > li{
  padding-left: 1.6em;
}

.list-num-ptn02 > li:nth-child(1)::before{ content: '1)'; }
.list-num-ptn02 > li:nth-child(2)::before{ content: '2)'; }
.list-num-ptn02 > li:nth-child(3)::before{ content: '3)'; }
.list-num-ptn02 > li:nth-child(4)::before{ content: '4)'; }
.list-num-ptn02 > li:nth-child(5)::before{ content: '5)'; }
.list-num-ptn02 > li:nth-child(6)::before{ content: '6)'; }
.list-num-ptn02 > li:nth-child(7)::before{ content: '7)'; }
.list-num-ptn02 > li:nth-child(8)::before{ content: '8)'; }
.list-num-ptn02 > li:nth-child(9)::before{ content: '9)'; }
.list-num-ptn02 > li:nth-child(10)::before{ content: '10)'; }


