@charset "utf-8";

/* ================================================================================= */
/* レスポンシブ追記                                                                   */
/* ================================================================================= */

h1 {
    max-width: 1000px;
    width: 92%;
    min-height: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    background-position: 0 50%;
}

h1 span {
    padding-left: 170px;
    font-size: inherit;
    display: block;
}

.pagettl h2 {
    padding-left: 10px;
}

article#input {
    max-width: 1000px;
    width: 100%;
}

table {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
}

table .none {
    display: none;
}

p {
    width: auto;
    margin: 20px auto 10px;
    padding-left: 10px;
}

article#input h3,
article#input a {
    padding-left: 10px;
}

#input table td select {
    width: 50px;
}

#input table td.wd15 input[type="text"] {
    width: 15%;
}

#input table .country td select {
    width: 60%;
}

#input table td input[type="text"] {
    width: 20%;
}

#input table td.wd90 input[type="text"] {
    width: 90%;
}

.pagettl h2 {
    max-width: 1000px;
    width: 98%;
}

h3 {
    width: 98%;
}

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

    td.wd15 .none {
        display: block;
    }

    #input table td.wd15 input[type="text"] {
        width: 25%;
    }

    #input table td .mb5 {
        margin-bottom: 5px;
    }
}

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

    h1 {
        width: 90%;
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 100px;
    }

    h1 span {
        font-size: 18px;
        padding-left: 130px;
    }

    .pagettl h2 {
        width: 94%;
    }

    article#input {
        width: 95%;
    }

    table {
        width: 100%;
    }

    table br,
    table .none {
        display: block;
    }
    
    #input table th {
        display: block;
        width: auto;
    }

    #input table td input[type="text"].wd90 {
        width: 90%;
    }
    
    table td {
        display: block;
        width: auto;
    }
}