@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#award .award .links {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(8, 120px);
	gap: 20px 0;
	margin-bottom: 110px;
}
#award .award .links li a {
	display: block;
	background: #f4f4f4;
	text-align: center;
	padding: 16px 0;
	text-decoration: underline;
}
#award .award .box {
	position: relative;
	min-height: 476px;
	margin-bottom: 100px;
}
#award .award .box:last-of-type {
	margin-bottom: 0;
}
#award .award .box h4 {
	position: absolute;
	top: 0;
	left: -10px;
	line-height: 1;
	font-size: 184px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: rgba(38, 45, 67, 0.08);
}
#award .award .box:nth-of-type(even) h4 {
	left: auto;
	right: -40px;
}
#award .award .box h4::first-letter {
	color: rgba(221, 7, 23, 0.08);
}

#award .award .box table {
	width: 953px;
	font-size: 110%;
	margin-left: auto;
}
#award .award .box:nth-of-type(even) table {
	margin-left: 0;
	margin-right: auto;
}
#award .award .box table tr:nth-of-type(odd) {
	background: #f4f4f4;
}
#award .award .box table tr:first-of-type {
	background: #262d43;
}
#award .award .box table tr th {
	color: #fff;
	text-align: center;
}
#award .award .box table tr th:first-of-type {
	width: 143px;
}
#award .award .box table tr th:nth-of-type(2) {
	width: 579px;
}
#award .award .box table tr td {
	text-align: center;
}
#award .award .box table tr td:nth-of-type(2) {
	text-align: left;
}
#award .award .box table tr th, #award .award .box table tr td {
	padding: 24px;
	border: 1px solid #ccc;
}
#album .box {
	margin-bottom: 80px;
}
#album .box:last-of-type {
	margin-bottom: 0;
}
#album .box h4 {
	font-size: 30px;
	font-weight: 500;
	background: #f4f4f4;
	padding: 20px 0 22px 30px;
	margin-bottom: 50px;
}
#album .box h4::first-letter {
	color: #dd0717;
}
#album .box ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 245px);
	gap: 40px 0;
}
#album .box ul li img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 1px solid #ccc;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#award .award .links {
		display: grid;
		justify-content: space-between;
		grid-template-columns: repeat(5, 19%);
		gap: 10px 0;
		margin-bottom: 50px;
	}
	#award .award .links li a {
		padding: 10px 0;
	}
	#award .award .box {
		margin-bottom: 50px;
		min-height: unset;
	}
	#award .award .box h4 {
		position: relative;
		-ms-writing-mode: unset;
		writing-mode: unset;
		font-size: 70px;
		left: auto;
	}
	#award .award .box:nth-of-type(even) h4 {
		right: auto;
	}
	#award .award .box table {
		width: 100%;
	}
	#award .award .box table tr th:first-of-type {
		width: 110px;
	}
	#award .award .box table tr th:nth-of-type(2) {
		width: auto;
	}
	#award .award .box table tr th:nth-of-type(3) {
		width: 150px;
	}
	#award .award .box table tr th, #award .award .box table tr td {
		padding: 15px;
	}
	#album .box {
		margin-bottom: 40px;
	}
	#album .box h4 {
		font-size: 25px;
		padding: 10px 0 12px 20px;
		margin-bottom: 20px;
	}
	#album .box ul {
		grid-template-columns: repeat(4, 24%);
		gap: 10px 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#award .award .links li a {
		font-size: 12px;
	}
	#award .award .box {
		margin-bottom: 25px;
	}
	#award .award .box h4 {
		font-size: 50px;
	}
	#award .award .box table {
		font-size: 90%;
	}
	#award .award .box table tr th:first-of-type {
		width: 70px;
	}
	#award .award .box table tr th:nth-of-type(3) {
		width: 90px;
	}
	#award .award .box table tr th, #award .award .box table tr td {
		padding: 5px;
	}
	#album .box h4 {
		font-size: 20px;
		padding: 5px 0 7px 15px;
		margin-bottom: 15px;
	}
	#album .box ul {
		grid-template-columns: repeat(3, 32%);
		gap: 8px 0;
	}
}