@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .selectList {
	margin-bottom: 6rem;
	display: flex;
	gap: 1.9rem;
}
#main .selectList li {
	width: 15.8rem;
}
#main .selectList .item {
	width: 51.4rem;
}
#main .selectList .item select {
	text-align: left;
	padding: 0 2.3rem;
	text-align-last: left;
}
#main h3 {
	font-size: 3rem;
	font-weight: 700;
	color: #575757;
	margin-bottom: 1.6rem;
}
#main .catBox {
	margin-bottom: 8.5rem;
}
#main .catBox:last-child {
	margin-bottom: 0;
}
#main .tableBox {
	margin: 0 -1rem 2.7rem;
}
#main .tableBox:last-child {
	margin-bottom: 0;
}
#main table {
	width: 100%;
	border-collapse: collapse;
}
#main table th {
	padding: 0.7rem;
	text-align: center;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	border: 1rem solid #fff;
	border-bottom-width: 0.2rem;
	background-color: #8E8E8E;
}
#main table .wid01 {
	width: 17.2%;
}
#main table .wid02 {
	width: 23.5%;
}
#main table .wid03 {
	width: 20.5%;
}
#main table .wid04 {
	width: 10.5%;
}
#main table .wid05 {
	width: 8.3%;
}
#main table .wid06 {
	width: 25.0%;
}
#main table td {
	position: relative;
	padding: 3.4rem 0.5rem; 
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	background-color: #EAEAEA;
	border: 1rem solid #fff;
	border-top: none;
	line-height: 1.67;
}
#main table td:has(.link) {
	padding-top: 1.5rem;
	padding-bottom: 5.3rem;
}
#main table td .txtSpan {
	padding-right: 1rem;
	padding-left: 2.0rem;
	text-align: left;
	display: inline-block;
}
#main table td .txtSpan2 {
	padding-left: 0rem;
}
#main table td .link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 1.4rem;
}
#main table td .link a {
	min-height: 4.14rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background: #000 url(../img/common/icon03.png) no-repeat right 1.2rem center;
	background-size: 1.0rem auto;
}
#main table td .link a:hover {
	opacity: 0.7;
}
#main table td .date {
	padding-left: 1rem;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1;
	width: fit-content;
	text-align: left;
}
#main table td .date .subSpan {
	margin-top: 0.5rem;
	display: block;
	font-size: 4.7rem;
}
#main table td .date .subSpan .red {
	color: #CB2F00;
	margin-left: 1rem;
	font-size: 2.3rem;
	vertical-align: 0.2rem;
}
#main table td .date .subSpan .blue {
	color: #0055B8;
	margin-left: 1rem;
	font-size: 2.3rem;
	vertical-align: 0.2rem;
}
#main .tableBox2 {
	margin-bottom: 8.1rem;
}
#main .tableBox3 .wid01 {
	width: 13.6%;
}
#main .tableBox3 .wid02 {
	width: 22.4%;
}
#main .tableBox3 .wid03 {
	width: 13.6%;
}
#main .tableBox3 .wid04 {
	width: 8.8%;
}
#main .tableBox3 .wid05 {
	width: 13.1%;
}
#main .tableBox3 .wid06 {
	width: 7.6%;
}
#main .tableBox3 .wid07 {
	width: 15.5%;
}
#main .tableBox3 .tdStyle {
	line-height: 1.11;
}
#main .tableBox3 td {
	padding-block: 2.8rem;
}
#main .tableBox3 .tdStyle2 {
	height: 5.3rem;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 0.2rem;
}
#main .tableBox3 td .txt {
	display: block;
	font-size: 1.5rem;
	color: #D62900;
	margin-top: -0.3rem;
}

