@charset "utf-8";
#nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	border-right: 1px solid #222C54;
	border-top: 1px solid #222C54
}
#nav li{
	width:25%;
	text-align: center;
	border-bottom: 1px solid #222C54;
	border-left: 1px solid #222C54
}
#nav li a{
	display: block;
	font-size: 17px;
	text-decoration: none;
	padding: 14px;
	color:#222C54;
}
.box-0{
	margin-bottom: 80px;
}
.box-0 p{
	font-size: 19px;
	text-align: center;
	line-height: 180%;
}
		
.box-1{
	margin-bottom: 40px;
	padding-top: 40px;
}

.box-1 p{
	font-size: 19px;
	margin-bottom:80px;
	text-align: center;
	line-height: 180%;
}
.btn_line,.btn_entry{
	background-color: #FFE000;
	background-image: url("../img/line.png");
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: left 10% center;
	color: #000;
	text-decoration: none;
	border-radius: 100px;
	font-size: 22px;
	text-align: center;
	display: inline-block;
	width: 400px;
	margin: 0 5px;
	padding: 16px 0 16px 1%
}
.btn_entry{
	background-color:#FFE000;
	background-image:url("../img/icon_email.svg");
	background-size: auto 60%;
}
.btn_box{
	text-align: center;
	padding: 50px 0;
}
.manga{
	margin-bottom: 40px;	
}
.imgbox{
	text-align: center
}
.list-1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.list-1 li{
	width: 49%;
	background:#F7FEFF;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 30px 25px;
	margin-bottom: 15px;
	box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
}
.list-1 li h3{
	text-align: center;
	font-size: 22px;
	margin-bottom: 8px;
	color: #222C54
}
.list-1 li p{
	font-size: 17px;
	line-height: 200%;
	
}
.list-1 li p strong{
  font-weight: 600;
  color: #00c3c7;
  background: linear-gradient(transparent 60%, #edff88 0)
}
.high_light{
  font-weight: 600;
  color: #00c3c7;
  background: linear-gradient(transparent 60%, #edff88 0)
}
.list-2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-2 li{
	width: 47%;
	margin-bottom: 54px;
}
.list-2 li figure{
	margin-bottom: 12px;
}
.list-2 li img{
	width: 100%;
	height: auto;
}
.list-2 li h3{
	font-size: 16px;
	margin-bottom: 6px;
}
.list-2 li p{
	font-size: 18px;
	line-height: 180%;
}

/*------------------------------------------------------------
	スケジュール
------------------------------------------------------------*/
#schedule{
	padding: 40px 0;
	border-bottom:1px solid #ccc;
}
#schedule h3{
	font-size: 22px;
	margin-bottom: 10px;
	color: #222C54
}
.comment{
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between
}
.comment p{
	font-size: 18px;
	line-height: 180%;
	border-radius: 10px;
	background: #E3FBFB;
	padding: 20px 30px;
}
.staff_img{
	margin-left: 10px;
}
.staff_img figure{
	overflow: hidden;
	width: 130px;
	height: 130px;
	border-radius: 100px;
}
.staff_img img{
	width: 100%;
	height: auto
}
.triangle{
  	background-color: #E3FBFB;
  	width: 76px;
  	height: 30px;
  	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	margin-top: 40px;
}
.sbox{
	border: 2px solid #ccc;
	padding: 40px;
	margin-bottom: 20px;
}
.note{
	text-align: right;
	font-size: 20px;
	padding: 0px;
	border-top:1px solid #ccc;
	padding-top:20px;
}

.schedule_list{
	width: 100%;
	padding-bottom: 30px;
}
.schedule_list li{
	display: flex;
	padding:20px 0;
	border-bottom: 1px solid #ccc;
	
}
.schedule_list span{
	display: block;
	width: 80px;
	font-size: 18px;

}

.schedule_list p{
	display: block;
	font-size: 18px;
	width: calc(100% - 80px);
}
.ta3{
	width: 100%;
	border-top: 1px solid #222C54;
	border-left: 1px solid #222C54;
}
.ta3 th{
	background: #E3FBFB;
	width: 20%
}
.ta3 th,.ta3 td{
	padding: 15px 10px;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #222C54;
}
@media screen and (max-width: 768px) {

	#nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
#nav li{
	width:50%;
	text-align: center;

}
#nav li a{
	display: block;
	font-size: 15px;
	text-decoration: none;
	padding: 5px;

}
	.sp-left{
	text-align: left !important
	}

.box-0{
	margin-bottom: 0px;
}
.btn_line,.btn_entry{
	font-size: 22px;
	width:100%;
	margin: 0 0 5px 0;
	padding: 12px 0 12px 1%
}

.btn_box{
	padding: 40px 0 0px 0;
}
.list-1{

	flex-wrap:wrap;
}
.list-1 li{
	width: 100%;

}
.list-1 li h3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 5px;
	color: #222C54;
	line-height: 140%;
}
.list-1 li p{
	font-size: 17px;
	line-height: 200%;
	
}
.list-1 li p strong{
  font-weight: 600;
  color: #00c3c7;
  background: linear-gradient(transparent 60%, #edff88 0)
}
.list-2{
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-2 li{
	width: 100%;
	margin-bottom: 54px;
}
.list-2 li figure{
	margin-bottom: 12px;
}
.list-2 li img{
	width: 100%;
	height: auto;
}
.list-2 li h3{
	font-size: 16px;
	margin-bottom: 6px;
}
.list-2 li p{
	font-size: 18px;
	line-height: 140%;
}
/*------------------------------------------------------------
	スケジュール
------------------------------------------------------------*/
#schedule{
	padding: 20px 0;
}
#schedule h3{
	font-size: 22px;
	margin-bottom: 10px;
}
.comment{
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between
}
.comment p{
	font-size: 18px;
	line-height: 180%;
	border-radius: 10px;
	background: #E3FBFB;
	padding: 10px 20px;
}
.staff_img{
	margin-left: 10px;
}
.staff_img figure{
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-radius: 100px;
}
.staff_img img{
	width: 100%;
	height: auto
}
.triangle{
  	background-color: #E3FBFB;
  	width: 76px;
  	height: 30px;
  	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	margin-top: 40px;
}
.sbox{
	border: 2px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
}
.note{
	text-align: right;
	font-size: 16px;
	padding: 0px;
	border-top:1px solid #ccc;
	padding-top:20px;
}

.schedule_list{
	width: 100%;
	padding-bottom: 10px;
	display: table
}
.schedule_list li{
	display: table-row;


}
.schedule_list span{
	display: table-cell;
	width: 70px;
	font-size: 16px;
	vertical-align: top;
}

.schedule_list p{
	display: table-cell;
	font-size: 16px;
	vertical-align: top;
	line-height: 130%;
	padding-bottom: 20px;
}
.ta3{
	width: 100%;
	border-top: 1px solid #222C54;
	border-left: 1px solid #222C54;
}
.ta3 th{
	background: #E3FBFB;
	width: 20%;

}
.ta3 th,.ta3 td{
	padding: 15px 10px;
	font-size: 17px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #222C54;
}

}