#river>div:nth-child(2)>div>div>div>div {
    width: calc(25rem * 14);
    display: flex;
    position: relative;
    animation: slideLeft 30s linear infinite;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(calc(-25rem * 14));
    }
}

#body>section:nth-of-type(1) h1 {
    margin-bottom: 20px;
}

#hero_contact_us {
    margin: 30px 0;
}

#body>section:nth-of-type(2) div {
    text-align: left;
}

#\30 bubble>div:nth-child(3),
#\31 bubble>div:nth-child(3),
#\32 bubble>div:nth-child(3),
#\33 bubble>div:nth-child(3) {
    text-align: left;
}

#root #tab-slide-text>div>span>div h3 {
    font-size: 1.6rem;
    padding: 0 30px;
}

#tab-slide-image {
    padding-top: 4.0rem;
}

/* バックアップ対応一覧 */
#body>section:nth-of-type(6) p {
    font-size: 1.6rem;
    padding: 20px;
}

/* FAQ AREA */
#termsx h3 {
    margin-left: 30px;
}

[id^="panel"]>div {
    margin-left: 50px;
    padding: 10px 0;
    max-width: 85%;
    font-size: 1.6rem;
    line-height: 2.8rem;
}




@media screen and (min-width: 999.96px) and (max-width: 1499.95px) {
    #tab-slide-text {
        width: 48%;
        max-width: initial;
        padding-left: 7%;
    }

    #tab-slide-text h3 {
        font-size: 2.9rem;
    }

    #tab-slide-image {
        width: 52%;
        max-width: initial;
    }

    #tab-slide-image {
        width: 52%;
        max-width: initial;
    }


    #CustomerTestimonials h6 {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 999.95px) {
    #body>section:nth-of-type(1) h1 {
        font-size: 4.6rem;
        line-height: 6.2rem;
        margin-bottom: 20px;
    }

    h1#triple-tab-title {
        font-size: 3.8rem !important;
        line-height: 5.0rem;
        padding-bottom: 20px;
    }

    #root #triple-tab-items button {
        padding: 1rem 3rem;
    }

    #tab-slide-image {
        padding-top: 0rem;
    }

    #root #triple-tab-items button {
        padding: 1rem 3rem;
    }

    /* 価格体系 */
    #body>section:nth-of-type(10) {
        margin-right: 50px;
        margin-left: 50px;
    }

    #body>section:nth-of-type(10) img {
        width: 8rem;
        bottom: -4.5rem;
    }

    [id^="price"] {
        left: 20px;
        font-size: 1.2rem;
    }

    [id^="bar"] {
        width: 60px;
    }

    #body>section:nth-of-type(10) p {
        font-size: 1.4rem;
        bottom: -4.5rem;
        left: 0.8rem;
    }


    #CustomerTestimonials h3 {
        font-size: 2.0rem;
        line-height: 2.8rem;
    }

    h3#cta-card-title {
        font-size: 2.8rem;
    }
}

@media (max-width:767px) {
    #body>section:nth-of-type(1) h1 {
        text-align: left;
        padding: 0px 10px;
    }

    #body>section:nth-of-type(1)>div>div>div>div>span {
        text-align: left;
        font-size: 1.6rem;
        line-height: 2.8rem;
        padding: 10px;
    }

    /* ボックス内の見出し */
    #body>section:nth-of-type(3) h3 {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }

    #body>section:nth-of-type(3) p {
        text-align: left;
        padding: 10px;
        font-size: 1.6rem;
        line-height: 2.8rem;
    }

    /* 選ばれる理由見出し */
    #body>section:nth-of-type(4) h3 {
        font-size: 2.6rem;
        line-height: 3.6rem;
        max-width: 100%;
    }



    /* バックアップ対応一覧表見出し */
    #body>section:nth-of-type(5) h3 {
        font-size: 2.6rem;
        line-height: 3.6rem;
        padding-bottom: 20px;
    }

    /* バックアップ対応一覧表見出し */
    #body>section:nth-of-type(6) h2 {
        font-size: 2.7rem;
        line-height: 3.6rem;
    }



    h1#triple-tab-title {
        font-size: 2.8rem;
        line-height: 4.0rem;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 100%;
    }

    #triple-tab-items {
        background: none;
    }

    #tab-slide {
        background: #f2f5f9;
        margin-top: 20px;
        border-radius: 8px;
        padding-bottom: 30px;
    }

    #tab-slide-text h3 {
        font-size: 2.0rem;
        line-height: 3.6rem;
        padding: 0 20px;
    }

    #tab-slide-text p {
        text-align: left;
        padding: 0 20px;
    }

    #tab-slide-text a {
        justify-content: center;
    }

    #tab-slide-image {
        padding: 0 10px;
    }

    /* 価格体系 */
    #body>section:nth-of-type(10)>div>div>div>div {
        font-size: 1.6rem;
        margin-left: 0.8rem;
    }

    #body>section:nth-of-type(10)>div:last-child {
        font-size: 1.6rem;
        padding: 0 15px;
    }

    /* アプリケーション選択 */
    #body>section:nth-of-type(13) h3 {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }

    #body>section:nth-child(13)>div:first-child>p {
        font-size: 1.6rem;
        padding: 0 30px;
    }

    /* FAQ AREA */
    #body>section:nth-of-type(11) h1 {
        font-size: 2.8rem;
        line-height: 4.0rem;
        padding-bottom: 20px;
    }

    #termcontent {
        text-align: left;
        padding: 10px 20px;
    }

    #termsx h3 {
        margin-left: 10px;
    }

    [id^="panel"]>div {
        margin-left: 30px;
        padding: 30px 0;

    }

    #triple-tab-subtitle {
        text-align: left;
        max-width: 100%;
        padding: 10px;
    }

    #triple-tab-items button {
        background: #3846fe;
        border-radius: 20px;
        padding: 5px 15px;
        color: #fff;
    }

    #CustomerTestimonials h3 {
        font-size: 1.6rem;
    }

    #CustomerTestimonials p {
        font-size: 1.6rem;
        line-height: 2.8rem;
        padding: 10px;
    }

    #cta-card h3 {
        font-size: 2.2rem;
        line-height: 30px;
    }
}
