@charset "UTF-8";

/* 共通 */
@media screen and (min-width: 640.02px),
print {
    .c-margin-a__inner, .c-margin-b__inner {
        width: calc(100% - 240px) !important;
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
}

@media (max-width: 1100px) {
    .is-pc {
        display: none;
    }
}

@media (min-width: 1100px) {
    .is-sp {
        display: none;
    }
}


/* ファーストビュー */

/* テンプレートの記述 */
.c-mv {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-items: flex-start;
    height: 450px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.c-mv__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    background-position: 50%;
    transform: translate(-50%);
}
.c-mv__inner {
    position: relative;
    z-index: 1;
    max-width: 560px;
}
@media screen and (max-width: 1100px),
print {
    .c-mv__image {
        padding-top: initial !important;
        background-position: top 0 right 24.7%;
    }
}
/* テンプレートの記述 */

@media (min-width: 1100px) {
    #mv .c-mv__image {
        background-position: bottom right;
    }
    #mv {
        height: 804px;
    }
    #mv .c-mv__inner {
        padding: 123px 10px 61px 0px;
    }
    #mv .c-cta--mv {
        height: 225px;
        padding: 0 24px;
    }
}


#mv .c-mv__image {
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/ricoh-easy-storage-utilization_2/img/mv.jpg") !important;
    background-size: cover;
    background-position: center left;
}

@media (max-width: 640px) {
    .c-mv {
        align-items: start;
    }
    #mv .c-mv__image {
        background-position: bottom right;
        background-size: cover;
        background-image: url("/-/Media/Ricoh/Sites/co_jp/special/ricoh-easy-storage-utilization_2/img/mv-sp.jpg") !important;
    }
}

#mv .c-mv__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#mv .c-h1-a {
    color: #FFF !important;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #FFF;
    font-feature-settings: 'halt' on;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(22px, 4.45vw, 64px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 96px */
    letter-spacing: -3.2px;
}

@media (max-width: 1100px) {
    #mv .c-h1-a {
        gap: 16px;
        letter-spacing: initial;
    }
}

#mv .c-h1-a .c-mv__text {
    padding: 12px 24px;
    background: #CF142B;
    font-size: clamp(14px, 1.67vw, 24px);
    max-width: fit-content;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 36px;
    letter-spacing: initial;
}

.c-mv__p {
    color: #FFF;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

@media (min-width: 768px) {
    .c-mv__p {
        margin-top: 25px !important;
    }
}


.c-cta--mv {
    display: inline-flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 8px 0px 8px 8px;
    background: #FFF;
}

.c-cta--mv__title {
    text-align: center;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.is-sp .c-cta--mv {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);        
}

.c-cta--mv__title span {
    color: #0E89DA;
}

.c-cta--mv .c-multiCol {
    margin: 0;
}

.c-cardCta--mv__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-cardCta--mv__inner > img {
    max-width: 210px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    max-height: 105px;
}

.c-cardCta--mv .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.c-btn--mv {
    padding: 6px 10px !important;
}

@media screen and (min-width: 1100.02px) {
    .c-mv__button {
        margin-top: 61px !important;
    }
}


/* アンカーリンク */
#anc {
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/ricoh-easy-storage-utilization_2/img/bg.png") !important;
    background-size: 100%;
    background-position: 0px 1570px;
}

#anc .c-ancLink-a__list {
    gap: 30px !important;
    justify-content: flex-start !important;
}
@media (max-width: 1100px) {
    #anc .c-ancLink-a__list {
        justify-content: center !important;
    }

    #anc .c-ancLink-a__link {
        width: initial !important;
    }
}

#anc .c-ancLink-a__item {
    margin: 0 !important;
}

#anc .c-ancLink-a__link {
    display: flex;
    padding: 12px 10px 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px 0px 8px 8px;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #086FB2;
    color: #333 !important;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-19_6, 19.6px);
    /* 108.889% */
    transition: all 0.3s ease-in-out;
}

#anc .c-ancLink-a__link:hover {
    box-shadow: none;
    transform: translateY(4px);
    color: #086FB2 !important;
}

#anc .c-ancLink-a__link::after {
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/ricoh-easy-storage-utilization_2/img/iconamoon_arrow-up-2-duotone.svg") !important;
}


/* 課題解決 */
#problemSolving {
    padding: 0 !important;
    overflow: hidden;
}

#problemSolving .c-box-arrow-a__inner {
    padding: 80px 0;
}

