.rental {background-color: #E3EDEC;}
.rental .faq .qu:before, .rental .faq .aw:before {
    font-family: "Bely Display", sans-serif;
    font-size: 26px;
    line-height: 24px;
    position: absolute;
    left: 20px;
}
.rental .faq .qu:before {color: #fff;content: "Q";top: 50%;transform: translateY(-50%)}
.rental .faq .aw:before {color: #B0A974;content: "A"; top: 18px;}
.rental .note li {position: relative;
    padding-left: 18px;
    margin-bottom: 8px;}
.rental .note li:before {position: absolute;
content: "";
    top: 6px;
    left: 0;
    width: 9px;
    height: 9px;
    background-image: url('../images/icon-st.svg');
}
.rental chat {
    display: none;
}
.rental .form-builder-default .select2-container .select2-selection--single {
    border: none;
    height: 32px;
    margin-top: 0;
}
.rental .form-builder-default .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url('../images/arrow.svg') no-repeat center center / contain;
}
#rental-form {
    font-family: "Noto Sans JP", sans-serif;
}
#rental-form [type="submit"] {
    background-color: #B0A974;
}



