.hero-lowerPage {
    /* 基本はcommon.cssだが画像だけは各ページのcss */
    background-image: url(/img/bg-car-showroom.jpeg);
}

.mainMessageSection {
    padding: 32px 5% 64px;
}

.mainMessageSection .media {
    display: flex;
}

.mainMessageSection .media--body {
    flex-basis: 60%;
    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;
}

.mainMessageSection .media-reverse .media--body {
    margin-left: -64px;
    margin-right: 0;
}

.mainMessageSection .media--title {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: left;
}

.mainMessageSection .media--textBox {
    margin-top: 1em;
}

.mainMessageSection .media--text {
    line-height: 2;
    text-align: left;
}

.mainMessageSection .media--imgBox {
    flex-basis: 40%;
    line-height: 0;
}

.mainMessageSection .media--img {
    width: 100%;
}

.mainMessageSection .media--item {
    color: var(--primary-bland-color);
    font-size: 4rem;
    line-height: 1.2;
    font-weight: bold;
    list-style: decimal;
    margin-left: 48px;
    /* list-style-position: inside; */
}

.mainMessageSection .media--itemText {
    color: var(--black);
    font-size: 2.2rem;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .mainMessageSection .media {
        flex-direction: column-reverse;
        align-items: center;
    }

    .mainMessageSection .media--body {
        width: 90%;
        padding: 32px 48px;
        margin-top: -200px;
        margin-right: 0;
        align-self: auto;
        row-gap: 16px;
    }
    
    .mainMessageSection .media-reverse .media--body {
        margin-left: -0;
        margin-right: 0;
    }

    .mainMessageSection .media--imgBox {
        width: 100%;
        margin-top: -24px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .mainMessageSection {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .mainMessageSection .content--title {
        font-size: 4.8rem;
    }

    .mainMessageSection .content--text {
        font-size: 2.4rem;
    }

    .mainMessageSection .media--title {
        font-size: 2.4rem;
    }

    .mainMessageSection .media {
        flex-direction: column-reverse;
    }

    .mainMessageSection .media--body {
        margin-top: -100px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .mainMessageSection .media-reverse .media--body {
        margin-left: 0;
    }

    .mainMessageSection .media--item {
        font-size: 2.4rem;
        margin-left: 24px;
    }
    
    .mainMessageSection .media--itemText {
        font-size: 1.6rem;
    }
}


.inspectionSection {
    background-color: var(--white);
    padding-bottom: 64px;
}

.inspectionSection .content--titleSpace {
    width: 100%;
    padding: 40px;
    background-image: url(https://placehold.jp/1800x600.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: grid;
    place-items: center;
    position: relative;
}

.inspectionSection .content--titleSpace::after {
    position: absolute;
    content: "";
    background: var(--background-color-transparentblack);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.inspectionSection .content--titleSpace .content--inner-small {
    z-index: 1;
}

.inspectionSection .content--titleSpace .content--title {
    font-size: 4rem;
}

.inspectionSection .content--titleSpace .content--text {
    font-size: 1.6rem;
    margin-top: 16px;
}

.inspectionSection .firstMessage {
    width: 100%;
    display: grid;
    place-items: center;
}

.inspectionSection .content--subTitleSpace {
    width: 100%;
    padding: 64px 40px;
    background-image: url(/img/bg-triangle-bottom-orange.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: grid;
    place-items: center;
    position: relative;
}

.inspectionSection .content--subTitleSpace .content--inner-small {
    z-index: 1;
    line-height: 1.3;
}

.inspectionSection .content--subTitleSpace .content--subTitle {
    font-size: 4rem;
    /* text-align: left; */
}

.inspectionSection .content--subTitleSpace .content--text {
    font-size: 2.4rem;
    /* text-align: left; */
    margin-top: 16px;
}

.inspectionSection .mediaSpace {
    padding: 0 5%;
}

.inspectionSection .media {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 64px;
    column-gap: 40px;
}

.inspectionSection .media--body {
    flex: 1 0;
    padding-top: 24px;
}

.inspectionSection .media--textBox {
    margin-top: 2em;
}

.inspectionSection .media--text {
    line-height: 1.5;
}

.inspectionSection .media--imgBox {
    flex: 0 1 480px;
    line-height: 0;
}

.inspectionSection .media--img {
    width: 100%;
}

.inspectionSection .firstMessage .grid-col2 {
    margin-top: 32px;
    column-gap: 40px;
    align-items: stretch;
}

.inspectionSection .firstMessage .requiredDocument--title,
.inspectionSection .firstMessage .shakenFlow--title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.inspectionSection .firstMessage .shakenFlow .horizontalTableBox {
    margin-top: 24px;
}

.inspectionSection .firstMessage .shakenFlow .horizontalTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
}

.inspectionSection .firstMessage .shakenFlow .horizontalTable--body {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.inspectionSection .firstMessage .shakenFlow .horizontalTable--bodyRow {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.inspectionSection .firstMessage .shakenFlow .horizontalTable--header {
    width: 50px;
    color: var(--white);
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: var(--primary-bland-color);
    padding: 24px 18px;
    border-bottom: 1px solid var(--white);
}

.inspectionSection .firstMessage .shakenFlow .horizontalTable--text {
    width: auto;
    color: var(--font-color-black);
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: var(--bg-color-bland-color-transparent);
    padding: 24px 18px;
    border-bottom: 1px solid var(--white);
}

.inspectionSection .firstMessage .requiredDocument--box {
    margin-top: 24px;
    padding: 32px;
    background-color: var(--bg-color-bland-color-transparent);
}

.inspectionSection .firstMessage .requiredDocument--preparationItem {
    font-size: 1.6rem;
    font-weight: bold;
    list-style: decimal;
    line-height: 1.5;
    margin-left: 20px;
}

.inspectionSection .firstMessage .requiredDocument--textBox {
    margin-top: 24px;
}

.inspectionSection .firstMessage .requiredDocument--text {
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .inspectionSection .content--subTitleSpace .content--subTitle {
        font-size: 3.2rem;
    }
    
    .inspectionSection .media {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin-top: 64px;
        column-gap: 24px;
    }

    .inspectionSection .media--imgBox {
        flex: 0 1 320px;
    }

    .inspectionSection .media--body {
        flex: 1 0;
        padding-top: 0;
    }

    .inspectionSection .firstMessage .grid-col2 {
        padding-left: 5%;
        padding-right: 5%;
        column-gap: 24px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */

    .inspectionSection .content--subTitleSpace {
        padding: 32px;
    }

    .inspectionSection .content--subTitleSpace .content--subTitle {
        font-size: 2.4rem;
    }
    
    .inspectionSection .media {
        flex-direction: column;
        row-gap: 24px;
        margin-top: 40px;
    }

    .inspectionSection .media--imgBox {
        flex-basis: auto;
        width: 100%;
    }

    .inspectionSection .firstMessage .grid-col2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .inspectionSection .firstMessage .requiredDocument {
        margin-top: 32px;
    }
}

.promiseSection {
    width: 100%;
    padding: 64px 5% 64px;
    display: grid;
    place-items: center;
}

.promiseSection .content--title {
    font-size: 4rem;
    padding: 1em 0;
    width: 100%;
    border-top: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
    text-align: center;
}

.promiseSection .mediaBox {
    display: grid;
    place-items: center;
}

.promiseSection .media {
    display: flex;
}

.promiseSection .media--body {
    flex-basis: 60%;
    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;
}

.promiseSection .media-reverse .media--body {
    margin-left: -64px;
    margin-right: 0;
}

.promiseSection .media--title {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: left;
}

.promiseSection .media--textBox {
    margin-top: 1em;
}

.promiseSection .media--text {
    line-height: 2;
    text-align: left;
}

.promiseSection .media--imgBox {
    flex-basis: 40%;
    line-height: 0;
}

.promiseSection .media--img {
    width: 100%;
}

.promiseSection .media--item {
    color: var(--primary-bland-color);
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: bold;
    margin-left: 32px;
    list-style: none;
    /* list-style-position: inside; */
    position: relative;
}

.promiseSection .media--item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
    width: 18px;
    height: 18px;
    background-image: url(/img/icon_check_orange.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.promiseSection .media--itemText {
    color: var(--black);
    font-size: 2.2rem;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .promiseSection .media {
        flex-direction: column-reverse;
        align-items: center;
    }

    .promiseSection .media--body {
        width: 90%;
        padding: 32px 48px;
        margin-top: -200px;
        margin-right: 0;
        align-self: auto;
        row-gap: 16px;
    }
    
    .promiseSection .media-reverse .media--body {
        margin-left: -0;
        margin-right: 0;
    }

    .promiseSection .media--imgBox {
        width: 100%;
        margin-top: -24px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .promiseSection {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .promiseSection .content--title {
        font-size: 3.2rem;
    }

    .promiseSection .media--title {
        font-size: 2.4rem;
    }

    .promiseSection .media {
        flex-direction: column-reverse;
    }

    .promiseSection .media--body {
        margin-top: -100px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .promiseSection .media-reverse .media--body {
        margin-left: 0;
    }

    .promiseSection .media--item {
        font-size: 2.4rem;
        margin-left: 24px;
    }
    
    .promiseSection .media--itemText {
        font-size: 1.6rem;
    }
}

.qualitySection {
    padding: 32px 0 64px;
}

.qualitySection .content--titleSpace {
    width: 100%;
    background: var(--primary-bg-gradation);
    padding: 64px;
    display: grid;
    place-items: center;
}

.qualitySection .content--title {
    display: inline-block;
    font-size: 5.6rem;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding: 32px 160px;
}

.qualitySection .content--title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-image: url(/img/title-decoration-top-left-01.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.qualitySection .content--title::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-image: url(/img/title-decoration-bottom-right-01.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.qualitySection .content--textBox {
    margin-top: 48px;
}

.qualitySection .content--textSpace {
    padding: 40px 0;
}

.qualitySection .content--text {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    /* text-decoration: underline; */
}

.qualitySection .media {
    align-items: stretch;
}

.qualitySection .media--imgBox {
    flex-basis: 50%;
    line-height: 0;
}

.qualitySection .media--img {
    width: 100%;
}

.qualitySection .media--body {
    flex-basis: 50%;
    padding: 32px;
    background: var(--primary-bg-gradation);
    display: grid;
    place-items: center;
}

.qualitySection .media--text {
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .qualitySection .content--titleSpace {
        padding: 32px;
    }

    .qualitySection .content--title {
        font-size: 4.8rem;
        padding: 32px 96px;
    }

    .qualitySection .content--title::before,
    .qualitySection .content--title::after {
        width: 64px;
        height: 64px;
    }

    .qualitySection .content--textSpace {
        padding-left: 5%;
        padding-right: 5%;
    }

    .qualitySection .content--textBox {
        margin-top: 32px;
    }

    .qualitySection .media {
        flex-direction: column;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */

    .qualitySection .content--titleSpace {
        padding: 32px;
    }

    .qualitySection .content--title {
        font-size: 2.8rem;
        padding: 24px;
    }

    .qualitySection .content--title::before,
    .qualitySection .content--title::after {
        width: 40px;
        height: 40px;
    }

    .qualitySection .content--textBox {
        margin-top: 32px;
    }

    .qualitySection .content--text {
        font-size: 1.6rem;
        text-align: left;
    }
}

.inspectionTwoYearSection {
    padding: 0 5% 64px;
    display: grid;
    place-items: center;
}

.inspectionTwoYearSection .content--title {
    width: 100%;
    font-size: 5.6rem;
    padding: 32px 0;
    width: 100%;
    border-top: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
    text-align: center;
}

.inspectionTwoYearSection .content--textBox {
    margin-top: 40px;
}

.inspectionTwoYearSection .content--text {
    line-height: 1.5;
}

.inspectionTwoYearSection .checkList {
    margin-top: 40px;
    padding: 32px;
    background-color: var(--bg-color-bland-color-transparent);
}

.inspectionTwoYearSection .checkList .checkList--title {
    font-size: 2.4rem;
    text-align: center;
}

.inspectionTwoYearSection .checkList .checkList--list {
    display: grid;
    justify-content: space-around;
    column-gap: 24px;
    row-gap: 16px;
    margin-top: 32px;
}

.inspectionTwoYearSection .checkList .checkList--item {
    color: var(--primary-bland-color);
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    margin-left: 32px;
    list-style: none;
    /* list-style-position: inside; */
    position: relative;
}

.inspectionTwoYearSection .checkList .checkList--item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
    width: 18px;
    height: 18px;
    background-image: url(/img/icon_check_orange.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.inspectionTwoYearSection .checkList .checkList--itemText {
    color: var(--black);
    font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .inspectionTwoYearSection .content--title {
        font-size: 4.8rem;
    }

    .inspectionTwoYearSection .checkList {
        padding: 24px;
    }

    .inspectionTwoYearSection .checkList .checkList--list {
        column-gap: 16px;
    }

    .inspectionTwoYearSection .checkList .checkList--itemText {
        font-size: 1.4rem;
    }

}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    
    .inspectionTwoYearSection .content--title {
        font-size: 3.2rem;
        padding: 24px 0;
    }

    .inspectionTwoYearSection .content--textBox {
        margin-top: 24px;
    }
    
    .inspectionTwoYearSection .checkList {
        margin-top: 24px;
    }

    .inspectionTwoYearSection .checkList .checkList--list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.inspectionOneYearSection {
    padding: 0 5% 64px;
    display: grid;
    place-items: center;
}

.inspectionOneYearSection .content--title {
    width: 100%;
    font-size: 5.6rem;
    padding: 32px 0;
    width: 100%;
    border-top: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
    text-align: center;
}

.inspectionOneYearSection .content--textBox {
    margin-top: 40px;
}

.inspectionOneYearSection .content--text {
    line-height: 1.5;
}

.inspectionOneYearSection .checkList {
    margin-top: 40px;
    padding: 32px;
    background-color: var(--bg-color-bland-color-transparent);
}

.inspectionOneYearSection .checkList .checkList--title {
    font-size: 2.4rem;
    text-align: center;
}

.inspectionOneYearSection .checkList .checkList--list {
    display: grid;
    justify-content: space-around;
    column-gap: 24px;
    row-gap: 16px;
    margin-top: 32px;
}

.inspectionOneYearSection .checkList .checkList--item {
    color: var(--primary-bland-color);
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    margin-left: 32px;
    list-style: none;
    /* list-style-position: inside; */
    position: relative;
}

.inspectionOneYearSection .checkList .checkList--item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
    width: 18px;
    height: 18px;
    background-image: url(/img/icon_check_orange.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.inspectionOneYearSection .checkList .checkList--itemText {
    color: var(--black);
    font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .inspectionOneYearSection .content--title {
        font-size: 4.8rem;
    }

    .inspectionOneYearSection .checkList {
        padding: 24px;
    }

    .inspectionOneYearSection .checkList .checkList--list {
        column-gap: 16px;
    }

    .inspectionOneYearSection .checkList .checkList--itemText {
        font-size: 1.4rem;
    }

}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    
    .inspectionOneYearSection .content--title {
        font-size: 3.2rem;
        padding: 24px 0;
    }

    .inspectionOneYearSection .content--textBox {
        margin-top: 24px;
    }
    
    .inspectionOneYearSection .checkList {
        margin-top: 24px;
    }

    .inspectionOneYearSection .checkList .checkList--list {
        grid-template-columns: repeat(1, 1fr);
    }
}


.inspectionHalfYearSection .content--titleSpace {
    width: 100%;
    padding: 64px 40px;
    background-image: url(/img/bg-triangle-bottom-orange.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: grid;
    place-items: center;
    position: relative;
}

.inspectionHalfYearSection .content--body {
    padding-left: 5%;
    padding-right: 5%;
}

.inspectionHalfYearSection .content--titleBox {
    margin-top: 16px;
}

.inspectionHalfYearSection .content--title {
    font-size: 3.2rem;
}

.inspectionHalfYearSection .content--body .content--textBox {
    margin-top: 48px;
}

.inspectionHalfYearSection .content--body .content--text {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 2em;
}

.inspectionHalfYearSection .content--titleSpace .content--text {
    font-size: 1.6rem;
    line-height: 2;
}

.inspectionHalfYearSection .checkList {
    margin-top: 40px;
    padding: 32px;
    background-color: var(--bg-color-bland-color-transparent);
}

.inspectionHalfYearSection .checkList .checkList--title {
    font-size: 2.4rem;
    text-align: center;
}

.inspectionHalfYearSection .checkList .checkList--list {
    display: grid;
    justify-content: space-around;
    column-gap: 24px;
    row-gap: 16px;
    margin-top: 32px;
}

.inspectionHalfYearSection .checkList .checkList--item {
    color: var(--primary-bland-color);
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    margin-left: 32px;
    list-style: none;
    /* list-style-position: inside; */
    position: relative;
}

.inspectionHalfYearSection .checkList .checkList--item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
    width: 18px;
    height: 18px;
    background-image: url(/img/icon_check_orange.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.inspectionHalfYearSection .checkList .checkList--itemText {
    color: var(--black);
    font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .inspectionHalfYearSection .content--title {
        font-size: 4.8rem;
    }

    .inspectionHalfYearSection .checkList {
        padding: 24px;
    }

    .inspectionHalfYearSection .checkList .checkList--list {
        column-gap: 16px;
    }

    .inspectionHalfYearSection .checkList .checkList--itemText {
        font-size: 1.4rem;
    }

    .inspectionHalfYearSection .content--body .content--text {
        margin-top: 16px;
    }

}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    
    .inspectionHalfYearSection .content--titleSpace {
        padding: 32px;
    }

    .inspectionHalfYearSection .content--title {
        font-size: 2.4rem;
        padding: 0;
    }

    .inspectionHalfYearSection .content--textBox {
        margin-top: 24px;
    }
    
    .inspectionHalfYearSection .checkList {
        margin-top: 24px;
    }

    .inspectionHalfYearSection .checkList .checkList--list {
        grid-template-columns: repeat(1, 1fr);
    }
}