@charset "utf-8";


@charset "utf-8";
/*フォーム関係*/

input,
textarea {
    border: 1px solid #ccc;
}

#form table {
   margin: 30px auto 50px;
  max-width: 800px;
}

#form table th,
#form table td {
    border: #ededed 1px solid;
    padding: 20px;
    font-size: 1rem;
}

#form table th {
    text-align: left;
    color: #fff;
    vertical-align: top;
    background-color: #6CBBA3;
    width: 30%;
}

#form td input.w01 {
    width: 100%;
}

#form td input,
#form table td textarea {
    padding: 10px;
}

input::placeholder,
textarea::placeholder,
input:-ms-input-placeholder,
textarea::placeholder,
input::-ms-input-placeholder,
textarea::placeholder {
    color: #bbb;
}

#form td textarea {
    width: 100%;
}

#form .btn_area {
    margin: auto;
    text-align: center;
    width: 90%;
    max-width: 300px;
}

#form .btn_area a {
    margin: auto;
    text-align: center;
    display: block;
    background: #ebff40;
    color: inherit;
    font-weight: bold;
    padding: 15px 30px;
}

.formNavi {
    text-align: center;
}

.attention {
    text-align: center;
}

#formNavi input {
    background-color: #ff7fba;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.btn_form {
    display: flex;
    justify-content: center;
}

@media (max-width:499px) {
    #form table th {
        border-bottom: none;
        border-top: none;
        padding: 6px;
    }

    #form table th,
    #form table td {
        border: none;
        width: 100%
    }

    #form td label {
        width: 100%;
        display: block;
    }
}