﻿@charset 'utf-8';
ul
{
    margin-top: 2px;
}

/* PC・タブレット */
@media screen and (min-width:1100px)
{
    h2
    {
        font-size: 30px;font-weight: bold;margin-bottom: 35px; color: #e95520;
    }
    h3
    {
        font-size: 30px;font-weight: bold;margin-bottom: 20px; color: #e95520;
    }

    .title_bkg
    {
        height: 430px;padding-top: 110px; text-align: center;background-image: url('../_img/tra/bg_main_pc.jpg');background-position: center;background-size: cover;
    }

    .tra_wrapper
    {
        padding: 70px 0 60px 0;text-align: center;

        background-image: url('../_img/__common/bg_stripe.png');
    }
    .career_text
    {
        font-size: 18px;margin-top: -30px;
    }
    .career_text02
    {
        font-size: 15px;margin-top: 10px;
    }
    .career_pc
    {
        width: 1100px;margin-top: 20px;margin-bottom: 70px;
    }
    .career_sp
    {
        display: none;
    }

    .now_div
    {
        width: 1100px;margin: auto;
    }
    .tra_title
    {
        font-size: 18px;font-weight: bold;

        display: table-cell;width: 348px;vertical-align: middle; color: #fff;background-color: #e95520;
    }
    .tra_space
    {
        display: table-cell;width: 2px; background-color: #fff;
    }
    .tra_naiyo
    {
        font-size: 18px;

        display: table-cell;width: 760px;padding: 10px;text-align: left; background-color: #fffbc7;
    }
    .now_date
    {
        font-size: 15px;margin-top: 20px;

        text-align: right;
    }

    .shikaku_wrapper
    {
        width: 1100px;margin: auto;padding: 80px 0 100px 0;text-align: center;
    }
    .tra_title02
    {
        font-size: 18px;font-weight: bold;

        display: table-cell;width: 348px;vertical-align: middle; color: #e95520;background-color: #fcde80;
    }
    .tra_naiyo02
    {
        font-size: 18px;

        display: table-cell;width: 760px;padding: 10px;text-align: left; background-color: #fffbc7;
    }
}

/* スマホ */
@media screen and (max-width:1099px)
{
    h2
    {
        font-size: 24px;font-weight: bold;margin-bottom: 35px; color: #e95520;
    }
    h3
    {
        font-size: 24px;font-weight: bold;margin-bottom: 20px; color: #e95520;
    }

    .title_bkg
    {
        height: 300px;padding-top: 70px; text-align: center;background-image: url('../_img/tra/bg_main_sp.jpg');background-position: center;background-size: cover;
    }

    .tra_wrapper
    {
        padding: 35px 10px;text-align: center;

        background-image: url('../_img/__common/bg_stripe.png');
    }
    .career_text
    {
        font-size: 18px;margin-top: -30px;text-align: left;
    }
    .career_text02
    {
        font-size: 15px;text-align: left;
    }
    .career_pc
    {
        display: none;
    }
    .career_sp
    {
        width: 100%;margin-top: 20px;margin-bottom: 40px;
    }

    .now_div
    {
        margin: auto;
    }
    .tra_title
    {
        font-size: 18px;font-weight: bold;line-height: 50px; width: 100%;vertical-align: middle;color: #fff;background-color: #e95520;
    }
    .tra_space
    {
        display: none;
    }
    .tra_naiyo
    {
        font-size: 18px;width: 100%;padding: 10px;text-align: left; background-color: #fffbc7;
    }
    .now_date
    {
        font-size: 15px;

        text-align: right;
    }

    .shikaku_wrapper
    {
        margin: auto;padding: 35px 10px;text-align: center;
    }
    .shikaku_text
    {
        font-size: 18px;margin-top: -30px;text-align: left;
    }
    .tra_title02
    {
        font-size: 18px;font-weight: bold;line-height: 50px; width: 100%;vertical-align: middle;color: #e95520;background-color: #fcde80;
    }
    .tra_naiyo02
    {
        font-size: 18px;width: 100%;padding: 10px;text-align: left; background-color: #fffbc7;
    }
}