@media all and (min-width: 897px) {
	#main table .bigrow:first-of-type {
		padding-right: 0;
	}
}
@media all and (max-width: 896px) {
	#main .selectList {
		margin-bottom: 3.6rem;
		flex-direction: column;
		gap: 1.4rem;
	}
	#main .selectList li {
		width: 100% !important;
		position: relative;
	}
	#main .selectList li:after {
		width: 0.9rem;  
		aspect-ratio: 17 / 11;
		background: url(../img/common/icon04.png) no-repeat right center;
		background-size: 100% auto;
		position: absolute;  
		top: 50%;
		transform: translateY(-50%);
		right: 1rem;  
		content: ""; 
	}
	#main h3 {
		font-size: 1.25rem;
		color: #fff;
		padding: 0.8rem 1.2rem 1rem;
		background-color: #1AAAD6;
	}
	#main .inner {
		margin-bottom: 8.8rem;
		border: 1px solid #707070;
	}
	#main .inner .ttl {
		padding: 1rem 1.5rem;
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1.4;
		background-color: #F2F2F2;
		border-left: 6px solid #1AAAD6;
	}
	#main .inner .sub {
		padding: 0.8rem 0 0;
	}
	#main .inner .sub p {
		margin-bottom: 1.2rem;
		text-align: center;
		line-height: 1.2;
		font-weight: 500;
		letter-spacing: 0;
	}
	#main .inner .sub .date {
		margin-bottom: 0.7rem;
		font-size: 1.55rem;
	}
	#main .inner .sub .date .txtSpan {
		font-size: 3.35rem;
		margin: 0 1rem;
		vertical-align: -0.5rem;
	}
	#main .inner .sub .date .red {
		color: #CB2F00;
	}
	#main .inner .sub .date .blue {
		color: #0055B8;
	}
	#main .inner .sub .dlStyle {
		margin-bottom: 1.5rem;
		display: flex;
		flex-wrap: wrap;
	}
	#main .inner .sub .dlStyle dt {
		padding: 0.1rem 0.5rem 0.3rem;
		min-width: 6.65rem;
		font-size: 1.25rem;
		font-weight: 700;
		background-color: #D9D9D9;
		text-align: center;
		margin-right: 0.65rem;
	}
	#main .inner .sub .dlStyle dd {
		margin-right: 1.6rem;
		font-weight: 700;
	}
	#main .inner .sub .dlStyle dd:last-child {
		margin-right: 0;
	}
	#main .inner .sub .link {
		margin: 0 -1px;
	}
	#main .inner .sub .link a {
		min-height: 2.65rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 1.15rem;
		color: #fff;
		background-color: #000;
	}
	#main .h3Ttl {
		background-color: #0854D1;
	}
	#main .inner2 .ttl {
		border-color: #0854D1;
	}
	#main .inner .competitionDl {
		margin: -0.3rem 0 0.5rem;
		display: flex;
		flex-wrap: wrap;
		background-color: rgba(217, 217, 217, 0.66);
	}
	#main .inner .competitionDl dt {
		padding: 0.5rem 0.5rem 0.4rem 0.8rem;
		width: 9.6rem;
		font-size: 1rem;
		font-weight: 700;
		color: #fff;
		background-color: #707070;
		clip-path: polygon(
			0 0,
			100% 0,
			94% 100%,
			0 100%
		);
	}
	#main .inner .competitionDl dd {
		flex: 1;
		font-weight: 700;
		padding: 0.2rem 1rem 0.2rem 1.5rem;
	}
	#main .inner .list {
		margin-bottom: 2rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 1rem 0;
		padding-left: 2rem;
	}
	#main .inner .list li {
		font-weight: 700;
	}
	#main .inner .list li .txtSpan {
		margin-right: 0.5rem;
		display: inline-block;
		padding-right: 2rem;
		background: url(../img/common/icon05.png) no-repeat right calc(50% + 0.2rem);
		background-size: 1.7rem auto;
	}
	#main .inner .list .item1 {
		width: 34.6%;
	}
	#main .inner .list .item2 {
		flex: 1;
	}
	#main .inner .list .item3 {
		margin: 0 0.3rem 0 0.5rem;
		padding: 0.4rem 0.2rem;
		width: 6rem;
		font-size: 0.75rem;
		color: #fff;
		line-height: 1.2;
		text-align: center;
		background-color: #CB2F00;
	}
	#main .inner .list:last-of-type {
		margin-bottom: 1.3rem;
	}
}