.hero-lowerPage {
    /* 基本はcommon.cssだが画像だけは各ページのcss */
    background-image: url(/img/bg-car-showroom.jpeg);
}

.mainVisualSection {
    padding-bottom: 64px;
}

.mainVisualSection .content--titleBox {
    width: 100%;
    padding: 64px 5%;
    background-image: url(/img/bg-triangle-bottom.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.mainVisualSection .content--title {
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
}

.mainVisualSection .grid-col5 {
    margin-top: 80px;
    padding-left: 32px;
    padding-right: 32px;
    column-gap: 32px;
}

.mainVisualSection .grid-col5--img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .mainVisualSection .content--title {
        text-align: left;
    }

    .mainVisualSection .grid-col5 {
        margin-top: 40px;
        padding-left: 24px;
        padding-right: 24px;
        column-gap: 24px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    
    .mainVisualSection .content--titleBox {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    
    .mainVisualSection .content--title {
        font-size: 2.4rem;
        text-align: justify;
    }

    .mainVisualSection .grid-col5 {
        margin-top: 24px;
        padding-left: 8px;
        padding-right: 8px;
        column-gap: 8px;
    }

}


.supportSection {
    padding: 64px 5%;
}

.supportSection .content--title {
    font-size: 4rem;
    text-align: center;
}

.supportSection .content--textBox {
    margin-top: 24px;
}

.supportSection .content--text {
    font-size: 2.4rem;
    text-align: center;
}

.supportSection .media {
    display: flex;
    margin-top: 64px;
}

.supportSection .media--imgBox {
    width: 100%;
    line-height: 0;
}

.supportSection .media--img {
    width: 100%;
}

.supportSection .media--body {
    width: 100%;
    align-self: flex-start;
    color: var(--black);
    background-color: var(--bg-color-bland-color-transparent);
    padding: 32px 48px;
    margin-top: -24px;
    margin-right: -64px;
    z-index: 1;
    display: grid;
    justify-content: center;
    row-gap: 24px;
}

.supportSection .media-reverse .media--body {
    margin-left: -64px;
    margin-right: 0;
}

.supportSection .media--textBox {
    margin-top: 1em;
}

.supportSection .media--text {
    line-height: 2;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .supportSection .media {
        flex-direction: column-reverse;
        align-items: center;
    }

    .supportSection .media--body {
        width: 90%;
        padding: 32px 48px;
        margin-top: -96px;
        margin-right: 0;
        align-self: auto;
    }
    
    .supportSection .media-reverse .media--body {
        margin-left: -0;
        margin-right: 0;
    }

    .supportSection .media--imgBox {
        margin-top: -24px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .supportSection {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .supportSection .content--title {
        font-size: 4.8rem;
    }

    .supportSection .content--text {
        font-size: 2.4rem;
    }

    .supportSection .media--title {
        font-size: 2.4rem;
    }

    .supportSection .media--title-en {
        font-size: 3.6rem;
    }

    .supportSection .media {
        flex-direction: column-reverse;
    }

    .supportSection .media-reverse .media--body {
        margin-left: 0;
    }
}

.flow {
    padding: 0 5% 64px;
}

.flow .content--title {
    font-size: 4rem;
    padding: 1em;
    width: 100%;
    border-top: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
    text-align: center;
}

.flow .stepBox {
    width: 100%;
    max-width: 1000px;
    margin: 64px auto 0;
}

.flow .step {
    padding: 40px;
    background-color: var(--bg-color-lightgrey);
}

.flow .step .media {
    column-gap: 32px;
    align-items: center;
}

.flow .step .media--imgBox {
    flex-basis: 50%;
}

.flow .step .media--img {
    width: 100%;
}

.flow .step .media--body {
    flex-basis: 50%;
}

.flow .step .media--title {
    font-size: 3.2rem;
}

.flow .step .media--textBox {
    margin-top: 24px;
}

.flow .step .media--text {
    line-height: 1.5;
    margin-top: 1.5em;
}

.flow .step--textBox {
    margin: 32px 0;
}

.flow .step--text {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.flow .step--btnBox .grid-col2 {
    column-gap: 24px;
}

.flow .step .horizontalTableBox {
    margin-top: 48px;
}

.flow .step .horizontalTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
}

.flow .step .horizontalTable--body {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.flow .step .horizontalTable--bodyRow {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.flow .step .horizontalTable--header {
    width: 25%;
    min-width: 240px;
    color: var(--black);
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: var(--bg-color-table-header);
    padding: 24px 18px;
    border-bottom: 1px solid var(--table-border-color-lightgrey);
}

.flow .step .horizontalTable--text {
    width: auto;
    color: var(--font-color-black);
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: var(--white);
    padding: 24px 18px;
    border-bottom: 1px solid var(--table-border-color-lightgrey);
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */

    .flow .step .horizontalTableBox {
        margin-top: 24px;
    }

    .flow .step .horizontalTable--body {
        display: block;
    }

    .flow .step .horizontalTable--bodyRow {
        display: block;
        margin-top: 8px;
    }

    .flow .step .horizontalTable--header {
        display: block;
        width: 100%;
        padding: 8px 5%;
        font-size: 1.2rem;
    }
    
    .flow .step .horizontalTable--text {
        display: block;
        width: 100%;
        padding: 12px 5%;
        font-size: 1.4rem;
        background-color: transparent;
    }
}

.flow .arrowBox {
    display: grid;
    place-items: center;
    margin: 32px 0;
}

.flow .arrowImg {
    width: 56px;
    height: 40px;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    
    .flow .step .media--title {
        font-size: 2.2rem;
    }

    .flow .step .media--textBox {
        margin-top: 16px;
    }

    .flow .step--text {
        font-size: 2.2rem;
    }

    .flow .telBtn--tel,
    .flow .contactBtn--contact {
        font-size: 2.2rem;
    }

    .flow .telBtn--text,
    .flow .contactBtn--text {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    
    .flow .step {
        padding: 24px;
    }
    
    .flow .step .media {
        flex-direction: column-reverse;
        row-gap: 16px;
    }
    
    .flow .step .media--title {
        font-size: 2.2rem;
    }

    .flow .step--textBox {
        font-size: 2.2rem;
        margin: 24px 0;
    }

    .flow .step--text {
        font-size: 2rem;
        line-height: 1.5;
    }

    .flow .step--btnBox .grid-col2 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 24px;
    }

    .flow .telBtn--tel,
    .flow .contactBtn--contact {
        font-size: 2.2rem;
    }

    .flow .telBtn--text,
    .flow .contactBtn--text {
        font-size: 1.3rem;
    }
}