@charset "UTF-8";
.profileContent .records .ttlArea {
	margin-bottom: 5px;
}
.records .clearfix.tour {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	column-gap: 24px;
	margin-bottom: 25px;
}
.records .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;
}
@media (max-width: 768px) {
	.records .clearfix.tour {
		display: flex;
		flex-flow: wrap;
		gap: 5px;
		margin-bottom: 20px;
	}
	.records .clearfix.tour dl {
		width: calc(50% - 3px);
		padding: 10px;
		height: 63px;
		justify-content: center;
		border-radius: 4px;
	}
}

.records .clearfix.tour dl small {
	font-size: 30px;
}
.records .clearfix.tour dl dt {
	font-size: 14px;
}
.records .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;
}

@media (max-width: 768px) {
	.records .clearfix.tour dl small {
		font-size: 16px;
	}
	.records .clearfix.tour dl dt {
		font-size: 13px;
	}
	.records .clearfix.tour dl dd {
		font-size: 30px;
		letter-spacing: 2px;
		position: relative;
		top: 5px;
	}
}
@media (max-width: 375px) {
	.records .clearfix.tour dl dt {
		font-size: 12px;
	}
}
.records .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;
}
.records .clearfix.tour dl dd span i {
	color: #00822d;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	right: 2px;
}
@media (max-width: 768px) {
	.records .clearfix.tour dl dd span {
		font-size: 12px;
		left: 0;
		bottom: 6px;
		text-align: left;
	}
	.records .clearfix.tour dl dd span i {
		font-size: 15px;
	}
}

.profileContent .record table.tournamentRecordTable tbody tr:nth-child(even),
.profileContent .allTimeRecord .tableStyle01 table tbody tr:nth-child(even) {
	background: #f6f6f6;
}

@media screen and (min-width: 751px) {
	.profileContent .record table.tournamentRecordTable td,
	.profileContent .record table.tournamentRecordTable th {
		padding: 15px 5px !important;
	}
}
#content td.taRpd0 {
	text-align: center !important;
}

#content td.taR {
	text-align: right !important;
}

#content td.taL {
	text-align: left;
	padding-left: 10px !important;
}
#content td.taL a {
	color: #333;
	text-decoration: underline;
	font-size: 14px;
	padding-left: 10px !important;
	display: block;
}
#content td.taL a:hover {
	color: #00822d;
}
.profileContent .record,
.profileContent .record-second {
	padding: 40px 0 0;
}
@media (max-width: 768px) {
.profileContent .record {
	padding: 20px 0 0;
}
.profileContent .record-second {
	padding: 20px 0 0;
}
	#content td.taL a {
		font-size: 13px;
		padding-left: 0 !important;
	}
	#content table.tournamentRecordTable tbody tr td {
		padding: 5px !important;
		font-size: 13px;
	}
}

.profileContent .record .tableWrap {
	overflow-x: auto;
	overflow-y: hidden;
	height: auto;
}
.profileContent .record table td,
.profileContent .record table th {
	padding: 5px !important;
}

@media screen and (min-width: 751px) {
	.profileContent .record table.tournamentRecordTable th:nth-child(1) {
		width: 119px;
	}
	.profileContent .record table.tournamentRecordTable th:nth-child(2) {
		width: 36px;
	}
	.profileContent .record table.tournamentRecordTable th:nth-child(3) {
		width: 59px;
	}
	.profileContent .record table.tournamentRecordTable th:nth-child(4) {
		width: 36px;
	}
	.profileContent .record table.tournamentRecordTable th:nth-child(5) {
		width: 45px;
	}
	.profileContent .record table.tournamentRecordTable th:nth-child(n+6) {
		width: 126px;
	}
}
@media (max-width: 768px) {
	.profileContent .record table.tournamentRecordTable th:nth-child(1) {
		width: 142px;
	}
	.profileContent .record table.tournamentRecordTable th:nth-child(2) {
		width: 70px;
	}
	.profileContent .record table.tournamentRecordTable th:nth-child(3) {
		width: 120px;
	}
	.profileContent .record table.tournamentRecordTable th:nth-child(4),
	.profileContent .record table.tournamentRecordTable th:nth-child(5) {
		width: 65px;
	}
	.profileContent .record table.tournamentRecordTable th:nth-child(n+6) {
		width: 180px;
	}
}

#content table.tournamentRecordTable tbody tr:nth-child(odd) td.taL {
	background: #fff;
}

#content table.tournamentRecordTable tbody tr:nth-child(even) td.taL {
	background: #f6f6f6;
}

#content .record table .group-strokes,
#content .record table .group-ranks {
	padding: 5px 5px 3px !important;
}
@media (max-width: 768px) {
	#content .record table .group-strokes,
	#content .record table .group-ranks {
		padding: 5px 5px 2px !important;
	}
}
#content .record table .group-strokes:after,
#content .record table .group-ranks:after {
	height: 100%;
	z-index: 1;
}

#content .record table .group-strokes,
#content .record table .group-ranks {
	position: relative;
}
#content .record table .group-strokes:before,
#content .record table .group-ranks:before {
	content: "";
	position: absolute;
	top: 29px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 95%;
	background: #EBEBEB;
}
@media (max-width: 768px) {
	#content .record table .group-strokes:before,
	#content .record table .group-ranks:before {
		top: 26px;
		height: 1.5px;
	}
}

.record table.tournamentRecordTable .head-sub th {
	padding: 2px 0 !important;
}
.record table.tournamentRecordTable .head-sub th:after {
	height: 60%;
	top: 5px !important;
}

@media (max-width: 768px) {
	.head-top th {
		font-size: 10px;
	}
	.profileContent .record table.tournamentRecordTable th.toggle_area .point, .profileContent .record table.tournamentRecordTable th.toggle_area .prize {
		width: 4em;
	}
}

.record .taL,
.record .spColumn50 {
	position: sticky !important;
	top: 0;
	left: 0;
	background: none;
	border-left: none;
	border-right: none;
	z-index: 1;
}

th.toggle_btn span,
th.toggle_btn .no-active {
	display: inline-block !important;
	visibility: visible !important;
}

th.toggle_btn {
	white-space: nowrap;
	cursor: pointer;
}

th.toggle_btn span {
	font-size: 14px;
	transition: color 0.25s ease;
}

th.toggle_btn .fa-exchange {
	margin: 0 3px;
	transition: transform 0.25s ease;
	opacity: 0.9;
}

th.toggle_btn.point span:first-child {
	color: #fff;
}

th.toggle_btn.point .no-active {
	color: #80C196;
}

th.toggle_btn.point .fa-exchange {
	transform: rotate(0deg);
}

th.toggle_btn.prize span:first-child {
	color: #80C196;
}

th.toggle_btn.prize .no-active {
	color: #fff;
}

th.toggle_btn.prize .fa-exchange {
	transform: rotate(180deg);
}
.non-addition {
	float: right;
	margin-top: 10px;
}
@media (max-width: 768px) {
	th.toggle_btn.prize .fa-exchange {
		transform: rotate(360deg);
	}
	th.toggle_btn span {
		font-size: 13px;
	}
	.record-second {
		padding: 60px 0 0 !important;
	}
	.non-addition {
		margin-bottom: 10px;
	}
	.major-tour-txt {
		padding-bottom: 5px;
	}
}
/*# sourceMappingURL=info-year-records.css.map */