@charset "utf-8";
/* CSS Document */

/**
 ヘッダーイメージ　**/

div.headimg {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    text-align: center;
}

/**
 タイトル　**/

h1 {
    font-size: 2.0em;
    font-weight: bold;
    margin: 0 auto;
    padding: 30px 0;
    color: #473200;
    text-align: center;
}

.wf-mplus1p {
    font-family: "Mplus 1p";
}



/*
    Form
*/

.msg {
    border: 2px #f00 dashed;
    padding: 2em;
    color: #f00;
    font-weight: bold;
}

.err {
    color: #f00;
    font-weight: bold;
}

label {
    padding: 0.2em 0.5em;
    cursor: pointer;
    vertical-align: middle;
}

label span {
    margin: 0 0.5em;
}

.margin_right_zero {
    margin-right: 0;
}

label:hover,
label:hover span {
    background-color: #FA8B00;
    color: #fff;
}

label input {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

div.forms td label input {
    margin-top: -3px;
}

label input:checked + span {
    font-weight: bold;
}

input[type=text],
textarea {
    padding: 0.3em;
    border: 1px #666 solid;
    font-size: 1em;
    vertical-align: middle;
}

textarea {
    width: 100%;
    height: 150px;
}

.long {
    width: 75%;
}

.short {
    width: 25%;
}

.agreement a {
    text-decoration: underline;
}

.date_picker {
    cursor: pointer;
    background-color: #ccf4ff;
}

.sp_br {
    display: none;
}



div.forms .op_table,
div.forms .op_description {
    line-height: 1em;
    border-spacing: 0;
    width: 100%;
}

div.forms .op_table tr,
div.forms .op_description tr {
    border: 0;
}

div.forms .op_table th {
    border: 1px #FA961B solid;
}

div.forms .op_table td {
    padding: 0.5em;
    text-align: center;
    line-height: 1em;
    border: 1px #FA961B solid;
}

div.forms .op_table th,
div.forms .op_table td {
    width: auto;
}

div.forms .op_table th.op_val,
div.forms .op_table td.op_val {
}

div.forms .op_table th.op_key,
div.forms .op_table td.op_key {
    width: 49%;
    text-align: left;
}

.op_val i {
    font-style: normal;
    font-size: 0.8em;
    vertical-align: text-bottom;
}

div.forms .op_table td.op_wide {
    text-align: left;
}

div.forms .op_table td.op_wide label {
    width: auto;
}

div.forms .op_table label {
    width: 100%;
    padding: 0.5em;
}

.op_caution {
    width: 100%;
    font-size: 0.9em;
    color: #f00;
    padding-left: 2em;
}

.op_description {
    font-size: 0.9em;
    margin: 0.5em 0;
}

div.forms .op_description td {
    width: auto;
    vertical-align: top;
    padding: 0 0.5em;
    line-height: 1.3em;
}

.op_key_confirm {
    width: 120px;
    text-align: center;
}

.op_val_confirm {
    width: calc(100% - 120px);
}



@media only screen and (max-width:800px) {
    .long {
        width: 100%;
    }

    .middle {
        width: 25%;
    }

    .short {
        width: 15%;
    }

    .sp_br {
        display: inline;
    }

}



/**
 本文　**/

@media only screen and (min-width:801px) {
    p {
        text-align: center;
        padding-bottom: 20px;
    }

    div.forms {
        width: 1100px;
        margin: auto;
    }

    div.forms tr {
        border-bottom: #FFF solid 1em;
    }

    div.forms th {
        width: 400px;
        padding: 1em;
        background-color: #FA961B;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #FAB664), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #FAB664), color-stop(.75, #FAB664), color-stop(.75, transparent), to(transparent));
        -webkit-background-size: 4px 4px;
        color: #FFF;
        font-size: 1.1em;
        font-weight: bold;
        text-shadow: 2px 2px 2px #FA961B, 2px -2px 2px #FA961B, -2px 2px 2px #FA961B, -2px -2px 2px #FA961B;
        text-align: center;
        vertical-align: middle;
    }

    div.forms th small {
        display: block;
        font-size: 0.8em;
    }

    div.forms td {
        width: 650px;
        padding: 1em;
        line-height: 25px;
        padding-left: 25px;
        background-color: #F1EEE4;
        vertical-align: middle;
    }
}

/*801*/

@media only screen and (max-width:800px) {
    p {
        width: 96%;
        margin: 0 auto;
        padding-bottom: 20px;
        text-align: left;
        font-size: 0.8em;
    }

    div.forms {
        width: 96%;
        margin: auto;
    }

    div.forms tr {
        border-bottom: #FFF solid 5px;
    }

    div.forms th {
        display: inline-block;
        width: 100%;
        padding: 0.5em 0;
        background-color: #FA961B;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #FAB664), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #FAB664), color-stop(.75, #FAB664), color-stop(.75, transparent), to(transparent));
        -webkit-background-size: 4px 4px;
        color: #FFF;
        font-weight: bold;
        text-shadow: 2px 2px 2px #FA961B, 2px -2px 2px #FA961B, -2px 2px 2px #FA961B, -2px -2px 2px #FA961B;
        text-align: center;
        vertical-align: middle;
    }

    div.forms th small {
        display: block;
        font-size: 0.8em;
    }

    div.forms td {
        display: inline-block;
        width: 100%;
        line-height: 40px;
        padding: 0.5em 0.4em;
        background-color: #F1EEE4;
        vertical-align: middle;
        font-size: 0.8em;
    }

    .complete_msg {
        width: 90%;
        text-align: center;
    }
/*
    div.forms th.pc,
    div.forms td.pc {
        display: none;
    }
*/
    div.forms .op_table th,
    div.forms .op_table td {
        display: table-cell;
    }

    div.forms .op_description th,
    div.forms .op_description td {
        display: table-cell;
    }
/*
    div.forms .op_table td.op_key {
        width: 49%;
    }
*/
}

/*800*/

/*
    submit
*/

@media only screen and (min-width:801px) {
    .submit {
        width: 100%;
        text-align: center;
        margin: 100px 0;
        line-height: 50px;
    }

    .submit input[type=submit] {
        display: inline-block;
        padding: 0.3em 3em;
        text-decoration: none;
        color: #FA8B00;
        border: solid 2px #FA8B00;
        border-radius: 3px;
        transition: .4s;
        font-size: 1.4em;
        font-family: "Mplus 1p";
        background-color: transparent;
        vertical-align: middle;
        margin: 0 1em;
    }

    .submit input[type=submit]:hover {
        background: #FA8B00;
        color: white;
    }

    .submit input[name=cancel_button] {
        border: none;
        padding: 0;
        color: #999;
        text-decoration: underline;
    }

}

/*801*/

@media only screen and (max-width:800px) {
    .submit {
        width: 90%;
        text-align: center;
        margin: 100px auto;
        line-height: 50px;
    }

    table {
        width: 100%;
    }

    .submit input[type=submit] {
        display: inline-block;
        padding: 0.3em 3em;
        text-decoration: none;
        color: #FA8B00;
        border: solid 2px #FA8B00;
        border-radius: 3px;
        transition: .4s;
        font-size: 1.2em;
        font-family: "Mplus 1p";
        background-color: transparent;
        vertical-align: middle;
        margin: 0 1em;
    }

    .submit input[type=submit]:hover {
        background: #FA8B00;
        color: white;
    }

    .submit input[name=cancel_button] {
        border: none;
        padding: 0;
        color: #999;
        text-decoration: underline;
    }

}

/*800*/
