@charset 'UTF-8';

.content-area
{
    background: url(../img/outline/bg_outline.png) no-repeat center -206px;
}

@media screen and (max-width: 740px)
{
    .content-area
    {
        background-position: center top;
        background-size: 100% auto;
    }
}

/* sec-01
---------------------------------------- */
#sec-01
{
    padding: 59px 0 100px 0;
}

#sec-01 .inner
{
    max-width: 960px;
    margin: 0 auto;
}

#sec-01 h2
{
    margin: 0 0 59px 0;

    text-align: center;
}

#sec-01 h3
{
    font-size: 1.6rem;

    margin-top: 40px;
    margin-bottom: 5px;
}

#sec-01 table
{
    width: 100%;
}

#sec-01 table tr th
{
    font-size: 1.4rem;
    font-weight: normal;

    width: 25%;
    padding: 11px 15px;

    text-align: left;

    border: 1px solid #8c8c8c;
    background-color: #eae0c0;
}

#sec-01 table tr td
{
    font-size: 1.4rem;

    padding: 11px 15px;

    border: 1px solid #8c8c8c;
    background-color: #fff;
}

@media screen and (max-width: 1200px)
{
    #sec-01 .inner
    {
        padding: 0 3.125vw;
    }
}

@media screen and (max-width: 740px)
{
    #sec-01
    {
        padding: 8.59375vw 0 15.625vw 0;
    }
    #sec-01 h2
    {
        width: 20%;
        margin: 0 auto 8.59375vw auto;
    }
    #sec-01 table tr th
    {
        font-size: 2.8125vw;

        display: block;

        width: 100%;
        padding: 10px;

        border-bottom: none;
    }
    #sec-01 table tr td
    {
        font-size: 2.8125vw;

        display: block;

        width: 100%;
        padding: 10px;

        border-bottom: none;
    }
    #sec-01 table tr:last-child td
    {
        border-bottom: 1px solid #8c8c8c;
    }
}

/* note
---------------------------------------- */
.note
{
    font-size: 1.1rem;

    max-width: 1540px;
    margin: 0 auto;
    padding: 10px 0 0 0;

    color: #333;
}

@media screen and (max-width: 740px)
{
    .note
    {
        font-size: 2.8125vw;
    }
}
