@charset "utf-8";
/* secIndexTable */
.secIndexTable{
    width: 100%
}
.secIndexTable th,
.secIndexTable td{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_145);
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    background-color: #020c2c;
    padding: 3.4rem 5rem;
    vertical-align: middle;
}
.secIndexTable th{
    width: 25rem;
    text-align: center;
}
.secIndexTable .txt{
    margin-left: -1.5rem;
}
@media only screen and (max-width:767px){
    .secIndexTable th,
    .secIndexTable td{
        font-size: var(--pcFontSize12);
        line-height: var(--spLineHeight12_13);
        padding: 2rem 2rem;
    }
    .secIndexTable th{
        width: 8rem;
        padding: 2rem 0;
    }
    .secIndexTable .txt{
        margin-left: 0;
        line-height: var(--spLineHeight12_167);
    }
}


/* secIndexNote */
.secIndexNote{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_28);
    font-weight: bold;
    margin-top: 6.5rem;
}
.secIndexNote .txt{
    line-height: 2;
    margin-top: -0.5rem;
}
@media only screen and (max-width:767px){
    .secIndexNote{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_167);
        padding: 0;
        margin-top: 2rem;
    }
    .secIndexNote .txt{
        line-height: var(--spLineHeight12_167);
        margin-top: 0;
    }
}

/* secNote */
.secNote {
    margin-top: 6rem;
}
@media only screen and (max-width:767px){
    .secNote {
        margin-top: 2.5rem;
    }
}

/* secBnr */
.secBnr .boxBuy {
    margin-top: 10rem;
}
@media only screen and (max-width:767px){
    .secBnr .boxBuy {
        margin-top: 5rem;
    }
}