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

.mv{
  width: 100%;
  margin-top: 30px;
}

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

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

/*カラー
　#E9FBFF 淡い水色
　#1acaf8 濃い水色
*/

.content h2{
  margin-bottom: 25px;
  padding: 12px 30px;
  background-color: #C7E0FF;
  display: block;
  font-size: 2.4rem;
  clip-path: polygon(1% 0%, 100% 0%, 99% 100%, 0% 100%);
  color:#0E1121;
}

.inner{
  padding-left: 25px;
  padding-right: 25px;
}

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

.sec-touroku .impo h3,
.sec-touroku .impo 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;
  margin: 0 auto;
}

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

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

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

.note.red{
  border: solid 2px #b91111;
}

.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;
}

h3.ttl{
  border-bottom: solid 2px #0F1276;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.con-block{
  border-radius: 10px;
  border: solid 1px #d4d4d4;
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  align-items: center;
}

.con-block + .con-block{
  margin-top: 15px;
}

.con-block dl{
  flex: 1;
}

.con-block dl dt{
  color: #0F1276;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.con-block dl dd{
  font-size: 1.8rem;
}

.con-block dl dd span{
  font-size: 1.2rem;
}

.con-block .btn-area a{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}

.con-block-note{
  position: relative;
  font-size: 1.4rem!important;
}

.con-block-note span{
  position: absolute;
  top: 0;
  left: 0;
}

.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;
}

.col3-list{
  display: flex;
  justify-content: space-between;

}

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

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

.col2{
  display: flex;
  align-items: center;
}

.update{
  color: #ff0000;
  margin-left: 15px;
  font-weight: bold;
}

.headingstyle-01{
	margin: 20px 0 0;
}
/*
 * print styles
-------------  */

@media print{
}