/* feature 02 */
.performance {
    margin: 4em auto 0;
}

.performance .inner {}

.performance .box {
    padding: min(2em, 5vw) min(2em, 3vw);
    margin-bottom: 1em;
    background-color: var(--color-bg2);
}

@media screen and (max-width:767px) {
    .performance .box {
        margin-bottom: 1em;
    }
}

.performance .en.num {
    font-size: min(4em, 10vw);
    font-weight: 600;
    color: var(--color-navy);
}

.performance .unit {
    color: var(--color-navy);
    font-weight: 600;
}

.performance .note {
    margin-top: 1em;
    text-align: left;
}

.feature2-2-2 .box.w50 {
    margin: 0 auto 2em;
}

.feature2-2-2 .box-title {
    border-bottom: 2px solid;
    padding-bottom: .5em;
    margin-bottom: 1em;
}

.feature2-2-2 .box-subtitle {
    margin-bottom: .5em;
    text-align: left;
}

.feature2-2-2 .txt-box-wrp {
    border-bottom: 1px dotted;
    margin-bottom: 1em;
}

.feature2-2-2 .box-title .box-title-bg {
    display: inline-block;
    background-color: var(--color-bg2);
    font-size: .8em;
    padding: .25em .5em;
    margin-left: .75em;
}

@media screen and (max-width:767px) {
    .feature2-2-2 .box-title .box-title-bg {
        font-size: 3vw;
        margin-left: .5em;
    }
}

.feature2-2-2 .flex-between .contents-icon {
    width: 18%;
}

.feature2-2-2 .flex-between .txt-box {
    width: 78%;
}

@media screen and (max-width:767px) {
    .feature2-2-2 .flex-between .txt-box {
        padding-bottom: 1em;
    }
}

.feature2-2-3 .feature-contents-title {
    margin-bottom: 1em;
}

.feature2-2-3 .feature-contents-lead {
    font-size: min(1.05em, 3.2vw);
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3em;
}

.feature2-2-3 .img-box-wrp {
    height: 195px;
    margin-bottom: 1.5em;
}

@media screen and (max-width:767px) {
    .feature2-2-3 .img-box-wrp {
        height: auto;
        margin-bottom: 1em;
    }
}

.feature2-2-3 .img-box-wrp .box {
    width: 48%;
}

.feature2-2-3 .box-title {
    font-size: min(1.05em, 3.2vw);
    font-weight: 400;
    margin-bottom: .5em;
}

.box-border {
    border-top: 1px dotted;
    margin-top: 2em;
    padding-top: 2em;
}

@media screen and (max-width:767px) {
    .feature2-3-1 .filter-img.box.w90 {
        width: 70%;
        margin: 0 auto 1em;
    }

    .feature2-3-2 .box.w50 {
        margin-top: 1em;
    }
}