@charset "UTF-8";

/*ローディングスピナー*/

.loader,
.loader:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
}

.loader {
    color: #000;
    margin: 16px auto;
    position: relative;
    text-indent: -9999em;
    border-top: 0.2em solid rgba(214, 214, 214, 0.2);
    border-right: 0.2em solid rgba(214, 214, 214, 0.2);
    border-bottom: 0.2em solid rgba(214, 214, 214, 0.2);
    border-left: 0.2em solid #343a40;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*ローディングスピナー*/
body {
    overflow-x: hidden;
    height: 100%;
}


/*.formError{
    left: 100px!important;
}*/
.hide{
   display: none;
}


.alert{
    margin: 0;
    padding: 0;
}

.list-styleOn>li{
    list-style: initial;
}

#alertInfo{
    position: fixed;
    padding: 10px;
    width: 300px;  
     z-index: 1;
    right: 0;
    display: none;
}
#wrapinfo:hover,
#alertInfo:hover{
    cursor: pointer;
}

#alertInfo .card{
    background: rgb(245, 245, 245);
display: none;
   
}

#alertInfo .card-header{
    color: #dc3545;
}

#alertInfo p{
    width: 100px;
    height: 40px;
    padding: 3px;
    margin: 30px auto 20px;
    text-align: center;
    padding-top: 8px;
    background: #036EB7;
    color: #fff;
    border-radius: 3px;
    
}

#info {
     width: 100%;
    padding: 8px;
    background: #ccc;
   
    border-radius: .25rem;
 
}

#info .fa-bell {
    color: #ffeb00;
}

#info a{
    color: #ff4f92;
    text-decoration: underline;
    font-weight: bold;
}

.modalWrap {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*display: none;*/
    padding: 70px 0px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#errorWindow {
    -webkit-box-shadow: 0 0 5px 3px #036EB7;
    box-shadow: 0 0 5px 3px #036EB7;
}

#overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}


.reload {
    background: var(--orange);
    padding: 1px 3px 3px;
    font-size: 0.6rem;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    margin-left: 17px;
}

.reload a {
    color: #fff;
    text-decoration: none;
    line-height: 1rem;
}

.closeBtn {
    width: 100px;
    margin: 0 auto;
    display: block
}

.fa-times-circle {
    font-size: 70%;
}

.mainLogo {
    width: 120px;
    height: auto;
    display: block;
}

aside {
    width: 230px;
    min-width: 230px;
    height: auto;
    min-height: 760px;
    position: relative;
    z-index: 10;
}

.user img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.userName {
    font-size: 1.5rem;
}

.userName > span:last-of-type {
    font-size: 80%;
    margin-left: 3px;
}

.userStatus {
    font-size: 13px;
    background: #272727;
}

.userStatus > p {
    font-size: 80%;
}

.userStatus .balaceNum{
    font-size: 1.25rem;
}
.timecode {
    font-size: 0.5rem;
    margin-bottom: 0;
}

.timecode > * {
    margin: 0;
}

.mainWrap {
    padding: 113px 0px 50px;
    overflow: hidden;
    height: 100%;
}

.history {
    margin-bottom: 0;
    width: 100% !important;
}




#mainHeader {
    background: #fff;
    border-bottom: 5px solid #28a7e1;
    width: 100%;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    display: block;
    padding: 10px 16px;
}

.menu a:hover {
    background: #000;

}

.menu ul > li > ul {
    display: none;
}

.disabled{
    color: #838356!important;
    pointer-events: none;
}


.down_arrow {
    width: 16px;
    height: 16px;
    fill: #fff;
    position: relative;
    left: 25px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}

.downArrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.treeview-menu a {
    color: #8aa4af;
}

.treeview-menu a:hover {
    background: initial;
    color: #ccc;
}

footer {
    position: fixed;
    bottom: 0;
    font-size: 11px;
    text-align: center;
    width: 100%;
    background: #fff;
    height: 31px;
    padding-top: 7px;
    z-index: 2000;
}

#sideSubMenu {
    margin-right: -250px;
    position: fixed;
    right: 0;
    z-index: 100;
    height: 75%;
    background: #343a40;
    width: 250px;
    display: none;
    height: 100%;
    overflow: hidden;
}

