@charset "UTF-8";

.boxIkkoSrchRange_summary p {
    color: #D60000;
    font-size: 24px;
    font-weight: 700;
}

.box {
    grid-column: 2 / 3;
    position: relative;
}

a.anchorTri, .anchorTri a {
    display: inline-flex;
    align-items: baseline;
    text-decoration: underline;
}

.boxIkkoSrchRange table {
    width: 100%;
    margin-top: 11px;
    /*table-layout: fixed;*/
}

.boxIkkoSrchRange tr {
    display: table-row;
}

.boxIkkoSrchRange th, .boxIkkoSrchRange td {
    vertical-align: middle;
}

.boxIkkoSrchRange td {
    display: table-cell;
    background-color: #FFF;
}

/*.boxIkkoSrchRange p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}*/

.boxIkkoSrchRange tr {
    border: 1px solid #DDD;
}

.boxIkkoSrchRange th {
    font-weight: 700;
    background-color: #E9ECEF;
    text-align: center;
}

.boxIkkoSrchRange th, .boxIkkoSrchRange td {
    vertical-align: middle;
}
.boxIkkoSrchRange_figu i {
    display: block;
    background-color: #87CEDF;
    height: 100%;
    width: calc((var(--max) - var(--min)) / 1000 * 40.78px);
    position: absolute;
    top: 0;
    left: calc(var(--min) / 1000 * 40.78px - 40.78px);
}

.boxIkkoSrchRange_range span {
    color: #D60000;
    font-weight: 700;
}

.seeLinkButton {
    /*width: 200px;*/
    padding: 5px 20px;
    border-radius: 18px;
    background-color: #0e90d2;
    text-decoration: none;
    color: #fff;
}
.seeLinkButton:hover {
    color: #fff;
}

@media (min-width: 1050px) {
    .boxIkkoSrchRange_summary a {
        color: #0064E8;
        font-size: 18px;
        font-weight: 700;
    }

    .boxIkkoSrchRange_summary {
        height: 67px;
        border-radius: 5px;
        background-color: #f7f7f7;
        display: flex;
        align-items: center;
        gap: 48px;
        padding-left: 32px;
        margin-top: 11px;
    }

    .boxIkkoSrchRange_range {
        width: 280px;
        padding-top: 10px;
    }

    .boxIkkoSrchRange th {
        font-size: 16px;
        height: 63px;
    }

    .boxIkkoSrchRange td {
        height: 47px;
    }

    .boxIkkoSrchRange th br {
        display: none;
    }

    .boxIkkoSrchRange th:nth-of-type(1) {
        width: 129px;
    }

    .boxIkkoSrchRange th:nth-of-type(2) {
        text-align: left;
        background: #E9ECEF url(/../img/search/range_head.svg) no-repeat right 22px;
        padding-left: 39px;
    }

    .boxIkkoSrchRange td:nth-of-type(1) {
        font-size: 16px;
        text-align: center;
        padding: 0 5px;
    }

    .boxIkkoSrchRange td:nth-of-type(2) {
        display: flex;
        align-items: center;
        padding-left: 26px;
    }

    .boxIkkoSrchRange td:nth-of-type(3) {
        font-size: 12px;
        text-align: center;
        padding-right: 14px;
    }

    .boxIkkoSrchRange_figu {
        width: 373px;
        height: 32px;
        background: url(../img/search/range_body.svg) no-repeat;
        position: relative;
        overflow: hidden;
        margin-top: 12px;
    }

}

@media not all and (min-width: 1050px) {
    .boxIkkoSrchRange th:nth-of-type(1) {
        width: 27.5%;
        width: 23%;
        min-width: 70px;
    }

    .boxIkkoSrchRange td:nth-of-type(3) {
        font-size: 10px;
        line-height: 16px;
        padding: 5px;
        text-align: center;
    }

    .boxIkkoSrchRange th {
        font-size: 14px;
        line-height: 18px;
        height: 54px;
    }

    .boxIkkoSrchRange td {
        height: 51px;
    }

    .boxIkkoSrchRange_range {
        font-size: 10px;
    }

    .boxIkkoSrchRange_figu {
        display: none;
    }

    .boxIkkoSrchRange_info {
        font-size: 8px;
        line-height: 1.25;
        margin-top: 2px;
        margin-bottom: -1px;
        width: 145px;
    }

    .boxIkkoSrchRange_range span {
        font-size: 14px;
        font-weight: 700;
    }
}

@media (max-width: 1050px) and (min-width: 650px) {
    .seeLinkButton {
        font-size: 10pt;
    }
}

@media (max-width: 650px) {
    .seeLinkButton {
        padding: 2px;
    }
}
