@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* お問い合わせページ */

.mw_wp_form textarea {
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #ccc;
    font-size: 16px;
}

.mw_wp_form input {
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #ccc;
    font-size: 16px;
}

.mw_wp_form sup {
    color: #dd0000;
    font-weight: bold;
}

.mw_wp_form .company {
    width: 80%;
}
.mw_wp_form .department {
    width: 50%;
}
.mw_wp_form .industry {
    width: 50%;
}
.mw_wp_form .name {
    width: 50%;
}
.mw_wp_form .e-mail {
    width: 50%;
}
.mw_wp_form .inquiry {
    width: 100%!important;
    min-height: 162px;
    display: block;
    resize: none;
    word-break: break-all;
}

.mw_wp_form dl dt {
    font-weight: normal!important;
}

.mw_wp_form .submit_btn {
    margin-top: 80px;
}

input[type="submit"] {
    background-color: #66b9c1 !important;
    border-color: #66b9c1 !important;
    color: #fff!important;
    border-radius: 0!Important;
    min-width: 230px;
    min-height: 50px;
    cursor: pointer;
    margin: 0 25px;
}
.mw_wp_form button.back {
    background-color: #fff!important;
    border: 1px solid #66b9c1 !important;
    color: #66b9c1 !important;
    border-radius: 0!Important;
    min-width: 230px;
    min-height: 50px;
    cursor: pointer;
    margin: 0 25px
}
.mw_wp_form .submit_btn {
    text-align: center!important;
}

.mw_wp_form_confirm dl:first-of-type {
    border-top: 1px solid #CCC;
}

.mw_wp_form_confirm dl {
    padding: 15px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #CCC;
}

.mw_wp_form_confirm dt, .mw_wp_form_confirm dd {
    display: inline-block;
}

.mw_wp_form_confirm dt {
    width: 200px;
}

.mw_wp_form_confirm dd {
    width: calc(100% - 200px - 2em);
    margin-bottom: 0;
}



@media screen and (max-width: 750px) {
    .mw_wp_form input {
         width: 100%!important;
    }
    input[type="submit"] {
         margin: 0 auto;
    }
    .mw_wp_form_confirm button.back {
        width: 100%;
        margin: 20px 0 0;
    }

    .mw_wp_form_confirm dt, .mw_wp_form_confirm dd {
        width: 100%;
    }
    .mw_wp_form_confirm dd {
        margin-bottom: 0;
    }
    .mw_wp_form .submit_btn {
        margin-top: 50px;
    }
}

