/*
 * base css 
 * pc width 1000px fixed
 */

@media (max-width: 599px) {
}

@media (min-width: 600px) and (max-width:959px) {
}

@media (min-width: 960px) {
}

@media (max-width: 480px) {
}

@media (min-width: 481px) and (max-width:767px) {
}

@media (min-width: 768px) and (max-width:959px) {
}

@media (min-width: 960px) {
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

/* ---------------------------------------- prof */

#player .prof {
	display: grid;
	grid-template-columns: repeat(2, 5rem);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 1em;
	grid-row-gap: 1.5em;
}
#player .prof h3 {
	width: 5em;
	color: #fff;
	background:	#da1c1c;
	border-radius: 100px;
	text-align: center;
	padding: .2em 1em;
}

@media (max-width: 767px) {
	#player { 
		margin: 0 0 5em;
	}

	#player .detail h2 {
		font-size: clamp(2rem, 0.3rem + 8.5vw, 4.375rem);
		line-height: 1;
		text-align: center;
	}
	#player .detail h2 + p {
		color: #da1c1c;
		font-family: "Oswald", 'Noto Sans JP', sans-serif;
		font-size: clamp(0.938rem, 0.714rem + 1.12vw, 1.25rem);
		font-weight: 400;
		text-align: center;
		margin: .5em 0 2em;
	}

	#player figure {
		text-align: center;
		margin: 0 0 2em;
	}
	#player figure img {
		width: 70%;
		max-width: 300px;
		height: auto;
	}

}

@media (min-width: 768px) {
	#player { 
		padding: 0 1.5em;
		margin: 0 0 8em;
	}

	#player .inside {
		display: flex;
	}
	#player figure {
		width: 30%;
		max-width: 300px;
		margin: 0 2em 0 0;
	}
	#player figure img {
		vertical-align: text-top;
	}

	#player .detail h2 {
		font-size: clamp(2.75rem, -4.698rem + 15.52vw, 5rem);
		line-height: 1;
	}
	#player .detail h2 + p {
		color: #da1c1c;
		font-family: "Oswald", 'Noto Sans JP', sans-serif;
		font-size: clamp(1rem, 0.172rem + 1.72vw, 1.25rem);
		font-weight: 400;
		margin: .5em 0 2em;
	}

}

/* ---------------------------------------- domestic, international */

#domestic h3,
#international h3 {
	text-align: center;
	font-weight: 600;
	margin: 0 0 1em;
}

@media (max-width: 767px) {
	#domestic { 
		margin: 0 0 5em;
	}
	#domestic h3,
	#international h3 {
		font-size: clamp(0.938rem, 0.714rem + 1.12vw, 1.25rem);
	}
}

@media (min-width: 768px) {
	#domestic { 
		padding: 0 1.5em;
		margin: 0 0 8em;
	}
	#international { 
		padding: 0 1.5em;
	}
	#domestic h3,
	#international h3 {
		font-size: clamp(1.125rem, -1.358rem + 5.17vw, 1.875rem);
	}
}


/* table */

section table { 
	width: 100%;
	font-family: "Oswald", 'Noto Sans JP', sans-serif; 
}
section th,
section td {
	border-bottom: 1px #b5b5b5 solid;
	text-align: center;
	padding: 1em;
}
section thead {
	color: #da1c1c;
	border-bottom: 2px #b5b5b5 solid;
	font-weight: 600;
}

@media (max-width: 767px) {

	section .listwrap {
		padding: 0 0 1em;
		overflow-x: scroll;
	}
	section table {
		min-width: 800px;
	}

}

@media (min-width: 768px) {
	section table {
		width: 100%;
	}
}

section .pagelink { 
	text-align: center;
	margin: 5em 0 0; 
}
section .pagelink a {
	display: inline-block;
	color: #fff;
	background: #000 url( ../images/commons/arrwo-brackets-right-w.svg) no-repeat right 1em center;
	background-size: auto 1em;
	padding: .75em 2.5em .75em 1.5em;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
section .pagelink a:hover {
	background: #e1123a url( ../images/commons/arrwo-brackets-right-w.svg) no-repeat right 1em center;
}

/* ---------------------------------------- tablepress */

td.column-2 {
	text-align:left !important;
}
