@charset "UTF-8";

.reportcontent {
	width: 800px;
	max-width: 90%;
	margin: 0 auto;
	padding: 100px 0;
}

.reportcontent span {
	color: #666;
	margin-bottom: 0.5em;
	display: block;
}

.reportcontent h4 {
	color: #004ba5;
}

.reportcontent h3 {
	font-size: 20px;
	margin-bottom: 0;
}

.reportcontent .list {
	display: flex;
	flex-wrap: wrap;
}

.reportcontent figure {
	margin: 1em 0;
	padding: 1%;
	width: 18%;
	cursor: pointer;
}

.reportcontent p {
	line-height: 1.9em;
}

.chead {
	text-align: center;
	margin-bottom: 60px;
}

.ms-table {
	width: 100%;
	text-align: center;
}

.ms-table_row {
	height: 3em;
}

.ms-table_row:nth-child(2n+1) {
	background: #eee;
}

.iwasa {
	background: #e7ff4b !important;
}

.raceitem {
	border-bottom: 2px solid #e7ff4b;
	margin-top: 30px;
}

.raceitem h4 {
	font-family: "acumin-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #2a2a2a;
	font-size: 20px;
	margin-bottom: 0;
}

.raceitem h4 a {
	color: #2a2a2a;
}
.tab-link {
	    display: flex;
    justify-content: center;
}
.tab-link p {
	    padding: 0.5em 1em;
    line-height: 1em;
}
.tab-link p.act {
	        padding: 0.5em 1em;
    line-height: 1em;
    background: #E7FF4B;
}
@media print,
screen and (max-width: 768px) {
	.PCimg {
		display: none !important
	}

	.SPimg {
		display: block !important
	}

	.scrl {
		overflow: scroll;
	}


	.icon {
		top: 1em;
		left: auto;
		right: 2em;
	}

	#head.active {
		opacity: 1;
		z-index: 20;
	}

	.headlist {
		width: 100%;
		flex-wrap: wrap;
		align-items: center;
		text-align: center;
	}

	.headlist div {
		width: 100%;
		font-size: 7vw;
		padding: 20px;
	}

	.headlist a {
		color: #004ba5;
	}

	#main h1 {
		top: auto;
		bottom: 6vw;
		max-width: 40vw;
	}

	.bighead {
		font-size: 50px;
	}

	.newsInner {
		padding: 100px 0;
		justify-content: center;
	}

	#news .bighead {
		width: 100%;
		margin-bottom: 30px;
	}

	.news-flx {
		width: 100%;
	}

	.newsitem {
		width: 48%;
	}

	.newslink {
		width: 80%;
	}

	.profileInner {
		clip-path: none;
	}

	.proftxt {
		width: 80%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#profile .bighead {
		width: 100%;
		text-align: center;
	}

	.snslink {
		justify-content: center;
	}

	.ball-areaInner {
		flex-wrap: wrap;
		padding: 50px 0;
	}

	.ball-item a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ball-item figure {
		width: 50%;
		margin-right: 5%;
	}

	.contactInner a {
		flex-wrap: wrap;
	}

	.contacttxt {
		width: 100%;
		padding: 50px 0 80px;
		clip-path: polygon(0 0, 100% 0%, 100% 73%, 0% 100%);
	}

	.line01 {
		display: none;
	}

	.ball-item {
		width: 100%;
		margin: 0;
	}

	#gallery.ball-item {
		margin-top: 10%;
	}

	#main {
		position: relative;
		clip-path: polygon(0 0, 100% 0%, 100% 164vw, 0% 100%);
	}

	.nlogo img {
		max-width: 36vw;
	}


}