#problemSolving .c-box-arrow-a__inner::after {
    z-index: 1;
}

#problemSolving .c-box-arrow-a__inner:nth-child(odd) .c-h2-a__text img {
    max-width: 649px;
    margin: 0 auto;
}
#problemSolving .c-box-arrow-a__inner:nth-child(even) .c-h2-a__text img {
    max-width: 952px;
    margin: 0 auto;
}

#problemSolving .c-box-arrow-a__inner:nth-child(even) {
    position: relative;
    background-color: transparent;
}

#problemSolving .c-box-arrow-a__inner:nth-child(even)::before {
    content: "";
    position: absolute;
    width: 100vw;
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/ricoh-easy-storage-utilization_2/img/bg.png");
    background-size: 100%;
    background-position: 0px 1450px;
    z-index: -1;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

#problemSolving .c-box-arrow-a__inner:nth-child(even) .c-h2-a__text {
    display: flex;
}



#problemSolving .c-box-arrow-a__inner:nth-child(odd) {
    background-color: #B2BEC3;
}

#problemSolving .c-box-arrow-a__inner:nth-child(odd)::before {
    content: "";
    position: absolute;
    width: 100vw;
    background-color: #B2BEC3;
    z-index: -1;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

@media screen and (min-width: 640.02px),
print {
    #problemSolving .c-box-arrow-a__inner:nth-child(even) {
        padding-top: 240px !important;
    }
    .c-box-arrow-a__inner:not(:last-child)::after {
        border-color: #B2BEC3 transparent transparent transparent !important;
        bottom: initial !important;
        top: 100%;
        border-width: 162px 353px 0px 353px !important;
    }
}
.c-box-arrow-a__inner:not(:last-child)::after {
    border-color: #B2BEC3 transparent transparent transparent !important;
}

#problemSolving .c-linkCard__item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#problemSolving .c-linkCard__inner,
#problemSolving .c-linkCard__textwrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.c-box-arrow__image {
    max-width: 800px;
    margin: 0 auto;
}


/* 吹き出しカード */
.c-cardBubble {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1;
    padding: 32px 12px 12px 12px;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
}

.c-cardBubble__inner {
    display: flex;
    flex-direction: column;
    gap: 38px;
    width: 100%;
}

.c-cardBubble__num {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 164px;
    border: 5px solid #FFF;
    background: #0A3856;
}

.c-cardBubble__num span {
    color: #FFF;
    font-family: Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.c-cardBubble .c-h4-a {
    margin: 0 !important;
}
.c-cardBubble .c-h4-a__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #0A3856 !important;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(20px, 1.67vw, 32px)!important;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.c-cardBubble .c-h4-a__text span {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: #333;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 16px;
    border-bottom: 3px solid #333;
}

.c-cardBubble__union {
    position: absolute;
    width: 64px;
    aspect-ratio: 1/1;
    top: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
}

.c-cardBubble__union--solve {
    top: calc(100% + 3px);

}


@media (max-width: 1100px) {
    .c-cardBubble__union {
        display: none;
    }
}


/* CTA */
#cta {
    background: #F3F3F3;
}

#cta .c-h2-a__text {
    color: #0A3856;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#cta .c-h2-a__text span {
    color: #0A3856;
    text-align: center;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(16px, 1.67vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: block;
}

#cta .c-h2-a__text strong {
    color: #0E89DA;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(30px, 5vw, 50px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#cta .c-linkCard--col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    gap: 24px;
    /* ← 任意で行間も揃える */
}

#cta .c-linkCard__item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#cta .c-linkCard__inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#cta .c-linkCard__textwrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#cta .c-cardCta__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.c-cardCta__inner .c-btn--trial {
    margin-top: 4px;
}

#cta .c-text-a {
    flex: 1;
}

#cta .bnr {
    position: relative;
}

#cta .bnr::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-bottom: 42px solid #cf142b;
    border-top: 0;
    top: -40px;
    right: 20%;
}

