.u-displayPC {
    display: none
}

.u-displaySP {
    display: block
}

.u-displaySP-m {
    display: block
}

body {
    overflow-x: visible
}

.header {
    top: 0
}

.header-demo {
    text-align: center
}

.breadcrumb {
    max-width: inherit
}

.breadcrumb__list {
    overflow: hidden;
    padding: 16px 20px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.breadcrumb__item {
    display: inline;
    position: relative;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis
}

.diesel-hero {
    position: relative
}

.diesel-hero__caption {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    font-size: 6.2rem;
    line-height: 1.3;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 10
}

.diesel-hero-image {
    overflow: hidden;
    position: relative
}

.diesel-hero-image img {
    width: 100%;
    height: 580px;
    -o-object-fit: cover;
    object-fit: cover
}

.as-info-list {
    margin: 20px 0
}

.box-margin {
    margin: 5rem 0 0 0
}

.img-caption {
    padding: .5em 0 0 0;
    font-size: 2rem;
    display: block;
    text-align: center
}

.caption-right {
    margin: 0 0 10px 0;
    display: block;
    text-align: right;
    font-size: 1.2rem
}

.products__btn {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-radius: 3px;
    background-image: url(/hino_common/img/index/ico_arrow_right_red.svg);
    background-repeat: no-repeat;
    background-color: #3c3c3c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.6rem;
    transition: .2s all ease
}

.container {
    margin-left: auto;
    margin-right: auto
}

p.lead {
    font-size: 3rem; /* 2026.3.23 暫定処置 */
    font-weight: bold
}

.error {
    display: none;
    margin: 1.5em;
    text-align: center
}

.error.active {
    display: block;
    color: #eb010f;
    font-size: 1.6rem
}

.tablist {
    text-align: center
}

.tablist button {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #c3c3c3;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold
}

.tablist button[aria-selected=true] {
    background-color: #fff;
    color: #000
}

.tabpanel ul {
    display: flex;
    flex-wrap: wrap
}

.tabpanel a.tabLink {
    display: flex;
    background-color: #f5f5f5;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    font-weight: bold
}

.pdf_btn_wrap {
    text-align: right
}

.pdf_btn {
    display: inline-block;
    padding: 18px 50px 18px 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 1.6rem;
    border-radius: 3px;
    transition: background-color .3s ease;
    background: url(/hino_common/img/index/ico_arrow_right_red.svg) no-repeat;
    background-position: right 1.2em center;
    background-size: auto 1em
}

.pdf_btn:hover {
    background-color: #ddd
}

section.products {
    background-color: #ededed
}

section.products h3.car_name_japanese {
    display: inline-block;
    background-color: #3c3c3c;
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 1.2
}

section.products p.period {
    margin: .5em 0
}

section.products figure {
    margin: 0;
    padding: 0
}

#modal01 {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    position: relative
}

#modal01 .dialog-inner {
    background-color: #fff
}

#modal01 h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold
}

#modal01 h1+p {
    border: 1px solid #707070;
    line-height: 1.6;
    font-weight: normal
}

#modal01 h1+p a {
    color: #eb010f
}

#modal01 a.modal_close_button {
    position: absolute;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
    top: 0
}

#modal01 .modal_btnwrap a.noagree {
    display: inline-block;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.6rem;
    transition: .2s all ease
}

body:has(.bg_modal.-open) {
    overflow: hidden;
    position: fixed;
    width: 100%
}

body>.bg_modal {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    opacity: 0;
    pointer-events: none;
    transition: all .5s 0s
}

body>.bg_modal.-open {
    opacity: .6;
    pointer-events: auto;
    cursor: pointer
}

@media(min-width: 768px) {
    .u-displayPC {
        display: block
    }

    .u-displaySP {
        display: none
    }

    .diesel-hero-image img {
        height: 580px
    }

    .section--total-suport {
        padding: 99px 0 0;
        margin-top: -20px
    }

    .products__btn {
        background-size: 26px 26px;
        background-position: right 20px center
    }

    .products__btn:hover {
        opacity: .8
    }

    .c-mainVisualContainer {
        margin-bottom: 30px
    }

    .container {
        max-width: 1280px
    }

    p.lead {
        text-align: center
    }

    .tabs {
        margin-top: 72px
    }

    .tablist button[aria-selected=true] {
        position: relative;
        top: 1px
    }

    .tablist button {
        width: 212px;
        height: 70px
    }

    .tabpanel {
        border: 1px solid #ddd;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
        padding: 30px 40px 60px
    }

    .tabpanel ul {
        justify-content: left
    }

    .tabpanel ul li {
        width: 31.6%
    }

    .tabpanel ul li:not(:nth-child(3n+1)) {
        margin-left: 2.5%
    }

    .tabpanel ul li:nth-child(n+4) {
        margin-top: 20px
    }

    .tabpanel a.tabLink {
        height: 140px;
        border: 2px solid #c3c3c3;
        border-radius: 5px;
        font-size: 2.2rem;
        transition: .2s all ease
    }

    .tabpanel a.tabLink:hover {
        background-color: #ddd
    }

    section.products {
        margin-top: 20px;
        padding: 30px 70px 60px
    }

    section.products h3.car_name_japanese {
        padding: 7px 15px 5px;
        border-radius: 4px
    }

    section.products p.period {
        font-size: 1.8rem
    }

    section.products .flWrap {
        display: flex;
        justify-content: space-between;
        padding-left: 6.5%
    }

    section.products figure {
        width: 37.6%;
        margin-right: 40px
    }

    section.products .btnwrap {
        width: calc(62.4% - 40px)
    }

    section.products .btnwrap a.products__btn:not(:first-child) {
        margin-top: 20px
    }

    #modal01 {
        padding: 27px 27px
    }

    #modal01 .dialog-inner {
        padding: 50px 55px 60px;
        max-width: 1000px;
        border-radius: 5px
    }

    #modal01 h1+p {
        padding: 25px 35px;
        font-size: 1.6rem;
        margin-top: 2em
    }

    #modal01 a.modal_close_button {
        width: 54px;
        height: 54px;
        right: 0
    }

    #modal01 a.modal_close_button img {
        width: 18px
    }

    #modal01 .modal_btnwrap {
        margin-top: 30px;
        text-align: center;
        padding: 0 20px
    }

    #modal01 .modal_btnwrap a.noagree {
        width: 35%
    }

    #modal01 .modal_btnwrap a.noagree:hover {
        opacity: .8
    }

    #modal01 .modal_btnwrap a.products__btn {
        width: 60%;
        margin-left: 1em
    }
}

