@charset "UTF-8";
@media (max-width: 768px) {
	.profileContent .allTimeRecord .ttlArea .dbg_h2_02 {
		margin-bottom: 20px;
	}
}
.allTimeRecord .clearfix.tour {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 24px;
	margin-bottom: 25px;
}
.allTimeRecord .clearfix::after {
	content: none;
}
@media (max-width: 768px) {
	.allTimeRecord .clearfix.tour {
		display: flex;
		flex-flow: wrap;
		gap: 5px;
		margin-bottom: 20px;
	}
}
.allTimeRecord .clearfix.tour dl:nth-of-type(1), .allTimeRecord .clearfix.tour dl:nth-of-type(2) {
	width: calc(50% - 12px);
}
@media (max-width: 768px) {
	.allTimeRecord .clearfix.tour dl:nth-of-type(1), .allTimeRecord .clearfix.tour dl:nth-of-type(2) {
		width: calc(50% - 3px);
	}
}
.allTimeRecord .clearfix.tour dl:nth-of-type(3) {
	width: 100%;
	justify-content: stretch;
	padding: 18px 20px 18px 18px;
}
@media (max-width: 768px) {
	.allTimeRecord .clearfix.tour dl:nth-of-type(3) {
		padding: 10px 10px 21px 10px;
	}
}
.allTimeRecord .clearfix.tour dl:nth-of-type(3) ul.dd-flex {
	display: flex;
	gap: 40px;
	justify-content: flex-end;
	align-items: center;
}
@media (max-width: 768px) {
	.allTimeRecord .clearfix.tour dl:nth-of-type(3) ul.dd-flex {
		flex-flow: wrap;
		gap: 10px;
		height: auto !important;
	}
}
.allTimeRecord .clearfix.tour dl:nth-of-type(3) ul.dd-flex li {
	position: relative;
	font-size: 12px;
	font-family: "Noto Sans Japanese", sans-serif !important;
	color: #333;
	letter-spacing: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
@media (max-width: 768px) {
.allTimeRecord .clearfix.tour dl:nth-of-type(3) ul.dd-flex li {
		font-size: 11px;
		letter-spacing: -0.2px;
	}
}
.allTimeRecord .clearfix.tour dl:nth-of-type(3) ul.dd-flex li span {
	font-size: 50px;
	font-family: "JLPGA-Regular", sans-serif;
	letter-spacing: 2px;
	color: #00822d;
	position: static;
}
@media (max-width: 768px) {
	.allTimeRecord .clearfix.tour dl:nth-of-type(3) ul.dd-flex li span {
		font-size: 30px;
	}
}
.allTimeRecord .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) {
	.allTimeRecord .clearfix.tour dl {
		width: calc(50% - 10px);
		padding: 10px;
		height: 63px;
		border-radius: 4px;
	}
	#body-members.en .allTimeRecord .clearfix.tour dl {
		height: 76px;
	}
}
@media (max-width: 768px) {
	.allTimeRecord .clearfix.tour dl:nth-of-type(3) {
		height: auto;
	}
}
.allTimeRecord .clearfix.tour dl small {
	font-size: 30px;
}
@media (max-width: 768px) {
	.allTimeRecord .clearfix.tour dl small {
		font-size: 12px;
	}
}
.allTimeRecord .clearfix.tour dl dt {
	font-size: 14px;
}
@media (max-width: 768px) {
	.allTimeRecord .clearfix.tour dl dt {
		font-size: 13px;
	}
}
@media (max-width: 375px) {
	.allTimeRecord .clearfix.tour dl dt {
		font-size: 12px;
	}
}
.allTimeRecord .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: 10px;
	left: 4px;
}
@media (max-width: 768px) {
	.allTimeRecord .clearfix.tour dl dd {
		font-size: 30px;
		letter-spacing: 2px;
		top: 6px;
		left: 3px;
	}
}
.allTimeRecord .clearfix.tour dl dd span {
	position: absolute;
	left: 0;
	bottom: 6px;
	font-size: 18px;
	font-weight: 700;
	color: #878787;
	font-family: "Noto Sans Japanese", sans-serif;
	letter-spacing: 0;
}
.allTimeRecord .clearfix.tour dl dd span i {
	color: #00822d;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	right: 2px;
	top: 1px;
}

