@charset "utf-8";
/* compare
-------------------- */
.l-sec, .l-sec__body {
    overflow: visible;
}
.compare {
    width: calc(100% - 2em);
    margin: 0 auto;
}
@media screen and (min-width: 1300px) {
    .compare {
        width: 91.35%;
    }
}
.compare_wrap {
    width: 100%;
    height: 80dvh;
    overflow-y: scroll;
}
.compare img {
    display: block;
    width: min(100%, 70px);
    height: auto;
    margin: 0 auto;
}
.compare__txt {
    margin: 0 0 .3em;
    font-size: 1.25em;
    font-weight: bold;
}
.compare table {
    width: 100%;
    line-break: strict;
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
}
.compare table a {
    display: block;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .compare table {
        table-layout: fixed;
    }
}
.compare th, .compare td {
    position: relative;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
.compare ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em;
    padding: 0;
}
.compare__check {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: .8em;
}
.compare label {
    display: inline-flex;
    align-items: center;
    gap: .65em;
    margin: 0;
    padding: .5em 1em .5em .78em;
    background: #e6f0ff;
    border: 1px solid #044399;
    cursor: pointer;
}
.compare input[type="checkbox"] {
    position: relative;
    width: 1.5vw;
    height: 1.5vw;
    margin: 0;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.compare label:has(:checked) {
    color: #fff;
    background: #044399;
}
.compare label:has(:checked) input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: .3077vw;
    left: .23077vw;
    width: .923vw;
    height: .4616vw;
    border-bottom: 2px solid #044399;
    border-left: 2px solid #044399;
    transform: rotate(-45deg);
}
.compare col.fs050w, .compare col.fs045w, .compare col.fs040w, .compare col.fs030w, .compare col.fs040u, .compare col.fs010m {
    visibility: collapse;
}
.compare:has(#fs050w:checked) .fs050w {
    visibility: visible;
}
.compare:has(#fs045w:checked) .fs045w {
    visibility: visible;
}
.compare:has(#fs040w:checked) .fs040w {
    visibility: visible;
}
.compare:has(#fs040u:checked) .fs040u {
    visibility: visible;
}
.compare:has(#fs030w:checked) .fs030w {
    visibility: visible;
}
.compare:has(#fs010m:checked) .fs010m {
    visibility: visible;
}
.compare th {
    padding: .5em;
    color: #fff;
    background: #689CD5;
    box-sizing: border-box;
}
.compare td {
    padding: .5em;
    background: #fff;
    box-sizing: border-box;
}
.compare thead {
    position: sticky;
    top: 0;
    z-index: 2;
}
.compare td {
    background: #fff;
    vertical-align: top;
}
.compare tbody tr:nth-child(odd) td {
    background: #f6f6f6;
}
.compare .link01 a {
    width: min(100%, 24em);
}
.page-products-index .link01 a:after {
    border-color: currentColor;
}
.page-products-index .link01 a:hover:after {
    border-color: currentColor;
}
.compare th:first-child {
    width: 9em;
}
@media screen and (max-width: 767px) {
    .compare label {
        width: 9em;
        margin: 0;
        gap: 0;
        justify-content: space-around;
    }
    .compare__check {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .5em;
        margin-bottom: 1em;
    }
    .compare input[type="checkbox"] {
        width: 2vw;
        height: 2vw;
    }
    .compare label {
        width: auto;
    }
    .compare label:has(:checked) input[type="checkbox"]:checked::after {
        width: 1.3038vw;
        height: 0.7823vw;
        top: .1304vw;
        left: .261vw;
    }
    .compare th {
        width: 14em;
        font-size: .8em;
    }
    .compare thead {
        top: 0;
    }
    .compare th:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        white-space: nowrap;
    }
    .compare input[type="checkbox"] {
        width: 3vw;
        height: 3vw;
    }
    .compare label:has(:checked) input[type="checkbox"]:checked::after {
        width: 2.0861vw;
        height: 1.0431vw;
        top: .5215vw;
        left: .261vw;
    }
}