@charset "UTF-8";

#teams .rugby-box-inner {
	background: #ffffff;
	padding: 30px 0 40px;
}

#teams {
	position: relative;
	padding-bottom: 0;
}
#teams::before {
	content: '';
	background-image: url(../images/common/bg/sp_02.png);
	background-repeat: no-repeat;
    background-size: contain;
	width: 47%;
    padding-top: 50%;
    position: absolute;
    top: 15px;
    left: 0;
	z-index: 0;
}
#teams::after {
	display: none;
}

@media screen and (min-width: 993px) {
	#teams {
		padding-bottom: 120px;
		position: relative;
	}

	#teams::before {
		background-image: url(../images/common/bg/pc-top_02.png);
		width: 35%;
		padding-top: 38%;
		top: 0;
	}

	#teams::after {
		display: block;
		content: '';
		background-image: url(../images/common/bg/pc-bottom_02.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 44%;
		padding-top: 27%;
		position: absolute;
		bottom: -60px;
		right: 0;
		z-index: 0;
	}

	#teams .rugby-box-inner {
		padding: 70px 80px;
		margin-top: 40px;
	}
}


.teams-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 20px 25px;
	position: relative;
    z-index: 1;
}

.teams-link-list > li {
	width: 50%;
	background: #ffffff;
	overflow: hidden;
	font-size: 13px;
}
.teams-link-list > li:nth-child(odd) {
	border-right: solid 1px #d8d8d8;
}
.teams-link-list > li > dl > dt {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #19184B;
	padding: 13px 5px;
	line-height: 1;
}
.teams-link-list > li > dl > dt.pool_A { background: #78DCAA; }
.teams-link-list > li > dl > dt.pool_B { background: #CD73D7; }
.teams-link-list > li > dl > dt.pool_C { background: #50C8E6; }
.teams-link-list > li > dl > dt.pool_D { background: #FF5573; }

.teams-link-list li dl dd {
	padding: 8px 0 6px;
	width: calc(100% - 20px);
	margin: 0 auto;
	border-bottom: solid 1px #d8d8d8;
}
.teams-link-list li dl dd:last-child {
	border-bottom: none;
}
.teams-link-list li dl dd .teams-link-tab{
	font-weight: 600;
	text-decoration:underline;
	cursor: pointer;
	transition: all 0.1s ease;
}
.teams-link-list li dl dd .teams-link-tab:hover {
	opacity: 0.5;
}
.teams-link-list li dl dd .teams-link-tab:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 5px;
}
@media screen and (min-width: 993px) {
	.teams-link-list {
		width: 1000px;
		margin: 70px auto 0;
	}
	.teams-link-list > li {
		width: 25%;
		border-right: solid 1px #d8d8d8;
	}
	.teams-link-list > li:last-child { border-right: none; }
	.teams-link-list > li > dl > dt {
		font-size: 20px;
		padding: 18px 5px;
	}
	.teams-link-list li dl dd {
		font-size: 16px;
		padding: 10px 0 8px;
		width: calc(100% - 50px);
	}
	.teams-link-list li dl dd .teams-link-tab:before { width: 30px; height: 30px; margin: 0 20px 0 0; }
}

.romania:before { background: url(../images/common/mark/romania.png) no-repeat center; background-size: contain; }
.argentina:before { background: url(../images/common/mark/argentina.png) no-repeat center; background-size: contain; }
.australia:before { background: url(../images/common/mark/australia.png) no-repeat center; background-size: contain; }
.england:before { background: url(../images/common/mark/england.png) no-repeat center; background-size: contain; }
.fiji:before { background: url(../images/common/mark/fiji.png) no-repeat center; background-size: contain; }
.france:before { background: url(../images/common/mark/france.png) no-repeat center; background-size: contain; }
.georgia:before { background: url(../images/common/mark/georgia.png) no-repeat center; background-size: contain; }
.ireland:before { background: url(../images/common/mark/ireland.png) no-repeat center; background-size: contain; }
.italy:before { background: url(../images/common/mark/italy.png) no-repeat center; background-size: contain; }
.japan:before { background: url(../images/common/mark/japan.png) no-repeat center; background-size: contain; }
.namibia:before { background: url(../images/common/mark/namibia.png) no-repeat center; background-size: contain; }
.newzealand:before { background: url(../images/common/mark/newzealand.png) no-repeat center; background-size: contain; }
.portugal:before { background: url(../images/common/mark/portugal.png) no-repeat center; background-size: contain; }
.samoa:before { background: url(../images/common/mark/samoa.png) no-repeat center; background-size: contain; }
.scotland:before { background: url(../images/common/mark/scotland.png) no-repeat center; background-size: contain; }
.southafrica:before { background: url(../images/common/mark/southafrica.png) no-repeat center; background-size: contain; }
.tonga:before { background: url(../images/common/mark/tonga.png) no-repeat center; background-size: contain; }
.wales:before { background: url(../images/common/mark/wales.png) no-repeat center; background-size: contain; }
.uruguay:before { background: url(../images/common/mark/uruguay.png) no-repeat center; background-size: contain; }
.chile:before { background: url(../images/common/mark/chile.png) no-repeat center; background-size: contain; }

.teams-main .teams-name {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #19184B;
	margin: 0 20px 30px;
}
.teams-main .teams-name:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 5px;
}
.teams-main .teams-img {
	width: calc(100% - 40px);
	height: 0;
	padding-top: calc(66.66% - 7.2%);
	margin: 0 auto 30px;
}
@media screen and (min-width: 380px) {
	.teams-main .teams-img {
		padding-top: 64.66%;
	}
}
@media screen and (min-width: 993px) {
	.teams-main .teams-name {
		font-size: 32px;
		padding: 0 0 15px;
		margin: 0 0 30px;
	}
	.teams-main .teams-name:before {
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}
	.teams-main .teams-img {
		width: 100%;
		padding-top: 66.66%;
	}
}

.teams-main .teams-img.romania { background: url(../images/teams/romania.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.argentina { background: url(../images/teams/argentina.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.australia { background: url(../images/teams/australia.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.england { background: url(../images/teams/england.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.fiji { background: url(../images/teams/fiji.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.france { background: url(../images/teams/france.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.georgia { background: url(../images/teams/georgia.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.ireland { background: url(../images/teams/ireland.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.italy { background: url(../images/teams/italy.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.japan {
	background: url(../images/teams/japan.jpg)no-repeat center; background-size: contain;
	padding-top: calc(55.83% - 6%);
}
.teams-main .teams-img.namibia { background: url(../images/teams/namibia.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.newzealand { background: url(../images/teams/newzealand.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.portugal {
	background: url(../images/teams/portugal.jpg) no-repeat center; background-size: contain;
	padding-top: calc(55.83% - 6%);
}
.teams-main .teams-img.samoa { background: url(../images/teams/samoa.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.scotland { background: url(../images/teams/scotland.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.southafrica { background: url(../images/teams/southafrica.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.tonga { background: url(../images/teams/tonga.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.wales { background: url(../images/teams/wales.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.uruguay { background: url(../images/teams/uruguay.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.chile { background: url(../images/teams/chile.jpg) no-repeat center; background-size: contain; }
@media screen and (min-width: 380px) {
	.teams-main .teams-img.japan,
	.teams-main .teams-img.portugal {
		padding-top: 53.83%;
	}
}
@media screen and (min-width: 993px) {
	.teams-main .teams-img.japan,
	.teams-main .teams-img.portugal {
		padding-top: 55.83%;
	}
}


.teams-main .teams-detail-list {
	width: calc(100% - 40px);
	border: solid 1px #19184B;
	margin: 0px auto 30px;
}
.teams-main .teams-detail-list dt {
	width: 100%;
	font-weight: bold;
	background: #F3F5F6;
	padding: 10px 15px;
	text-align: left;
	line-height: 1;
}
.teams-main .teams-detail-list dd {
	width: 100%;
	padding: 20px 15px 20px;
	line-height: 1;
}
.teams-main .teams-detail-list dd:nth-of-type(4){
	line-height: 2;
}
.teams-main .teams-detail-txt {
	padding: 0 30px;
	/* margin-top: 30px; */
}
.teams-main .teams-detail-btn {
	width: 100%;
	padding: 0 15px;
}
.teams-main .teams-detail-btn a {
	display: block;
	text-align: center;
	font-size: 14px;
	width: 100%;
	background: #78DCAA;
	color: #ffffff;
	margin-top: 40px;
	padding: 15px 5px;
}

@media screen and (min-width: 993px) {
	.teams-main .teams-detail-list {
		display: flex;
		flex-wrap: wrap;
		border: solid 1px #19184B;
		border-width: 0px 0px 1px;
		margin-bottom: 35px;
		width: 100%;
	}
	.teams-main .teams-detail-list dt {
		width: 225px;
		text-align: left;
		border-top: solid 1px #D2D2DA;
		font-size: 18px;
		padding: 30px 30px 30px;
	}
	.teams-main .teams-detail-list dt:nth-of-type(1){
		border: 1px solid #19184B;
		border-width: 1px 0px 0px;
	}
	.teams-main .teams-detail-list dd {
		width: calc(100% - 225px);
		border-top: solid 1px #D2D2DA;
		font-size: 18px;
		padding: 30px 50px;
	}
	.teams-main .teams-detail-list dd:nth-of-type(1){
		border: 1px solid #19184B;
		border-width: 1px 0px 0px;
	}
	.teams-main .teams-detail-list dd:nth-of-type(4){
		padding-top: 22px;
	}
	.teams-main .teams-detail-txt {
		font-size: 20px;
		padding: 0 20px;
		/* margin-top: 35px; */
	}
	.teams-main .teams-detail-btn a {
		width: 400px;
		margin: 50px auto 0;
		font-size: 22px;

		padding: 20px 5px;
	}

}
