@charset "utf-8";
/* ------------------------------------------------------------------ ATHLETE.CSS -- */

h3 {
	font-size: 1.825em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.75;
}

p {
	line-height: 2;
	padding-top: 1.0rem;
	letter-spacing: 1px;
}

figure {
	margin: 2.5rem 0 3.0rem;
}



.col.at .colIn {margin: auto;} /*なぜかDIVが中央に揃わないやつ*/


.atintro .colIn figure img {
	box-shadow: 2px 2px 10px #999;
	border-radius: 10px;
	margin: 2.5rem 0 4.0rem;
}

.col.vj.qua .colIn {
	width: calc(98% / 4);
	/* border: 1px dotted #396; */
	padding: 0;
}
.col.vj.qua .colIn figure {
	margin: 0;
	margin-bottom: 0.5rem;
	padding: 0;
}

.col.at .colIn h4 {
	font-size: 1.6em;
	letter-spacing: 1px;
	line-height: 1.8;
	margin-top: 1.0rem;
	padding-bottom: 4.0rem;
}
.col.at .colIn p {
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 2px;
	padding-bottom: 2rem;
}

.col.atprof {align-items: baseline;}
.col.atprof.pl {
	border-top: 1px dashed #666;
	margin-top: 7rem;
	padding-top: 6rem;
}
.col.atprof div:first-of-type {
	width: 35%;
	/* border: 1px dotted #c30; */
}
.col.atprof .colIn figure,
.col.Single.ouen .colIn figure img {
	border: 1px solid #fff;
	box-shadow: 1px 1px 5px #999;
}
.col.atprof div:first-of-type figure {margin: 0;}
.col.atprof div:last-of-type {
	width: 60%;
	/* border: 1px dotted #396; */
}
.col.atprof div:last-of-type .name {
	padding-left: 1.0rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #aaa;
	font-size: 1.6rem;
	font-weight: bold;
	width: 100%;
	margin-bottom: 1.5rem;
	text-align: left;
}
.col.atprof div:last-of-type .name span {
	font-size: 1.1rem;
	margin-left: 1.5rem;
	color: #666;
	letter-spacing: 1px;
	font-weight: bold;
}
.col.atprof .colIn table td span {font-size: 0.9rem;}

.col.ouen .colIn {
	width: 100%;
	margin-top: 2.0rem;
}
.col.ouen .colIn div {
	background: #396;
	padding: 0.5rem 5.0rem;
	border-radius: 3rem;
	color: #fff;
	font-weight: bold;
	width: max-content;
	margin: auto;
}
.col.ouen .colIn h3 {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	font-weight: bold;
}
.col.ouen .colIn figure img {
	margin: 0 1.0rem;
	width: 45%;
}
.col.ouen .colIn figure.tate img {
	margin: 0 2.0rem;
	width: 30%;
}


.pb {padding-bottom: 7.5rem;}




@media screen and ( max-width:959px) {
	.col.atprof {
		flex-direction: column;
	}
	.col.atprof div:first-of-type {
		width: 60%;
		margin: auto;
		margin-bottom: 2.5rem;
	}
	.col.atprof div:last-of-type {
		width: 95%;
	}
}



@media screen and ( max-width:599px) {
	.colTitle h3 {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 1px;
	}
	.col.vj.qua {flex-direction: row;}
	.col.vj.qua .colIn {
		width: calc(98% / 2);
	}

	.col.at .colIn h4 {
		font-size: 1.25rem;
		text-align: left;
	}

	table tr th {
		padding: 1.5em 0;
		font-size: 0.8em;
	}
	table tr td {
		font-size: 0.9em;
		line-height: 1.7;
	}
	.col.ouen .colIn h3 {
		font-size: 1.15rem;
		text-align: left;
	}
	.col.ouen .colIn figure img {
		margin: 0 1rem 1rem;
		width: 90%;
	}
	.col.ouen .colIn figure.tate img {
		margin: 0 0;
		width: 48%;
	}

	.ta-lSP {text-align: left;}
}