@media(min-width: 1240px) {
    .u-displaySP-m {
        display: none
    }
}

@media(max-width: 767px) {
    #main {
        padding-top: 45px
    }

    .for-pc {
        display: none
    }

    .diesel-hero__caption {
        width: 100%;
        padding: 0 20px;
        font-size: 2.4rem
    }

    .diesel-hero-image img {
        height: 166px
    }

    .section--total-suport {
        padding: 31px 0 0
    }

    .img-caption {
        font-size: 1.4rem
    }

    main#content.main-container {
        padding-top: 8vw
    }

    .c-mainVisualContainer {
        background-color: #fff;
        padding: 0;
        width: 92%;
        margin: 0 auto 8vw
    }

    .c-mainVisualContainer .p-subTitle {
        display: block;
        font-size: 2.2rem;
        padding-left: 3.7333333333vw;
        border-left: 3px solid #eb010f
    }

    .products__btn {
        font-size: 1.5rem;
        padding: 4vw;
        background-size: 4.8vw 4.8vw;
        background-position: right 4vw center
    }

    .container {
        width: 92%;
        padding: 0
    }

    p.lead {
        font-size: 1.8rem
    }

    .tabs {
        margin-top: 8vw
    }

    .tablist button[aria-selected=true] {
        border-bottom: none
    }

    .tablist button {
        width: 44vw;
        height: 12.8vw;
        border-bottom: 1px solid #ddd
    }

    .tabpanel {
        padding: 5.3333333333vw 0
    }

    .tabpanel ul {
        justify-content: space-between
    }

    .tabpanel ul li {
        width: 47.8%
    }

    .tabpanel ul li:nth-child(n+3) {
        margin-top: 2.6666666667vw
    }

    .tabpanel a.tabLink {
        height: 17.3333333333vw;
        border: 2px solid #e7e7e7;
        border-radius: 3px;
        font-weight: bold
    }

    .pdf_btn_wrap {
        text-align: center
    }

    .pdf_btn {
        font-size: 1.7rem;
        text-align: center;
        width: 82.6666666667vw;
        padding: 4vw 10.6666666667vw 4vw 4vw;
        border: 1px solid #3c3c3c;
        border-radius: .8vw;
        line-height: 1.2
    }

    section.products {
        margin-top: 8vw;
        padding: 4vw 2.6666666667vw 8vw
    }

    section.products h3.car_name_japanese {
        padding: 1.3333333333vw 2.6666666667vw;
        border-radius: 2px
    }

    section.products p.period {
        font-size: 2rem
    }

    section.products .btnwrap {
        margin-top: 4vw;
        padding: 0 2.6666666667vw
    }

    section.products .btnwrap a.products__btn:not(:first-child) {
        margin-top: 2.6666666667vw
    }

    #modal01 {
        width: 100%;
        padding: 9.6vw 1.3333333333vw 0
    }

    #modal01 .dialog-inner {
        padding: 7.4666666667vw 3.2vw 8vw;
        border-radius: 2.6666666667vw;
        width: 100%
    }

    #modal01 h1 {
        font-size: 2.2rem
    }

    #modal01 h1+p {
        padding: 2.6666666667vw;
        font-size: 1.6rem;
        margin-top: 1.2em
    }

    #modal01 a.modal_close_button {
        width: 7.2vw;
        height: 7.2vw;
        right: 1.3333333333vw
    }

    #modal01 a.modal_close_button img {
        width: 2.4vw
    }

    #modal01 .modal_btnwrap {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 2.6666666667vw
    }

    #modal01 .modal_btnwrap a.noagree {
        width: 100%;
        padding: 4vw;
        margin-top: 2.6666666667vw
    }
}