@charset "UTF-8";
.profileContent .stats .ttlArea {
	margin-bottom: 5px;
}
.stats .clearfix.tour {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	gap: 20px 24px;
	margin-bottom: 25px;
}
.stats .clearfix.tour:after {
	content: none;
}
@media (max-width: 768px) {
	.stats .clearfix.tour {
		display: flex;
		flex-flow: wrap;
		gap: 5px;
		margin-bottom: 20px;
	}
}
.stats .clearfix.tour dl {
	margin: 0;
	padding: 18px;
	height: 100px;
	background: #f6f6f6;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 1;
	box-sizing: border-box;
}
.stats .clearfix.tour dl small {
	font-size: 30px;
}
.stats .clearfix.tour dl dt {
	font-size: 14px;
}
@media (max-width: 768px) {
	.stats .clearfix.tour dl {
		width: calc(50% - 3px);
		padding: 10px;
		height: 63px;
		justify-content: space-between;
		border-radius: 4px;
	}
	.stats .clearfix.tour dl small {
		font-size: 16px;
	}
	.stats .clearfix.tour dl dt {
		font-size: 13px;
	}
	.stats .clearfix.tour dl dt.small {
		font-size: 12.5px;
	}
	.stats .clearfix.tour dl dt.small span {
		letter-spacing: -2px;
		margin: 0 -2px 0 -3px;
	}
}
@media (max-width: 400px) {
	.stats .clearfix.tour dl dt.small {
		font-size: 11.5px;
		letter-spacing: -0.2px;
	}
}
.stats .clearfix.tour dl dd {
	font-size: 50px;
	font-weight: 700;
	color: #00822d;
	text-align: right;
	font-family: "JLPGA-Regular", sans-serif;
	letter-spacing: 3px;
	line-height: 1;
	position: relative;
	top: 9px;
	left: 3px;
}
.stats .clearfix.tour dl dd.syokin {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 5px;
}
.stats .clearfix.tour dl dd.syokin::before {
	content: "¥";
	font-family: "Noto Sans Japanese", sans-serif;
	color: #878787;
	font-size: 24px;
	line-height: 1;
	transform: translateY(-7px);
}

@media (max-width: 768px) {
	.stats .clearfix.tour dl dd {
		font-size: 30px;
		letter-spacing: 2px;
		position: relative;
		top: 5px;
	}
	.stats .clearfix.tour dl dd.syokin::before {
		font-size: 14px;
		transform: translateY(-3px);
	}
	.stats .clearfix.tour dl dd.syokin {
		gap: 2px;
		font-size: 20px;
		top: 3.5px;
	}
	.stats .clearfix.tour dl dd.syokin span {
		bottom: 3.5px;
	}
}
@media (max-width: 375px) {
	.stats .clearfix.tour dl dd.syokin {
		letter-spacing: 0.8px;
	}
	.stats .clearfix.tour dl dt {
		font-size: 12px;
	}
}
.stats .clearfix.tour dl dd span {
	position: absolute;
	left: 0;
	bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #878787;
	font-family: "Noto Sans Japanese", sans-serif;
	letter-spacing: 0;
}
.stats .clearfix.tour dl dd span i {
	color: #00822d;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	right: 2px;
	top: 1px;
}
@media (max-width: 768px) {
	.stats .clearfix.tour dl dd span {
		font-size: 12px;
		left: 0;
		bottom: 6px;
		text-align: left;
	}
	.stats .clearfix.tour dl dd span i {
		font-size: 15px;
	}
}

.year-records {
	padding: 40px 0 0;
}
.year-records h4 {
	font-size: 18px;
	color: #00822D;
	font-weight: 700;
	padding: 0 0 15px;
}
@media (max-width: 768px) {
	.year-records {
		padding: 20px 0 0;
	}
	.year-records:nth-of-type(n+3) {
		padding: 40px 0 0;
	}
	.year-records h4 {
		font-size: 14px;
	}
}

#stats .tableWrap table {
	width: 32%;
	float: left;
	box-sizing: border-box;
}

#content .stats table th:nth-of-type(1) {
	width: 46.78%;
}
#content .stats table th:nth-of-type(2) {
	width: 27.5%;
}
#content .stats table th:nth-of-type(3) {
	width: 17.72%;
}

#content .stats table td {
	white-space: pre-line;
}
@media (max-width: 768px) {
	#content .stats table td {
		height: 45px;
	}
}
#stats .tableWrap table tbody tr:nth-child(even) {
	background: #F6F6F6;
}

#stats .tableWrap table:not(:last-child) {
	margin-right: 0;
}

.stats .tableWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: flex-start;
}
#stats .tableWrap table td:nth-child(2) {
		width: 30%;
}
@media (max-width: 768px) {
	.stats .tableWrap {
		gap: 0;
	}
	.tableWrap table:nth-of-type(3) tbody tr:nth-child(odd) {
		background: #f6f6f6 !important;
	}
	.tableWrap table:nth-of-type(3) tbody tr:nth-child(even) {
		background: #fff !important;
	}
	#stats .tableWrap table td:nth-child(3) {
		width: 19%;
	}
}

@media screen and (max-width: 750px) {
	#stats .tableWrap table {  
		width: 100%;
		float: none;
	}
}
/*# sourceMappingURL=info-year-results.css.map */