@media (max-width: 1024px) {
    #cta .bnr::after {
        right: 50%;
        transform: translateX(50%);
    }
    #cta .c-linkCard--col2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.c-cardCta {
    display: flex;
    padding: 36px 8.12%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.c-cardCta .c-h4-a__text {
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(16px, 1.67vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.c-cardCta .c-h4-a__text span {
    display: flex;
    justify-content: center;
    color: #EA5505;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(20px, 1.67vw, 32px) !important;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.c-cardCta--trial .c-h4-a__text span {
    color: #CF142B;
}

.c-btn {
    display: flex;
    justify-content: center;
    border-radius: 61px;
    background: #EA5505;
    box-shadow: 0px 4px 0px 0px #943908;
    padding: 25.5px 10px;
    gap: 16px;
    color: #FFF !important;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    transition: all 0.3s ease-in-out;
}

.c-btn:hover {
    box-shadow: none;
    transform: translateY(4px);
}

.c-btn--trial {
    background-color: #CF142B;
}

.c-btn img {
    width: 10px !important;
    aspect-ratio: 1/1;
}

/* RICOH カンタンストレージ活用シリーズとは? */
#summary {
    background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-easy-storage-utilization_2/img/bg.png);
    background-size: cover;
    background-position: 0px 4070px;
}

#summary .c-h2-a__text {
    color: #0A3856;
    font-feature-settings: 'halt' on;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#summary .c-h2-a__text span {
    font-size: clamp(30px, 5vw, 50px);
}

#summary .c-h4-a__text {
    color: #333;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(16px, 1.67vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}
.c-box-wrap {
    display: grid;    
    justify-content: center;
    gap: 8px;
}

.c-box {
    display: inline-flex;
    padding: 12px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px 0px 8px 8px;
    background: rgba(255, 255, 255, 0.70);
}

.c-box .c-link-a-list {
    margin-top: 0 !important;
}

#summary figure {
    margin-top: 16px;
}

#summary figure figcaption {
    text-align: center;
    margin-top: 27px;
}

#summary figure figcaption a {
    color: #CF142B;
    font-weight: bold;
}

/* 機能特徴 */
#function {
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/ricoh-easy-storage-utilization_2/img/bg-dot.jpg");
}
#function .c-h2-a__text span{
    display: block;
    color: #0A3856;
    text-align: center;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(16px, 1.67vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

#function .c-h2-a__text strong {
    color: #0E89DA;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#function .c-multiCol {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

@media (min-width: 641px) {
    #function .c-multiCol .c-linkCard:nth-child(even) .c-linkCard__item:nth-child(1) {
        order: 2;
    }
}

#function .c-linkCard--col2 {
    gap: 32px;
    align-items: center;
}

#function .c-h4-a {
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: -10px;
    border-radius: 8px 0px 8px 8px;
    background: #0E89DA;
    margin-bottom: 38px;
}


#function .c-h4-a__text {
    color: #FFF;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(20px, 1.67vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
    /* 48px */
}

#function .c-check__list {
    display: flex;
    padding: 64px 24px 12px 24px !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px 0px 8px 8px;
    border: 3px solid #0A3856 !important;
    background: #FFF;
    position: relative;
}

.c-check__list span {
    position: absolute;
    color: #FFF826;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    border-radius: 8px 0px;
    background: #0A3856;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    top: -1px;
    left: -1px;
}

.c-check__item:not(.c-check__item--black)::before {
    background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-easy-storage-utilization_2/img/check.svg) !important;
}

#function .c-check__item .c-text-a__text {
    color: #333;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    padding-left: 7px;
}

/* サポート情報 */
#support .c-h2-a__text {
    color: #0A3856;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#support .c-h2-a__text span {
    font-size: clamp(30px, 5vw, 50px);
    color: #0E89DA;
}

#support .c-h4-a__text {
    color: #0E89DA;
    text-align: center;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(18px, 1.67vw, 22.125px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-36, 36px);
    /* 162.712% */
}

#support .c-linkCard--col3--sm {
    grid-template-columns: repeat(3, minmax(0, 276px))!important;
    justify-content: center !important;
    gap: 36px !important;
}

@media (max-width: 768px) {
    #support .c-linkCard--col3--sm {
        grid-template-columns: repeat(1, minmax(0, 276px))!important;
    }    
}

#support .c-linkCard--col3--sm .c-linkCard__imageInner:not(.c-linkCard__imageInner--noRatio) {
    padding-bottom: 100%;
}

#support .c-multiCol {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#support .c-multiCol .c-linkCard--col3 .c-linkCard__item .c-linkCard__inner .f-richText .c-text-a .c-text-a__text {
    color: #333;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 150%;
    text-align: left !important;
    /* 24px */
}


#support .c-box--border {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px 0px 8px 8px;
    border: 3px solid #000;
    margin-top: 80px;
}

