/* --------------------
 Feature - Flow
-------------------- */
.flow__hero {
    align-items: center;
    background-image: url(../../images/commons/com-hero-pink.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .flow__hero {
        height: 390px;
        padding-bottom: 0;
    }
}

.flow__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__hero-container {
        padding: 15px 30px;
    }
}

.flow__hero__title {
    color: #231815;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    text-shadow: 0 0 5px #ee8fa5, 0 0 8px #ee8fa5;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__hero__title {
        font-size: 3.2rem;
    }
}

.flow__hero__desc {
    color: #231815;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 5px #ee8fa5, 0 0 8px #ee8fa5;
    width: 100%;
}

.flow__hero__nav {
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    height: auto;
    margin: 0;
    width: 100%;
}

.flow__hero__nav-container {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0;
}

@media (min-width: 768px) {
    .flow__hero__nav-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.flow__hero__nav__item {
    padding: 0;
    position: relative;
    width: 50%;
}

@media (min-width: 768px) {
    .flow__hero__nav__item {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .flow__hero__nav__item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.flow__hero__nav__item__link {
    align-items: center;
    background-color: rgba(238, 143, 165, 0);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #595757;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.2rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    padding: 10px 8px;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .flow__hero__nav__item__link {
        font-size: 1.4rem;
        padding: 15px 10px;
    }
}

.flow__hero__nav__item__link:hover, .flow__hero__nav__item__link:focus {
    background-color: rgba(238, 143, 165, .75);
    color: #ffffff;
}

.flow__intro {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .flow__intro {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.flow__intro-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__intro-container {
        max-width: 920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.flow__intro__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__intro__title {
        font-size: 2.6rem;
        text-align: left;
    }
}

.flow__intro__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .flow__intro__title__text {
        padding-left: 0;
    }
}

.flow__intro__title__text:before {
    background-image: url(../../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .flow__intro__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        left: -55px;
        width: 45px;
    }
}

.flow__intro__main {
    margin: 0;
}

@media (min-width: 768px) {
    .flow__intro__main {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -15px;
    }
}

.flow__intro__main__content {
    margin: 0 0 40px;
    padding: 0;
}

@media (min-width: 768px) {
    .flow__intro__main__content {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 60%;
    }
}

@media (min-width: 992px) {
    .flow__intro__main__content {
        width: 50%;
    }
}

.flow__intro__main__content__desc {
    font-size: 1.4rem;
    letter-spacing: .08em;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .flow__intro__main__content__desc {
        font-size: 1.6rem;
    }
}

.flow__intro__main__content__desc:last-of-type {
    margin-bottom: 0;
}

.flow__intro__main__fig {
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__intro__main__fig {
        padding-left: 15px;
        padding-right: 15px;
        width: 40%;
    }
}

@media (min-width: 992px) {
    .flow__intro__main__fig {
        width: 50%;
    }
}

.flow__step {
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    .flow__step {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.flow__step:before {
    background-image: url(../../images/pages/feature/flow/flow-step-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 400px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.flow__step-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .flow__step-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.flow__step__title {
    color: #231815;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    text-shadow: 0 0 5px white, 0 0 8px white;
}

@media (min-width: 768px) {
    .flow__step__title {
        font-size: 3.2rem;
    }
}

.flow__step__desc {
    color: #231815;
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 50px;
    text-align: center;
    text-shadow: 0 0 5px white, 0 0 8px white;
}

@media (min-width: 768px) {
    .flow__step__desc {
        font-size: 1.6rem;
    }
}

.flow__step__list {
    margin: 0 0 30px;
}

.flow__step__list__item {
    margin: 0 0 80px;
    position: relative;
}

.flow__step__list__item:after {
    border-bottom: none;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #040203;
    bottom: -95px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 1;
}

@media (min-width: 768px) {
    .flow__step__list__item:after {
        border-left-width: 50px;
        border-right-width: 50px;
        border-top-width: 50px;
        bottom: -105px;
        height: 50px;
        width: 100px;
    }
}

.flow__step__list__item:last-child {
    margin-bottom: 0;
}

.flow__step__list__item:last-child:after {
    display: none;
}

.flow__step__list__item-inner {
    padding: 0 30px;
    position: relative;
    z-index: 0;
}

.flow__step__list__item-inner:before, .flow__step__list__item-inner:after {
    border: 15px solid transparent;
    bottom: auto;
    content: '';
    display: block;
    height: 30px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

@media (min-width: 768px) {
    .flow__step__list__item-inner:before, .flow__step__list__item-inner:after {
        border-bottom-width: 23px;
        border-top-width: 23px;
        height: 46px;
    }
}

.flow__step__list__item-inner:before {
    border-bottom-color: #ebecec;
    border-right-color: #ebecec;
    left: 0;
    top: 0;
}

.flow__step__list__item-inner:after {
    border-left-color: #ebecec;
    border-top-color: #ebecec;
    bottom: 0;
    right: 0;
}

.flow__step__list__item__main {
    background-color: #ebecec;
    margin: 0;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__step__list__item__main {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

.flow__step__list__item__main:before, .flow__step__list__item__main:after {
    background-color: #ebecec;
    bottom: auto;
    content: '';
    display: block;
    height: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

.flow__step__list__item__main:before {
    bottom: 0;
    left: -30px;
    top: 30px;
}

@media (min-width: 768px) {
    .flow__step__list__item__main:before {
        top: 46px;
    }
}

.flow__step__list__item__main:after {
    bottom: 30px;
    right: -30px;
    top: 0;
}

@media (min-width: 768px) {
    .flow__step__list__item__main:after {
        bottom: 46px;
    }
}

.flow__step__list__item__main__blk {
    margin: 0 -30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .flow__step__list__item__main__blk {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.flow__step__list__item__main__blk__content {
    margin: 0 0 30px;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .flow__step__list__item__main__blk__content {
        margin-bottom: 0;
        width: 50%;
    }
}

.flow__step__list__item__main__blk__content__number {
    color: #ecaa2d;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .2em;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__step__list__item__main__blk__content__number {
        font-size: 2.5rem;
    }
}

.flow__step__list__item__main__blk__content__title {
    color: #3e3a39;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__step__list__item__main__blk__content__title {
        font-size: 2.5rem;
    }
}

.flow__step__list__item__main__blk__content__desc {
    font-size: 1.4rem;
    margin: 0;
}

.flow__step__list__item__main__blk__detail {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .flow__step__list__item__main__blk__detail {
        width: 50%;
    }
}

.flow__step__list__item__main__blk__detail__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.flow__step__list__item__main__blk__detail__table-wrapper {
    background-color: #ffffff;
    height: 100%;
    margin: 0 auto;
    max-width: 360px;
    padding: 5px;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__step__list__item__main__blk__detail__table-wrapper {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .flow__step__list__item__main__blk__detail__table-wrapper {
        padding: 15px;
    }
}

.flow__step__list__item__main__blk__detail__table > thead > tr > th {
    border: 10px solid #ffffff;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 8px 5px;
    text-align: center;
    width: 50%;
}

@media (min-width: 992px) {
    .flow__step__list__item__main__blk__detail__table > thead > tr > th {
        font-size: 1.4rem;
    }
}

.flow__step__list__item__main__blk__detail__table > thead > tr > th:nth-child(1) {
    background-color: #eb8ca2;
}

.flow__step__list__item__main__blk__detail__table > thead > tr > th:nth-child(2) {
    background-color: #0094ec;
}

.flow__step__list__item__main__blk__detail__table > tbody > tr > td {
    font-size: 1.3rem;
    font-weight: 400;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .flow__step__list__item__main__blk__detail__table > tbody > tr > td {
        font-size: 1.4rem;
    }
}

.flow__step__list__item__note {
    font-size: 1.4rem;
    margin: 5px 0 0;
}

.flow__step__note {
    font-size: 1.4rem;
    padding: 0 15px 0 0;
}

@media (min-width: 768px) {
    .flow__step__note {
        text-align: right;
    }
}

.flow__step__note__item {
    margin: 0;
}

@media (min-width: 768px) {
    .flow__step__note__item {
        display: inline-block;
        margin-right: 15px;
    }
    .flow__step__note__item:last-child {
        margin-right: 0;
    }
}

.flow__maint {
    background-color: #eb8ca2;
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    .flow__maint {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.flow__maint:before {
    background-image: url(../../images/pages/feature/flow/flow-maint-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 400px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.flow__maint-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .flow__maint-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.flow__maint__title {
    color: #231815;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__maint__title {
        font-size: 3.2rem;
    }
}

.flow__maint__desc {
    color: #231815;
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__maint__desc {
        font-size: 1.6rem;
    }
}

.flow__maint__main {
    padding: 0 30px;
    position: relative;
    z-index: 0;
}

.flow__maint__main:before, .flow__maint__main:after {
    border: 15px solid transparent;
    bottom: auto;
    content: '';
    display: block;
    height: 30px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

@media (min-width: 768px) {
    .flow__maint__main:before, .flow__maint__main:after {
        border-bottom-width: 23px;
        border-top-width: 23px;
        height: 46px;
    }
}

.flow__maint__main:before {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    left: 0;
    top: 0;
}

.flow__maint__main:after {
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    bottom: 0;
    right: 0;
}

.flow__maint__main-inner {
    background-color: #ffffff;
    margin: 0;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__maint__main-inner {
        padding-bottom: 80px;
        padding-top: 60px;
    }
}

.flow__maint__main-inner:before, .flow__maint__main-inner:after {
    background-color: #ffffff;
    bottom: auto;
    content: '';
    display: block;
    height: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

.flow__maint__main-inner:before {
    bottom: 0;
    left: -30px;
    top: 30px;
}

@media (min-width: 768px) {
    .flow__maint__main-inner:before {
        top: 46px;
    }
}

.flow__maint__main-inner:after {
    bottom: 30px;
    right: -30px;
    top: 0;
}

@media (min-width: 768px) {
    .flow__maint__main-inner:after {
        bottom: 46px;
    }
}

.flow__maint__main__blk {
    margin: 0 -15px;
    padding: 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .flow__maint__main__blk {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .flow__maint__main__blk {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.flow__maint__main__blk__item {
    margin: 0 0 60px;
    padding: 0;
}

.flow__maint__main__blk__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .flow__maint__main__blk__item {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
}

.flow__maint__main__blk__item__title {
    align-items: center;
    background-color: #eb8ca2;
    border-radius: 35px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.8rem;
    font-weight: 700;
    height: 46px;
    justify-content: center;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__maint__main__blk__item__title {
        font-size: 2.2rem;
        height: 70px;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .flow__maint__main__blk__item__title {
        font-size: 2.5rem;
    }
}

.flow__maint__main__blk__item__desc {
    font-size: 1.4rem;
    margin: 0 0 30px;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .flow__maint__main__blk__item__desc {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.flow__maint__main__blk__item__list {
    padding: 0 10px;
}

@media (min-width: 992px) {
    .flow__maint__main__blk__item__list {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.flow__maint__main__blk__item__list__item {
    margin: 0 0 30px;
}

.flow__maint__main__blk__item__list__item:last-child {
    margin-bottom: 0;
}

.flow__maint__main__blk__item__list__item__title {
    border-bottom: 1px solid #eb8ca2;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

.flow__maint__main__blk__item__list__item__desc {
    font-size: 1.4rem;
    margin: 0 0 15px;
}

.flow__maint__main__blk__item__list__item__desc:last-child {
    margin-bottom: 0;
}

.flow__cr {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .flow__cr {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.flow__cr-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__cr-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.flow__cr__title {
    color: #3e3a39;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__cr__title {
        font-size: 3.2rem;
    }
}

.flow__cr__main {
    padding: 0 30px;
    position: relative;
    z-index: 0;
}

.flow__cr__main:before, .flow__cr__main:after {
    border: 15px solid transparent;
    bottom: auto;
    content: '';
    display: block;
    height: 30px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

@media (min-width: 768px) {
    .flow__cr__main:before, .flow__cr__main:after {
        border-bottom-width: 23px;
        border-top-width: 23px;
        height: 46px;
    }
}

.flow__cr__main:before {
    border-bottom-color: #ebecec;
    border-right-color: #ebecec;
    left: 0;
    top: 0;
}

.flow__cr__main:after {
    border-left-color: #ebecec;
    border-top-color: #ebecec;
    bottom: 0;
    right: 0;
}

.flow__cr__main-inner {
    background-color: #ebecec;
    margin: 0;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .flow__cr__main-inner {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.flow__cr__main-inner:before, .flow__cr__main-inner:after {
    background-color: #ebecec;
    bottom: auto;
    content: '';
    display: block;
    height: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

.flow__cr__main-inner:before {
    bottom: 0;
    left: -30px;
    top: 30px;
}

@media (min-width: 768px) {
    .flow__cr__main-inner:before {
        top: 46px;
    }
}

.flow__cr__main-inner:after {
    bottom: 30px;
    right: -30px;
    top: 0;
}

@media (min-width: 768px) {
    .flow__cr__main-inner:after {
        bottom: 46px;
    }
}

.flow__cr__main__item {
    margin: 0 -15px 50px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .flow__cr__main__item {
        margin-left: 0;
        margin-right: 0;
    }
}

.flow__cr__main__item:last-child {
    margin-bottom: 0;
}

.flow__cr__main__item__title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 5px;
}

.flow__cr__main__item__desc {
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0;
}

.flow__cr__main__item__fig {
    background-color: #ffffff;
    margin: 30px auto 0;
    padding: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__cr__main__item__fig {
        padding: 30px;
        width: 95%;
    }
}

.flow__comment {
    background-color: #ffe8e8;
    padding: 60px 0;
}

.flow__comment-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__comment-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.flow__comment__main {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flow__comment__main__icon {
    margin: 0;
    width: 60px;
}

@media (min-width: 768px) {
    .flow__comment__main__icon {
        width: 130px;
    }
}

.flow__comment__main__icon__fig {
    margin: 0 0 5px;
    text-align: center;
}

.flow__comment__main__icon__label {
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__comment__main__icon__label {
        font-size: 1.4rem;
    }
}

.flow__comment__main__content {
    padding: 0 0 0 20px;
    width: calc(100% - 60px);
}

@media (min-width: 768px) {
    .flow__comment__main__content {
        padding-left: 40px;
        width: calc(100% - 130px);
    }
}

.flow__comment__main__content-inner {
    background-color: rgba(255, 255, 255, .58);
    border-radius: 30px;
    -webkit-box-shadow: 4px 5px 3px rgba(0, 0, 0, .3);
            box-shadow: 4px 5px 3px rgba(0, 0, 0, .3);
    padding: 20px 15px;
    position: relative;
}

@media (min-width: 768px) {
    .flow__comment__main__content-inner {
        padding: 30px 45px;
    }
}

.flow__comment__main__content-inner:before {
    background-image: url(../../images/pages/feature/flow/flow-comment-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: '';
    display: block;
    height: 24px;
    left: -24px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 24px;
}

@media (min-width: 768px) {
    .flow__comment__main__content-inner:before {
        background-size: 38px 38px;
        height: 38px;
        left: -38px;
        width: 38px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .flow__comment__main__content-inner:before {
        background-image: url(../../images/pages/feature/flow/flow-comment-arrow@2x.png);
    }
}

.flow__comment__main__content__desc {
    font-size: 1.3rem;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .flow__comment__main__content__desc {
        font-size: 1.4rem;
    }
}

.flow__comment__main__content__desc:last-child {
    margin-bottom: 0;
}
