@charset "utf-8"; table.formTable td, table.formTable th {
    border: 1px solid #ccc;
    padding: 25px;
}

.confirm_text {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}

.confirm_button {
    margin-bottom: 40px;
    margin-top: 40px;
    display: flex;
    max-width: 329px;
    margin: 40px auto;
    justify-content: space-between;
}

div#formWrap {
    margin-top: 50px;
}

#formWrap h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

#formWrap h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #0068b7;
    margin: 0 auto;
    margin-top: 20px;
}

input[type="button"] {
    background-color: #ccc;
    border: 2px solid #ccc;
    color: #262626;
    padding: 5px 15px;
    width: 150px;
    /* margin: 0 auto; */
}

.confirm_button input[type="submit"] {
    background-color: #0068b7;
    border: 2px solid #0068b7;
    color: #fff;
    padding: 5px 15px;
    width: 150px;
}

.contentArea {
    min-height: calc( 100vh - 230px);
}

.after_text h4 {
    font-size: 17px;
    margin-bottom: 20px;
}

.wrapper .after_text {
    font-size: 20px;
    line-height: 1.8em;
    margin-top: 110px;
}

h2.is_thanks {
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    line-height: 1.6em;
}

p.thanksInfo {
    text-align: left;
    font-size: 15px;
}

.thanksP {
    text-align: left;
    margin-bottom: 60px;
    font-size: 15px;
}

a.forFront {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    border: solid 1px;
    padding: 10px 30px;
    background: #0068b7;
    color: #FFF;
    margin-top: 60px;
    transition: all 0.2s linear;
    font-size: 15px;
    margin-bottom: 40px;
}

a.forFront:hover {
    background: #FFF;
    color: #0068b7;
}

.form_submit a {
    background-color: #0068b7;
    border: 1px solid #0068b7;
}

.form_submit .form_inner {
    border: none;
}

/* ===================================================================================
 for SP max-width: 768px
 =================================================================================== */
@media screen and (max-width: 768px) {
    .confirm_text {
        font-size: 15px;
        line-height: 1.5em;
    }

    input[type="submit"] {
        margin-left: 0;
    }

    form input {
        width: 170px;
    }

    .confirm_button input[type="button"] {
        width: 200px;
        /* margin-bottom: 20px; */
    }

    .confirm_button input[type="submit"] {
        width: 170px;
    }

    .confirm_button {
        margin-top: 48px;
        margin-bottom: 43px;
        max-width: 370px;
    }

    table.formTable td, table.formTable th {
        border: 1px solid #ccc;
        padding: 20px;
    }

    #formWrap .after_text h4 {
        font-size: 15px;
        line-height: 1.5em;
        /* text-align: left; */
    }

    div#formWrap {
        margin: 0 auto;
        margin-top: 50px;
    }

    .contentArea {
        min-height: calc( 100vh - 142px);
        margin: 50px 0px;
    }

    #formWrap input[type="button"] {
        width: 170px;
    }

    p.error_messe {
        font-size: 15px;
        line-height: 1.5em;
    }

    .wrapper .after_text {
        font-size: 15px;
        line-height: 1.8em;
        margin-top: 0px;
    }
    

    
}

/*//終わりのカッコ    */