.allTimeRecord .clearfix.tour dl dd.syokin {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 5px;
}
.allTimeRecord .clearfix.tour dl dd.syokin span {
	bottom: 8px;
}
.allTimeRecord .clearfix.tour dl dd.syokin .en-rank {
	bottom: 7px;
}
@media (max-width: 768px) {
	.allTimeRecord .clearfix.tour dl dd span {
		font-size: 12px;
		bottom: 2px;
	}
	.allTimeRecord .clearfix.tour dl dd span i {
		font-size: 15px;
	}
	.allTimeRecord .clearfix.tour dl dd.syokin {
		gap: 2px;
		font-size: 20px;
		top: 4px;
	}
	.allTimeRecord .clearfix.tour dl dd.syokin span {
		top: 0.5px;
	}
	.allTimeRecord .clearfix.tour dl dd.syokin .en-rank {
		top: 4px;
		bottom: 0;
	}
	.allTimeRecord .clearfix.tour dl dd.syokin .en-rank i {
		top: 0;
	}
}
@media (max-width: 375px) {
	.allTimeRecord .clearfix.tour dl dd.syokin {
		letter-spacing: 0.8px;
	}
	.allTimeRecord .clearfix.tour dl dd.syokin span {
		top: 0.5px;
	}
}
.allTimeRecord .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);
}
.allTimeRecord .clearfix.tour dl dd.syokin span,
.allTimeRecord .clearfix.tour dl dd.syokin i {
	letter-spacing: 0;
}
@media (max-width: 768px) {
	.allTimeRecord .clearfix.tour dl dd.syokin::before {
		font-size: 14px;
		transform: translateY(-3px);
	}
}

.profileContent .allTimeRecord .tableStyle01 table tbody tr:nth-child(even) {
	background-color: #F6F6F6;
}

.profileContent .allTimeRecord .tableStyle02 table tbody tr:nth-child(even) {
	background-color: #F6F6F6;
}

.profileContent .allTimeRecord .tableStyle03 table tbody tr:nth-child(even) {
	background-color: #F6F6F6;
}

.profileContent .allTimeRecord .tableStyle04 table tbody tr:nth-child(even) {
	background-color: #F6F6F6;
}

.tableStyle01 td {
	padding: 0 10px !important;
}
@media (max-width: 768px) {
	.tableStyle01 td {
		padding: 8px !important;
	}
}

@media (max-width: 768px) {
	.tableStyle01 th:nth-of-type(1) {
		width: 14.5% !important;
	}
	.tableStyle01 th:nth-of-type(2) {
		width: 22.6% !important;
	}
	.tableStyle01 th:nth-of-type(3) {
		width: 35% !important;
	}
	.tableStyle01 th:nth-of-type(4) {
		width: 23% !important;
	}
}

@media (max-width: 768px) {
	.tableStyle02 th:nth-of-type(1) {
		width: 15% !important;
	}
	.tableStyle02 th:nth-of-type(2) {
		width: 50% !important;
	}
	.tableStyle02 th:nth-of-type(3) {
		width: 36% !important;
	}
}

@media (max-width: 768px) {
	.tableStyle03 th:nth-of-type(1) {
		width: 10.5% !important;
	}
	.tableStyle03 th:nth-of-type(2) {
		width: 22% !important;
	}
	.tableStyle03 th:nth-of-type(3) {
		width: 14% !important;
	}
	.tableStyle03 th:nth-of-type(4) {
		width: 35.5% !important;
	}
	.tableStyle03 th:nth-of-type(5) {
		width: 18% !important;
	}
}

@media (max-width: 768px) {
	.tableStyle04 th:nth-of-type(1) {
		width: 12.27% !important;
	}
	.tableStyle04 th:nth-of-type(2) {
		width: 32.39% !important;
	}
	.tableStyle04 th:nth-of-type(3) {
		width: 11.27% !important;
	}
	.tableStyle04 th:nth-of-type(4) {
		width: 20.04% !important;
	}
	.tableStyle04 th:nth-of-type(5) {
		width: 24.04% !important;
	}
}

.profileContent .allTimeRecord .score {
	width: 20%;
}

.profileContent .allTimeRecord .tableWrap {
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	.profileContent .allTimeRecord .tableWrap {
		width: 100%;
		margin-bottom: 30px;
	}
	.profileContent .allTimeRecord .tableWrap div {
		overflow-x: scroll;
		overflow-y: hidden;
	}
}

.tournament-txt {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	padding: 15px 20px;
	font-size: 14px;
	word-wrap: break-word;
}
@media (max-width: 768px) {
	.tournament-txt {
		padding: 15px 10px;
	}
}

@media screen and (min-width: 751px) {
	.profileContent .allTimeRecord .date {
		width: 17%;
	}
}
@media screen and (min-width: 751px) {
	.profileContent .allTimeRecord .score {
		width: 20%;
	}
}
#contact table.spCol2 th:nth-of-type(1) {
	width: 25%;
}
#contact table.spCol2 th:nth-of-type(2), #contact table.spCol2 th:nth-of-type(3) {
	width: 37.5%;
}

#content td {
	text-align: right;
}

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

#content table td.taL {
	padding-left: 40px;
}
@media (max-width: 768px) {
	#content td {
		text-align: center;
	}
	#content table td.taL {
		padding-left: 10px;
		padding-right: 10px;
	}
}
#content table td.taL a {
	color: #333;
}
#content table td.taL a:hover {
	color: #00822D;
}
@media screen and (max-width: 750px) {
	#content .allTimeRecord .tableWrap table {
		width: 100% !important;
	}
}
/*# sourceMappingURL=info-career-records.css.map */