@charset "utf-8";
/* CSS Document */
.page_ttl {
	background: url(../images/bg_page_ttl.jpg) top center no-repeat;
}


#lead h2 {
	margin-bottom: 1em;
	color: #4ABDCD;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
	text-indent: -.05em;
	line-height: 1.4;
}
#lead h2 span {
	font-size: 2.3rem;
	letter-spacing: 0;
}
#lead p {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .2em;
	text-indent: -.2em;
	line-height: 2.0;
	text-align: center;
}

.lineup {
	margin: 0 auto;
	max-width: 1500px;
	width: 100%;
}
.lineup div{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lineup figure{
	padding: 15px 8px;
	width: calc(100% / 3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.lineup figure img{
	width: 100%;
	height: auto;
}
.lineup figure span{
	font-family: Meiryo;
}

@media screen and (max-width:640px) {
	.page_ttl {
		background: url(../images/bg_page_ttl.jpg) top center no-repeat;
		-moz-background-size: cover;
		background-size:cover;
	}
	
	.lineup{
		padding: 5px;
	}
	#lead h2 {
		font-size: 2.0rem;
	}
	#lead h2 span {
		font-size: 1.6rem;
	}
	#lead p {
		font-size: 1.4rem;
		text-align: left;
		letter-spacing: .05em;
	}
	.lineup figure{
		padding: 0 5px;
		width: calc(100% / 2);
	}
}
