/* -------------------------------
 * 
 * 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: #4cb300;
  position: relative;
  margin-bottom: 25px;
  padding: 18px 25px;
  display: block;
  font-size: 2.4rem;
  overflow: hidden;
  line-height: 1.1;
  background-color: #F7F7F7;
  border-bottom: solid 4px #4cb300;
}

.wrap h3{
	margin-bottom: 47px;
}

.wrap h3 p{
	text-align: center;
}

.wrap h3 .session-title{
	background-color: #92D48B;
	color: #FFFFFF;
	padding: 2px 4px;
	font-size: 1.8rem;
	text-align-last: center;
}


table.gaiyou{
	width: 100%;
}

table.gaiyou tr{
	padding: 20px;
	border-bottom: solid 2px #FFFFFF;
}

table.gaiyou tr td{
	padding: 12px;
}

table.gaiyou tr .table-title{
	width: 16%;
	padding: 20px;
	text-align-last: justify;
	color: #FFFFFF;
	background-color:#92D48B;
	font-weight: bold;
}

table.gaiyou tr .table-content{
	background-color: #f0fff3;
}

.inner .wrap{
	margin-top: 47px;
}

.inner .wrap .thema{
	font-size: 2rem;
	font-weight: bold;
	margin-top: 14px;
}

table.sl{
	width: 100%;
}

table.sl td.endai{
	padding: 47px 0px 10px 0px;
	font-weight: bold;
}

table.sl td.endai:first-child{
	padding-top: 0px;
}

table.sl td.endai{
	font-size: 1.8rem;
}

table.sl tr td.name{
	text-align: right;
}


figure{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

figure figcaption{
	text-align: right;
	vertical-align: bottom;
	font-size: 1.8rem;
	font-weight: bold;
}

figure img{
	width: 160px;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 0px;
	margin-left: 20px;
}

.text{
	text-indent: 1em;
	text-align: justify;
	margin-bottom: 20px;
}

.text:last-child{
	margin-bottom: 0px;
}


.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 screen and (max-width:1024px) {

	/*　画面サイズが1024px以下の場合ここの記述が適用される　*/
	
	*{
		font-size: 1.4rem;
	}
}


@media screen and (max-width:480px) {

	/*　画面サイズが480px以下の場合ここの記述が適用される　*/
	

}
