html,
body {
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

html {
    background-color: #e8e8e8;
}

body {
    background-image: linear-gradient(to bottom, #f0f0f0, #e8e8e8);
    background-repeat: no-repeat;
    margin: 0;
}

body.var-b {
    background-image: url(../img/illust_top_all.png);
    background-repeat: no-repeat;
    background-size: 209px;
}

body.var-b .woman-img {
    display: none;
}

body.tutorial {
    background-color: #fafafa;
}

.dialog.tutorial {
    color: #fafafa;
    background: rgb(255, 255, 255);
}

.dialog {
    top: 0px;
    height: 100%;
    width: 100%;
}

p {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mr-10 {
    margin-right: 10px;
}

.en {
    font-family: 'Ropa Sans', sans-serif !important;
}

.main {
    padding: 16px;
    box-sizing: border-box;
}

.tutorial .main {
    padding: 24px !important;
    padding-top: 14px !important;
}

.title {
    color: #22a1f0;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.18em;
    font-size: 2.38em;
    margin-bottom: 0;
}

.subtitle {
    color: #22a1f0;
    font-weight: normal;
    margin-top: 2px;
    font-size: 1.45em;
}

.margin-bottom-zero {
    margin-bottom: 0px;
}

.subtitle-small {
    color: #22a1f0;
    font-weight: normal;
    margin-top: 2px;
    font-size: 1.2em;
}

.guide-wrap {
    margin-top: 30px;
    text-align: center;
    font-size: 0.8em;
}

.guide-text {
    background-image: url(../img/icon_ic_start_arrow.svg), url(../img/icon_ic_start_arrow.svg);
    background-position: left center, right center;
    background-repeat: no-repeat;
    color: #22a1f0;
    display: inline-block;
    padding: 0 30px;
}

.start-icon {
    border-radius: 50%;
    border: 1px solid #22a1f0;
    display: inline-block;
    position: relative;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.start-icon:hover {
    text-decoration: none;
}

.start-icon.signup {
    background-color: #22a1f0;
    color: white;
    margin-right: 15px;
}

.start-icon.signup:hover {
    /* background-color: #38aaf2;
  transition: background-color .3s; */
}

.start-icon.login {
    color: #22a1f0;
    background-color: #f0f0f0;
}

.start-icon.login:hover {
    /*background-color: #fdfdfd;
  transition: background-color .3s; */
}

.start-icon.signup img,
.start-icon.login img {
    width: 50%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.caption_jp {
    display: block;
    text-align: center;
    height: 100px;
    user-select: none;
    font-size: 1.25em;
    padding-top: 51px;
}

.caption_en {
    display: block;
    text-align: center;
    height: 100px;
    user-select: none;
    font-size: 1.25em;
    padding-top: 36px;
}

.caption_jp .en {
    letter-spacing: 3px;
    font-size: 1.13rem;
}

.caption_en .en {
    letter-spacing: 3px;
    font-size: 1.13rem;
}

.icons-wrap {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woman-img {
    display: block;
    position: relative;
    margin: auto;
}

.back-button {
    display: inline-block;
}

.logout-button {
    padding: 2px 13px 3px;
    color: #22a1f0;
    border: 1px solid #22a1f0;
    border-radius: 8px;
    float: right;
    text-decoration: none;
    font-size: 12px;
}

.page-title-area {
    text-align: center;
    padding: 10px 0;
}

.padding-bottom-zero {
    padding: 10px 0 0px;
}

.page-title-area.icon-bg--man {
    background-image: url(../img/icon_ic_title_update.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.page-title-area.icon-bg--money {
    background-image: url(../img/icon_ic_title_history.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.page-title-area.icon-bg--basic {
    background-image: url(../img/icon_ic_title_basic.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.grid-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 568px;
    margin: auto;
}

.grid-buttons {
    flex: 0 calc(50% - 5px);
    background-color: #22a1f0;
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.3em;
    border-radius: 8px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 7px 0px #333;
    -moz-box-shadow: 0px 3px 7px 0px #333;
    box-shadow: 0px 3px 7px 0px #333;
    margin-top: 10px;
}

.two-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 568px;
    margin: auto;
}

.two-buttons {
    flex: 0 calc(50% - 5px);
    background-color: #22a1f0;
    height: 55px;
    color: white;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 10px;
}

.two-buttons button:disabled {
    background-color: #bdbdbd;
    color: rgb(95, 94, 94);
}

.complete-button.two-buttons.reverse {
    background-color: white;
    color: #22a1f0;
    border: 1px solid #22a1f0;
    ;
}

.menu-area.icon-bg--money {
    flex: 0 calc(100% - 5px);
    background-color: #22a1f0;
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0px 0px 100px;
    font-size: 1.3em;
    border-radius: 8px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 7px 0px #333;
    -moz-box-shadow: 0px 3px 7px 0px #333;
    box-shadow: 0px 3px 7px 0px #333;
    margin-top: 10px;
    background-image: url(../img/icon_ic_menu_history.svg);
    background-repeat: no-repeat;
    /*background-position: left;  */
    background-position: 40px;
    line-height: 96px;
}

.menu-area.icon-bg--man {
    flex: 0 calc(100% - 5px);
    background-color: #22a1f0;
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.3em;
    border-radius: 8px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 7px 0px #333;
    -moz-box-shadow: 0px 3px 7px 0px #333;
    box-shadow: 0px 3px 7px 0px #333;
    margin-top: 10px;
    background-image: url(../img/icon_ic_menu_update.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.grid-buttons:hover {
    /* background-color: #38aaf2;
  transition: background-color .3s; */
}

.grid-buttons img {
    margin: auto;
    display: block;
}

.modal-overlay {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(176, 176, 176, 0.8);
}

.modal {
    max-width: 568px;
    background-color: white;
    padding: 12px;
    position: absolute;
    margin: auto;
    top: 80px;
    left: 16px;
    right: 16px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    z-index: 200;
}

.tutorial-buttons-wrap {
    font-size: 20px;
}

.tutorial-wrap {
    box-sizing: border-box;
    margin: auto;
}

.tutorial-picture-wrap {
    position: relative;
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
}

.tutorial-more-info,
.tutorial-skip {
    text-decoration: none;
    color: #22a1f0;
}

.tutorial-skip {
    float: right;
}

.tutorial-title {
    text-align: center;
    color: #ff526c;
    background-image: url(../img/icon_ic_title_camera_red_tp15.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 0;
    font-size: 1.18em;
    margin: 15px 0;
    margin-bottom: 44px;
}

.tutorial-end-title {
    text-align: center;
    color: #20a0f0;
    background-image: url(../img/icon_ic_title_camera_blue_tp15.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 0;
    font-size: 1.38em;
    margin: 15px 0;
    margin-bottom: 44px;
}

.tutorial-picture {
    margin: auto;
    display: block;
}

.tutorial-caption {
    margin-top: 17px;
    text-align: center;
    color: #ff526c;
    margin-bottom: 70px;
    font-size: 1.2em;
}

.tutorial-end-caption {
    /*  margin-top: 17px;*/
    text-align: center;
    color: #20a0f0;
    /*  margin-bottom: 40px;*/
    margin-bottom: 20px;
    /*  font-size: 1.2em;*/
}

.tutorial-chevron {
    background-image: url(../img/icon_ic_next_chevron.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.tutorial-chevron.back {
    left: 0;
    transform: rotate(180deg);
}

.tutorial-chevron.next {
    right: 0;
}

.slider-dots-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 180px;
    margin: auto;
}

.slider-dots {
    height: 11px;
    width: 11px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

.slider-dots.selected {
    background-color: #22a1f0;
}

.take-picture-button {
    width: 185px;
    height: 185px;
    line-height: 185px;
    color: white;
    background-color: #22a1f0;
    text-align: center;
    margin: 20px auto 10px auto;
    display: block;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.25em;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.take-picture-button:hover {
    /* background-color: #38aaf2;
  transition: background-color .3s; */
}

.modal.warning {
    border: 2px solid #ff526c;
    padding-top: 0;
}

.modal.warning h3 {
    color: #ff526c;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0;
}

.modal.warning .en {
    letter-spacing: 0.18em;
}

.modal-header {
    background-image: url(../img/icon_ic_title_err.svg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    border-bottom: 2px solid #ff526c;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 20px;
    padding: 30px 0;
}

.modal-body {
    background-image: url(../img/icon_ic_err_brightness.svg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #ff526c;
    padding: 99px 0;
    font-size: 1.4em;
}

.modal-body-noimage {
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #ff526c;
    padding: 20px 0;
    font-size: 1.4em;
}

.modal-footer a {
    text-decoration: none;
    color: white;
    background-color: #ff526c;
    border-radius: 5px;
    width: 100%;
    padding: 13px 0;
    display: block;
    text-align: center;
    font-size: 1.38em;
}

.modal-footer a:hover {
    /* background-color: #ff3956;
  transition: background-color .3s; */
}

.form {
    /*max-width: 568px;*/
    margin: auto;
}

.form-inner {
    background: #fafafa;
    border-radius: 8px;
    padding: 32px 18px 33px;
    -webkit-box-shadow: 0 2px 2px 1px #d9d9d9;
    -moz-box-shadow: 0 2px 2px 1px #d9d9d9;
    box-shadow: 0 2px 2px 1px #d9d9d9;
    margin-bottom: 15px;
}

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

.form-label {
    color: #22a1f0;
    font-size: 1.2em;
}

.form-subtitle {
    font-size: 0.7em;
}

.form-warning {
    color: #ff526c;
}

.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=tel],
.form-row input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-row input {
    display: block;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 16px;
    font-size: 0.88em;
    margin-top: 3px;
    outline: none;
    background-color: #fafafa;
}

.form-row input::placeholder {
    color: #C8C8C8;
}

.error-message {
    /*position: absolute;*/
    top: 100%;
    left: 5px;
    font-size: 0.9em;
    color: #ff526c;
}

.form .complete-button {
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    line-height: 55px;
    border-radius: 8px;
    text-align: center;
    color: white;
    border: none;
    outline: none;
    background-color: #22a1f0;
    -webkit-box-shadow: 0 2px 2px 1px #d9d9d9;
    -moz-box-shadow: 0 2px 2px 1px #d9d9d9;
    box-shadow: 0 2px 2px 1px #d9d9d9;
    text-decoration: none;
    display: inline-block;
    font-size: 1.18em;
}

.form .complete-button:hover {
    /* background-color: #1094e7;
  transition: background-color .3s; */
}

.select-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.form-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0 !important;
    outline-color: transparent !important;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    background-image: none;
    height: 100%;
    margin: 0;
    padding-top: 3px;
    padding-right: 30px;
    min-width: 78px;
    text-align: center;
    text-align-last: center;
    /*  color: #C8C8C8;*/
    cursor: pointer;
    font-size: inherit;
    background-color: #fafafa;
}

.form-row select:focus {
    outline: 0 !important;
    outline-color: transparent !important;
}

.form-row select::-ms-expand {
    display: none;
}

.form-row .select {
    position: relative;
    display: block;
    height: 45px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.form-row .select::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 100%;
    pointer-events: none;
    border-left: 1px solid #DEDEDE;
    background: url("../img/icon_ic_pulldown_chevron.svg") no-repeat center;
}

.steps {
    max-width: 568px;
    margin: 17px auto 2px auto;
    display: flex;
    justify-content: space-between;
}

.steps-item {
    text-align: center;
    position: relative;
    width: 33%;
}

.steps-item p {
    font-size: 0.92em;
    text-transform: uppercase;
    color: #D3D3D3;
    margin: 0;
}

.steps-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #D3D3D3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 8px;
}

.steps-item .dots {
    width: 60%;
    left: -30%;
    position: absolute;
    height: 0;
    top: 10px;
    border-style: dotted;
    border-image-source: url("../img/dots-grey.svg");
    border-image-slice: 70% 22%;
    border-image-repeat: round;
    border-top-width: 20px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.steps-item:first-of-type .dots {
    display: none;
}

.active.steps-item p,
.passed.steps-item p {
    color: #22a1f0;
}

.active.steps-item .dots,
.passed.steps-item .dots {
    border-image-source: url("../img/dots-blue.svg");
}

.active>.steps-icon {
    background: #22a1f0;
}

.active>.steps-icon:after {
    content: '';
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
}

.passed>.steps-icon {
    background: #22a1f0;
}

.passed>.steps-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/icon_ic_status_done.svg") no-repeat center;
}

.purchase-history-table-wrapper {
    background: white;
    border-radius: 8px;
    padding: 20px 18px 20px;
    -webkit-box-shadow: 0 2px 2px 1px #d9d9d9;
    -moz-box-shadow: 0 2px 2px 1px #d9d9d9;
    box-shadow: 0 2px 2px 1px #d9d9d9;
    max-width: 568px;
    box-sizing: border-box;
    margin: auto;
}

.purchase-history-table {
    margin-bottom: 40px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1.13em;
}

.purchase-history-table .spacer td {
    padding-bottom: 30px;
}

.purchase-history-table .date {
    color: white;
}

.purchase-history-table .date td {
    border: 1px solid #22a1f0;
    background: #22a1f0;
    padding: 0 3px;
    color: white;
}

.purchase-history-table .date td:first-of-type {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 6px !important;
}

.purchase-history-table .date td:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.purchase-history-table .head td {
    border-bottom: 1px solid #22a1f0;
}

.purchase-history-table .head td:nth-of-type(2) {
    text-align: right;
    font-size: 24px;
}

.purchase-history-table .head td:nth-of-type(2) span {
    font-size: 14px;
    text-transform: uppercase;
}

.purchase-history-table td {
    padding: 3px 0px 3px 14px;
    color: #22a1f0;
    word-break: break-all;
}

.purchase-history-table tr td:first-of-type {
    width: 34%;
}

.purchase-history-table tr td:last-of-type {
    padding-left: 0px;
}

.purchase-history-load-more-button {
    display: block;
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: white;
    border: none;
    outline: none;
    background-color: #22a1f0;
    -webkit-box-shadow: 0 2px 2px 1px #d9d9d9;
    -moz-box-shadow: 0 2px 2px 1px #d9d9d9;
    box-shadow: 0 2px 2px 1px #d9d9d9;
    font-size: 1.25em;
}

.base-info-table-wrapper {
    background: white;
    border-radius: 8px;
    padding: 20px 18px 20px;
    -webkit-box-shadow: 0 2px 2px 1px #d9d9d9;
    -moz-box-shadow: 0 2px 2px 1px #d9d9d9;
    box-shadow: 0 2px 2px 1px #d9d9d9;
    /*max-width: 568px;*/
    box-sizing: border-box;
    margin-bottom: 10px;
}

.base-info-table-wrapper .content{
    height: 350px;
    overflow: auto;
}



.base-info-table {
    margin-bottom: 40px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    /*font-size: 1.13em;*/
}

.base-info-table-wrapper td {
    padding: 3px 0px 3px 14px;
    color: #22a1f0;
    word-break: break-all;
}

.base-info-table td:first-of-type {
    padding: 3px 0px 3px 14px;
    color: #22a1f0;
    word-break: break-all;
    white-space: nowrap;
    vertical-align: top;
}

.base-info-table td:last-of-type {
    background-color: rgb(248, 248, 248);
}

.button--invert {
    background: transparent;
    color: #22a1f0;
    border: 1px solid #22a1f0;
    box-shadow: none;
}

.button--invert:hover {
    /*transition: background-color .3s;
  background-color: #22a1f0;
  color: white; */
}

.start-icon {
    width: 140px;
    height: 140px;
}

.start-icon.signup {
    margin-right: 20px;
}

.woman-img {
    margin-top: 50px;
}

.tutorial-wrap {
    max-width: 460px;
}

.tutorial-buttons-wrap {
    margin-bottom: 40px;
}

body.var-b {
    background-position: center top 338px;
}

.text-secondary {
    color: dimgray;
}

@media (max-width: 340px) {
    .start-icon {
        width: 135px;
        height: 135px;
    }
    .start-icon.signup {
        margin-right: 13px;
    }
    body.var-b {
        background-position: center top 323px;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .main {
        width: 600px;
        margin: auto;
    }
    .start-icon {
        width: 158px;
        height: 158px;
    }
    .start-icon.signup {
        margin-right: 60px;
    }
    .woman-img {
        margin-top: 48px;
    }
    .tutorial-buttons-wrap {
        margin-bottom: 54px;
    }
    body.var-b {
        background-position: center top 394px;
    }
}

@media (min-width: 960px) {
    .main {
        width: 600px;
        margin: auto;
    }
    .start-icon {
        width: 158px;
        height: 158px;
    }
    .start-icon.signup {
        margin-right: 60px;
    }
    .woman-img {
        margin-top: 48px;
    }
    .tutorial-buttons-wrap {
        margin-bottom: 54px;
    }
    body.var-b {
        background-position: center top 394px;
    }
    .main {
        width: 960px;
    }
    .woman-img {
        margin-top: 10px;
    }
    .top-bar,
    .tutorial-buttons-wrap {
        /*max-width: 568px;*/
        margin-left: auto;
        margin-right: auto;
    }
    .tutorial-buttons-wrap {
        max-width: 552px;
    }
    body.var-b {
        background-position: center top 346px;
    }
}

section.swipe {
    /*background: #eee;*/
    margin: 0 auto;
    padding: 0px;
}

.swiper-container {
    width: 300px;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*added by chou*/

.grid-buttons-wrap-wide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 568px;
    height: 141px;
    margin: auto;
    padding-bottom: 20px;
}

.menu-area.icon-bg--man {
    flex: 0 calc(100% - 5px);
    background-color: #22a1f0;
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0px 0px 100px;
    font-size: 1.3em;
    border-radius: 8px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 7px 0px #333;
    -moz-box-shadow: 0px 3px 7px 0px #333;
    box-shadow: 0px 3px 7px 0px #333;
    margin-top: 10px;
    background-image: url(../img/icon_ic_menu_update.svg);
    background-repeat: no-repeat;
    /*background-position: left;  */
    background-position: 40px;
    line-height: 96px;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    /* Make video to at least 100% wide and tall */
    max-width: 100%;
    width: 100%;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 0px;
    left: 0px;
    /*transform: translate(-50%,-50%);*/
}

.body_camera {
    background: rgb(168, 166, 166);
    color: #fff;
    font-family: 'Oxygen', sans-serif;
}

.overlay {
    /*background: rgba(0, 0, 0, 0.1);*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 45em;
    margin: auto auto 1em;
    box-sizing: border-box;
    padding: 2em;
    line-height: 1.5;
    text-align: center;
    top: 0px;
}

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

.overlay .main {
    text-align: left;
    padding: 0px;
}

.shutter_btn {
    background-color: #20a0f0;
    opacity: 1;
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.shutter_btn.text {
    background-color: #20a0f0;
    color: white;
    opacity: 1;
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
}

.shutter_btn img {
    position: absolute;
    top: calc(50% - 33px);
    left: calc(50% - 33px);
    z-index: 100;
}


/**/

.modal.normal {
    border: 2px solid #20a0f0;
    padding-top: 0;
}

.modal.normal.noborder {
    top: 10px;
    padding-top: 0;
}

.modal.normal h3 {
    color: #20a0f0;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0;
}

.modal.normal .en {
    letter-spacing: 0.18em;
}

.modal-header .normal {
    background-image: url(../img/icon_ic_title_err.svg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    border-bottom: 2px solid #20a0f0;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 20px;
    padding: 30px 0;
}

.modal-body .normal {
    background-image: url(../img/icon_ic_err_brightness.svg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #20a0f0;
    padding: 99px 0;
    font-size: 1.4em;
}

.modal-body-noborder .normal {
    background-image: url(../img/icon_ic_err_brightness.svg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    font-size: 1.4em;
}

.modal-body-noimage-normal {
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #20a0f0;
    padding: 20px 0;
    font-size: 1.4em;
}

.modal-footer-normal a {
    text-decoration: none;
    color: white;
    background-color: #20a0f0;
    border-radius: 5px;
    width: 100%;
    padding: 13px 0;
    display: block;
    text-align: center;
    font-size: 1.38em;
}

.modal-body-err-brightness {
    background-image: url(../img/icon_ic_err_brightness.svg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #ff526c;
    padding: 99px 0;
    font-size: 1.4em;
}

.modal-body-ng-mask {
    background-image: url(../img/icon_ic_ng_mask.svg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #ff526c;
    padding: 99px 0;
    font-size: 1.4em;
}

.modal-body-ng-persons {
    background-image: url(../img/icon_ic_ng_persons.svg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #ff526c;
    padding: 99px 0;
    font-size: 1.4em;
}

.photoImage {
    max-width: 100%;
    width: 100%;
    padding-top: 10px;
}

.modal.normal {
    max-width: 568px;
    background-color: white;
    padding: 12px;
    position: absolute;
    margin: auto;
    top: 80px;
    left: 16px;
    right: 16px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    z-index: 200;
}

.modal-ok-header {
    background-image: url(../img/icon_ic_title_ok.svg);
    background-repeat: no-repeat;
    letter-spacing: 0.18em;
    background-position: center center;
    text-align: center;
    border-bottom: 2px solid #20a0f0;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 20px;
    padding: 30px 0;
}

.mask {
    position: absolute;
    z-index: 100;
    margin: 0 0 0 0;
    width: 100%;
    height: 300%;
}

.mask img {
    z-index: 100;
    margin: 40% 0 0 47%;
}

.form .complete-anchor {
    height: 55px;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 55px;
    border-radius: 8px;
    text-align: center;
    color: white;
    border: none;
    outline: none;
    background-color: #22a1f0;
    -webkit-box-shadow: 0 2px 2px 1px #d9d9d9;
    -moz-box-shadow: 0 2px 2px 1px #d9d9d9;
    box-shadow: 0 2px 2px 1px #d9d9d9;
    text-decoration: none;
    display: inline-block;
    font-size: 1.38em;
}

.faq-table-wrapper {
    background: white;
    border-radius: 8px;
    padding: 20px 18px 20px;
    -webkit-box-shadow: 0 2px 2px 1px #d9d9d9;
    -moz-box-shadow: 0 2px 2px 1px #d9d9d9;
    box-shadow: 0 2px 2px 1px #d9d9d9;
    max-width: 568px;
    box-sizing: border-box;
    margin: auto;
}

.faq-table {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1.13em;
}

.faq-table .q {
    color: white;
}

.faq-table .q td {
    border: 1px solid #22a1f0;
    background: #22a1f0;
    padding: 0 3px;
    color: white;
}

.faq-table .q td:first-of-type {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 11px !important;
}

.faq-table .q td:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.faq-table .head td {
    border-bottom: 1px solid #22a1f0;
}

.faq-table .head td:nth-of-type(2) {
    text-align: right;
    font-size: 24px;
}

.faq-table .head td:nth-of-type(2) span {
    font-size: 14px;
    text-transform: uppercase;
}

.faq-table td {
    padding: 3px 0px 3px 14px;
    color: #22a1f0;
    word-break: break-all;
}

.faq-table tr td:first-of-type {
    width: 15%;
}

.faq-table tr td:last-of-type {
    padding-left: 0px;
}

.faq-table-wrapper .form-row {
    margin-bottom: 5px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.faq-table-wrapper .form-row label {
    display: block;
    color: #22a1f0;
    width: 125px;
    font-size: 1.2em;
}

.mirrorClazz {
    -webkit-transform: scaleX(-1);
}

.visa-logo {
    display: inline-block;
    vertical-align: text-bottom;
}

.display-area-card-info .right-card-info-visa {
    position: absolute;
    top: 30px;
    right: 60px;
    font-size: 33px;
}


/*符号スラッシュ　”／”　*/

.lb-slash {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent!important;
    border-bottom: 1px solid rgb(95, 94, 94);
    border-radius: 3px;
    margin-bottom: 2px;
    margin-right: 10px;
    width: 20px;
    height: 3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.card-flag+._flag {
    background: url(../img/card-flag-highlight.png) no-repeat top left;
    width: 50px;
    height: 30px;
    display: none;
    position: absolute;
    top: 40px;
    /* right: -1%; */
    left: 215px;
}

.card-flag.card-flag-amex+._flag {
    background-position: 0 0;
    display: inline-block;
}

.card-flag.card-flag-diners+._flag {
    background-position: 0 -160px;
    display: inline-block;
}

.card-flag.card-flag-elo+._flag {
    background-position: 0 -240px;
    display: inline-block;
}

.card-flag.card-flag-hipercard+._flag {
    background-position: 0 -320px;
    display: inline-block;
}

.card-flag.card-flag-master+._flag {
    background-position: 0 -400px;
    display: inline-block;
}

.card-flag.card-flag-visa+._flag {
    background-position: 0 -480px;
    display: inline-block;
}

.card-flag.card-flag-hiper+._flag {
    background-position: 0 -556px;
    display: inline-block;
}

.creditcard {
    width: 180px;
    position: relative;
}

.form-row .card-number input {
    /* display: block; */
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    width: 50px;
    box-sizing: border-box;
    padding: 11px 5px;
    font-size: 0.88em;
    margin-top: 3px;
    outline: none;
    background-color: #fafafa;
}

.form-row .card-number input::placeholder {
    color: #C8C8C8;
}

.form-item {
    padding-bottom: 30px;
    width: 100%;
    display: block;
    line-height: 1;
    margin-left: 0px;
    margin-right: 0px;
}


/* フォーム中のリンクの色変更とリンク状態表示しないようにする */

.form-link {
    display: block;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.form-link a {
    text-decoration: none;
    color: #22a1f0;
}
.class_background_img{
    position: absolute;
    visibility: hidden;
    width:156px;
    height: 322px;
}
