/* productionflow page style start */
h1 {
    font-weight: normal;
    margin: 0;
    font-size: 160%;
}
.contentBox {
    width: 1200px;
    margin: 0 auto;
}
.contentBoxLeft {
    width: 50%;
    float: left;
}
.contentBoxRight {
    width: 50%;
    float: right;
}
.contentBoxRight img {
    width: 100%;
}
.contentBody {
    font-size: 80%;
    line-height: 240%;
}
.step {
    color: #000;
    padding: 40px 0 40px 0;
}
h1 .sub {
    font-size: 45%;
    color: #ccc;
    display: block;
    text-align: center;
}
.step h1 {
    text-align: center;
    margin-bottom: 56px;
    font-size: 200%;
    font-style: italic;
}
.step .contentBody {
    text-align: center;
}
#product_message {
    background-image: url(../images/productionflow/madeinjapan.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 200px 0 100px 0;
}
#product_message .contentBox {
    width: 50%;
    text-align: center;
    margin-left: 10%;
}
#product_message h1 {
    margin-bottom: 50px;
    font-size: 280%;
}

#step01 {
    color: #000;
    padding-top: 140px;
}
#comments .contentBoxLeft,
#comments .contentBoxRight{
    width: auto;
    padding: 40px;
    border: 2px solid #000;
    box-sizing: border-box;
    text-align: left;
}
#comments .contentBoxLeft {
    margin-right: 30px;
}

#comments h1 {
    text-decoration: underline;
    font-size: 120%;
    text-align: left;
    margin-bottom: 20px;
}
#comments .contentBody {
    text-align: left;
}
#menuBox {
    margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
    .contentBox {
        width: 100%;
    }
    #comments .contentBoxLeft,
    #comments .contentBoxRight{
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 854px) {
    .contentBox {
        width: 600px;
        margin: 0 auto;
    }
    .contentBoxLeft,
    .contentBoxRight {
        width: 100%;
        float: none;
    }

    .contentBody {
        font-size: 100%;
    }
}

@media only screen and (max-width: 654px) {
    .contentBox {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .contentBody {
        font-size: 100%;
    }
    .step .contentBody {
        text-align: left;
    }
    #product_message .contentBox {
        width: 100%;
        margin-left: 0;
    }
    #product_message .contentBody {
        text-align: left;
    }
    .step {
        padding: 20px 0 20px 0;
    }    
    #step01 {
        padding-top: 40px;
    }
    #comments .contentBoxLeft,
    #comments .contentBoxRight {
        padding: 5px;
    }
}