@charset "UTF-8";

.performancelogo img {
    width: 100%;
    margin: auto;
}

.performancelogo .headline_sp {
    display: none;
}


.performance_box {
    margin-top: 50px;
    margin-bottom: 50px;
}

.textbox {
    width: 567px;
    text-align: left;
    line-height: 36px;
    margin: auto;
    margin-bottom: 70px;
}

.textbox .upper {
    margin-bottom: 30px;
}

.pf_company {
    text-align: center;
}


@media screen and (max-width:680px) {
    .performancelogo .headline_pc {
        display: none;
    }

    .performancelogo .headline_sp {
        display: block;
    }

    .textbox {
        width: auto;
        margin: 0 15px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .textbox br {
        display: none;
    }

    .pf_company img {
        width: 100%;
    }
}