body#sub {
    padding-bottom: 0;
}
body#sub .banner.fluid > .innerLR {
    padding: 0;   
}
.banner .corporate .row {
    margin-top: 0;
}
.corporate .col-md-two-thirds {
    width: 5.5555555555%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.corporate.main {
    /*margin-left: -10px;
    margin-right: -10px;*/

}
.corporate .container-960 {
    margin:auto;
}

.corporate .note {
    margin-top: .5em;
}
.corporate .lead p {
    font-size: 18px;
}
.corporate .main-header {
    width: 100%;
    height: 350px;
    background: url(//msm07s-cdn.bitflyer.com/pub/Images/Corporate/header_bg.jpg) no-repeat center center/cover;
}
.corporate.bitWire-shop .main-header {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/Images/Corporate/bitWireShop/header_bg.jpg);
}
.corporate.Echo .main-header {
    background-image: url(//msm07s-cdn.bitflyer.com/pub/Images/Corporate/Echo/header_bg.jpg);
}
.corporate.white-label .main-header {
    /*background: linear-gradient(to bottom, #efeddf 0%, #fff 50%, #efeddf 99%);*/
    height: 300px;
    background: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #ccc;
}
.corporate.white-label .main-header .main-header-img {
    height: 300px;
    background-image: url(//msm07s-cdn.bitflyer.com/pub/Images/Corporate/white-label/header_bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 260px;
}

.corporate .investors {
    margin-top: 15px;
}
.corporate .aside-title {
    background-color: #e5e5e5;
    border-radius: 4px;
    font-size: 18px;
    padding: 0.5rem;
    text-align:center;
}
    .corporate .investors .investors-list {
        position: relative;
        text-align: center;
    }

        .corporate .investors .investors-list li {
            display: block;
            float: left;
            /*width:192px;*/
            width: 25%;
            height: 100px;
            text-align: center;
        }

    .corporate .investors li span,
    .corporate .investors .investor span {
        display: table-cell;
        width: 216px;
        height: 75px;
        text-align: center;
        vertical-align: middle;
    }

    .corporate .investors .investor {
        position: relative;
        border: 1px none #e5e5e5;
        padding: 10px 0;
    }

        .corporate .investors .investor .close {
            position: absolute;
            top: 0;
            right: 5px;
        }

        .corporate .investors .investor dl {
            display: table-cell;
        }

        .corporate .investors .investor dt {
            font-size: 16px;
            margin-bottom: .4em;
        }

        .corporate .investors .investor dd {
            padding-right: 20px;
        }


    .corporate .insurance {
        margin-top: 15px;
    }

    .corporate .insurance-img {
        width: 100%;
    }

    .corporate .main-title, .corporate .main-lead {
        color: #fff;
        font-weight: bold;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    }

    .corporate.bitWire-shop .main-title,
    .corporate.bitWire-shop .main-lead {
        color: #fff;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    }

    .corporate.Echo .main-title,
    .corporate.Echo .main-lead {
        color: #fff;
    }

    .corporate.Echo .main-title {
        font-size: 54px;
        float: left;
        color: #fff;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
        padding-top: 125px;
    }

    .corporate.Echo .main-lead {
        float: left;
        color: red;
        font-size: 21px;
        text-shadow: none;
        padding: 150px 0 0 440px;
        text-shadow: 1px 1px 2px #468ccb;
    }

    .corporate .main-title {
        font-size: 42px;
        padding: 115px 15px 0 0;
    }

    .corporate.bitWire-shop .main-title {
        padding-top: 30px;
    }

    .corporate .main-lead {
        margin-top: 10px;
        margin-left: 10px;
    }

    .corporate.white-label .main-title {
        padding-top: 100px;
    }

    .corporate.white-label .main-title,
    .corporate.white-label .main-lead {
        color: #333;
        text-shadow: none;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 5%;
    }



    .corporate .main-content-wrapper {
        position: relative;
        background: #2d2f3d;
    }

    .corporate.index .main-content-wrapper,
    .corporate.white-label .main-content-wrapper {
        background: #fff;
    }

    .corporate .main-content {
        padding-bottom: 30px;
    }

    .corporate .sealer {
        width: 50%;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        background: #fff;
    }

    .corporate .article-main,
    .corporate .sidebar,
    .corporate .sealer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .corporate .article-main,
    .corporate .sidebar {
        position: relative;
        z-index: 1;
    }

    .corporate .article-main {
        background: white;
        padding-right: 30px;
    }

        .corporate .article-main .title {
            color: #575655;
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 1em;
        }

        .corporate .article-main > .title {
            width: 100%;
            border-bottom: 2px solid #468ccb;
            /*background: #ececec;   */
            margin-right: 1px;
            padding: 15px 30px 10px 10px;
        }

    .corporate .article-content {
        padding: 80px 15px 0 15px;
        /*margin-bottom: 20px;*/
    }

        .corporate .article-content ul.list-kome {
            list-style: none;
        }

        .corporate .article-content .kome:before,
        .corporate .article-content .list-kome li:before {
            content: "※ ";
        }

        .corporate .article-content ol.list-kome {
            list-style: none;
            counter-reset: kome;
        }

            .corporate .article-content ol.list-kome li:before {
                counter-increment: kome;
                content: "※"counter(kome);
                padding-right: .5em;
            }

        .corporate .article-content:last-of-type {
            border-bottom: none
        }
        .corporate .article-content .article-content__caption {
            font-weight: 600;
            font-size: 0.94em;
            padding-top: 10px;
        }
        .corporate.bitWire-shop .article-content > .content {
            padding-bottom: 30px;
        }

    .corporate .article-content .center.btn {
        margin: auto;
    }

    .corporate .article-content .message-strong {
        margin: 30px 0;
    }

        .corporate .article-content .message-strong p {
            background-color: #e5e5e5;
            font-size: 21px;
            padding: 10px;
        }

    .corporate .article-header .title {
        font-size: 26px;
    }

    body#sub .corporate .nav-pills {
        margin-bottom: 10px;
    }

        body#sub .corporate .nav-pills > li > a {
            background-color: transparent;
            /*border: 1px solid #ccc;*/
            border: none;
            margin-left: 5px;
            margin-right: 5px;
        }

        body#sub .corporate .nav-pills > li:first-of-type > a {
            margin-left: 0;
        }

        body#sub .corporate .nav-pills > li:last-of-type > a {
            margin-right: 0;
        }

        body#sub .corporate .nav-pills > .active > a,
        body#sub .corporate .nav-pills > .active > a:hover,
        body#sub .corporate .nav-pills > .active > a:active {
            /*    background-color: transparent;
    color: #575655;*/
            background-color: #468ccb;
            border: none;
            color: #fff;
        }

        body#sub .corporate .nav-pills > li > a:hover,
        body#sub .corporate .nav-pills > li > a:active {
            background-color: #eee;
            text-decoration: none;
        }

    .corporate .nav-pills > .active > a,
    .corporate .nav-pills > .active > a:hover,
    .corporate .nav-pills > .active > a:active {
        box-shadow: none;
        text-shadow: none;
    }

    .corporate .about .content > p {
        margin-left: 20px;
    }

    .corporate .about .content .fig-inner p,
    .corporate .about .content .fig-inner li {
        font-size: 14px;
    }

    .corporate .about .content .fig-inner,
    .corporate .merits .content .fig-inner,
    .corporate .examples .content .fig-inner {
        border: 3px solid #ddd;
        border-radius: 20px;
        padding: 10px;
    }

    .articles.corporate .about img.pull-right {
        margin-right: 20px;
    }

    .corporate .content .fig-inner ul,
    .corporate .content .fig-inner ol {
        padding-left: 30px;
        margin-bottom: .5em;
    }

    .corporate .content .fig-inner p {
        padding-left: 10px;
    }

    .corporate .content figcaption {
        text-align: center;
    }

    .corporate .content .caption--large {
        font-size: 18px;
    }

    .corporate .content .caption--bold {
        font-weight: bold;
    }

    .corporate .content .bitWireShop .fig-inner {
        padding: 30px;
        text-align: center;
    }

    .corporate .content .bitWireShop img {
        width: 250px;
    }

    .corporate .content .plus {
        display: table-cell;
        text-align: center;
        padding: 0;
    }

        .corporate .content .plus span {
            display: inline-block;
            font-size: 56px;
        }

    .corporate .examples .content .arrow {
        position: relative;
    }

        .corporate .examples .content .arrow:before,
        .corporate .merits .content .arrow:before {
            position: relative;
            left: -40px;
            top: 10px;
            color: #468ccb;
            font-size: 60px;
        }

