.stadiumLogo {
    width: auto;
    height: 2rem;
}

.bet .pagetop figure {
    line-height: 1.5;
    margin-top: .5rem;
}

.bet .pagetop figcaption em {
    background: none;
    font-size: 85%;
    white-space: nowrap;
    color: #fff;
    line-height: 1;
    padding: .2em;
    border: 1px #fff solid;
    font-weight: normal;
    margin-left: .2em;
}

table.stats_table {
	white-space: nowrap;
}

table.stats_table td {
    text-align: center;
    font-size: 90%;
    position: relative;
	height: 5rem;
}

table.stats_table thead {
	font-size: 80%;
}

table.stats_table thead th {
	font-size: 80%;
	line-height: 1.2;
}


table.stats_table tbody th {
	font-size: 80%;
}


.roundinfo_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(to right, #FF5722 5rem, #FF9800 70%);
	color: #fff;
	padding: .5rem 1rem;
}


.roundinfo_top h2 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.2rem;
	gap: 1rem;
}

.roundinfo_top h2 > span {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1;
}

.roundinfo_top h2 > span em {
	background: none;
	color: inherit;
	font-size: 60%;
	display: block;
	line-height: 1;
}

/* 共通パーツ */

.roundinfo .scroll {
	margin: 0;
	overflow-y: hidden;
}

.roundinfo .sticky {
	position: sticky;
	left: -1px;
	z-index: 10;
}

.roundinfo .bg-1 {
	background-color: #fff;
}

.roundinfo .bg-1::before,
.roundinfo .bg-2::before,
.roundinfo .bg-3::before,
.roundinfo .bg-4::before,
.roundinfo .bg-5::before,
.roundinfo .bg-6::before {
    position: absolute;
    right: 0.5rem;
    top: 0;
    font-size: 5rem;
    line-height: 1;
    display: flex;
    height: 100%;
    align-items: center;
    z-index: auto;
    font-weight: 900;
    font-style: italic;
    opacity: .2;
}

.roundinfo .bg-1::before {
    content: "1";
}
.roundinfo .bg-2::before {
    content: "2";
}
.roundinfo .bg-3::before {
    content: "3";
}
.roundinfo .bg-4::before {
    content: "4";
}
.roundinfo .bg-5::before {
    content: "5";
}
.roundinfo .bg-6::before {
    content: "6";
}


.roundinfo .bg-2 {
	background-color: #333;
    color: #fff;	
}

.roundinfo .bg-3 {
    background-color: #F44336;
    color: #fff;	
}

.roundinfo .bg-4 {
    background-color: #2196F3;
    color: #fff;	
}

.roundinfo .bg-5 {
	background-color: #FFEB3B;
}

.roundinfo .bg-6 {
	background-color: #4CAF50;
    color: #fff;	
}


.roundinfo .racer_name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .2em;
}

.roundinfo .racer_name .racer_grade {
    font-size: 90%;
    display: inline-block;
    line-height: 1;
    padding: .2em;
    border: 1px #fff solid;
}

.roundinfo .racer_name-1 .racer_grade,
.roundinfo .racer_name-5 .racer_grade {
	border-color: #000;
}

.roundinfo_contents > dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.roundinfo_contents > dt label {
    display: block;
    line-height: 1;
    font-size: .85em;
    padding: .5em 0;
    background-color: #ddd;
    border-radius: .5em .5rem 0 0;
    text-align: center;
    width: 16%;
}
.roundinfo_contents > dt label:has(input:checked) {
    background-color: #057db8;
    color: #fff;
}

.roundinfo_contents > dt label input {
    display: none;
}

.roundinfo_contents dd h3 {
    margin: 0;
    background: #057db8;
    color: #fff;
    padding: 0;
    line-height: 2;
    text-align: center;
}

.roundinfo_weather {
    /* background-color: #fff; */
    height: 2.5rem;
}

.roundinfo_divide summary {
    list-style: none;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: no-repeat url(/_common/img/svg/circle-chevron-down-solid_white.svg) right 1rem center / 1.4em, #057db8;
    color: #fff;
}

.roundinfo_divide summary::before {
    content: "結果";
    font-size: 70%;
    background-color: #fff;
    line-height: 1;
    display: block;
    padding: .25rem 1rem .25rem .5rem;
    clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
    color: #057db8;
    font-weight: bold;
}

.roundinfo_divide summary::after {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;

}

.bet_section {
    margin: 1rem 0;
    padding-bottom: 1rem;
}

.bet_section > nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.bet_section > nav label {
    width: 48%;
    line-height: 2.5;
    color: #fff;
    text-align: center;
    border-radius: .5rem .5rem 0 0;
}

.bet_section > nav label:first-of-type {
    background-color: #057db8;
}

.bet_section > nav label:last-of-type {
    background-color: #FF9800;
}

.bet_section > nav label input {
    display: none;
}

.bet_section > div {
    background-color: #fff;
    padding: .5rem;
}

.bet_section > div#yosoSection {
    border-top: 4px solid #057db8;
}

.bet_section > div#betSection {
    border-top: 4px solid #FF9800;
}


.bet_section > div .yosolist > li {
    border: none;
}

.bet_section > div .yosolist > li > dl > dt {
    display: none;
}

.bet_section > div .yosolist > li > dl > dd {
    padding: 0 .5rem;
}

.bet_section .bet_bettab {
    width: 100%;
    margin: 0;
}



.stats_table_rank-1 {
    background-color: #ff3f3f;
    color: #fff;
}

.stats_table_rank-2 {
    background-color: #ff8022;
    color: #fff;
}

.stats_table_rank-3 {
    background-color: #ffb507;
    color: #fff;
}

td span {
    display: block;
}

@media(min-width:768px){
    section {
        width: 740px;
        margin: 1rem auto;
        background-color: #fff;
    }

    .bet_section {
        margin: 1rem 0;
        width: 740px !important;
        margin: 1rem auto !important;
        background-color: transparent !important;
        padding: 0 0 1rem !important;
    }


    .bet_bettab {
        max-width: 740px;
        margin: 1rem auto;
        width: 100%;
    }





}