/* -------------------------------
 * 
 * KyusyuStage
 * 2021.04.20
 * 
-------------------------------  */


.mv p{
  max-width: 705px;
  margin: 0 auto;
}

.mv p + p{
  margin-top: 15px;
}

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

.content h2{
  color: #1d80a7;
  position: relative;
  margin-bottom: 25px;
  padding: 18px 25px;
  display: block;
  font-size: 2.4rem;
  overflow: hidden;
  line-height: 1.1;
  background-color: rgba(106,106,106,0.06);
  border-bottom: solid 4px #1d80a7;
}

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

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

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

.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-sicho .btn-area{
  width: 320px;
}

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

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

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

.col2-list{
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.col2-list ul{
  width: 48%;
  list-style: disc;
  margin-left: 1.5em;
}

.col2-list li{
  margin-top: 0.2em;
}

.und{
  color: #8d0b0b;
  text-decoration: underline;
}

.list-style{
	list-style-type: disc;
	margin: 20px;
}

.list-style li{
	margin: 10px auto;
}

.address{
	font-size: 1.8rem;
}


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

@media print{
}