.main-container {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.inner-container {
    width: 83%;
    margin: auto;
}

    .inner-container.upload-container {
        width: 55%;
    }

.page-footer {
    z-index: 1010;
}

.loop-dl dd:last-child {
    margin: 0;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 1rem;
    font-size: 16px;
}

.btn:disabled {
    background: #c0c0c0 !important;
    color: #000 !important;
}

.sub-desc {
    font-size: .9rem;
}

.btn {
    text-transform: none !important;
}

.btn-flat-default {
    color: #777777 !important;
    box-shadow: none;
}

.text-decoration-underline:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 768px) {

    .main-container {
        margin-top: 6.3rem;
    }

    .inner-container {
        width: 100% !important;
    }

    .fz-md-16 {
        font-size: 1rem;
        font-size: 16px;
    }

    .fz-md-18 {
        font-size: 1.125rem;
        font-size: 18px;
    }

    .page-footer {
        display: none;
    }

    .loop-dl {
        font-size: .85rem;
    }
}

/* start -----------------　Loader　----------------- */
#pfx-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9998;
    height: 100%;
    width: 100%;
    display: none;
}
/* end -----------------　Loader　----------------- */

/* start -----------------　ヘッダー　----------------- */
.navbar {
    display: block;
    background: #0091EA !important;
}

    .navbar .header-inner,
    .navbar .header-menu {
        padding: .3rem;
        color: #212121;
        background: #fff !important;
        -webkit-transition: padding 0.5s ease-in-out;
        transition: padding 0.5s ease-in-out;
    }

    .navbar .header-menu {
        box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 16%) inset;
        -webkit-box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 16%) inset;
        z-index: 1000;
        padding: .84rem;
    }

    .navbar.scrolling-navbar {
        padding: 0 !important;
    }

        .navbar.scrolling-navbar.top-nav-collapse .header-inner {
            border-top: 3px solid #0091EA;
            -webkit-transition: padding 0.5s ease-in-out;
            transition: padding 0.5s ease-in-out;
        }

        .navbar.scrolling-navbar.top-nav-collapse .header-logo {
            display: none;
        }

    .navbar .header-logo {
        font-size: 80%;
        color: #fff;
        min-height: 30px;
        background: #0091EA !important;
    }

        .navbar .header-logo .container {
            justify-content: left;
            min-height: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        }

            .navbar .header-logo .container img {
                margin-right: .8em;
            }

.navbar-brand-text .sub-text {
    font-size: .7rem;
}

.navbar .nav-item .nav-link {
    display: inline;
}

.navbar .header-menu ul {
    width: 62.5%;
}

.navbar .header-menu li.item {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
}

.navbar .lang-icon {
    width: 33px;
    border-radius: .2rem;
}

.navbar .lang-text {
    padding: 0 .5rem;
}

.navbar-brand img {
    width: 60px;
}

.navbar .header-inner .dropdown-menu {
    right: 0 !important;
    left: auto;
    margin-top: .5rem;
}

    .navbar .header-inner .dropdown-menu .lang-icon {
        width: 2rem;
    }

.navbar .header-inner ul.acctype,
.navbar .header-inner ul.acctype li {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .navbar .header-inner ul.acctype li.list-inline-item:not(:first-child) {
        padding-left: 1.6rem;
    }

    .navbar .header-inner ul.acctype li.list-inline-item:hover a,
    .navbar .header-menu li.item:hover a {
        color: #0091EA;
    }

    .navbar .header-inner ul.acctype li.list-inline-item.current a,
    .navbar .header-menu li.item.current a {
        color: #0091EA;
    }

    .navbar .header-inner ul.acctype li.list-inline-item:not(:first-child)::before,
    .navbar .header-menu li.item:not(:first-child)::before {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 15px);
        left: 0;
        width: 1px;
        height: 30px;
        background: #cecece54;
    }

