/*==================================================
アンダー１２
===================================*/
/* メンバー募集全般
------------------------------------------------------------*/
#under12 {
	width: 850px;
	margin: 50px auto 80px;
	padding-bottom: 0;
}

#under12 .recruitment {
	padding-bottom: 30px;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5em;
}

#under12 .advertisement {
	background-color: #ff942d;
}

#under12 .head {
	margin: 0 auto;
}

#under12 .head img {
	width: 300px;
	height: auto;
	margin: 20px 0 0 20px;
}

#under12 h1 {
	margin-right: 20px;
	font-size: 26px;
	color: #fff;
	text-align: right;
}

#under12 .player-image {
	margin-top: 5px;
	width: 100%;
	background-color: #000;
	display: inline-block;
 	position: relative;
	text-align: center;
}

#under12 .player-image img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	display: block;
	opacity: 0.5;
}

#under12 .player-image p {
	position: absolute;
  	color: #fff;
	font-size: 20px;
	font-weight: bold;
  	top: 50%;
  	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

#under12 .catch-copy {
	margin: 30px 0 0 30px;
}

#under12 .catch-copy h1 {
	font-size: 30px;
	color: #1700c4;
	font-style: italic;	
	text-align :left;
}

#under12 .catch-copy p {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	color: #fff;
	margin-left: 10px;
	margin-right: 20px;
}

#under12 .overview {
	width: 90%;
	margin: 30px auto 0;
	background-color: #fff;
	border-radius: 10px;
}

#under12 .overview li {
	padding: 15px 5px;
	border-bottom: 1px solid #eee;
	border-radius: 10px;
}

#under12 .overview .category {
	display: inline-block;
	color: #fff;
	width: 70px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px 5px;
	background-color: #0b02ca;
	border-radius: 5px;
}

#under12 .overview .text {
	margin-left: 10px;
}


#under12 .precautions {
	margin: 30px auto 50px;
	width: 85%;
}

#under12 .precautions p {
	line-height: 1.6em;
	color: #fff;
	text-indent: -1em;
}

#under12 .member-apo .text {
	width: 100%;
	padding-bottom: 80px;
	text-align: center;
	line-height: 1.0em;
	color: #fff;
}


/* 応募ホームボタン（スタイルcssに記載）
------------------------------------------------------------*/



/* RESPONSIVE 設定
------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 850px) {
	#under12 {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 0;
	}

	#under12 .recruitment {
		margin: 0 auto;
		width: 95%;
	}

	#under12 h1 {
		font-size: 23px;
		text-align: center;
		margin: 0;
	}

	#under12 .catch-copy {
		margin-left: 10px;
	}

	#under12 .catch-copy {
		margin-top: 0;
	}
}

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

@media screen and (min-width: 641px){
}

@media screen and (max-width: 600px){
	#under12 .head img {
		width: 230px;
		height: auto;
	}

	#under12 .catch-copy h1 {
		font-size: 25px;
	}

	#under12 .catch-copy p {
		font-weight: 500;
		font-size: 15px;
	}

	#under12 .catch-copy01 {
		margin: 15px 20px 50px 30px;
	}
}




