/* -------------------------------
 * 
 * KyusyuStage
 * 2022.07.15
 * 
-------------------------------  */

.content + .content{
  margin-top: 80px;
}

.content h2{
  color: #466C99;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
  margin-bottom: 25px;
  padding-bottom: 6px;
  border-bottom: solid 2px #466C99;
  display: block;
  font-size: 2.4rem;
}

.sec-touroku .inner h3{
  font-size: 2.0rem;
}

.sec-touroku .inner h3,
.sec-touroku .inner p{
  display: inline-block;
  vertical-align: middle;
}

.sec-touroku .inner.impo{
  padding: 14px;
  background: #f3e6e6;
}

.sec-touroku .inner.impo strong{
  font-size: 2.0rem;
  font-weight: normal;
  color: #8d0b0b;
}

.sec-touroku .btn-area{
  width: 320px;
}

.sec-touroku .note{
  font-size: 1.4rem;
}

.sec-sewa .btn-area{
  width: 320px;
}

.sec-sicho .btn-area{
  width: 320px;
}

.note{
  position: relative;
  padding: 15px;
  margin-top: 30px;
  border: solid 2px #466C99;
}

.note h4{
  position: absolute;
  top: -13px;
  left: 10px;
  font-size: 1.6rem;
  background: #fff;
}

.note02{
	margin: 10px 0;
	padding: 10px;
	background-color: #f3e6e6;
	font-weight: bold;
	border-left: double 7px rgba(205,58,61,1.00);
	border-right: double 7px rgba(205,58,61,1.00);
	
}

.block02{
  display: flex;
}

.block02 + .block02{
  margin-top: 20px;
}

.block02 dt{
  width: 130px;
  font-weight: bold;
}

.block02 dd{
  flex: 1;
}

.bigger{
  font-size: 2.0rem;
}

#program .block02 dt{
  width: 100px;
  margin-right: 15px;
  font-weight: bold;
}

.end{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px;
  background-color: #F6E4E4;
  color: #D00307;
  border: none;
}

.txt-just{
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.ind{
  text-indent: -0.5em;
}

.sup-list{
  display: flex;
  list-style: disc;
  flex-wrap: wrap;
  margin-left: 1.2em;
}

.sup-list li{
  width: 48%;
}

.inner strong{
	font-size: 1.8rem;
}

.coi{
	margin-left: 10%;
	display: flex;
}

/*
.coi:first-child{
	margin-left: 0;
}
*/




.access-table{
	width: 100%;
	margin: 30px auto;
	
}

.access-table tr th{
	width: 26%;
	background-color: #FFEECB;
}

.access-table tr th,
.access-table tr td{
	border: solid 1px #000000;
	padding: 16px;
}

.boshu{
	display: flex;
	flex-wrap: wrap;
}

.boshu dt{
	width: 12%;
	font-weight: bold;
	margin-bottom: 18px;
}

.boshu dd{
	width: 88%;
}

.list-ptn01{
	list-style: disc;
	flex-wrap: wrap;
	margin-left: 1.2em;
}


.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:nth-child(1)::before{ content: '①'; }
.list-num-ptn02 li:nth-child(2)::before{ content: '②'; }
.list-num-ptn02 li:nth-child(3)::before{ content: '③'; }
.list-num-ptn02 li:nth-child(4)::before{ content: '④'; }
.list-num-ptn02 li:nth-child(5)::before{ content: '⑤'; }
.list-num-ptn02 li:nth-child(6)::before{ content: '⑥'; }
.list-num-ptn02 li:nth-child(7)::before{ content: '⑦'; }
.list-num-ptn02 li:nth-child(8)::before{ content: '⑧'; }
.list-num-ptn02 li:nth-child(9)::before{ content: '⑨'; }
.list-num-ptn02 li:nth-child(10)::before{ content: '⑩'; }

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

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

.list-num-ptn01 li,
.list-num-ptn02 li{
	margin-bottom: 10px;
	padding-left: 2.4rem;
}

.boshu dd strong{
	color: rgba(255,0,4,1.00);
}

.block{
	display: block;
}



/*
 * print styles
-------------  */

@media print{
}