.navbar .header-menu li.item a,
.navbar .header-menu li.item button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: .8rem 0;
    font-weight: 500;
    text-decoration: none;
}

    .navbar .header-menu li.item a::before,
    .navbar .header-menu li.item button::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: background-color .3s ease-out;
        background: rgba(255, 255, 255, 0);
        z-index: 1;
    }

.navbar-toggler-inner {
    display: none;
}

.menu-list ul.main > li > .inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 1.4rem;
    cursor: pointer;
    height: auto;
    border-bottom: 1px solid #eaeaea;
}

.menu-list .menu-sub-list {
    border: 0;
}

.nav-list a {
    color: #212529;
}

.menu-list .menu-icons.qbc-icons {
    font-size: 2.4rem;
    margin-right: .55rem;
}

.menu-list ul > li a {
    color: #212529;
}

.menu-list .menu-sub-list ul {
    background: #fff;
    overflow: hidden;
}

    .menu-list .menu-sub-list ul > li {
        padding: 1.4rem 1.6rem;
        cursor: pointer;
        border-bottom: 1px solid #eaeaea;
    }

        .menu-list .menu-sub-list ul > li:last-child {
            border-bottom: 0;
        }

.menu-list ul > li:hover,
.menu-list ul > li.current {
    background: #e3e5e7;
}

