/* feature1 */
.feature1-1 .contents-icon {
    display: block;
    width: 50%;
    margin: 0 auto 1em;
}

.feature1-1 .box-subtitle {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2lh;
}

.feature1-2 .feature-contents-lead .em {
    display: inline-block;
    padding: 0 .1em;
    font-size: 1.3em;
}

@media screen and (max-width:767px) {
    .feature1-2 .box.w35 {
        width: 70%;
        margin: 0 auto 1em;
    }
}

.table-wrp {
    overflow-x: auto;
}

/* table */
.table {
    width: 100%;
    margin: 1em auto;
}

.table th {
    font-size: min(.9em, 3.2vw);
    font-weight: 500;
    line-height: 1.5;
    padding: .5em 1em;
    border: 1px solid #ccc;
}

.table td {
    font-size: min(.9em, 3.2vw);
    line-height: 1.5;
    padding: 1em;
    text-align: center;
    border: 1px solid #ccc;
}

.table .en {
    font-size: 1.2em;
}

.table .dash {
    display: block;
    text-align: center;
    border-top: 1px solid;
    width: 1.2em;
    height: 0;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .table-wrp .table {
        width: 660px;
    }
}

.table-title {
    font-size: min(1.1em, 4vw);
}

.table-title-favo {
    margin-top: min(3em, 5vw);
}

.feature1-3 .table {
    margin-bottom: min(3em, 5vw);
}

.feature1-3 .table-favo th {
    background-color: var(--color-navy);
    color: #fff;
}

.feature1-3 .table-general th {
    background-color: var(--color-bg2);
}

.feature1-3 .table td {
    text-align: center;
}

.feature1-3 .table td.th {
    text-align: left;
    font-weight: 500;
    padding-left: .5em;
}

@media screen and (max-width:767px) {

    .feature1-3 .table td,
    .feature1-3 .table th,
    .feature1-3 .table td.th {
        padding: .5em;
    }

    .feature1-3 .table td.th {
        width: 9em;
    }
}

.feature1-3 .table td.total {
    font-weight: 500;
}

.feature1-3 .table-favo td.total {
    background-color: var(--color-navy);
    color: #fff;
}

.feature1-3 .table-general td.total {
    background-color: var(--color-bg2);
}