#support .c-box--border .c-text-a__text {
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(16px, 1.67vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}


/* セキュリティについて */
#security {
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/ricoh-easy-storage-utilization_2/img/bg.png");
    background-size: cover;
    background-position: 0px 1930px;
}

#security .c-h2-a__text {
    color: #0A3856;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    overflow: visible;
}

#security .c-h2-a__text strong {
    position: relative;

    color: #FFFB7D;
    text-align: center;
    /* -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #0A3856; */
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(30px, 5vw, 50px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 75px */
    z-index: 1;
    display: inline-block;
}

#security .c-h2-a__text strong::before {
    content: "ISMAPクラウドサービスリスト";
    position: absolute;
    color: #FFFB7D;
    text-align: center;
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: #0A3856;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(30px, 5vw, 50px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 75px */
    z-index: -1;
    display: block;
}

#security #ipadress .c-h2-a__text strong::before {
    content: "IPアドレス制限";
    position: absolute;
    color: #FFFB7D;
    text-align: center;
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: #0A3856;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(30px, 5vw, 50px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 75px */
    z-index: -1;
    display: block;
}



#security .c-h2-a__text img {
    max-width: 188px;
    margin: 0 auto;
}

#security .c-box {
    width: calc(100% - 48px);
    max-width: 1200px;
    gap: 0;
}

/* #security .c-box + .c-h2-a {
    margin-top: 182px;
} */


/* お客様の声 */
#case .c-h2-a__text {
    color: #0A3856;
    text-align: center;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(16px, 1.67vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

#case .c-h2-a__text span {
    color: #0A3856;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#case .c-h2-a__text strong {
    color: #0E89DA;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(30px, 5vw, 50px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#case .c-multiCol {
    max-width: 1084px !important;
    margin: 0 auto;
}

#case .c-multiCol .c-linkCard--col2 .c-linkCard__item .c-linkCard__inner .f-richText:nth-of-type(1) .c-text-a {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px 0px 8px 8px;
    background: #0E89DA;
}

#case .c-multiCol .c-linkCard--col2 .c-linkCard__item .c-linkCard__inner .f-richText:nth-of-type(1) .c-text-a .c-text-a__text{
    color: #FFF;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
}

#case .c-multiCol .c-linkCard--col2 .c-linkCard__item .c-linkCard__inner .c-h4-a__text {
    color: #0A3856;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

#case .c-multiCol .c-linkCard--col2 .c-linkCard__item .c-linkCard__inner .f-richText .c-text-a .c-text-a__text {
    color: #333;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}


/* ご利用料金 */
#price {
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/ricoh-easy-storage-utilization_2/img/bg-dot.jpg");
}

#price .c-h2-a__text {
    color: #0A3856;
    text-align: center;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(16px, 1.67vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

#price .c-h2-a__text span {
    color: #0E89DA;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#price .c-h4-a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

#price .c-table thead th {
    border-right: var(--stroke-weight-1, 1px) solid var(--color-grey-79, #C9C9C9);
    border-bottom: var(--stroke-weight-1, 1px) solid var(--color-grey-79, #C9C9C9);
    background: #0E89DA;
    text-align: left;
}

#price .c-table tbody td {
    background: #fff ;
    font-weight: bold;
}

/* 良くあるご質問 */
#faq .c-h4-a__text {
    color: #0A3856;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#faq .c-h4-a__text span {
    color: #0E89DA;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#faq .c-accordion--faq {
    margin-top: 33px;
}

#faq .c-accordion__text a {
    text-decoration: underline;
}

/* お問い合わせCTA */
#contact {
    background: #F3F3F3;
}

#contact .c-box--contact {
    display: flex;
    padding: 36px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.c-box--contact__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#contact .c-h2-a {
    margin-bottom: 0;
}

#contact .c-h2-a__text {
    color: #0A3856;
    text-align: center;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(16px, 1.67vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

#contact .c-h2-a__text strong {
    color: #0A3856;
    font-family: "Noto Sans JP", Arial, sans-serif;

    font-size: clamp(24px, 4vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#contact .c-h2-a__text strong span {
    color: #0E89DA;
}

.c-btn--contact {
    display: flex;
    width: 50%;
    max-width: 600px;
    padding: 25.5px 10px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 61px;
    border: 3px solid #000;
    background: #FFF826;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.80);
}

.c-btn--contact span {
    color: #333;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
}
