@charset "utf-8";
/* common
---------------------------------------- */
div#contents {
    width: 1024px
    }
h3.sttl {
    color: #55321f
    }
div#contact h3.sttl {
    color: #fff
    }
@media screen and (max-width: 1024px) {
    div#contents {
        width: auto;
        padding: 0 15px
        }
    }
/* inquiry
---------------------------------------- */
div#inquiry {
    margin: 30px auto 0;
    padding: 0
    }
dl {
    margin: 0 auto 30px;
    padding: 0 0 30px;
    letter-spacing: -0.4em
    }
dl dt, dl dd {
    display: inline-block;
    margin-top: 20px;
    padding-top: 20px;
    vertical-align: top;
    letter-spacing: normal;
    zoom: 1;
    border-top: 1px #ccc solid
    }
dl dt:nth-child(1), dl dd:nth-child(2) {
    border-top: none
    }
dl dt {
    width: 35%;
    min-height: 26px;
    padding: 20px 5% 0 0;
    font-size: 16px
    }
dl dt:before {
    width: 65px;
    min-height: 36px;
    content: "";
    display: inline-block;
    vertical-align: top;
    background: url(../../inquiry/img/icon_indispensable.png) no-repeat center top
    }
dl dt.option:before {
    background: url(../../inquiry/img/icon_optional.png) no-repeat center top
    }
dl dd {
    width: 60%
    }
dl dd input[type="text"], textarea {
    width: 96%;
    margin-bottom: 3px;
    padding: 10px 2%;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #eee
    }
p.note {
    margin-bottom: 5px
    }
@media screen and (max-width: 640px) {
    dl dt, dl dd {
        display: block;
        width: auto;
        border: none !important
        }
    dl dd {
        margin: 0;
        padding: 0
        }
    }
/* privacy*/
#inquiry a.privacy {
    display: block;
    padding: 0 20px 10px 15px;
    font-size: 16px;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    transition: all 0.3s ease;
    background: url(../img/arr.png) no-repeat left 0.4em
    }
/* submit */
.button {
    width: 50%;
    min-width: 500px;
    display: block;
    margin: 0 auto 20px;
    padding: 20px 10px;
    color: white;
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all 0.3s linear;
    background-color: #e23366;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none
    }
@media screen and (max-width: 990px) {
    .button {
        min-width: 250px;
        padding: 10px 15px;
        font-size: 16px
        }
    }
.button:hover {
    background-color: #333
    }
/* errer */
.error {
    margin: 100px 0 0;
    padding: 20px;
    color: red;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 5px #e1e1e1 solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
    }