/* =========================================================
   酒田工場 採用情報
   ========================================================= */


/* -------------------------
   コンテンツ
   ------------------------- */

#contents-area {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
}

.recruit-section {
    margin-bottom: 35px;
}


/* -------------------------
   求人情報
   ------------------------- */

.factory-info {
    line-height: 1.9;
    font-size: 16px;
}


/* -------------------------
   ハローワークボタン
   ------------------------- */

.job-apply {
    margin-top: 25px;
    text-align: left;
}

.hello-work-button {
    display: inline-block;
    padding: 13px 30px;
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.hello-work-button:hover {
    opacity: 0.8;
}


/* =========================================================
   スマートフォン
   ========================================================= */

@media screen and (max-width: 600px) {

    #contents-area {
        width: 100%;
        padding: 0 12px 30px 12px;
    }

    .style-h2-range {
        font-size: 19px;
    }

    .factory-info {
        font-size: 15px;
        line-height: 1.8;
    }

    .hello-work-button {
        display: block;
        width: 100%;
        padding: 14px 10px;
        text-align: center;
    }

    #copyright {
        font-size: 11px;
    }

}