@charset "UTF-8";
.lineup{
	background-color: #ebebf5;
}
#catch {
	position: absolute;
	width: 100%;
	height: 500px;
	margin-top: 70px;
	background-image: url("../image/lineup-back.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	overflow: hidden;
	z-index: -1;
}
#lineupContainer{
	width: 100%;
	background-color: #ebebf5;
}
.contents{
	left:0;
	right:0;
	margin: 0 auto;
	width: 1024px;
	padding: 100px 0;
}
.lineupBox{
	padding: 0 0 50px 0;
}
.lineupBox h2{
	color: #0050c8 ;
	padding: 10px 0 0 20px;
	border-top: 1px solid #0050c8;
	border-left: 1px solid #0050c8;
	margin: 0 0 50px 0;
}
.flexBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}
.flexLeft{
	width: 65%;
	margin: 0 5% 0 0 ;
}
.flexLeft li{
	text-align: justify;
	font-size: 1.2em;
	text-indent: -1.6em;
	padding-left: 1.6em;
	color: #333;
	margin: 0 0 10px 0;
}
.flexLeft li::before{
	content: "■";
	font-size: 1.2em;
	padding-right: 0.4em;
	color: #87cefa;
}
.flexRight{
	width: 30%;	
}
.flexRight img{
	width: 100%;
}
#other-title{
	margin-bottom: 50px;
}
.otherContents{
	width: 30%;
	height: 100px;
	padding: 1.5%;
	border: 1px solid #0050c8;
}
.otherContents img{
	float:left;
	margin:0 10% 0 0; 
}
.otherContents p{
	text-align: justify;
}
#otherText{
	text-align: right;
}
@media screen and (max-width: 1024px) {
	.contents{
		width: 90vw;
		padding: 50px 0;
	}
	.otherContents{
		width: 46%;
		padding: 1%;
	}
}
@media screen and (max-width: 414px) {
	.flexBox{
		display: block;
	}
	.flexLeft{
		width: 100%;
		margin: 0 0 0 0 ;
	}
	.flexRight{
		width: 100%;
		padding: 20px 0;
		margin: 0 auto;
	}
	.flexRight img{
		width: 100%;
	}
	#other-title{
		margin-bottom: 20px;
	}
	.otherContents{
		width: 96%;
		padding: 2%;
		margin: 10px 0;
	}
	.otherContents img{
		margin:0 5% 0 0; 
	}
}