/*---------------------------------
  CONTACT お問い合わせ
---------------------------------*/
.contact-msg p {
    margin: 0 0 50px 0;
}

.contact-form:first-child {
    border-top: solid 1px #ccc;
}

.contact-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 25px 0;
    border-bottom: solid 1px #ccc;
    font-size: 16px;
    color: #1a1311;
}

.contact-form dl dt {
    width: 25%;
    font-weight: bold;
}

.contact-form dl dd {
    width: 75%;
    font-size: 14px;
}

.contact-form dl dd p {
    margin: 0 0 0 68px;
    font-size: 14px;
}

/* 必須・任意 */
.required, .any {
    padding: 3px 10px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
}

.required {
    background-color: #fa4c25;
}

.required-msg {
    display: inline-block;
    width: 57px;
    vertical-align: top;
    text-align: center;
    padding: 3px 0;
}

.required-sp, .any-sp {
    display: none;
}

.any {
    background-color: #696768;
}

/* お問い合わせの種類 */
.contact-form dl dd label {
    margin-right: 15px;
    white-space: nowrap;
}

.radio-wrap {
    display: inline;
    width: 100%;
}

/* お問い合わせ内容 */
.msg-area {
    width: 79%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* 個人情報保護方針 */
.privacypolicy {
    margin: 50px 0 20px 0;
}
.pp-title {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 0 0 27px;
    vertical-align: middle;
    text-decoration: none;
}

.pp-title::before,
.pp-title::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
}

.pp-title::before {
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #f9390c;
}

.pp-title::after {
    left: 4px;
    width: 12px;
    height: 4px;
    background-color: #1a1311;
}

.pp-textarea {
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    border: solid 1px #ccc;
}

.pp-textarea p {
    margin: 10px 0 20px 0;
    padding: 0 20px;
}

/* 同意・送信ボタン */
.pp-submit {
    width: 100%;
    text-align: center;
}

#agree {
    margin: 30px 10px;
}

.pp-submit label {
    position: relative;
    bottom: 2px;
    font-weight: bold;
    font-size: 14px;
}

.btn-primary {
    background-color: #3c3b3a;
    border: none;
    font-size: 16px;
    color: #fff;
    width: 270px;
    height: 50px;
    border-radius: 25px;
}

/* input */
.contact-form input[type='text'],
.contact-form input[type='tel'],
.contact-form input[type='email'] {
    padding: 10px;
    font-size: 14px;
    border: 2px solid #ccc;
    background-color: #f5f5f5;
}

.contact-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 2px solid #ccc;
    background-color: #f5f5f5;
}

@media only screen and (max-width : 1300px) {
    .required-radio {
        vertical-align: top;
        margin-top: 3px;
    }

    .radio-wrap {
        display: inline-block;
        width: 70%;
    }
}

@media only screen and (max-width : 966px) {
    .radio-wrap {
        width: 60%;
    }

    /* input */
    .contact-form input[type='text'],
    .contact-form input[type='email'] {
        width: 60%;
    }
}

@media only screen and (max-width : 767px) {
    .content-inner_contact {
        width: 100% !important;
    }

    .contact-msg p {
        margin: 0 0 20px 0;
        line-height: normal;
    }

    .contact-form dl {
        display: block;
        padding: 18px 0;
    }

    .contact-form dl dt {
        width: 100%;
        padding-bottom: 5px;
    }

    .contact-form dl dd {
        width: 100%;
        margin-left: 0;
    }

    .contact-form dl dd p {
        margin: 0;
        font-size: 11px;
    }

    /* お問い合わせの種類 */
    .radio-wrap {
        display: block;
        width: 100%;
    }

    /* お問い合わせ内容 */
    .msg-area {
        width: 100%;
    }

    /* 必須・任意 */
    .required, .any {
        display: none;
    }

    .required-sp, .any-sp {
        display: inline-block;
        margin-right: 10px;
        padding: 3px 7px;
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
    }

    .required-sp {
        background-color: #fa4c25;
    }

    .any-sp {
        background-color: #696768;
    }

    /* input */
    .contact-form input[type='text'],
    .contact-form input[type='tel'],
    .contact-form input[type='email'] {
        width: 92%;
        margin: 0 auto;
    }

    .file {
        margin: 10px 0 !important;
        display: inline-block;
    }
}