#sideSubMenu ul {
    margin: 0;
    padding: 0;
}

#sideSubMenu ul li {
    padding: 10px 16px;
    font-size: 14px;
}

#sideSubMenu ul li a {
    color: #8aa4af;
    text-decoration: none;
}

#sideSubMenu ul li a:hover {
    background: initial;
    color: #ccc;
    text-decoration: none;
}

#summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;



}

#summary dt {

    font-size: 80%;
    text-align: center;
    margin-right: 5px;
    font-size: 1.5vw;
}

#summary dd {

    font-size: 1.5vw;
    font-weight: bold;
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#summary dd small {
    width: 30%;
}

.sms {
    letter-spacing: 0.1rem;
}

#tos .list-group li {
    margin-bottom: 10px;
}


#faq ul > li ul {
    margin-bottom: 30px;
    padding: 0px 30px;
}

#faq ul > li ul li {
    text-indent: -1rem;
}

#faq ul > li ul li:first-of-type {
    font-weight: bold;
}

#faq .form-control {
    border: 0;
}

.searchForm {
    border-radius: 5px;
    overflow: hidden;
}

.searchForm input {
    border-right: 1px solid #ccc;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 5px;
}


.searchForm input:focus {
    border: none;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

#contactConfirm input:focus,
#contactConfirm textarea:focus {
    outline: none;
}


html[lang=ja] #saveid + label small::before{
    content: 'IDを記憶する';
}
html[lang=ja] #saveid[data-maskedid] + label small::before{
    content: '別のIDでログインする';
}

html[lang=en] #saveid + label small::before{
    content: 'Remember ID';
}
html[lang=en] #saveid[data-maskedid] + label small::before{
    content: 'Use Other ID';
}

body#login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body#login h1 + p {
    font-size: 14px;
}

body#regist h1 + vid + p {
    font-size: 14px;
}

body#regist .progress {
    margin: 0;
    padding: 10px 10px 21px 10px;
    background: white;
    height: 70px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 1px #c0c0c0;
    box-shadow: 0 0 5px 1px #c0c0c0;
}

body#regist .progress li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #bbb;
    border-bottom: 4px #bbb solid;
    line-height: 3em;
    width: 25%;
    float: left;
}

body#regist .progress li::before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}

body#regist .progress li::after {
    content: "\00a0\00a0";
}

body#regist .progress li.done {
    color: #bbb;
    font-weight: bold;
    border-bottom: 4px #036EB7 solid;
}

body#regist .progress li.done::before {
    content: "";
    background: #036EB7;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}



body#regist .progress li.todo::before {
    content: "";
    background: white;
    border: 0.25em solid #bbb;
    height: 1.2em;
    width: 1.2em;
    border-radius: 0.8em;
}


body#regist .progress li em {
    display: none;
}

/*body#regist input[type="text"] {
    text-transform: uppercase;
}*/

#saveid + label small {
    position: relative;
    top: -2px;
}


#columnsUS tbody tr td:nth-of-type(2),
#columnsUS tbody tr td:nth-of-type(3),
#columnsJP tbody tr td:nth-of-type(2),
#columnsJP tbody tr td:nth-of-type(3) {
    text-align: right
}

.includeFees {}

.includeFees > span::before {
    content: '手数料を含まない';
    text-indent: 1rem;
    line-height: 0.6rem;
}

input:checked + .includeFees > span::before {
    content: '手数料を含む';
    text-indent: 1rem;
    line-height: 0.6rem;
}


#recur {}

#recur th {
    text-align: center;
    word-break: break-all;
}

#recur tbody td {
    vertical-align: middle;
}

#recur tbody td:nth-of-type(4) {
    text-align: right;
}


/*自動振込 toggle switch*/
.onoffswitch {
    margin: 0 auto;
    position: relative;
    width: 77px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 5px;
    margin: 0;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 16px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "解除";
    padding-left: 11px;
    background-color: #34A7C1;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "再開";
    padding-right: 11px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 16px;
    margin: 4.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 48px;
    border: 2px solid #999999;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.dropdown-toggle::after {
    margin-left: 0.1em;
}