.corporate figure ol > li div:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    top: 116px;
    display: contents;
}

    .corporate .services > li {
        margin-bottom: 30px;
    }

    .corporate .services .icon {
        width: 160px;
        padding: 10px 0;
    }

    .corporate .services figure p {
        text-align: left;
    }

    .corporate .services figure figcaption {
        color: #575655;
        font-size: 1.4em;
        font-weight: bold;
    }

    .corporate .services .content {
        padding-bottom: 30px;
    }

        .corporate .services .content:before {
            display: block;
            position: relative;
            color: #468CCB;
            font-size: 120px;
            padding: 10px 0 30px 0;
        }

    .corporate .services .btn-wrapper {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
    }

    @media screen and (max-width: 991px) {
        .corporate.main {
            /*margin-left:0;
        margin-right:0;*/
        }

        .corporate .nav-articles-breadcrumb {
            padding-bottom: 0;
        }

        .corporate.main .main-content-wrapper {
            /*margin-left: 10px;*/
        }

        .corporate .main-header {
            height: 180px;
        }

            .corporate .main-header .title {
                margin-bottom: 0;
            }

        .corporate .main-title,
        .corporate .main-lead {
            padding-left: 30px;
        }

        .corporate .main-title,
        .corporate.Echo .main-title {
            padding-top: 30px;
        }

        .corporate.Echo .main-lead {
            margin: 0;
            padding: 0 0 0 30px;
            text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
        }

        .corporate .main-title {
            font-size: 36px;
        }

        .corporate .main-lead {
            margin-left: 0;
        }

        .corporate .article-main {
            padding: 0 10px;
        }

            .corporate .article-main .title {
                margin-bottom: .5em;
            }

            .corporate .article-main > .title {
                font-size: 28px;
            }

        .corporate .article-content.merits .section-container.merits-summary .content.traditional,
        .corporate .article-content.merits .section-container.merits-summary .content.bitWireShop {
            background-image: none;
            padding-bottom: 10px;
        }

        .corporate .services .content {
            padding-top: 0;
            padding-bottom: 30px;
        }

        .corporate .services li {
            border-bottom: 1px solid #999;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

            .corporate .services li:last-of-type {
                border-bottom: none;
            }

        .corporate .services .content p {
            text-align: center;
        }

        .corporate .services .btn-wrapper {
            bottom: 20px;
        }

        .corporate.articles .sidebar {
            width: 100%;
            /*border-bottom: 1px solid rgba(255,255,255,.2);*/
            background-color: rgba(70, 140, 203, .25);
            padding: 0;
            text-align: center;
        }

        body#sub .corporate .sidebar a, body#sub .corporate .sidebar nav a,
        body#sub .corporate .sidebar a, body#sub .corporate .sidebar nav a.active {
            padding: 20px 0;
        }

        body#sub .corporate .sidebar a, body#sub .corporate .sidebar nav li {
            background-color: #2d2f3d;
        }

        body#sub .corporate .sidebar a, body#sub .corporate .sidebar nav a:hover,
        body#sub .corporate .sidebar a, body#sub .corporate .sidebar nav a:active,
        body#sub .corporate .sidebar a, body#sub .corporate .sidebar nav a.active:hover,
        body#sub .corporate .sidebar a, body#sub .corporate .sidebar nav a.active:active {
            background-color: rgba(255,255,255,.1);
            text-decoration: none;
        }

        .corporate.articles .sidebar nav > ul {
            /*border-bottom: 1px solid rgba(255,255,255,.2);*/
        }

        .corporate .article-content.application_flow .glyphicons.chevron-right:before {
            transform: rotate(90deg);
            margin-left: 15px;
        }

        .corporate .article-content:not(.scheme) .content .glyphicons.right_arrow {
            display: block;
            text-align: center;
            margin-left: 60px;
        }

            .corporate .article-content:not(.scheme) .content .glyphicons.right_arrow:before {
                transform: rotate(90deg)
            }

        .main-footer.corporate .footer-nav-container > ul > li > a {
            border-color: rgba(255,255,255,.2);
        }

        body#sub .main-footer.corporate .footer-nav .footer-nav-container > ul > li > a:hover,
        body#sub .main-footer.corporate .footer-nav .footer-nav-container > ul > li > a:active {
            text-decoration: none;
        }

        body#sub .corporate .scroll-nav > .nav-pills > li > a {
            background-color: #fff;
            border: none;
            color: #468ccb;
            margin-right: 0;
            margin-bottom: 2px;
            margin-left: 0;
            padding: 10px;
        }

        body#sub .corporate .scroll-nav > .nav-pills > li.active > a {
            background-color: #468ccb;
            /*background-color: rgba(70, 140, 203, .5);           */
            color: #fff;
        }
    }

    /* echo */
    .corporate .content .connector {
        margin-top: 30px;
    }

    .corporate .article-content.campaign .flow {
        border: 2px solid #ccc;
        border-radius: 10px;
        margin: 0 5px;
    }

        .corporate .article-content.campaign .flow .img-container {
            width: 200px;
            height: 280px;
            background-repeat: no-repeat;
            /*background-size: 600px 280px;*/
            margin: auto;
        }

    .corporate.Echo .nav-pills {
        margin-bottom: 0;
    }
    /*.corporate.Echo .flow .article-content,
.corporate.Echo .API .article-content {*/
    .corporate.Echo .article-content {
        border-color: #ddd;
        border-width: 1px;
        border-style: solid solid solid solid;
        margin-bottom: 20px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
        /*.corporate.Echo .flow .article-content:last-of-type,
.corporate.Echo .API .article-content:last-of-type {*/
        .corporate.Echo .article-content:last-of-type {
            border-style: solid none none none;
        }

    .corporate.Echo .examples .article-content:last-of-type {
        border: none;
    }

    .corporate.Echo .flow .flow-container .logo-figure,
    .corporate.Echo .API .flow-container .logo-figure {
        margin: auto;
        text-align: center;
    }

    .corporate.Echo.articles .flow .flow-container .logo-figure figcaption {
        margin: 5px auto;
    }

    .corporate .flow .flow-container > ul > li,
    .corporate .flow .flow-container > ol > li {
        padding-bottom: 20px;
    }

    .corporate.Echo .flow .flow-container li .flow-inner-container {
        border: 1px solid #ccc;
        border-radius: 15px;
        margin: 0;
        padding: 20px;
    }

        .corporate.Echo .flow .flow-container li .flow-inner-container * {
            font-size: 16px;
        }

    .corporate.Echo .flow .flow-container .title {
        font-size: 21px;
        margin-bottom: .5em;
        padding-left: .75em;
        text-align: left;
    }

    .corporate.Echo .flow .flow-container .arrow.glyphicons {
        width: 100%;
        padding-left: 0;
        padding-bottom: 45px;
    }

        .corporate.Echo .flow .flow-container .arrow.glyphicons:before {
            width: 100%;
            color: #468ccb;
            font-size: 60px;
            text-align: center;
        }

        .corporate.Echo .flow .flow-container .arrow.glyphicons.down_arrow {
            margin: 10px 0;
        }

    .corporate.Echo .flow .flow-container .left-arrow .arrow {
        position: relative;
        left: -35px;
        top: -10px;
    }

    .corporate .article-content.campaign .flow .img-container {
        background-image: url(/Images/Corporate/Echo/echo_flow.png);
    }

    .corporate.Echo .article-content.campaign .step1 {
        background-position: 0 top;
    }

    .corporate.Echo .article-content.campaign .flow .step2 {
        background-position: -200px top;
    }

    .corporate.Echo .article-content.campaign .flow .step3 {
        background-position: -400px top;
    }

    .corporate.Echo .article-content .article-header .title {
        margin-top: .5em;
        padding-left: .5em;
    }

    .corporate.Echo .flow .flow-container li .auto_buy {
        float: right;
    }


    @media screen and (max-width: 991px) {
        .corporate.Echo .article-content {
            padding-top: 10px;
        }

        .corporate.Echo .flow .flow-container li .flow-inner-container > *[class*="col-xs"]:first-child {
            width: 30%;
            padding-left: 0;
        }

        .corporate.Echo .flow .flow-container li .flow-inner-container > *[class*="col-xs"]:last-child {
            width: 70%;
            padding: 0;
        }

        .corporate.Echo .flow .flow-container li .auto_buy {
            float: none;
            margin-bottom: 10px;
        }
    }

    /* settlement */

    .corporate .article-content.settlement .flow {
        border: 2px solid #ccc;
        border-radius: 10px;
        margin: 0 5px;
    }

        .corporate .article-content.settlement .flow .img-container {
            width: 200px;
            height: 280px;
            background-repeat: no-repeat;
            /*background-size: 600px 280px;*/
            margin: auto;
        }

    .corporate .article-content.settlement .settlement-all .flow .img-container {
        background-image: url(/Images/Corporate/bitWireShop/settlement_all_flow.png);
    }

    .corporate .article-content.settlement .settlement-all .flow .step1 {
        background-position: 0 top;
    }

    .corporate .article-content.settlement .settlement-all .flow .step2 {
        background-position: -200px top;
    }

    .corporate .article-content.settlement .settlement-all .flow .step3 {
        background-position: -400px top;
    }

    .corporate .article-content.settlement .settlement-user .flow .img-container {
        background-image: url(/Images/Corporate/bitWireShop/settlement_flow.png);
    }

    .corporate .article-content.settlement .settlement-user .flow .step1 {
        background-position: 0 top;
    }

    .corporate .article-content.settlement .settlement-user .flow .step2 {
        background-position: -200px top;
    }

    .corporate .article-content.settlement .settlement-user .flow .step3 {
        background-position: -400px top;
    }

    .corporate .article-content.settlement .settlement-all .title,
    .corporate .article-content.settlement .settlement-user .title {
        font-size: 24px;
        text-align: center;
    }

    /* API */
    .corporate.Echo .API .api-note {
        border: 1px solid #ccc;
        border-radius: 10px;
        margin-top: 10px;
        padding: 10px 15px;
    }

        .corporate.Echo .API .api-note .title {
            font-size: 18px;
            margin-bottom: .5em;
        }

    .corporate.Echo .API .api-container {
        margin: 20px 0;
    }

        .corporate.Echo .API .api-container .title {
            font-size: 21px;
            margin-bottom: .5em;
        }

        .corporate.Echo .API .api-container .api-parameters li {
            margin-bottom: .35em;
        }

        .corporate.Echo .API .api-container .api-parameters dl {
            margin: 0;
        }

            .corporate.Echo .API .api-container .api-parameters dl > dt,
            .corporate.Echo .API .api-container .api-parameters dl > dd {
                line-height: 1.5;
                padding-right: .5em;
            }

            .corporate.Echo .API .api-container .api-parameters dl > dt {
            }

                .corporate.Echo .API .api-container .api-parameters dl > dt:after {
                    content: ": ";
                }

            .corporate.Echo .API .api-container .api-parameters dl > dd.api-format {
            }

            .corporate.Echo .API .api-container .api-parameters dl > dd.api-requisiteness {
                /*background-color: #999;
        border-radius:2px;
        color: #fff;
        font-size: 13px;
        text-align:center;
        margin-right: 5px;
        padding: 0 5px 1px 5px;*/
            }

                .corporate.Echo .API .api-container .api-parameters dl > dd.api-requisiteness.required {
                    font-weight: bold;
                }

    @media screen and (max-width: 991px) {
        .corporate.Echo .API .dl-codelist > dt {
            margin-bottom: 0;
            padding-top: .5em;
        }

        .corporate.Echo .API .dl-codelist > dd {
            padding-bottom: .5em;
            text-align: center;
        }
    }


    /* merits */
    .corporate .article-content.merits .section-title {
        background: #468ccb;
        border-radius: 5px;
        color: #fff;
        font-size: 21px;
        padding: .5em 1em;
    }

    .corporate .article-content.merits .section-container {
        margin-bottom: 1em;
    }

        .corporate .article-content.merits .section-container .content {
            padding: 10px;
        }

        .corporate .article-content.merits .section-container ul.content,
        .corporate .article-content.merits .section-container ol.content {
            padding-left: 30px;
        }

        .corporate .article-content.merits .section-container .content > p,
        .corporate .article-content.scheme .content > p,
        .corporate .article-content.features .content > p,
        .corporate .article-content.merits .section-container .content > li,
        .corporate .article-content.merits .section-container .content > li {
            font-size: 16px;
            margin-bottom: .5em;
        }

        .corporate .article-content.merits .section-container .content li {
        }

    .corporate .article-content.merits .notice li {
        display: list-item;
        width: auto;
        float: none;
        color: #333;
        font-weight: normal;
        text-align: left;
    }

    .corporate .article-content.merits .section-container.merits-summary .section-title {
        /*background: none;
    border: 2px solid #468ccb;
    color: #468ccb; */
        background: none;
        color: #333;
        font-size: 24px;
        text-align: center;
    }

    .corporate .article-content.merits .section-container.merits-summary .content .caption {
        font-size: 21px;
        font-weight: bold;
    }

    .corporate .article-content.merits .section-container.merits-summary .content {
        /*background-image: url(/Images/Corporate/bitWireShop/merits_summary.png);*/
        background-repeat: no-repeat;
        /*border-width: 3px;
    border-style: solid;*/
        border-radius: 10px;
        padding-bottom: 200px;
    }

        .corporate .article-content.merits .section-container.merits-summary .content.traditional {
            background-image: url(/Images/Corporate/bitWireShop/img_demerit.png);
            background-color: #eee;
            background-position: center 240px;
            background-size: 80%;
            /*border-color: #999;*/
        }

        .corporate .article-content.merits .section-container.merits-summary .content.bitWireShop {
            background-image: url(/Images/Corporate/bitWireShop/img_merit.png);
            background-color: rgba(70,140,203,.1);
            background-position: center 240px;
            background-size: 80%;
        }

        .corporate .article-content.merits .section-container.merits-summary .content ul {
            background: #fff;
            border-radius: 8px;
            list-style-type: disc;
            text-align: left;
            padding: 20px 20px 20px 30px;
        }
    /* application_flow */
    .corporate .article-content.application_flow .list {
        border: 2px solid #ccc;
        border-radius: 10px;
        padding: 20px;
    }

    .corporate .article-content.application_flow .glyphicons {
        margin-right: 20px;
    }

        .corporate .article-content.application_flow .glyphicons:before {
            font-size: 32px;
            line-height: 0;
            margin-top: -.3em;
        }

    .corporate .article-content.application_flow > .content li[class*="col-md-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .corporate .article-content.application_flow > .content > .list {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .corporate .article-content.application_flow > .content > .list * {
            font-size: 21px;
        }

    .corporate .article-content.application_flow > .content > .list-kome {
        padding-left: 0;
        text-align: left;
    }

    .corporate .article-content.about_use > .content > .list {
        margin: 0 0 20px 0;
    }

    .dl-box_circle > dt {
        background-color: #468ccb;
        border-radius: 25px;
    }

    .corporate .article-content.about_use .dl-box_circle > dt {
        display: block;
        width: 180px;
        height: 180px;
        position: relative;
        color: #575655;
        margin: auto;
    }

        .corporate .article-content.about_use .dl-box_circle > dt .inner {
            display: table-cell;
            width: 150px;
            height: 150px;
            position: relative;
            left: 15px;
            top: 15px;
            background-color: #fff;
            border-radius: 75px;
            font-size: 21px;
            text-align: center;
            vertical-align: middle;
        }

            .corporate .article-content.about_use .dl-box_circle > dt .inner:before {
                width: 150px;
                height: 150px;
                position: absolute;
                left: 15px;
                top: 15px;
                background: #fff;
            }

    .corporate .article-content.about_use .dl-box_circle > dd {
        width: 200px;
        font-size: 14px;
        margin: auto;
        margin-top: .65em;
    }

    .corporate .article-content.about_use > .content .note {
        margin-left: 30px;
    }
    /* Versions */
    .corporate .features .table {
        width: calc(100% - 20px);
    }

    .corporate .features colgroup:first-of-type {
        width: 18%;
    }

    .corporate .features colgroup:nth-of-type(2),
    .corporate .features colgroup:nth-of-type(3),
    .corporate .features colgroup:nth-of-type(4) {
        width: 10%;
    }

    .corporate .features table thead th {
        text-align: center;
    }

    .corporate .features table tbody .glyphicons {
        margin-left: 5px;
    }
    /* sidebar */
    #sidebarNav {
        top: 20px;
    }

    .corporate .sidebar {
        position: relative;
        float: right;
        margin: 0;
        padding-left: 10px;
        padding-right: 0;
    }

        .corporate .sidebar nav {
            background: #2d2f3d;
        }

    body#sub .corporate .sidebar li {
        background: #fff;
    }

    body#sub .corporate .sidebar a {
        display: block;
        background-color: #2d2f3d;
        color: #fff;
        font-size: 18px;
        padding: 20px 0 20px 20px;
    }

        body#sub .corporate .sidebar a.glyphicons {
            padding-left: 35px;
        }

        body#sub .corporate .sidebar a:hover,
        body#sub .corporate .sidebar a:active,
        body#sub .corporate .sidebar a.active:hover,
        body#sub .corporate .sidebar a.active:active {
            /*background: rgba(45, 47, 61, 0.85);*/
            text-decoration: underline;
        }

    .corporate .sidebar a:before {
        top: 22px;
        left: 10px;
        font-size: 24px;
    }

    .corporate .sidebar a.active:before {
        color: #468ccb;
    }
    /* SVG */
    .flowchart-svg {
        position: relative;
    }

        .flowchart-svg text {
            fill: #575655;
            font-family: 'Meiryo UI';
            font-size: 28px;
        }

            .flowchart-svg text tspan {
                font-size: 28px;
            }

            .flowchart-svg text.large,
            .flowchart-svg tspan.large {
                font-size: 36px;
            }

    .corporate .flow .flow-container.flowchart-svg > ul > li,
    .corporate .flow .flow-container.flowchart-svg > ol > li {
        padding-bottom: 0;
    }

    @media screen and (max-width: 991px) {
        .corporate .features .table * {
            font-size: 12px;
        }
    }

    .flowchart-svg .svg-flow-caption li,
    .flowchart-svg .svg-flow-text li,
    .flowchart-svg .svg-text li {
        position: absolute;
        line-height: 1.25;
        text-align: left;
        padding-bottom: 0;
    }

    .flowchart-svg .svg-flow-caption li {
        width: 20%;
        font-size: 21px;
    }

    .flowchart-svg .svg-flow-text li {
        background-color: #fff;
        padding: 0 .3em;
    }

    .flowchart-svg .svg-flow-text li,
    .flowchart-svg .svg-text li {
        font-size: 16px;
    }

    #flowchart-all .svg-flow-caption li:first-of-type {
        left: 1%;
        top: 23%;
        text-align: center;
    }

    #flowchart-all .svg-flow-caption li:nth-of-type(2) {
        left: 81%;
        top: 23%;
        text-align: center;
    }

    #flowchart-all .svg-flow-caption li:nth-of-type(3) {
        left: 40.5%;
        top: 62.5%;
        text-align: center;
        line-height: 1;
    }

        #flowchart-all .svg-flow-caption li:nth-of-type(3) > small {
            display: block;
        }

    #flowchart-all .svg-flow-caption li:nth-of-type(4) {
        left: 11%;
        top: 94.5%;
        line-height: 1;
        text-align: center;
    }

    #flowchart-all .svg-flow-text li:first-of-type {
        width: 50%;
        left: 23%;
        top: 18%;
        text-align: center;
    }

    #flowchart-all .svg-flow-text li:nth-of-type(2) {
        left: 34%;
        top: 37%;
    }

    #flowchart-all .svg-flow-text li:nth-of-type(3) {
        left: 68%;
        top: 47%;
    }

    #flowchart-all .svg-text li:first-of-type {
        width: 27%;
        left: 8.5%;
        top: 49%;
    }

    #flowchart-all .svg-text li:nth-of-type(2) {
        width: 23.5%;
        left: 8.5%;
        top: 68%;
    }

    #flowchart-pre .svg-flow-caption li:first-of-type {
        left: 1%;
        top: 24%;
        text-align: center;
    }

    #flowchart-pre .svg-flow-caption li:nth-of-type(2) {
        left: 81%;
        top: 24%;
        text-align: center;
    }

    #flowchart-pre .svg-flow-text li:first-of-type {
        left: 21%;
        top: 14%;
    }

    #flowchart-pre .svg-flow-text li:nth-of-type(2) {
        left: 52%;
        top: 28%;
    }

    #flowchart-pre .svg-flow-text li:nth-of-type(3) {
        left: 52%;
        top: 32%;
    }

    #flowchart-pre .svg-flow-text li:nth-of-type(4) {
        left: 21%;
        top: 52.5%;
    }

    #flowchart-pre .svg-flow-text li:nth-of-type(5) {
        left: 21%;
        top: 56.5%;
    }

    #flowchart-pre .svg-flow-text li:nth-of-type(6) {
        left: 52%;
        top: 66%;
    }
    /*
#flowchart-pre .svg-flow-text li:nth-of-type(6){
    left: 52%;
    top: 70%;
}*/
    #flowchart-pre .svg-flow-text li:nth-of-type(7) {
        left: 21%;
        top: 90.5%;
    }

    #flowchart-pre .svg-flow-text li:nth-of-type(8) {
        left: 63%;
        top: 90.5%;
    }

    #flowchart-detail1 .svg-flow-caption li:first-of-type {
        left: 1%;
        top: 68%;
        text-align: center;
    }

    #flowchart-detail1 .svg-flow-caption li:nth-of-type(2) {
        left: 80%;
        top: 68%;
        text-align: center;
        line-height: 1;
    }

        #flowchart-detail1 .svg-flow-caption li:nth-of-type(2) small {
            display: block;
        }

    #flowchart-detail1 .svg-text li:first-of-type {
        width: 50%;
        left: 25%;
        top: 50%;
    }

    #flowchart-detail2 .svg-flow-caption li:first-of-type {
        left: 1%;
        top: 19.5%;
        text-align: center;
    }

    #flowchart-detail2 .svg-flow-caption li:nth-of-type(2) {
        left: 80%;
        top: 19.5%;
        text-align: center;
        line-height: 1;
    }

        #flowchart-detail2 .svg-flow-caption li:nth-of-type(2) small {
            display: block;
        }

    #flowchart-detail2 .svg-flow-caption li:nth-of-type(3) {
        left: 80%;
        top: 92.5%;
        text-align: center;
    }

    #flowchart-detail2 .svg-text li {
        padding-left: .5em;
    }

        #flowchart-detail2 .svg-text li:first-of-type {
            width: 40%;
            left: 25%;
            top: 14%;
        }

        #flowchart-detail2 .svg-text li:nth-of-type(2) {
            left: 44%;
            top: 27%;
            background-color: #fff;
        }

        #flowchart-detail2 .svg-text li:nth-of-type(3) {
            left: 32%;
            top: 53%;
        }

        #flowchart-detail2 .svg-text li:nth-of-type(4) {
            left: 32%;
            top: 71%;
        }


    @media screen and (max-width: 991px) {
        .corporate .article-content {
            padding-left: 10px;
            padding-right: 10px;
        }

        .flowchart-svg .svg-flow-caption li,
        .flowchart-svg .svg-flow-text li,
        .flowchart-svg .svg-text li {
            position: absolute;
            text-align: left;
        }

        .flowchart-svg .svg-flow-caption li {
            font-size: 13px;
        }

            .flowchart-svg .svg-flow-caption li > small {
                font-size: 11px;
            }

        .flowchart-svg .svg-flow-text li,
        .flowchart-svg .svg-text li {
            font-size: 11px;
        }


        #flowchart-pre .svg-flow-text li:nth-of-type(2) {
            left: 35%;
            top: 30%;
        }

        #flowchart-pre .svg-flow-text li:nth-of-type(3) {
            left: 35%;
            top: 36%;
        }

        #flowchart-pre .svg-flow-text li:nth-of-type(5) {
            top: 58.5%;
        }

        #flowchart-pre .svg-flow-text li:nth-of-type(6) {
            left: 35%;
            top: 68%;
        }

        #flowchart-pre .svg-flow-text li:nth-of-type(7) {
            left: 35%;
            top: 74%;
        }

        #flowchart-pre .svg-flow-text li:nth-of-type(9) {
            left: 58%;
        }

        #flowchart-detail2 .svg-text li:first-of-type {
            width: 50%;
            left: 25%;
            top: 15%;
        }

        #flowchart-detail2 .svg-text li:nth-of-type(2) {
            left: 30%;
            top: 30%;
        }

        .flowchart-svg svg {
            width: 100%;
        }

        .flowchart-svg text,
        .flowchart-svg text tspan {
            font-size: 36px;
        }

            .flowchart-svg text.large,
            .flowchart-svg tspan.large {
                font-size: 54px;
                x: 10px;
            }
    }

    .flowchart-svg .arrow {
        fill: #4385BE;
    }

    .flowchart-svg .icon {
        fill: #468BCA
    }

    .flowchart-svg .arrow.gray {
        fill: #999;
    }

    .flowchart-svg .ico-btc {
        fill: #ED9023;
    }

    .flowchart-svg .ico-bitflyer circle {
        fill: #EE7F4A;
    }

    .flowchart-svg .bg {
        fill: #ffffff;
    }

    .flowchart-svg .envelope path {
        fill: #FFFFFF;
    }

    .flowchart-svg .envelope rect {
        fill: #4385BE;
    }

    #flowchart-all {
    }



    /*#flowchart1 .arrow,
#flowchart1 .icon {
    width: 100%;
    fill-rule: evenodd;
    clip-rule: evenodd;

}

#flowchart1 .company svg {
    width: 120px;
}


#flowchart1 .st1 {
    opacity: 0.5;
}

#flowchart1 .st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #468CCB;
}

#flowchart1 .st3 {
    fill: #4385BE;
}

#flowchart1 .envelope path {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FFFFFF;
}

#flowchart1 .st5 {
    fill: #468BCA;
}

#flowchart1 .st6 {
    fill: #EE7F4A;
}

#flowchart1 .ico_bitcoin circle {
    fill: #FFFFFF;
}

#flowchart1 .st8 {
    fill: #ED9023;
}
.articles svg text{
    font-family:'Meiryo UI';
    font-size:36px;
}
.articles svg text.term {
    font-size:36px;
}
.articles svg text.p {
    font-size:32px;
}
*/

    /* footer */
    body#sub .corporate.main-footer,
    body#sub .corporate.main-footer .container,
    body#sub .corporate.bottom-bar {
        background-color: #2d2f3d;
    }

        body#sub .corporate.main-footer .container {
            padding-top: 20px;
        }

            body#sub .corporate.main-footer .container *,
            body#sub .corporate.bottom-bar {
                color: #fff;
            }

    body#sub .corporate.bottom-bar {
        border-top: 1px solid rgba(255,255,255,.2);
        padding-bottom: 35px;
    }


    .corporate .features {
    }

    .corporate .features__list-container {
        margin-top: 15px;
    }

    .corporate .features__list-title,
    .corporate .howtouse__flow-title {
        font-size: 18px;
    }

    .corporate .features__list,
    .corporate .features-category__list {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .corporate .features__list {
        counter-reset: featuresList;
    }

        .corporate .features__list > li {
            background-color: rgba(70,140,203,.1);
            border-width: 2px;
            border-style: solid;
            border-color: #468ccb;
            margin-bottom: .5rem;
        }

            .corporate .features__list > li:before,
            .corporate .features-category__list > li:before {
                display: table-cell;
                float: left;
                font-weight: bold;
                vertical-align: top;
            }

        .corporate .features__list .features-category > dt:before {
            counter-increment: featuresList;
            content: counter(featuresList) ". ";
            padding: 15px 0 0 15px;
        }

        /*.corporate .features__list > li:before {
    width: 2.5em;
    counter-increment: featuresList;
    content: counter(featuresList) ". ";
    padding: 15px 0 0 15px;
}*/
        .corporate .features__list > li:after,
        .corporate .features-category__list > li:after {
            display: table;
            content: "";
            clear: both;
        }

        .corporate .features__list > li:last-of-type {
            margin-bottom: 0;
        }

    .corporate .features-category,
    .corporate .features-content {
        /*display:inline-table;
    float:left;*/
        margin: 0;
    }

    .corporate .features-category {
        /*width: calc(100% - 2.5em);*/
    }

    .corporate .features-content {
        /*width: calc(100% - 3em);*/
    }

        .corporate .features-category > dt,
        .corporate .features-content > dt,
        .corporate .features-content > dd {
            padding-top: 15px;
        }

        .corporate .features-content > dd {
            border-left: 1px solid #468ccb;
        }

    .corporate .features-category > dt,
    .corporate .features-category > dd {
        float: left;
    }

    .corporate .features-category > dt {
        width: 160px;
        height: 100%;
    }

    .corporate .features-category > dd {
        width: calc(100% - 160px);
    }

    .corporate .features-content > dt,
    .corporate .features-content > dd {
        float: left;
    }

    .corporate .features-content > dt {
        width: 300px;
        font-size: 12px;
    }

    .corporate .features-content > dd {
        width: calc(100% - 300px);
        padding-bottom: 15px;
    }

    .corporate .features-category__list {
        counter-reset: featuresCategoryList;
    }

        .corporate .features-category__list > li {
            width: 100%;
            background-color: white;
            border-width: 2px;
            border-style: none none solid solid;
            border-color: #468ccb;
        }

            .corporate .features-category__list > li:first-of-type {
            }

            .corporate .features-category__list > li:last-of-type {
                border-bottom: none;
                margin-bottom: 0;
            }

        .corporate .features-category__list .features-content > dt:before {
            counter-increment: featuresCategoryList;
            content: "(" counter(featuresCategoryList) ") ";
            padding: 15px 0 0 15px;
            vertical-align: top;
        }

        /*
    .corporate .features-category__list > li:before {
        width: 3em;
        counter-increment: featuresCategoryList;
        content: "（" counter(featuresCategoryList) "）";
        padding-top: 15px;
        vertical-align: top;        
    }*/
        .corporate .features-category__list > li:first-of-type:last-of-type .features-content > dt:before {
            content: "";
        }

    .corporate .features-content > dt,
    .corporate .features-content__list > li {
        font-size: 14px;
        padding-right: 15px;
    }

    @media screen and (max-width: 900px) {
        .corporate .main-title {
            font-size: 34px;
        }

        .corporate .features-category > dt {
            width: 100%;
            font-size: 12px;
            padding: .5rem 0;
            border-bottom: 2px solid #468ccb;
        }

        .corporate .features-category > dt,
        .corporate .features-category > dd {
            float: none;
        }

        .corporate .features-category > dd {
            width: 100%;
        }

        .corporate .features-category__list > li {
            border-style: none none solid none;
        }

            .corporate .features-category__list > li:last-of-type {
                border-style: none;
            }
    }

    @media screen and (max-width: 768px) {
        .corporate .features-content > dt,
        .corporate .features-content > dd {
            float: none;
            width: 100%;
            border-left: none;
        }
    }

    .corporate .scheme .content {
        position: relative;
    }

    .corporate .scheme__fig--client {
        width: calc(50% - 43px);
        float: left;
    }

    .corporate .scheme__fig--bf {
        width: calc(50% - 43px);
        float: right;
    }

    .corporate .scheme__box {
        min-height: 370px;
        border-style: solid;
        border-width: 3px;
        border-radius: 20px;
        padding: 15px;
    }

    .corporate .scheme__box--client {
        border-color: #ee7f49;
        padding-top: 90px;
    }

    .corporate .scheme__box--bf {
        border-color: #468ccb;
    }

    .corporate .scheme__customer-container {
        width: calc(50% - 42px);
        float: left;
        margin: 0;
        padding-right: 15px;
    }

        .corporate .scheme__customer-container > dt {
            font-size: 12px;
            font-weight: normal;
            margin-bottom: 15px;
        }

    .corporate .scheme__customer-list {
    }

        .corporate .scheme__customer-list > li {
            border-radius: 5px;
            color: white;
            padding: 15px;
            margin: 15px 0;
        }

            .corporate .scheme__customer-list > li:first-of-type {
                margin-top: 0;
            }

            .corporate .scheme__customer-list > li:last-of-type {
                margin-bottom: 0;
            }

    .scheme__fig figcaption {
        font-size: 16px;
        font-weight: bold;
    }

    .scheme__arrows-container {
        display: table;
        width: 86px;
        min-height: 250px;
        float: left;
    }

    .scheme__arrows-container--mid {
        min-height: 370px;
        margin-top: 50px;
    }

    .scheme__arrows-list--mid {
        display: table-cell;
        min-height: 370px;
        text-align: center;
        vertical-align: middle;
    }

    .scheme__box .scheme__arrows-container {
        width: 84px;
        margin: 0;
    }

    .scheme__box .scheme__arrows-container--bf {
        margin-top: 75px;
    }

    .scheme__box .scheme__arrows-list {
        display: table-cell;
        min-height: 250px;
        vertical-align: middle;
    }

    .scheme__box--bf .scheme__customer-list > li {
        background: rgba(70,140,203,.25);
        color: #468ccb;
    }

    .scheme__box--client .scheme__customer-list > li {
        background: rgba(238,127,73,.25);
        color: #ee7f49;
    }

    .scheme__market-box {
        display: table;
        width: calc(50% - 42px - 15px);
        float: right;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px;
        margin-left: 15px;
        text-align: center;
    }

    .scheme__market-box--client {
        border-color: #ee7f49;
    }

    .scheme__market-box--bf {
        border-color: #468ccb;
        margin-top: 75px;
    }

    .scheme__market-box > p {
        display: table-cell;
        width: 130px;
        height: 250px;
        padding: 15px;
        vertical-align: middle;
    }

    .corporate .scheme__arrow-right {
        margin-bottom: 1.5em;
        padding-left: 0;
    }

        .corporate .scheme__arrow-right:before {
            width: 100%;
            top: .75em;
            text-align: center;
        }

    .corporate .scheme__arrow-both {
        /*margin-bottom: 1.5em;*/
    }

        .corporate .scheme__arrow-both .glyphicons {
            display: inline-block;
            width: 40%;
            padding: 0;
        }

            .corporate .scheme__arrow-both .glyphicons:before {
                /*top: -.75em;*/
                margin: 0 0 0 0;
            }

            .corporate .scheme__arrow-both .glyphicons.left_arrow:before {
                left: auto;
                right: -5px;
            }

            .corporate .scheme__arrow-both .glyphicons.right_arrow:before {
                left: -5px;
                right: auto;
            }

    .corporate .scheme__arrow-left {
        margin-top: 1.5em;
        padding-left: 0;
    }

        .corporate .scheme__arrow-left:before {
            width: 100%;
            top: -.75em;
            text-align: center;
        }

    .corporate .howtouse__flow-list > li {
        display: block;
        width: calc(100% / 3);
        float: left;
        padding-left: 0;
    }

    .corporate .howtouse__flow-container {
        display: table;
        width: 250px;
        height: 150px;
        background-color: #468ccb;
        border-radius: 5px;
        color: white;
        text-align: center;
    }

        .corporate .howtouse__flow-container span {
            font-size: 16px;
        }

    .corporate .howtouse__flow-list > li:nth-of-type(2) .howtouse__flow-container {
        margin: auto;
    }

    .corporate .howtouse__flow-list > li:last-of-type .howtouse__flow-container {
        float: right;
    }

    .corporate .howtouse__flow-list > li:before {
        top: 50px;
        font-size: 55px;
    }

    .corporate .howtouse__flow-list > li:nth-of-type(2):before {
        left: -38px;
    }

    .corporate .howtouse__flow-list > li:last-of-type::before {
        left: -15px;
    }

    .corporate .howtouse__flow-container > span {
        display: table-cell;
        width: 250px;
        height: 150px;
        vertical-align: middle;
    }
@media screen and (max-width: 991px) {
    .corporate.white-label .main-header {
        height: 180px;
        border-bottom-color: #e5e5e5;
    }

        .corporate.white-label .main-header .main-header-img {
            height: 180px;
            background-size: auto 180px;
            background-position: 80% center;
        }

    .corporate.white-label .main-title {
        padding-top: 50px;
    }

    .corporate .scheme__box--client {
        padding-top: 15px;
    }

    .corporate .scheme .scheme__fig {
        width: 100%;
    }

    .corporate .scheme__box {
        min-height: 0;
    }

        .corporate .scheme__box .scheme__arrows-container {
            width: 84px;
        }

    .corporate .scheme__arrows-container--mid {
        width: auto;
        float: none;
        margin: auto;
        min-height: 60px;
    }

    .scheme__arrows-list--mid {
        min-height: 0;
    }

        .scheme__arrows-list--mid > li.scheme__arrow-left{
            padding-left: 2.5em;
        }
        .scheme__arrows-list--mid > li.scheme__arrow-right {
            padding-right: 2.5em;
        }
        .scheme__arrows-list--mid > li.scheme__arrow-left:before {
            left: -40px;
        }

        .scheme__arrows-list--mid > li.scheme__arrow-right:before {
            left: 40px;
        }


        .scheme__arrows-list--mid > li.scheme__arrow-left,
        .scheme__arrows-list--mid > li.scheme__arrow-right {
            margin: 0;
        }
        .scheme__arrows-list--mid > li.scheme__arrow-left:before,
        .scheme__arrows-list--mid > li.scheme__arrow-right:before {
            top: 0;
            transform: rotate(90deg);
        }
    .corporate .howtouse__flow-container {
        width: calc(100% - 45px);
    }

}
@media screen and (max-width: 701px) {
    .corporate.white-label .main-title {
        /*font-size: 28px;*/
    }

    .corporate.white-label .main-title,
    .corporate.white-label .main-lead {
        margin-left: 0;
        padding-left: 15px;
    }
    .corporate .investors .investors-list > li {
        width: 50%;
        text-align: center;
    }

    .corporate .investors .investor {
        display: table;
        width: 100%;
    }

}

@media screen and (max-width: 640px) {
    .corporate.white-label .main-header .main-header-img {
        background-position: calc(50% - 100px) 60px;
        background-size: 300px 100px;
        text-align: center;
    }

    .corporate.white-label .main-title,
    .corporate.white-label .main-lead {
        margin: 0;
        padding: 0;
    }

    .corporate.white-label .main-title {
        margin-top: 10px;
        font-size: 30px;
    }

    .corporate.white-label .main-lead {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .scheme__box .scheme__arrows-list {

    }
    .scheme__box .scheme__arrows-list > li {
        display:inline-block;
        margin: 0;
    }
        .scheme__box .scheme__arrows-list > li.scheme__arrow-left {
            padding-left: 2.5em;
        }
        .scheme__box .scheme__arrows-list > li.scheme__arrow-right,
        .scheme__box .scheme__arrows-list > li.scheme__arrow-both {
            position:relative;
            padding-right: 2.5em;
        }
    .scheme__box .scheme__arrows-list > li.scheme__arrow-both > ul {
        display: inline-block;
        position:absolute;
        top: -10px;
        right: 0;
    }
    .scheme__box .scheme__arrows-list > li.scheme__arrow-both > ul > .glyphicons:before {
        transform:rotate(90deg);
    }
    .scheme__box .scheme__arrows-list > li.glyphicons:before {
        top: 0;
        transform: rotate(90deg);
    }
    .scheme__box .scheme__arrows-list > li.scheme__arrow-left:before {
        left: -35px;
    }
    .scheme__box .scheme__arrows-list > li.scheme__arrow-right:before {
        left: 35px;
    }
    .corporate .scheme__arrow-both .glyphicons.left_arrow:before {
        top: 0;
        left: auto;
        right: 0;
    }
    .corporate .scheme__arrow-both .glyphicons.right_arrow:before {
        top: -5px;
        left: auto;
        right: 0;
    }
    .corporate .scheme__box .scheme__arrows-container {
        width: 100%;
        min-height: 0;
        margin-top: 0;
    }
    .corporate .scheme__customer-container {
        width: 100%;
        padding: 0;
    }
    .corporate .scheme__customer-list > li {
        display: inline-block;
        width: calc(50% - 14px); 
        margin: 0 0 14px 0;
    }
    .corporate .scheme__customer-list > li:nth-of-type(2n+1) {
        margin-right: 14px;
    }
    .scheme__market-box {
        width: 100%;
        min-height: 0;
        margin-top: 15px;
    }
    .scheme__market-box > p{
        height: auto;
    }
        .corporate .howtouse__flow-list > li {
            width: 100%;
            padding-top: 55px;
        }
    .corporate .howtouse__flow-list > li:first-of-type {
        padding-top:0;
    }
    .corporate .howtouse__flow-list > li.glyphicons:before {
        display:block;
        width: 100%;
        left: 0;
        top: 0;
        text-align:center;
        transform:rotate(90deg);
    }
    
    .corporate .investors .investors-list > li {
        width: 100%;
    }
    .corporate .howtouse__flow-container {
        width: 100%;
    }
}

.corporate .bitWire-shop__showcase {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
    .corporate .bitWire-shop__showcase > li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 0 3rem;
        text-align: center;
    }

        .corporate .bitWire-shop__showcase li a {
            display: block;
        }
    .corporate .bitWire-shop__showcase li img {
        width: 70%;
        height: auto;
        vertical-align: middle;
        border-style: none;
    }
        
        
        @media (min-width: 576px) {
            .corporate .bitWire-shop__showcase > li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.flow ol {
    counter-reset: li; /* Initiate a counter */
    padding: 0; /* Remove the default left padding */
    list-style: none; /* Disable the normal item numbering */
}

    .flow ol li {
        position: relative; /* Create a positioning context */
        margin: 0 0 20px 3em; /* Give each list item a left margin to make room for the numbers */
        padding: 24px 8px;
        border-top: 2px solid #468ccb;
        background: #f6f6f6;
        display: inline-block;
        font-weight: 600;
        text-align: left;
    }

        .flow ol li:before {
            content: counter(li); /* Use the counter as content */
            counter-increment: li; /* Increment the counter by 1 */
            /* Position and style the number */
            position: absolute;
            top: -2px;
            left: -2em;
            width: 2em;
            padding: 4px 0;
            border-top: 2px solid #468ccb;
            color: #fff;
            background: #468ccb;
            font-weight: bold;
            font-family: "Helvetica Neue", Arial, sans-serif;
            text-align: center;
            font-size: 1.4em;
        }
