@charset "utf-8";

/****************************************
          teamページ　team-●●.html
*****************************************/

/* team_title */
.team_title {
	margin-top: 50px;
	line-height: 1;
}
.team_title h1 {}
.team_title img {
	display: inline-block;
	width: 100%;
	height: auto;
	padding-right: 50px;
}
.team_njpa .team_title img {
	max-width: 612px;
}
.team_jufa .team_title img {
	max-width: 640px;
}

/* team_content */
.team_content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.team_content .team_content_txt {
  width: 60%;
	padding-right: 30px;
}
.team_content .team_content_pic {
	list-style: none;
  width: 40%;
	padding: 0;
}
	.team_content .team_content_pic li {
		margin-bottom: 10px;
	}
	.team_content .team_content_pic li img {
		width: 100%;
		height: auto;
	}

@media screen and (max-width: 669px) {
	.team_content .team_content_txt {
	  width: 100%;
		padding-right: 0;
	}
	.team_content .team_content_pic {
	  width: 80%;
		margin: 30px auto 0;
	}
}

/* team_related */
.team_related {
	margin-top: 50px;
}
.team_related .comingsoon a {}
.team_related .comingsoon a:after {
	display: inline-block;
	content: "coming soon";
	border-radius: 100vh;
	background-color: #eee;
	margin-left: 10px;
	padding: 2px 8px;
	color: #cc0000;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: middle;
}


/* 一般財団法人 全日本大学サッカー連盟 team-jufa.html */
.team_content_jufa_kirinuki {
	max-width: 260px;
	margin: 30px auto 0;
	transform: rotate(-10deg);
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.team_content_jufa_kirinuki img {
	width: 100%;
	height: auto;
}
