body{
    background-color: #FAFAFA;    
}

.nav{
    background-color: white;
    height: 54px;
    border-bottom: 1px solid rgba(var(--b6a,219,219,219),1);
}

.nav2{
    background-color: white;
    height: 60px;
}

.wrap{
    width: 975px;
    height: 100%;
}

.img{
    width: 104px;
    margin-top: 16px;
    margin-left: 12px;
}

hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background-color: rgba(var(--b38,219,219,219),1);
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: 600;
    font-size: 13px;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fbwrap{
    border: 0;
    background-color: #fff;
    margin-top: 18px;
    margin-bottom: 20px;
}

.fbtext{
    color: #385185;
    font-weight: 600;
    font-size: 14px;
}

.forgot{
    color: #00376b;
    color: rgba(var(--fe0, 0, 55, 107), 1);
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.donthave{
    color: #262626;
    color: rgba(var(--i1d,38,38,38),1);
    font-size: 14px;
    margin: 15px;
    text-align: center;
}

.donthavelink{
    color: rgba(var(--d69,0,149,246),1);
    font-weight: 600;
}

.app{
    color: rgba(var(--i1d,38,38,38),1);
    font-size: 14px;
    line-height: 18px;
    margin: 20px 20px 10px 20px;
    text-align: center;
}

.appholder{
    margin-right: 8px;
}

.appdata{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 10px 0;
}


/* --- PC --- */

.box{
    border: 1px solid rgba(var(--b38,219,219,219),1);
    background-color: #fff;
    max-width: 350px;
    margin-top: 35px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.boxd{
    border: 1px solid rgba(var(--b38,219,219,219),1);
    background-color: #fff;
    max-width: 350px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.boxd2{
    background-color: #fff;
    max-width: 350px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.head{
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #262626;
    color: rgba(var(--i1d,38,38,38),1);
    font-size: 26px;
    font-weight: 200;
    line-height: 28px;
    margin: 35px 36px;
    padding: 0 50px;
    width: 275px;
}

.desc{
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom: 36px;
    line-height: 18px;
    font-size: 14px;
}

.inputwrap{
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    margin: 0 auto 36px;
    padding: 0 36px;
    margin-bottom: 6px;
}

.input{
    background: 0 0;
    border: 1px solid #dbdbdb;
    border: 1px solid rgba(var(--b38,219,219,219),1);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 11px;
    height: 34px;
    line-height: 30px;
    padding: 0 8px;
    text-align: left;
    -webkit-appearance: none;
    width: 100%;
    font-weight: normal;
}

.inputsubmit{
    margin: 0 auto 16px;
    padding: 0 36px;
}

.submit{
    margin-bottom: 8px;
    margin-top: 8px;
    background: #0095f6;
    background: rgba(var(--d69,0,149,246),1);
    border-color: #0095f6;
    border-color: rgba(var(--d69,0,149,246),1);
    color: #fff;
    color: rgba(var(--eca,255,255,255),1);
    -webkit-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.advice{
    color: #8e8e8e;
    color: rgba(var(--f52,142,142,142),1);
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto 12px;
    line-height: 18px;
    margin: 0 auto;
    padding: 0 36px;
}

.goback{
    font-size: 12px;
    line-height: 14px;
    margin-top: 64px;
    margin-bottom: 48px;
}

.agb{
    color: #363636;
    color: rgba(var(--j64,54,54,54),1);
    font-weight: 600;
    text-align: center;
}


/* --- Phone --- */

.box2{
    background-color: #fff;
    width: 100%;
    padding-top: 50px;
}

.head2{
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #262626;
    color: rgba(var(--i1d,38,38,38),1);
    font-size: 26px;
    font-weight: 200;
    line-height: 28px;
    margin-top: 48px;
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom: 16px;
    padding: 0 36px;
}

.desc2{
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom: 36px;
    line-height: 18px;
    font-size: 14px;
}

.inputwrap2{
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    margin: 0 auto 36px;
    padding: 0 36px;
    margin-bottom: 16px;
}

.input2{
    background: 0 0;
    border: 1px solid #dbdbdb;
    border: 1px solid rgba(var(--b38,219,219,219),1);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 30px;
    padding: 0 16px;
    text-align: left;
    -webkit-appearance: none;
    width: 100%;
    font-weight: 100;
}

.inputsubmit2{
    margin: 0 auto 16px;
    padding: 0 36px;
}

.submit2{
    background: #0095f6;
    background: rgba(var(--d69,0,149,246),1);
    border-color: #0095f6;
    border-color: rgba(var(--d69,0,149,246),1);
    color: #fff;
    color: rgba(var(--eca,255,255,255),1);
    -webkit-appearance: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.advice2{
    color: #8e8e8e;
    color: rgba(var(--f52,142,142,142),1);
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto 12px;
    line-height: 18px;
    margin: 0 auto;
    padding: 0 36px;
    padding-bottom: 100%;
}

@media (min-width: 575px) {
    body{
        background-color: #fff;
    }
}