.b-perform__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px 32px;
}

.b-perform__desc {
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
}

.b-perform__desc span {
    color: #ff9800;
    font-weight: 500;
}

.b-perform__wrap {
    padding: 0 0 48px;
}

.b-perform__wrap--line-top {
    border-top: 4px solid #f7f7f7;
}

.b-perform__items {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-perform__item p {
    margin: 0;
}

.b-perform__item--col-3 {
    width: calc((100% - 30px * 2) / 3);
}

.b-perform__item--line-top {
    position: relative;
}

.b-perform__item--line-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffcf88;
    top: -4px;
}

.b-perform .b-item,
.b-perform .b-item__box-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-perform .b-item {
    padding: 24px 0 0;
}

.b-perform .b-item__box-text {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.b-perform .b-item__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    color: #ff9800;
    letter-spacing: -0.02em;
    margin-right: 48px;
}

.b-perform .b-item__title--pluss {
    position: relative;
}

.b-perform .b-item__title--pluss:after {
    content: "+";
    position: absolute;
    top: -0.4em;
    font-size: 30px;
    font-weight: 700;
}

.b-perform .b-item__desc {
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    color: #8a979f;
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    .b-perform__container {
        padding: 48px 24px 32px;
    }

    .b-perform__desc {
        font-size: 16px;
        line-height: 20px;
    }

    .b-perform__wrap {
        padding: 0 0 40px;
    }

    .b-perform__items {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-perform__item--col-3 {
        width: calc((100% - 24px * 2) / 3);
    }

    .b-perform .b-item__title {
        margin-right: 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .b-perform__container {
        padding: 40px 24px 32px;
    }

    .b-perform__desc {
        font-size: 15px;
        line-height: 19px;
    }

    .b-perform__wrap--line-top {
        border-top: 2px solid #f7f7f7;
    }

    .b-perform__items {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-perform__item--col-3 {
        width: calc((100% - 16px * 2) / 3);
    }

    .b-perform__item--line-top:before {
        height: 2px;
        top: -2px;
    }

    .b-perform .b-item__title {
        font-size: 45px;
        margin-right: 33px;
    }

    .b-perform .b-item__title--pluss:after {
        font-size: 25px;
    }

    .b-perform .b-item__desc {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .b-perform__container {
        padding: 32px 16px 24px;
    }

    .b-perform__desc {
        font-size: 14px;
        line-height: 17px;
    }

    .b-perform__wrap {
        padding: 0 0 32px;
    }

    .b-perform__items {
        padding-left: 16px;
        padding-right: 16px;
    }

    .b-perform__item {
        padding-top: 12px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-perform__item--col-3 {
        width: calc((100% - 12px * 2) / 3);
    }

    .b-perform .b-item {
        padding: 12px 0 0;
    }

    .b-perform .b-item__box-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-perform .b-item__title {
        font-size: 30px;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .b-perform .b-item__title--pluss:after {
        font-size: 20px;
    }

    .b-perform .b-item__desc {
        line-height: 22px;
        font-weight: 300;
        font-size: 14px;
        text-align: center;
    }
}
