.page-production {
    background-image: url(../img/production-modal-bg.jpg);
    background-repeat: no-repeat;
}

.production {
    position: relative;
}

.production-wrapper-img img {
    width: 100%;
}

.production-wrapper-ttl {
    margin: 80px 0 50px;
    height: 74px;
    line-height: 74px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    background-image: url(../img/production-ttl-bg.png);
    background-repeat: no-repeat;
    background-size: 62%;
    background-position: top right 200px;
}
.production-ttx-wrapper {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 0 2% 80px;
    box-sizing: border-box;
}
.production-ttx-wrapper p {
    font-size: 14px;
    line-height: 1.8;
}


@media screen and (max-width:768px) {
    .production-ttx-wrapper {
        padding: 0 4% 80px;
    }
    .production-wrapper-ttl {
        height: auto;
        margin: 0;
        padding: 60px 0;
        background-size: 100%;
        background-position: center;
        font-size: 22px;
        line-height: normal;
    }
}