.sec06 {
    padding-bottom: 0 !important;
}

@media (max-width: 576px) {
    .sec06 {
        padding-bottom: 58px !important;
    }
}

.mobileorder__install {
    position: relative;
}

.mobileorder__install--wrap {
    margin: 0 auto;
    padding: 0 1.85714286rem;
    max-width: 944px;
}

.mobileorder__install--ctn {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5rem;
}


.mobileorder__install--img-ctn {
    flex: 0 0 52%;
    max-width: 52%;
    position: relative;
}

@media (max-width: 576px) {
    .mobileorder__install--img-ctn {
        margin: 0 auto 2rem;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

.mobileorder__install--bg-img {
    width: auto !important;
}

.mobileorder__install--img {
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto !important;
}

@media (max-width: 576px) {
    .mobileorder__install--img {
        opacity: 0;
        transition: opacity .25s linear;
    }
}

.mobileorder__install--img.active {
    z-index: 1;
}

@media (max-width: 576px) {
    .mobileorder__install--img.active {
        opacity: 1;
    }
}

.mobileorder__install--txt-ctn {
    margin-right: 7.5%;
    flex-basis: 0;
    flex-grow: 1;
}

@media (max-width: 576px) {
    .mobileorder__install--txt-ctn {
        margin-right: 0;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
    }
}

.mobileorder__install--txt-row {
    padding: 1.404rem 1.82rem;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    position: relative;
    transition: all .35s linear;
}

@media (max-width: 576px) {
    .mobileorder__install--txt-row {
        padding: .6rem .8rem;
    }
}

.mobileorder__install--txt-row:first-child {
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #e5e5e5;
}

.mobileorder__install--txt-row:last-child {
    border-radius: 0 0 10px 10px;
}

.mobileorder__install--txt-row::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: 50%;
    right: -7%;
}

@media (max-width: 576px) {
    .mobileorder__install--txt-row::after {
        display: none;
    }
}

.mobileorder__install--txt-row.active {
    background-color: #F48B0B;
    color: #fff;
}

.mobileorder__install--txt-row.active::after {
    border-right-color: #F48B0B;
}

.mobileorder__install--txt-ttl {
    display: flex;
    align-items: center;
    font-weight: bold;
}

@media (max-width: 576px) {
    .mobileorder__install--txt-ttl {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .mobileorder__install--txt-copy {
        font-size: 14px;
    }
}

/* Background */
.mobileorder__install--background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 302px;
    background-image: url(/shared/img/product/mobileorder/mobileorder_install-background.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 576px) {
    .mobileorder__install--background {
        background-size: auto 100%;
    }
}

.img-fluid {
    max-width: 100%;
}