@charset "utf-8";

/*********************************************************************
*
*  For 物件見学予約
*
*********************************************************************/

/* bg_wrap */
/* ---------------------------------------------------- */
.bg_1_wrap {
    background-color: #adcbd5;
}

/* mv_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .mv_wrap {
    }

    .mv_wrap .section_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 255px;
    }

    .mv_wrap .page_ttl {
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.2rem;
        text-align: center;
    }

    .mv_wrap .img_1 {
        position: absolute;
        right: 80px;
        bottom: 0;
        width: 294px;
    }
}

@media screen and (max-width: 767px) {
    .mv_wrap {
    }
    .mv_wrap .section_inner {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        height: 190px;
    }

    .mv_wrap .page_ttl {
        padding-top: 30px;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.2rem;
        text-align: center;
    }

    .mv_wrap .img_1 {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 160px;
    }
}

/* flow */
/* ---------------------------------------------------- */
.form_wrap .flow li:before {
    border-color: transparent transparent transparent #ecebe5;
}