article {
    padding-top: 40px;
    width: min(calc(100% - 2rem), 1200px);
    margin-inline: auto;
}

.main {
    padding-top: 40px;
}

.main .ttl_label {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-left: 1rem;
    padding-block: .25rem;
    border-left: 7px solid #3AA3CD;
    margin-bottom: 30px;
}

.table {
    display: flex;
    margin-bottom: 60px;
}

.body .head,
.body .data {
    margin-bottom: 5px;
}


.body {
    flex: 1;
}

.body .head {
    display: flex;
    align-items: center;
    gap: 3px;
}

.body .head li {
    width: 100%;
    text-align: center;
    background: #3AA3CD;
    height: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    font-size: 20q;
}

.body .data {
    display: flex;
    align-items: center;
    width: 100%;
    height: 88px;
    background: #F7F7F7;
}

.body .data li {
    width: 100%;
    text-align: center;
    line-height: 88px;
    font-size: 24px;
    font-family: Source Serif Pro;
    font-weight: bold;
}
.table.tool .data{
    height: 50px;
}
.table.tool .data li{
    line-height: 50px;
}
.data li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.data li:last-child>div {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data li:last-child .number-1 {
    background: #ebebeb;
    font-weight: bold;
    color: #000;
}

.data li:last-child .number-2 {
    color: #fff;
    font-weight: bold;
    background: #505050;
}

.data li:last-child .number-3 {
    color: #fff;
    font-weight: bold;
    background: #f04141;
}

.data li:last-child .number-4 {
    color: #fff;
    font-weight: bold;
    background: #4184d0;
}

.data li:last-child .number-5 {
    color: #000;
    font-weight: bold;
    background: #ece962;
}

.data li:last-child .number-6 {
    color: #fff;
    font-weight: bold;
    background: #54b74d;
}

.data li:not(:last-child) {
    border-right: 1px dashed #BBBBBB;
}

.table.tool .data li:not(:last-child) {
    border-right: 1px dashed #fff;
}

.data li:first-child {
    position: relative;
}

.table.tool li:not(:first-child) {
    cursor: pointer;
}

.table.tool .data:nth-child(2) {
    background: #F3F3F3;
    color: #333;
}

.table.tool .data:nth-child(3) {
    background: #505050;
    color: #fff;
}

.table.tool .data:nth-child(4) {
    background: #DD5048;
    color: #fff;
}

.table.tool .data:nth-child(5) {
    background: #5282CA;
    color: #fff;
}

.table.tool .data:nth-child(6) {
    background: #EBE977;
    color: #333;
}

.table.tool .data:nth-child(7) {
    background: #6EB55A;
    color: #fff;
}

.table.tool .data:nth-child(8) {
    background: #B4B4B4;
    color: #fff;
}

.table.reference .data li {
    color: #333;
}

.table.tool li.selector {
    position: relative;
}

.table.tool li.selector.selected::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.table.tool li.s_1.selected::before{
    content: "1";
}
.table.tool li.s_2.selected::before{
    content: "2";
}
.table.tool li.s_3.selected::before{
    content: "3";
}
.table.tool li.s_4.selected::before{
    content: "4";
}
.table.tool li.s_5.selected::before{
    content: "5";
}
.table.tool li.s_6.selected::before{
    content: "6";
}
.bet-results{
    display:flex;
    flex-wrap: wrap;
    align-items:center;
}
.bet-results p{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    background: #F7F7F7;
    padding: 1rem 2rem;
}
.bet-results p:not(:last-child){
    border-right: 1px dashed #BBB;
}
.bet-results p .bf{
    font-size: 24px;
}
.bet-results p .cb{
    color: #3AA3CD;
    padding-left: 1rem;
}
.tool_explanation{
    margin-bottom: 34px;
    color: #333;
    font-size: clamp(17.523364485981308px, 4.67vw, 20px);
}
@media (max-width:768px) {
    .body .data li,
    .body .head li{
        font-size: 14px;
    }
    .bet-results p{
        word-break: keep-all;
        text-align: center;
        width: 100%;
        border: none!important;
    }
}