@charset "utf-8";
/** ------ お問い合わせの設定 ------ **/

/* ----- お問い合わせセクションタイトルの設定 START ----- */
#contact_area {
    margin: 50px auto 0;
}

#contact_area h2 {
    margin-bottom: 20px;
}
/* ----- お問い合わせセクションタイトルの設定 END ----- */


/* ----- お問い合わせテーブルのスタイルの設定 START ----- */
#contact_area table {
    max-width: 1000px;
    margin: auto;
}

#contact_area th,
#contact_area td {
    margin: auto 0;
    border-bottom: #000000 solid 1px;
    padding: 20px 20px;
}

#contact_area th {
    width: 330px;
    background-color: #DCDCDC;
}

#contact_area td {
    text-align: left;
}

#contact_area #button_area {
    margin-top: 40px;
    display: block;
}

#contact_area form input,
#contact_area form select,
#contact_area form textarea {
    border: 1px solid #1b2538;
    width: 100%;
}

#contact_area #zip_code,
#contact_area form select {
    width: 140px;
}

@media screen and (max-width: 480px) {
    #contact_area table {
        width: 100%;
        border-bottom: none;
    }

    #contact_area th,
    #contact_area td {
        display: block;
        text-align: left;
        width: 100%;
        border: none !important;
        margin: 0;
        padding: 0;
    }

    #contact_area th {
        padding: 10px;
    }

    #contact_area td {
        margin-bottom: 30px;
    }

    #contact_area #button_area {
        margin-top: 20px;
        font-size: small;
    }
}
/* ----- お問い合わせテーブルのスタイルの設定 END ----- */
#contact_area #contact_menu_text {
    font-size: x-large;
    width: 100%;
    text-align: center;
}

#contact_area #contact_menu_box {
    width: 100%;
    margin-top: -20px;
}
/* ------ 問い合わせ内容選択ボタンスタイルの設定 START ------ */
#contact_area #contact_menu_box a {
    background: linear-gradient(#92B739, #298F32);
    box-sizing: border-box;
    display: block;
    border-radius: 10px;
    padding: 20px 0;
    margin: 50px auto;
    width: 700px;
    font-size: xx-large;
    line-height: 1.5;
    color: #fff;
    text-shadow: 1px 2px 3px #808080;
    font-weight: bold;
    border: 1px solid #fff;
}
@media screen and (max-width: 480px) {
    #contact_area #contact_menu_box a {
        width: 90%;
        font-size: large;
    }
}
/* ------ 問い合わせ内容選択ボタンスタイルの設定 END ------ */


/* ------ 送信ボタンスタイルの設定 START ------ */
#contact_area .button01 {
    background: linear-gradient(#92B739, #298F32);
    box-sizing: border-box;
    display: inline-block;
    border-radius: 10px;
    padding: 0.5em 2em;
    line-height: 1.5;
    color: #fff;
    text-shadow: 1px 2px 3px #808080;
    font-weight: bold;
    border: 1px solid #fff;
}
/* ------ 送信ボタンスタイルの設定 END ------ */
