@charset "utf-8";

/* ===========================================
 * 本日のレース結果一覧 
 * ======================================== */
.category-resultlist .race-info-table th {
    font-size: 1.3rem;
}

.category-resultlist .race-info-table th:first-of-type {
    border-left: 0;
}

.category-resultlist .race-info-table th:last-of-type {
    border-right: 0;
}

.category-resultlist .race-info-table th.col1 {
    width: 4.5rem;
    height: 7rem;
}

.category-resultlist .race-info-table th.col2 {
    width: 10rem;
    height: 3.5rem;
}

.category-resultlist .race-info-table th.col3 {
    width: 10rem;
    height: 7rem;
}

.category-resultlist .race-info-table th.col4 {
    width: 7rem;
    height: 7rem;
}

.category-resultlist .race-info-table th.col-ninki {
    width: 3.3rem;
}

.category-resultlist .race-info-table tr td:first-of-type {
    /* border-left: 0; */
}

.category-resultlist .race-info-table tr td:last-of-type {
    /* border-right: 0; */
}

.category-resultlist .race-info-table td.col1 {
    width: 4rem;
}

.category-resultlist .race-info-table td.col1 a {
    text-decoration: underline;
    font-size: 1.4rem;
}

.category-resultlist .race-info-table td.col1 {
    font-size: 1.4rem;
    color: #113952;
    font-weight: bold !important;
}

.category-resultlist .race-info-table .par-table01 tbody tr td.col2 {
    width: 10.3rem;
    height: 4rem;
    font-weight: bold;
}

.category-resultlist .race-info-table .par-table01 tbody tr td.col2 .par-icon_num {
    border-radius: 0.3rem !important;
}

.category-resultlist .race-info-table td.col3 {
    text-align: right;
    padding-right: 0.5rem;
    font-size: 1.8rem !important;
    font-weight: bold !important;
}

.category-resultlist .race-info-table td.col3 span {
    font-size: 1.4rem;
}

.category-resultlist .race-info-table td.col4 {
    text-align: right;
    font-weight: normal;
    padding-right: 1rem;
    width: 7rem;
    font-size: 1.2rem;
}

.category-resultlist .race-info-table td.col-ninki {
    width: 4rem;
    font-size: 1.4rem;
    font-weight: bold;
}

/* ボタン */
.category-resultlist .replay-btn {
    padding: 2rem 1.6rem;
}

.category-resultlist .replay-btn .par-btn04 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 6rem;
    border-radius: 0.4rem;
    background: #0052E0; 
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    line-height: 1.6rem;
    letter-spacing: 0.0096rem;
    background-image: url(/cdn/sp/images/common/ico_circle_arrow_wb.svg);
    background-repeat: no-repeat;
    background-size: 1.6rem;
    background-position-x: 12.5rem;
    background-position-y: 1.7rem;
    box-shadow: none;
}

.category-resultlist .replay-btn .par-btn04 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    height: 100%;
    column-gap: 0.5rem;
}

.category-resultlist .replay-btn .par-btn04::before {
    content: '';
    position: absolute;
    width: 1.8rem;
    height: 100%;
    background: url(/cdn/sp/images/common/ico_arrow_w.svg) center no-repeat;
    background-size: 1rem 1rem;
    top: 0;
    left: 32rem;
    border-radius: 0.4rem 0 0 0.4rem;
}

.category-resultlist .replay-btn .par-btn04 span::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background-image: url(/cdn/sp/images/yosou/ico_replay.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0.1rem;
	left: -8rem;
}

.repry_content {
	width: 35rem;
	margin-right: 1.6rem;
	color: var(--MAIN_BLACK, #000000);
	font-size: 1.3rem;
	font-style: normal;
	font-weight: normal;
	line-height: 2.4rem;
	margin-left: 1.75rem;
	/* margin-top: 1rem; */
	margin-bottom: 2rem;
}

.raceIndex{
	margin-bottom: 2rem;
}

/* ノート */
.category-resultlist .replay_info {
    font-size: 1.4rem;
    padding: 2rem 1.6rem;
}