.menu-list .menu-sub-list ul > li img {
    width: 30px;
    vertical-align: middle;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px #c5c5c5;
    -moz-box-shadow: 1px 1px 3px #c5c5c5;
    box-shadow: 1px 1px 3px #c5c5c5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (max-width: 992px) {
    .navbar .header-inner {
        padding: .3rem 0;
    }

    .navbar-brand img {
        width: 50px;
    }

    .navbar .header-menu {
        padding-left: 0;
        padding-right: 0;
    }

        .navbar .header-menu .container {
            padding: 0;
        }

        .navbar .header-menu ul {
            width: 100%;
            font-size: 1.4rem;
        }

        .navbar .header-menu li.item {
            padding: 0 1.5rem
        }

    .navbar-toggler {
        font-size: 2.8rem;
        padding: 0;
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

    .navbar-toggler-inner {
        display: block;
    }
}

/* end -----------------　ヘッダー　----------------- */


/* start -----------------　アップロードカード　----------------- */
.card.upload-card {
    margin: auto;
}

.upload-section .uploadzone {
    font-size: 16px;
    background: white;
    box-sizing: border-box;
}

.default-section,
.preview-section {
    position: relative;
    display: none;
    vertical-align: middle;
    text-align: center;
    margin: .5rem;
}

.uploadzone .preview-section.active {
    display: block;
}

.uploadzone .default-section {
    display: block;
    cursor: pointer;
}

.uploadzone.preview .default-section {
    display: none;
}

.default-section .default-image {
    padding: .5em;
    max-height: 130px;
}

.preview-section .upload-image {
    padding-top: 1em;
    overflow: hidden;
    width: inherit;
    height: inherit;
    position: relative;
    display: inline-block;
    z-index: 10;
}

    .preview-section .upload-image img {
        max-height: 130px;
        max-width: 430px;
        border-radius: .3em;
    }

.uploadzone.preview.mutiple {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    min-height: 230px;
}

    .uploadzone.preview.mutiple .uploadzone.preview .preview-section {
        display: inherit;
        align-self: stretch;
        flex: 1 1 auto;
        justify-content: center;
        align-items: center;
    }

    .uploadzone.preview.mutiple .preview-section .upload-image {
        padding-bottom: 0;
    }

        .uploadzone.preview.mutiple .preview-section .upload-image img {
            height: 130px;
        }

.uploadzone.preview .preview-section .remove-image {
    position: absolute;
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    width: 3rem;
    top: 1.5rem;
    right: 1rem;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.3rem;
    border-radius: 3px;
}

    .uploadzone.preview .preview-section .remove-image .qbc-font {
        color: black;
        font-size: 1.4em;
    }

.preview-section:hover .upload-image img {
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    -o-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.preview-section .upload-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1rem;
    padding: 2em 1em;
    margin: auto;
    opacity: 0;
    color: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.preview-section:hover .upload-details {
    opacity: 1;
    margin: auto;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .preview-section:hover .upload-details .up-size,
    .preview-section:hover .upload-details .up-filename {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0.3em;
        border-radius: 3px;
        margin-bottom: .3em;
    }

.btn-section {
    position: relative;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: .5rem;
}

.upload-btn-action a.btn {
    padding-top: .5rem;
}
/*.btn-section .btn-folder-open {
        background-color: #00a8d4;
        border-color: #00a8d4;
        width: 220px;
        font-size: 15px;
        border-radius: .3em;
    }*/

.panel-default {
    box-shadow: 0px 2px 2px rgb(0 0 0 / 5%), 0px 2px 10px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 5%), 0px 2px 10px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 2px 2px rgb(0 0 0 / 5%), 0px 2px 10px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}

.panel .panel-collapse {
    border-bottom: 1px solid #ddd;
}

.panel-collapse.reject:not(:last-of-type) {
    background: #f3f3f3;
}

.certification-item {
    padding: .5em 0;
    font-size: 16px;
}

.pannel-content .certification-item {
    cursor: default;
}

.panel-heading .assist-list {
    padding: 0;
    min-height: initial;
    height: auto;
}

.certification-item .result-comment {
    display: flex;
    align-items: center;
    height: 130px;
}

    .certification-item .result-comment .status {
        font-weight: 600;
        font-size: 1.125em;
    }

    .certification-item .result-comment .reason {
        font-size: .85em;
        line-height: 1.35;
        padding-top: .5em;
        color: red;
    }

.panel-collapse.ok .btn-wrapping {
    display: none;
}

.btn-wrapping {
    text-align: right;
}

    .btn-wrapping .btn {
        margin: .5em;
        min-width: 150px;
        font-size: .65em;
    }

.border-1px:last-of-type {
    border: none;
}

.btn-other-upload {
    border-color: #00a8d4;
    width: 220px;
    border-radius: .3em;
}

.image-block img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 5%), 0px 2px 10px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 5%), 0px 2px 10px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 2px 2px rgb(0 0 0 / 5%), 0px 2px 10px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (max-device-width: 750px) {
    /*.btn-section .btn-folder-open {
        width: 350px;
        font-size: 26px;
    }*/

    .card.upload-card {
        width: 100%;
    }

    .uploadzone .preview-section.mutiple:last-child {
        margin-bottom: 1rem;
    }

    .btn-section .btn-other-upload {
        width: 350px;
        font-size: 20px;
    }

    .default-section .default-image {
        width: 55%;
    }

    .preview-section .upload-image img {
        max-height: 130px;
        max-width: 260px;
    }

    .panel-heading .assist-list {
        padding: .3em 0;
        font-size: 24px;
    }

    .certification-item {
        font-size: 24px;
    }

    .pannel-content .certification-item {
        padding: 1em 0;
    }

    .btn-wrapping .btn {
        min-width: 250px;
        font-size: 1em;
        padding: .3em;
    }

    .glyphicon-upload {
        font-size: 1.2em;
        vertical-align: middle;
        color: #666;
    }

    .preview-section .upload-details {
        font-size: 1rem;
    }

    .upload-btn-action {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: .5rem 0;
        z-index: 1049;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
    }

        .upload-btn-action .btn {
            padding: .84rem 2.14rem !important;
            font-size: .81rem !important;
        }

        .upload-btn-action a.btn {
            padding: 0 !important;
        }
}

/* end -----------------　アップロードカード　----------------- */


/* start -----------------　タイトルカード　----------------- */

.w-header {
    width: 50%;
    margin: auto;
}

.card.card-cascade.pfx-title-card .view.view-cascade.gradient-card-header {
    padding: 1rem;
}

.pfx-title-card .card-header-title.number {
    letter-spacing: .3rem;
}