/*Birthday項目*/
#date_birth{
    font-family: "Font Awesome 5 Free"; 
}
#date_birth::placeholder {
	text-align: right;
}
/*Birthday項目ここまで*/
#sms_optin{
    width: 0.8rem;
    margin-right: 3px
}

#sms_optin + label{
    font-size: 0.9rem;
}

@media (max-width: 992px) {
 
    
}

@media (max-width: 768px) {
    body#regist .progress li span {
        display: none;
    }

    body#regist .progress li em {
        display: block;
    }
    /*#sms_optin + label{
    font-size: 3.55vw;
}*/
 
}

@media (max-width: 576px) {
  
    div[id^="b_f8c66ff5"]>div,
    div[id^="b_eeeb49cd"]>div {
        z-index: 100!important;
        bottom: 128px!important;
    }
  
    
    #alertInfo{
        padding: 10px;
        width: 100%;
      
    }
    
    #info {
        padding: 15px;
        width: 100%;
        left: 0;
    }
    
    h1 {
        font-size: 7vw;
        padding-top:0px;
    }

    #alertInfo[style="display: block;"]+main h1{
        padding-top:40px;
    }
    
    .mainWrap {

        padding-bottom: 20vh;
    }

    aside {
        margin-left: -230px;
        position: fixed;
        z-index: 100;
        overflow-y: hidden;
        top: 73px;
        height: initial;

    }

    .toggleBtn {
        position: absolute;
        top: 0;
        z-index: 10000;
    }

    main {
        width: 100vw;
        overflow: hidden;
    }

    nav {
        display: none;
    }


    .history {
        font-size: 90%;


    }

    ul.dtr-details {
        width: 100%;
    }

    #summary {
        display: initial;
    }

    #summary dt {
        width: 100%;
        font-size: 100%;
        text-align: center;
    }

    #summary dd > div {
        text-align: center;

    }

    #summary dd {
        width: initial;
        font-size: 1.1rem;
        font-weight: bold;
        margin: 0;
        display: initial;

    }

    #summary dd small {
        width: 30%;
    }




    footer {
        font-size: 2vw;
    }

    #footerMenu ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #footerMenu {
        padding-bottom: 31px;
        width: 100vw;
        height: 120px;
    }

    #footerMenu ul > li {

        border: 1px solid #ccc;
        width: calc(100% / 4);
        background: #036EB7;

    }

    #footerMenu .Unpaid {
        position: fixed;
        width: 100%;
        bottom: 103px;
        padding: 5px;
        z-index: -100;
        display: none;
    }

    #footerMenu .Unpaid > p {
        background: #fff;
        border: 1px solid #ff1d00;
        border-radius: 5px;
    }

    #footerMenu ul > li > ul {
        display: none;
        position: absolute;
        bottom: 120px;
        right: 0;
        left: 0;
        width: 100%;
        z-index: -2;
        margin: 0;
        padding: 0 !important;
    }

    #footerMenu .treeview-menu > li {
        width: 100%;
        background: #343a40;
    }

    #footerMenu ul > li span {
        font-size: 3vw;
        padding-top: 8px;
        color: skyblue;
    }

    #footerMenu ul > li a {
        text-decoration: none;
        color: #fff;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 5px;
    }

    #footerMenu ul > li a:hover {
        color: #91d7f5;
    }

    #footerMenu ul > li i {
        font-size: 1.5rem;
    }

    .userConfBtn {
        position: absolute;
        bottom: 0;
        width: calc(100vw / 4);
        height: 100%;
        z-index: 30000;
        right: 0;

    }

    body#regist h1 + div + p,
    body#login h1 + p {
        font-size: 4vw;
    }

      .th-hide{
        display: none;
    }
    
    .nav-item h5{
        font-size: 4vw;
    }
    .br::after{
        content: '';
        display: block;
    }

}



/*iphonePlus*/
@media only screen and (min-device-width : 414px) and (max-device-width : 414px) {
    .card-header {
        padding: .75rem .40rem;
    }
}
