@charset "UTF-8";

#locus .rugby-box-inner {
	background: #e0eff3;
	padding: 0;
}
#locus .locus-inner { background: #ffffff; padding-bottom: 40px; }
#locus .locus-tit {
	text-align: center;
	padding: 20px 0;
	line-height: 1.3;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (min-width: 993px) {
	#locus .locus-inner { overflow: hidden; }
	#locus .rugby-box-inner { padding: 0; margin-top: 80px; }
	#locus .locus-contents-inner { width: 840px; margin: 0 auto; }
	#locus .locus-tit {
		position: relative;
		font-size: 32px;
		padding: 70px 0 45px;
		background: #e0eff3;
		text-align: center;
	}
	#locus .locus-tit span {
		position: relative;
		z-index: 1;
		display: inline-block;
		background: #e0eff3;
		padding: 0 20px;
	}
	#locus .locus-tit:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 58%;
		left: 50%;
		transform: translate(-50%, 0);
		width: calc(100% - 160px);
		height: 2px;
		background: #173756;
	}
}

.locus-tab-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #e0eff3;
	margin-bottom: 25px;
}
.locus-tab-list > li {
	width: calc((100% - 3px) / 4);
	background: #43c8e7;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	margin-top: 1px;
	padding: 10px 0 8px;
}
.locus-tab-list > li.active {
	color: #43c8e7;
	background: #fff;
}


@media screen and (min-width: 993px) {
	.locus-tab-list {
		flex-wrap: nowrap;
		padding: 0 80px;
		margin-bottom: 70px;
	}
	.locus-tab-list > li {
		cursor: pointer;
		width: calc((100% - 14px) / 8);
		border-radius: 5px 5px 0 0 / 5px 5px 0 0;
		font-size: 16px;
	}
	.locus-tab-list > li:hover { opacity: 0.5; }
}

.locus-tab-contents > li { display: none; }
.locus-tab-contents > li.active { display: block; }
.locus-contents-inner .locus-contents-img {
	text-align: center;
	padding: 0 15px;
	margin-bottom: 25px;
	line-height: 0;
}
.locus-contents-inner .locus-contents-img img { max-width: 100%; }


@media screen and (min-width: 993px) {
	.locus-contents-inner .locus-contents-img {
		padding: 0;
		margin-bottom: 50px;
	}
}

.locus-contents-inner .locus-data-box { padding: 0 15px; }
.locus-contents-inner .locus-contents-data { margin-bottom: 15px; }
.locus-contents-inner .locus-contents-data dt {
	font-weight: bold;
	border-bottom: 1px solid #173756;
	margin-bottom: 5px;
}
.locus-contents-inner .locus-contents-data dd { padding: 3px 0; }
.locus-contents-inner .locus-contents-data dd + dd { border-top: 1px solid #d8d8d8; }
.locus-contents-inner .locus-contents-txt {
	padding: 20px 15px 25px;
	background: #e0eff3;
	margin-bottom: 25px;
}
.locus-contents-inner .locus-contents-txt p + p { text-indent: 1.5rem; }

@media screen and (min-width: 993px) {
	.locus-contents-inner .locus-data-box {
		width: 100%;
		position: relative;
		padding: 0;
		margin-bottom: 40px;
	}
	.locus-contents-inner .locus-contents-data {
		width: 45%;
		font-size: 18px;
	}
	.locus-contents-inner .locus-contents-data.achievement {
		position: absolute;
		top: 0;
		right: 0;
	}
	.locus-contents-inner .locus-contents-data dt { border-bottom: 2px solid #173756; }
	.locus-contents-inner .locus-contents-data dd { line-height: 1.9; }
	.locus-contents-inner .locus-contents-data.achievement dd {
		font-size: 22px;
		padding-left: 15px;
	}
	.locus-contents-inner .locus-contents-txt {
		font-size: 20px;
		padding: 20px 40px 30px;
		margin-bottom: 50px;
	}
	.locus-contents-inner .locus-contents-txt p + p { text-indent: 2rem; }
}

.locus-contents-table .locus-table-tit {
	background: #f00;
	color: #fff;
	padding: 0 15px;
}
.locus-contents-table .locus-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
	font-size: 12px;
}
.locus-contents-table .locus-table td { padding: 3px 0; }
.locus-contents-table .locus-table th { font-size: 10px; padding: 10px 10px 5px; }
.locus-contents-table .locus-table td:nth-child(1) { width: 15%; }
.locus-contents-table .locus-table td:nth-child(2) { width: 50%; }
.locus-contents-table .locus-table td:nth-child(3) { width: 35%; }

.locus-contents-table .locus-table tbody tr:nth-child(odd) { background: #fcedf2; }
.locus-contents-table .locus-table.bk tbody tr:nth-child(n) { background: #ffffff; }
.locus-contents-table .locus-table.bk tbody tr:nth-child(even) { background: #fcedf2; }

.locus-contents-table .locus-table.bk.even tbody tr:nth-child(n) { background: #ffffff; }
.locus-contents-table .locus-table.bk.even tbody tr:nth-child(odd) { background: #fcedf2; }

.locus-contents-table .locus-table.bk thead tr th { display: none; }

@media screen and (min-width: 993px) {
	.locus-contents-table { overflow: hidden; }
	.locus-contents-table .locus-table-tit { font-size: 18px; padding: 5px 10px; }

	.locus-contents-table .locus-table { font-size: 16px; }
	.locus-contents-table .locus-table th { font-size: 14px; padding: 20px 10px 5px; }

	.locus-contents-table .locus-table td:nth-child(1) { width: 13%; }
	.locus-contents-table .locus-table td:nth-child(2) { width: 55%; }
	.locus-contents-table .locus-table td:nth-child(3) { width: 32%; }

	.locus-contents-table .locus-table.bk thead tr th { display: table-cell; }
	.locus-contents-table .locus-table.bk tbody tr:nth-child(n) { background: #ffffff; }
	.locus-contents-table .locus-table.bk tbody tr:nth-child(odd) { background: #fcedf2; }

	.locus-contents-table .locus-table {
		width: 49%;
		float: left;
	}
	.locus-contents-table .locus-table.bk { margin-left: 2%; }
}