.pfx-title-card .form-control {
    font-size: 1.5rem;
}

.btn-pure-primary {
    min-width: 6rem;
    border: 0;
    background-color: transparent !important;
    color: #4285f4 !important;
    border-bottom: 1px solid #ced4da;
}

.service-box {
    display: flex;
    background: url(/img/ekyc/bg-payment-c31e7831a82046de13b8f619243c77a4.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 1rem 0;
    height: 80%;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
}

    .service-box .service-description {
        font-size: .85rem;
    }

    .service-box ul li span {
        color: #ffb33d;
    }

@media screen and (max-width: 768px) {

    .w-header {
        width: 70%;
    }

    .pfx-title-card .card-header-title.number {
        letter-spacing: normal;
        font-size: 1.25rem;
    }
    
    .service-box {
    	height: 100%;
	}

    .service-box ul {
        display: inline-block;
        text-align: left;
        width: auto !important;
        margin: 0;
        padding-left: 1.5rem;
    }

        .service-box ul li {
            display: block;
            color: #0e6d85;
            font-weight: bold;
            padding: 10px 0;
        }

            .service-box ul li span {
                color: #ffb33d;
            }
}

/* end -----------------　タイトルカード　----------------- */

/* start -----------------　ステップ　----------------- */

ul.display-stepper {
    display: none;
    text-align: left;
    margin: auto;
    margin-top: -1rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

    ul.display-stepper.active {
        display: block;
    }

    ul.display-stepper .step-title {
        cursor: default;
        margin: 0 -1.5rem;
    }

    ul.display-stepper > .step.current:before,
    ul.display-stepper > .step.todo:first-of-type:before {
        background-color: #4285f4;
    }

    ul.display-stepper > .step.wrong:before,
    ul.display-stepper > .step.reject:before {
        background-color: #ff3547 !important;
    }

    ul.display-stepper > .step.done:before {
        background-color: #00c851 !important;
    }
    
    ul.stepper .step-title:after{
		padding-right:.2rem;
	}

@media screen and (max-width: 768px) {
    ul.display-stepper .step-title {
        height: 80px;
        font-size: .9rem;
    }
    
    ul.display-stepper.en_US .step-title {
	    height: 98px;
	    font-size: .8rem;
    }
    
    ul.display-stepper.en_US .step-title:after {
        font-size: 0.5rem;
    }
}
/* end -----------------　ステップ　----------------- */

/* start -----------------　アラート　----------------- */

.upload-card .alert.alert-dismissible,
.upload-card .alert.alert-dismissible .close {
    padding: .5rem 1.25rem;
}
/* end -----------------　アラート　----------------- */

/* start -----------------　modal　----------------- */

.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}

.terms-modal .modal-title {
    font-weight: 600;
}

.terms-modal .modal-body {
    font-size: .9rem;
}

    .terms-modal .modal-body h5 {
        text-align: center;
        font-weight: 600;
    }

    .terms-modal .modal-body h6 {
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .terms-modal .modal-body ol {
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-left: 1.5rem;
    }

        .terms-modal .modal-body ol li {
            margin-top: .5em;
        }

            .terms-modal .modal-body ol li ol {
                padding-left: 1.2rem;
                margin-top: .5rem;
                margin-bottom: .5rem;
            }

    .terms-modal .modal-body p {
        margin-bottom: .5rem;
        padding-left: 1rem;
        overflow: auto;
    }

    .terms-modal .modal-body li b {
        font-weight: 600;
    }

    .terms-modal .modal-body li small {
        opacity: .8;
        font-size: .85em;
    }

    .terms-modal .modal-body p.sub {
        text-indent: 1rem;
    }

ol li ol.b-cnt{
	padding-left:1.5rem!important;
}

ol.b-cnt li {
	list-style-type: none;
	counter-increment: cnt;
}
 
ol.b-cnt li::marker {
	content: "（" counter(cnt) "）";
}
/* end -----------------　modal　----------------- */
