@charset "UTF-8";

/* -------------------------------------
大会情報 共通
----------------------------------------*/
.informatImg {
	width: 50%;
}

.informationWrap {
	background-color: #fff;
	border-top: 2px solid #001e55;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
	padding: 20px 10px;
	margin-bottom: 20px;
}

.blockSet .text .important span:first-of-type{
	text-decoration: underline;
}

.informationWrap .comment {
	margin-bottom: 14px;
}

.informationWrap .comment p {
	padding-left: 20px;
	position: relative;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.6;
	font-size: 12px;
}

.informationWrap .comment p:before {
	content: "";
	position: absolute;
	background: #001e55;
	top: calc(50% - 6px);
	left: 0;
	height: 12px;
	width: 12px;
	border-radius: 50%;
}

.blockSet .text .importantIcon {
	background-color: #ff0028;
	border: 1px solid #ff0028;
	color: #fff;
	font-size: 11px;
	padding: 2px 12px;
	margin-left: 4px;
    text-align: center;
}

@media (min-width: 769px) {
	.blockSet .text .important {
		font-size: 16px;
	}

	.blockSet .text .importantIcon {
		padding: 4px 12px;
		margin-left: 8px;
		min-width: 60px;
	}

	.informatImg {
		width: 100%;
	}

	.informationWrap {
		margin-bottom: 40px;
		padding: 30px 20px;
	}

	.informationWrap .comment {
		margin-bottom: 22px;
	}

	.informationWrap .comment p {
		font-size: 16px;
	}

	.tabTournamentWrap {
		margin-bottom: -2px;
		position:relative;
	}

	#tournament.specialSet{
		border-top: 1px solid #c7c7c7;
	}

	.tabTournament {
		display: flex;
		max-width: 1080px;
   		margin: auto;
	}
.tabTournament > li {
   		width: 40%;
    	margin: auto;
		text-align: center;
		background-color: #eaeaea;
		border: 1px solid #c7c7c7;
		padding: 20px 4px;
		font-size: 15px;
		cursor: pointer;
	}

	.tabTournament > li.select{
		background-color: #fff;
		background-color: #f9f9f9;
		border-bottom: none;
		font-weight: 600;
	}
}
@media (min-width: 1200px) {
	.tabTournament > li {
		width: 50%;
		border-left: none;
	}
	.tabTournament > li:first-of-type {
		border-left: 1px solid #c7c7c7;
	}
}
