@charset "UTF-8";

header > .page_title > p {
    text-align: left;
    word-break: break-all;
}

.first_customer--main {
    margin-bottom: 120px;
}
.first_customer--main .main-img {
    text-align: center;
    margin-bottom: 150px;
}
.first_customer--main .box {
    max-width: 1160px;
    padding: 70px 20px 120px;
    margin: auto;
    border: solid 1px;
    text-align: center;
    box-sizing: border-box;
}
.first_customer--main .box h2 {
    display: inline-block;
    font-size: 36px;
    padding: 0 90px;
    background: #000;
    position: relative;
    top: -110px;
    z-index: 1;
}
.first_customer--main .box ul {
    display: table;
    text-align: left;
    margin: auto;
}
.first_customer--main .box ul >li {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 40px;
    position: relative;
}
.first_customer--main .box ul >li:last-child {
    margin-bottom: 0;
}
.first_customer--main .box ul >li span {
    position: absolute;
    left: 0;
    top: 0;
}


.first_customer--sub p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 120px;
}
.first_customer--sub ul {
    display: flex;
    flex-wrap: wrap;
}
.first_customer--sub ul > li {
    width: 50%;
}


@media screen and (max-width:896px) {

    .first_customer--main {
        margin-bottom: 60px;
    }
    .first_customer--main .main-img {
        margin-bottom: 80px;
    }
    .first_customer--main .box {
        padding: 20px 20px 60px;
    }
    .first_customer--main .box h2 {
        font-size: 20px;
        padding: 0 30px;
        top: -40px;
    }
    .first_customer--main .box ul >li {
        font-size: 13px;
        padding-left: 25px;
        margin-bottom: 20px;
        position: relative;
    }
    .first_customer--main .box ul >li:last-child {
        margin-bottom: 0;
    }
    .first_customer--sub p {
        font-size: 15px;
        margin-bottom: 60px;
    }

}

@media screen and (max-width:480px) {


}
