@charset "utf-8";
/** Common **/
input, textarea,select {
    border: solid 1px #bdaa93;
    background-color: transparent;
    font-size: 1.05rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3e3a39;
    font-weight: normal;
}
.text-field, select {
    padding: 5px;
    box-sizing: border-box;
}
.text-area {
    vertical-align: bottom;
    width: 100%;
    min-height: 150px;
    box-sizing: border-box;
    padding: 5px;
}
.text-field.is-col_01 {
    width: 100%;
}
.text-field.is-col_02 {
    width: calc(49%);
}
.text-field.is-col_02 + .text-field.is-col_02 {
    margin-left: 2%;
}
.text-field.is-tel {
    width: calc(33.33333% - 10px);
}
.text-field.is-times {
    width: 8em;
}
.text-field.is-mail_01 {
    width: 100%;
}
.text-field.is-mail_02 {
    max-width: calc(49% - 2em);
    width: 10em;
}

/** placeholder **/
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
input::-moz-placeholder {
    color: #ccc;
}

/** Contact content **/
.contact-content {
    max-width: 800px;
    margin: 0 auto;
}
.contact-table {
    width: 100%;
}
.contact-table th,
.contact-table td {
    font-weight: normal;
    vertical-align: middle;
}

.contact-content__submit,
.contact-content__reset {
    border: none;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.contact-content__btn {
    text-align: center;
    max-width: 500px;
    margin: 60px auto;
}

.required {
    display: block;
    text-align: center;
    padding: 2px 10px;
    background-color: #e95293;
    color: #fff;
    font-size: 0.8rem;
    width: 31px;
    margin: 0 auto;
}
.contact-content__submit {
    background-color: #3e3a39;
    color: #fff;
    width: 50%;
    border: solid 1px #3e3a39;
    -webkit-appearance: none;
}
.contact-content__reset {
    width: 30%;
    border: solid 1px #3e3a39;
}
.contact-content__submit,
    .contact-content__reset {
        margin: 0 10px;
    }
    .contact_text {
    padding-bottom: 40px;
    max-width: 877px;
    margin: 0 auto;
}
.confirm-table {
    max-width: 650px;
    margin: 40px auto 0;
}

.confirm-table tr:nth-child(odd) {
    background-color: #eee;
}

/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {
    /** Common **/

    /** Contact content **/
    .contact-table th {
        text-align: right;
        width: 15%;
    }
    .contact-table td:last-child {
        width: 70%;
    }
    
    .contact-content__reset:hover {
        opacity: 0.7;
    }
    .contact-table td {
        padding: 20px 0px;
    }
    .confirm-table th {
        padding-right: 30px;
        width: 25%;
    }
}

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    /** Common **/
    /** Contact content **/
    .contact-table th {
        text-align: left;
        display: block;
    }
    .contact-table td {
        display: block;
        padding-bottom: 30px;
        padding-top: 10px;
    }
    .required {
        display: inline-block;
        margin-left: 20px;
    }
    .contact_text {
        padding-bottom: 40px;
    }
    .confirm-table th {
        padding: 10px;
        font-weight: bold;
    }

    .confirm-table td {
        padding: 0px 10px 10px 10px;
    }
}
