@charset "UTF-8";
/* CSS Information
============================================
File: introduction.scss
Site: SPM CLOUD SOLUTION PRODUCT
SCSS: pages
Output: /pages/introduction.css
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: SPM CLOUD SOLUTION PRODUCT
SCSS: foundation
Output: app.css
============================================= */
/* 導入の流れステップ
========================================== */
.p-intro-step {
    width: 100%;
    margin-bottom: 3rem;
}
.p-intro-step__unit {
    position: relative;
    width: 100%;
    padding: 1.5rem;
    border: solid 0.1rem #29abe2;
    border-radius: 1rem;
}
.p-intro-step__unit:nth-last-child(n+2) {
    margin-bottom: 3rem;
}
.p-intro-step__unit:nth-last-child(n+2):after {
    position: absolute;
    bottom: -3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: auto;
    font-family: "FontAwesome";
    content: "\f175";
}
.p-intro-step__unit-title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    color: #29abe2;
    margin-bottom: 1rem;
}
.p-intro-step__unit-title--display-pc {
    display: none;
    text-align: center;
}
.p-intro-step__unit-title--display-sp {
    display: block;
    text-align: center;
}
.p-intro-step__unit-note {
    font-size: 1.4rem;
    color: #444;
}
.p-intro-step__unit-figure {
    display: block;
    width: 12rem;
    margin: 0 auto 1rem;
}
@media (min-width: 21.25em) {
    .p-intro-step__unit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .p-intro-step__unit-figure {
        margin: 0;
    }
    .p-intro-step__unit-box {
        width: calc(100% - 13rem);
    }
    .p-intro-step__unit-title--display-sp {
        text-align: left;
    }
    .p-intro-step__unit-note {
        font-size: 1.4rem;
    }
}
@media (min-width: 48em) {
    .p-intro-step {
        margin-bottom: 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .p-intro-step__unit {
        display: block;
        width: calc(25% - 2rem);
    }
    .p-intro-step__unit:nth-last-child(n+2) {
        margin-bottom: 0;
    }
    .p-intro-step__unit:nth-last-child(n+2):after {
        position: absolute;
        bottom: auto;
        top: 50%;
        left: auto;
        right: -2rem;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: auto;
        font-family: "FontAwesome";
        content: "\f178";
    }
    .p-intro-step__unit-title {
        margin-bottom: 1.5rem;
    }
    .p-intro-step__unit-title--display-pc {
        display: block;
    }
    .p-intro-step__unit-title--display-sp {
        display: none;
    }
    .p-intro-step__unit-figure {
        width: 100%;
        margin-bottom: 1rem;
    }
    .p-intro-step__unit-box {
        width: 100%;
    }
    .p-intro-step__unit-note {
        font-size: 1.2rem;
    }
}
@media (min-width: 60.625em) {
    .p-intro-step__unit {
        width: calc(25% - 3rem);
    }
    .p-intro-step__unit:nth-last-child(n+2):after {
        right: -3.5rem;
        font-size: 2.6rem;
    }
    .p-intro-step__unit-title {
        margin-bottom: 2rem;
    }
    .p-intro-step__unit-figure {
        margin-bottom: 1.5rem;
    }
    .p-intro-step__unit-note {
        font-size: 1.4rem;
    }
}
@media (min-width: 64.0625em) {
    .p-intro-step {
        margin-bottom: 6rem;
    }
    .p-intro-step__unit {
        padding: 2rem;
    }
    .p-intro-step__unit-title {
        font-size: 2.6rem;
    }
    .p-intro-step__unit-note {
        font-size: 1.6rem;
    }
}

/* 導入の流れ概要
========================================== */
.p-intro-overview {
    width: 100%;
    counter-reset: number 0;
    padding: 1.5rem;
    border: solid 0.1rem #ccc;
    border-radius: 1rem;
}
.p-intro-overview__unit:nth-last-child(n+2) {
    padding-bottom: 1.5rem;
    border-bottom: dashed 0.1rem #ccc;
    margin-bottom: 1.5rem;
}
.p-intro-overview__unit-box--indent {
    padding-left: 0.7em;
}
.p-intro-overview__unit-list {
    color: #444;
}
.p-intro-overview__unit-list-item--icon-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-intro-overview__unit-list-item--icon-dot:before {
    content: "・";
    white-space: nowrap;
}
.p-intro-overview__unit-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #00a99d;
}
.p-intro-overview__unit-title--number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-intro-overview__unit-title--number:before {
    counter-increment: number 1;
    content: "（ " counter(number) " ）";
    white-space: nowrap;
}
.p-intro-overview__unit-note {
    color: #444;
}
.p-intro-overview__unit-note--indent {
    padding-left: 0.7em;
}
@media (min-width: 48em) {
    .p-intro-overview {
        padding: 3rem;
    }
    .p-intro-overview__unit:nth-last-child(n+2) {
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    .p-intro-overview__unit-title {
        font-size: 2rem;
    }
}
@media (min-width: 64.0625em) {
    .p-intro-overview__unit-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .p-intro-overview__unit-box--indent {
        padding-left: 3.7em;
    }
    .p-intro-overview__unit-list {
        width: calc(50% - 3rem);
    }
    .p-intro-overview__unit-note--indent {
        padding-left: 3.7em;
    }
}
/*# sourceMappingURL=introduction.css.map */