li {
    list-style: none;
}
@media screen and (min-width:751px) {
    .is_sp {
        display: none !important;
    }
}
@media screen and (max-width: 750px) #online_showroom .back_page {
    position: absolute;
    left: 0;
    top: 35px;
}
@media screen and (max-width:750px) {
    .is_pc {
        display: none !important;
    }
}
main#main {
    position: relative;
}
section#model_detail_top {
    position: absolute;
    top: 3.5vw;
    left: 0;
    right: 0;
    background: transparent;
    height: auto;
    padding: calc((35px/2) + (35 - (35/2))*(100vw - 375px)/(1903 - 375)) 0 calc((100px/2) + (100 - (100/2))*(100vw - 375px)/(1903 - 375));
}
@media screen and (max-width:750px) {
    section#model_detail_top {
        top: 40vw;
    }
}
/*-.bg_video {
    position: relative!important;
    padding-bottom: 56.25%!important;
    height: 0!important;
    overflow: hidden!important;
    }
.bg_video iframe,
.bg_video object,
.bg_video embed {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    margin-top: 0!important;
    margin-left: 0!important;
}-*/
section#model_detail_top > h2 {
    text-align: center;
    color: #fff;
    font-size: calc((32px/2) + (32 - (32/2))*(100vw - 375px)/(1903 - 375));
    font-family: 'AudiTypeBold';
    font-weight: bold;
    /*-margin-bottom:  calc((69px/2) + (69 - (69/2))*(100vw - 375px)/(1903 - 375));}-*/
}
.flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flow_list > ul.num1 > li, .flow_list > ul.num3 > li {
    background: #fff;
}
.flow_list > ul.num1 > li, .flow_list > ul.num3 > li {
    height: 95px;
    width: calc((317px/2) + (317 - (317/2))*(100vw - 375px)/(1903 - 375));
    margin-bottom: calc((136px/2) + (136 - (136/2))*(100vw - 375px)/(1903 - 375));
}
@media screen and (max-width:750px) {
    .flow_list > ul.num1 > li, .flow_list > ul.num3 > li {
        height: calc((107px/2) + (107 - (107/2))*(100vw - 375px)/(1903 - 375));
    }
}
.flow_list > ul.num1 > li > a, .flow_list > ul.num3 > li > a {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flow_list > ul.num1 > li:last-child, .flow_list > ul.num3 > li:last-child {
    margin-bottom: 0;
}
.flow_list > ul.num3 > li:first-child {
    margin-top: calc(((107px/2) + (107 - (107/2))*(100vw - 375px)/(1903 - 375)) + ((15px/2) + (15 - (15/2))*(100vw - 375px)/(1903 - 375)));
}
.flow_list > ul.num1 > li > a > .icon, .flow_list > ul.num3 > li > a > .icon {
    margin-right: calc((30px/2) + (30 - (30/2))*(100vw - 375px)/(1903 - 375));
}
.flow_list > ul.num1 > li > a > .title,
.flow_list > ul.num3 > li > a > .title {
    font-size: calc((17px/2) + (17 - (17/2))*(100vw - 375px)/(1903 - 375));
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    font-weight: 400
}
.flow_list > ul.num2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: calc((43px/2) + (43 - (43/2))*(100vw - 375px)/(1903 - 375)) calc((37px/2) + (37 - (37/2))*(100vw - 375px)/(1903 - 375));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flow_list > ul.num2::after {
    content: "";
    height: 100%;
    width: calc((2px/2) + (2 - (2/2))*(100vw - 375px)/(1903 - 375));
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(calc((0.5px/2) + (0.5 - (0.5/2))*(100vw - 375px)/(1903 - 375)), 0);
    transform: translate(calc((0.5px/2) + (0.5 - (0.5/2))*(100vw - 375px)/(1903 - 375)), 0);
}
.flow_list > ul.num2 > li > img {
    display: block;
    width: 100%;
}
main#main {
    padding-bottom: 0;
}
@media screen and (max-width:750px) {
    .flow_list > ul.num1 > li > a, .flow_list > ul.num3 > li > a {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 170%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: grid;
        text-align: center;
    }
    .flow_list > ul.num1 > li > a > .icon, .flow_list > ul.num3 > li > a > .icon {
        margin: 6% auto 0;
    }
    .flow_list > ul.num3 > li > a > .title {
        margin-top: 0px;
    }
    .flow_list > ul.num2 {
        margin: 30px 3px 0 3px;
    }
}
@media screen and (max-width: 750px) {
    .ttitle {
        margin-top: -25px !important;
    }
}
