@charset "UTF-8";

.typeF .mainOrder::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
}

.typeF .mainOrder .defwebsite {
    display: inline-grid !important;
    margin-bottom: 20px;
    text-shadow: 2px 3px 4px #848484;
}
.typeF .navOrder .navDisplay .nav-ite {
    min-width: 165px;
}

@media only screen and (max-width: 767px) {
    .typeF .d-flex {
        align-items: start;
    }
    .typeF .mainOrder {
        padding-top: 200px;
        position: relative;
    }
}


