/* 総合お問い合わせ */
/* ホバー */
a:hover
, button:hover
, input[type="checkbox"]+label:hover {
    opacity: .8;
    cursor:pointer;
}


.other {
    padding-top: 26px;
}


/* お部屋探しに関する問い合わせ */
.other-contact {
    padding: 40px 0px 66px;
    margin-bottom: 60px;
}

.other-contact-global
, .other-contact-local {
    padding: 43px 30px 47px 34px;
    width: var(--pc-content-width);
}

.other-contact-global {
    margin-bottom: 40px;
}

.other-contact-common-title {
    margin-bottom: 20px;
}

.other-contact-common-text {
    margin-bottom: 40px;
}

.other-contact-common-list > li + li {
    padding-top: 20px;
    margin-top: 20px;
}

.other-contact-common-list-shop {
    margin-bottom: 17px;
}

/* リンクボタン */
.other-contact-common-list-link {
    display: flex;
}

.other-contact-common-list-link-detail {
    width: 464px;
    margin-right: 40px;
}

.other-contact-common-list-link-mail {
    width: 300px;
    margin-right: 55px;
}

.other-contact-common-list-link-content {
    line-height: 30px;
    margin-top: 15px;
}

.other-contact-list-link-form {
    width: 300px;
    margin-right: 55px;
}

/* 渋谷店 */
.other-contact-local-list-link {
    display: flex;
}



/* 上記に当てはまらないお問い合わせ */
.other-mail-title {
    margin-bottom: 40px;
}

.other-mail-section {
    position: relative;
    padding: 150px 0px 0px 0px;
    margin: -150px auto 22px;
    width: 900px;
}

.other-mail-section-step {
    position: absolute;
    top: 150px;
    right: 0;
}

/* フォーム */
.other-mail-section-inner {
    padding: 40px 50px 60px;
    border: 2px solid var(--grey);
}

.other-mail-section-form-contents {
    display: flex;
    flex-wrap: wrap;
}

.other-mail-section-form-contents > dt
, .other-mail-section-form-contents > dd {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--grey);
}

.other-mail-section-form-contents > dt {
    width: 37%;
    padding-right: 81px;
    font-weight: bold;
}

.other-mail-section-form-contents > dd {
    width: 63%;
}

/* その他ご要望 */
.other-mail-section-form-contents > dt:nth-child(7)
, .other-mail-section-form-contents > dd:nth-child(8) {
    padding-bottom: 78px;
    margin-bottom: 40px;
}

/* 送信ボタン */
.other-mail-section-form-contents-submit {
    display: block;
    width: 460px;
    margin: 0px auto;
}

/* プライバシーポリシー */
.detail-contact-privacy {
    width: 626px;
    text-align: center;
    color: var(--light-black);
}

.detail-contact-privacy-link {
    color: var(--light-black);
}