@charset "UTF-8";

.about-inner > .tit {
	position: relative;
	font-size: 19px;
	background: #173756;
	color: #ffffff;
	padding: 15px 15px;
}
.about-inner > .tit > span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	font-size: 9px;
}

/* outline
========================================== */
.outline-headline {
	position: relative;
	color: #fff;
	padding: 15px;
	border-bottom: 1px solid #516c85;
}
.outline-headline:before {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #071d32;
}
@media screen and (min-width: 993px) {
	.outline-headline {
		font-size: 18px;
		border-bottom: none;
		padding: 30px;
	}
	.outline-headline:before { display: none; }
}


.outline-box { background: #ffffff; }
.outline-detail dt {
	font-size: 14px;
	font-weight: bold;
	color: #173756;
	background-color: #f3f5f6;
	padding: 6px 15px;
}
.outline-detail dd { padding: 15px; }
.outline-detail dd > span { display: block; font-weight: bold; }
.outline-detail dd > span + span { margin-top: 10px; }
.outline-team { background: #e0eff3; }
.outline-team > .tit {
	font-size: 16px;
	background-color: #43c8e7;
	padding: 10px 15px;
	color: #ffffff;
}
.outline-team .outline-team-inner { padding-bottom: 40px; }
.outline-team .outline-team-inner > span {
	display: inline-block;
	font-size: 10px;
	padding: 10px 20px 0;
}
.outline-team .caption {
	background: #ffffff;
	border: 1px solid #43c8e7;
	color: #f6416c;
	font-size: 14px;
	padding: 10px 15px;
	margin: 20px 15px;
}
.outline-team .caption p { text-indent: -1em; margin-left: 1em; }
.outline-team .caption p:before {
	content: '●';
	display: inline-block;
	width: 1.5em;
	text-indent: 0;
	font-size: 8px;
	vertical-align: middle;
}
.outline-team .sub-tit {
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px 10px;
}
.outline-team .sub-tit:before {
	content: '◆';
	display: inline-block;
	width: 1.2em;
	text-indent: 0;
	color: #1796b3;
}

/* table */
.outline-table.seed { margin-bottom: 30px; }
.outline-table .outline-list {
	display: block;
	width: 100%;
	background: #ffffff;
}
.outline-table .outline-list .data {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #cccccc;
}
.outline-table .outline-list .data .tit {
	background: #f3f5f6;
	width: 125px;
	padding: 10px 20px 8px;
}
.outline-table .outline-list .data .result {
	width: calc(100% - 125px);
	padding: 10px 20px 8px;
}
.outline-table .country {
	background: #e0eff3;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 20px 7.5px;
}
.outline-table .country:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.outline-table .japan { background: #fdf7cc; }
.outline-table .japan .country:after {
	position: absolute;
	top: 7.5px;
	right: 10px;
	display: inline-block;
	content: '開催国';
	background: #f6416c;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 20px;
}
.outline-table .japan .country{ position: relative; background: #f4ecb2; }
.outline-table .japan .data .tit { background: #f1edc5; }
.outline-table .japan .country:before { background: url(../images/common/mark/japan.png) no-repeat center; background-size: contain; }
.outline-table .newzealand .country:before { background: url(../images/common/mark/newzealand.png) no-repeat center; background-size: contain; }
.outline-table .australia .country:before { background: url(../images/common/mark/australia.png) no-repeat center; background-size: contain; }
.outline-table .southafrica .country:before { background: url(../images/common/mark/southafrica.png) no-repeat center; background-size: contain; }
.outline-table .argentina .country:before { background: url(../images/common/mark/argentina.png) no-repeat center; background-size: contain; }
.outline-table .wales .country:before { background: url(../images/common/mark/wales.png) no-repeat center; background-size: contain; }
.outline-table .france .country:before { background: url(../images/common/mark/france.png) no-repeat center; background-size: contain; }
.outline-table .ireland .country:before { background: url(../images/common/mark/ireland.png) no-repeat center; background-size: contain; }
.outline-table .scotland .country:before { background: url(../images/common/mark/scotland.png) no-repeat center; background-size: contain; }
.outline-table .england .country:before { background: url(../images/common/mark/england.png) no-repeat center; background-size: contain; }
.outline-table .georgia .country:before { background: url(../images/common/mark/georgia.png) no-repeat center; background-size: contain; }
.outline-table .italy .country:before { background: url(../images/common/mark/italy.png) no-repeat center; background-size: contain; }
.outline-table .russia .country:before { background: url(../images/common/mark/russia.png) no-repeat center; background-size: contain; }
.outline-table .fiji .country:before { background: url(../images/common/mark/fiji.png) no-repeat center; background-size: contain; }
.outline-table .tonga .country:before { background: url(../images/common/mark/tonga.png) no-repeat center; background-size: contain; }
.outline-table .samoa .country:before { background: url(../images/common/mark/samoa.png) no-repeat center; background-size: contain; }
.outline-table .namibia .country:before { background: url(../images/common/mark/namibia.png) no-repeat center; background-size: contain; }
.outline-table .america .country:before { background: url(../images/common/mark/america.png) no-repeat center; background-size: contain; }
.outline-table .uruguay .country:before { background: url(../images/common/mark/uruguay.png) no-repeat center; background-size: contain; }
.outline-table .canada .country:before { background: url(../images/common/mark/canada.png) no-repeat center; background-size: contain; }


@media screen and (min-width: 993px) {
	.about-inner { background: #ffffff; }
	.about-inner > .tit {
		position: relative;
		background: #173756;
		font-size: 32px;
		border-top: 1px solid #516c85;
		padding: 25px 30px;
	}
	.about-inner > .tit:before {
		position: absolute;
		top: -3px;
		left: 0;
		display: block;
		content: '';
		width: 100%;
		height: 2px;
		background: #071d32;
	}
	.about-inner > .tit > span { font-size: 12px; letter-spacing: 4px; }
	.outline-box {
		width: 840px;
		margin: 0 auto;
		padding: 70px 0;
	}
	.outline-detail {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #173756;
		margin-bottom: 50px;
		font-size: 16px;
	}
	.outline-detail dt {
		width: 260px;
		border-top: 1px solid #173756;
		padding: 25px 30px;
		font-size: 16px;
	}
	.outline-detail dd {
		width: calc(100% - 260px);
		border-top: 1px solid #173756;
		padding: 25px 30px;
	}
	.outline-team > .tit { padding: 10px 30px; }
	.outline-team .caption {
		margin: 30px 40px;
		font-size: 16px;
		padding: 20px 30px;
	}
	.outline-team .outline-team-inner > span { font-size: 11px; padding: 10px 40px 0; }
	.outline-team .sub-tit {
		font-size: 16px;
		padding: 0 40px;
		margin-bottom: 20px;
	}
	.outline-table {
		padding: 0 40px;
		font-size: 16px;
	}
	.outline-table.seed { margin-bottom: 40px; }
	.outline-table table { width: 100%; border-collapse: collapse; }
	.outline-table thead {
		background: #1796b3;
		color: #ffffff;
	}
	.outline-table table th { padding: 10px 0; }
	.outline-table tbody { background: #ffffff; }
	.outline-table table th,
	.outline-table table td {
		text-align: center;
		border: solid 1px #cccccc;
	}
	.outline-table .country {
		width: 300px;
		background: #ffffff;
		font-weight: normal;
		padding: 7.5px 20px 5px;
		text-align: left;
	}
	.outline-table .country:before {
		width: 40px;
		height: 40px;
		margin-right: 15px;
	}
	.outline-table .japan .country{ background: #fdf7cc; }
	.outline-table .japan .country:after {
		top: 50%;
		transform: translate(0, -50%);
	}
}



/* stadium
========================================== */
.about-inner.stadium {
	background-color: #43c8e7;
	background-image: url(../images/outline/stadium_map_bg.png);
	background-size: 200px;
}
.stadium .map {
	width: calc(100% - 80px);
	margin: 10px auto 10px;
	height: 0;
	padding-top: 92.69%;
	background: url(../images/outline/stadium_map_sp.png) no-repeat;
	background-size: contain;
}
.stadium .stadium-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px 40px;
}
.stadium .stadium-list li {
	position: relative;
	width: calc(50% - 5px);
	padding-top: 35.4%;
}
.stadium .stadium-list li:nth-child(1) { background: url(../images/outline/stadium_img_01.jpg) no-repeat; background-size: contain; }
.stadium .stadium-list li:nth-child(2) { background: url(../images/outline/stadium_img_02.jpg) no-repeat; background-size: contain; }
.stadium .stadium-list li:nth-child(3) { background: url(../images/outline/stadium_img_03.jpg) no-repeat; background-size: contain; }
.stadium .stadium-list li:nth-child(4) { background: url(../images/outline/stadium_img_04.jpg) no-repeat; background-size: contain; }
.stadium .stadium-list li:nth-child(5) { background: url(../images/outline/stadium_img_05.jpg) no-repeat; background-size: contain; }
.stadium .stadium-list li:nth-child(6) { background: url(../images/outline/stadium_img_06.jpg) no-repeat; background-size: contain; }
.stadium .stadium-list li:nth-child(7) { background: url(../images/outline/stadium_img_07.jpg) no-repeat; background-size: contain; }
.stadium .stadium-list li:nth-child(8) { background: url(../images/outline/stadium_img_08.jpg) no-repeat; background-size: contain; }
.stadium .stadium-list li:nth-child(9) { background: url(../images/outline/stadium_img_09.jpg) no-repeat; background-size: contain; }
.stadium .stadium-list li:nth-child(10) { background: url(../images/outline/stadium_img_10.png) no-repeat; background-size: contain; }
.stadium .stadium-list li:nth-child(11) { background: url(../images/outline/stadium_img_11.jpg) no-repeat; background-size: contain; }
.stadium .stadium-list li:nth-child(12) { background: url(../images/outline/stadium_img_12.png) no-repeat; background-size: contain; }

.stadium .stadium-list li:nth-child(n+3) { margin-top: 10px; }
.stadium .stadium-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.6) 100%);
}
.stadium .stadium-list li .prefectures {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	color: #ffffff;
	font-size: 10px;
	padding: 2px 5px;
}
.stadium .stadium-list li .name {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-size: 12px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 5px;
}
.stadium .stadium-list li .name .number {
	width: 30px;
	line-height: 1.1;
	text-align: center;
	font-size: 16px;
	color: #43c8e7;
}
.stadium .stadium-list li .name .sub-name {
	width: calc(100% - 30px);
	border-left: 1px solid #ffffff;
	padding: 0 10px;
}
@media screen and (min-width: 993px) {
	.about-inner.stadium { background-size: 400px; }
	.stadium .map {
		width: 100%;
		margin: 25px auto;
		height: 0;
		padding-top: 550px;
		background: url(../images/outline/stadium_map_pc.png) no-repeat;
		background-position: center;
		background-size: contain;
	}
	.stadium .stadium-list { padding: 0; border-top: 1px solid #ffffff; }
	.stadium .stadium-list li {
		width: 25%;
		padding-top: 180px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	.stadium .stadium-list li:before { height: 180px; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%);}
	.stadium .stadium-list li:nth-child(n) { margin-top: 0; }
	.stadium .stadium-list li:nth-child(4n) { border-right: none; }
	.stadium .stadium-list li .prefectures { font-size: 14px; }
	.stadium .stadium-list li .name { align-items: center; font-size: 14px; padding-bottom: 15px;}
	.stadium .stadium-list li .name .number { width: 60px; font-size: 24px; }
	.stadium .stadium-list li .name .sub-name { width: calc(100% - 60px); padding: 5px 10px; }
}

