.zyuusyo_another {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
}
.sign_margin{
    /*margin: 20px 0;*/
    margin: 20px 0 30px 0;
}
.another_flex {
    display: flex;
}
.another_left {
    color: #221814;
    font-size: 15px;
    width: 15%;
    min-width: 140px;
    text-align: left;
    padding-top: 12px;
    margin-right: 10px;
    padding-left: 15px;
    position: relative;
}
.another_left span{
    color: #e73835;
    position: absolute;
    left: -2px;
}
.another_width {
    width: 80%;
}
.another_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.another_input, .another_input2, .yubin_input, .kinyuu_input, .siten_input, .credit_number, .credit_code, .name_value ,.user_input{
    line-height: 41px;
    border: 1px solid #b2b2b2;
    padding: 0px 15px;
    color: #221814;
}
.another_input::placeholder, .another_input2::placeholder, .yubin_input::placeholder, .kinyuu_input::placeholder, .siten_input::placeholder, .credit_number::placeholder, .credit_code::placeholder, .name_value::placeholder {
    color: #888889;
}
.another_input {
    width: 100%;
}
.another_input2 {
    width: 32%;
}
.kikan_box, .kikan_box2, .kikan_box3, .kikan_box4, .kikan_box5, .ken_box, .credit_box, .kigen_box, .kigen_box2, .kinyuu_box, .kinyuu_box2 {
    display: flex;
    position: relative;
    line-height: 41px;
    border: 1px solid #b2b2b2;
    cursor: pointer;
}
.ken_box, .kinyuu_box, .kinyuu_box2{
    width: 160px;
}
.sei_mei, .yubin_text {
    /*width: 6%;*/
    width: fit-content;
    text-align: right;
    color: #221814;
    margin-right: 10px;
}
.sei_mei{
    font-size: 14px;
}
.sei_mei.put_m{
    margin-left: 10px;
}
.yubin_text {
    font-size: 20px;
}
.yubin_input {
    width: 19%;
}
.kinyuu_input {
    width: 67%;
    margin-right: 20px;
}
.user_input {
    width: 70%;
    margin-right: 20px;
}
.siten_input {
    width: 42%;
    margin-right: 20px;
}
.karenda-_img{
    width: 25px;
    margin-left: 11px;
}
.karenda-_img img{
    width: 100%;
}
.zyuusyokensaku {
    margin-left: 15px;
    margin-right: 39px;
}
.zyuusyokensaku p {
    line-height: 43px;
    /*background-color: #595757;*/
    background: #898989;
    color: #fefefe;
    font-size: 14px;
    width: 100px;
    text-align: center;
    border-radius: 7px;
}
.zyuusyo_bottom{
    width: 100%;
    margin-bottom: 20px;
}
.zyuusyo_flex {
    display: flex;
    align-items: center;
}
.select_flex, .select_ken, .select_credit, .select_kigen {
    position: absolute;
    width: 100%;
    height: 100%;
}
.select_ken {
    padding-left: 20px;
}
.label, .label2, .label3, .label4, .label5, .label_ken, .label_credit, .label_kigen, .label_kinyuu, .label_kinyuu2, .label_kigen2 {
    z-index: 1;
}
.label_ken {
    font-size: 16px;
    color: #221814;
}
.kikan_select, .ken_select, .credit_select, .kigen_select {
    display: block;
    cursor: pointer;
    width: 100%;
    border: none;
    opacity: 0;
    padding-left: 25px;
    position: relative;
    z-index: 2;
}
.ken_select {
    padding-left: 20px;
}
.kikan_box:after, .kikan_box2:after, .kikan_box3:after, .kikan_box4:after, .kikan_box5:after, .ken_box:after, .credit_box:after, .kigen_box:after, .kigen_box2:after, .kinyuu_box:after, .kinyuu_box2:after {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    margin-top: -1px;
    border-bottom: 2px solid #003e83;
    border-right: 2px solid #003e83;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.radio_flex{
    display: flex;
    line-height: 43px;
    flex-wrap: wrap;
}
.seibetu_radio, .check_block{
    position: relative;
}
.seibetu_radio input, .check_block input{
    display: none;
}
.seibetu_radio label, .check_block label{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
    width: 15px;
    height: 15px;
}
.seibetu_radio label::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #888889;
}
.check_block label::before {
    content: "";
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 1px solid #757575;
}
.seibetu_radio label::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #888889;
    border-radius: 30px;
    opacity: 0;
}
.check_block label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 11px;
    height: 5px;
    transform: rotate(-45deg);
    border: 2px solid #5e849e;
    border-top-style: none;
    border-right-style: none;
    opacity: 0;
}
.seibetu_radio input:checked + label::after, .check_block input:checked + label::after{
    opacity: 1;
}
.seibetu_radio p, .check_block p{
    font-size: 15px;
    color: #221814;
    padding-left: 18px;
    margin-right: 18px;
}
.seibetu_radio:last-child p{
    margin-right: 0px;
}
#takamatu, #ooita, #kagosima, #hukuoka{
    display:none;
}
.kikan_box, .kikan_box2{
    width: 250px;
}
.select_flex{
    padding-left: 25px;
}
.kaiintouroku{
    width: 450px;
    max-width: 100%;
    margin: 150px auto;
}
.kaiintouroku p:hover{
    opacity:0.6;
}
.kaiintouroku p{
    color: #fefefe;
    background-color: #005ca2;
    /*background-color: #436589;*/
    text-align: center;
    line-height: 55px;
    border-radius: 20px;
    font-size: 18px;
}
.syorui_img{
    width: 300px;
    height: 185px;
    position: relative;
}
.img_box{
    /*background-color: #dbdbdb;*/
    background-color: #f1f1f1;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_box img {
    height: 100%;
}
.img_button{
    width: 100%;
    line-height: 40px;
    /*background-color: #436589;*/
    background-color: #005ca2;
    text-align: center;
}
.img_button:active{
    opacity:0.6;
}
.img_button p{
    color: #fefefe;
    font-size: 18px;
}
.hide_img_menu, .hide_img_menu2{
    display: none;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
}
.hide_img_menu p, .hide_img_menu2 p{
    font-size: 14px;
    text-decoration: underline;
    color: #8c8c8c;
    cursor: pointer;
}
.oth_img{
    margin-right: 25px;
}
.syorui_bottom{
    margin-bottom: 50px;
    width: 100%;
}
.syorui_link{
    color: #686666;
    font-size: 15px;
    padding: 12px 0;
    width: fit-content;
    cursor: pointer;
    text-decoration: underline;
}
.syorui_link:hover{
    opacity:0.6;
}
.zyuusyokensaku:active{
    opacity:0.6;
}
.syorui_link a:hover{
    opacity:0.6;
}
.syorui_flex{
    display: flex;
    width: 83%;
    justify-content: space-between;
}
.err_text {
    color: #e61e19;
    font-size: 14px;
    margin-top: 6px;
}
.annotation_text{
    font-size: 14px;
    margin-top: 6px;
}
.login_padd {
    padding-top: 60px;
    padding-bottom: 35px;
}
.sign_fin_p{
    color: #221814;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.sign_fin_p2{
    color: #595757;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    margin: 65px 0;
}
.fin_width{
    width: 470px;
    margin: 0 auto 200px;
    text-align: center;
}
.fin_width p{
    color: #fefefe;
    /*background-color: #436589;*/
    background-color: #005ca2;
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
    border-radius: 15px;
}
#checkPassword {
    display: none;
}
.hideText, .showText {
    outline: none;
}
.togglePassword {
    width: 100%;
}
.showText {
    display: none;
}
.hideText {
    display: inline;
}
.fa-eye:before {
    display: inline;
    margin-left: 5px;
}
.fa-eye-slash:before {
    display: none;
}
#checkPassword:checked + .togglePassword > .fa-eye:before {
    display: none;
}
#checkPassword:checked + .togglePassword > .fa-eye-slash:before {
    display: inline-block;
}
#checkPassword:checked + .togglePassword > .hideText {
    display: none;
}
#checkPassword:checked + .togglePassword > .showText {
    display: inline-block;
}
.info_change, .my_page{
    width: 450px;
    max-width: 100%;
    margin: 25px auto;
    text-align: center;
    line-height: 55px;
    border-radius: 15px;
    cursor: pointer;
}
.info_change:hover, .my_page:hover{
    opacity:0.6;
}
.info_change{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fefefe;
    margin: 0px auto;
    /*background-color: #436589;*/
    background-color: #005ca2;
}
.my_page{
    background-color: #e8f5fa;
}
.info_change button, .my_page p{
    font-size: 18px;
    font-weight: bold;
}
.info_change button{
    color: #fefefe;
}
.my_page p{
    color: #686666;
}
.info_flex{
    padding: 30px 0 200px;
}

.terms_check{
    width: 80%;
    margin: 70px auto 0px auto;
}

.terms_check .privacy_link{
    margin-bottom: 15px;
    font-size: 14px;
}

.terms_check .doui_check{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.terms_check .doui_check input {
    display: none;
}
.terms_check .doui_check label {
    position: relative;
}
.terms_check .doui_check label::before,
.terms_check .doui_check label::after {
    content: "";
    display: block;
    position: absolute;
}
.terms_check .doui_check label::before {
    top: -7px;
    left: 0px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #757575;
    background: #ffffff;
}
.terms_check .doui_check input:checked + label::after {
    opacity: 1;
}
.terms_check .doui_check p {
    margin-left: 27px;
    padding-left: 18px;
    font-size: 14px;
    color: #221814;
    position: relative;
}
.terms_check .doui_check p:before {
    content: '※';
    position: absolute;
    left: 0px;
    color: #e50011;
    font-size: 14px;
    top: 9px;
    transform: translate(0px, -50%);
}
.terms_check .doui_check label::after {
    top: -2px;
    left: 4px;
    width: 11px;
    height: 5px;
    transform: rotate(-45deg);
    border: 2px solid #5e849e;
    border-top-style: none;
    border-right-style: none;
    opacity: 0;
}
.terms_check .err_text .annotation_text{
    text-align: center;
    margin-top: 10px;
}

/*生年月日（年、月、日）*/
.birthday_com{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.birthday_com .birthday_relative{
    position: relative;
}
.birthday_com .birthday_relative:after{
    /*content: '';
    display: block;
    width: 8px;
    height: 8px;

    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -1px;
    border-bottom: 2px solid #003e83;
    border-right: 2px solid #003e83;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;*/
}
.birthday_com select,
.birthday_com input{
    max-width: 85px;
    line-height: 41px;
    border: 1px solid #b2b2b2;
    /*padding: 0px 30px 0px 10px;*/
    padding: 0px 0px 0px 10px;
    position: relative;
    z-index: 2;
}
.birthday_com span{
    margin: 0px 15px 0px 5px;
}
.moon_contents input,
.day_contents input{
    max-width: 50px;
}


/*パスワード表示*/
.view_receive{
    width: 100%;
    max-width: 70%;
    position: relative;
}
.view_receive input{
    width: 100%;
    padding-right: 50px;
}
.view_pass{
    width: 55px;
    height: 41px;
    border-left: 1px solid #b2b2b2;
    background: url(../image/template/password_view_close1.png) no-repeat center;
    background-size: 25px;
    background-position: right 50% bottom 50%;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0px, -50%);
    cursor: pointer;
}
.view_pass:after{
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 10px;
    background: #5c5c5c;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(45deg) translateY(-50%);
}

.view_pass.pass_view:after{
    content:none;
}

@media screen and (max-width:810px) {
    .zyuusyo_another {
        width: 88%;
    }
    .seibetu_radio p, .check_block p {
        margin-right: 10px;
    }
    .syorui_flex {
        width: 95%;
    }
    .another_left {
        font-size: 15px;
        width: 17%;
        padding-top: 12px;
        /*margin-right: 18px;*/
        margin-right: 5px;
    }
}
@media screen and (max-width:480px) {
    .login_padd {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .sign_margin {
        margin: 0 0 5vw;
    }
    .another_flex {
        display: block;
    }
    .another_left{
        font-size: 3.5vw;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 1.5vw;
        margin-right: 0px;
        text-align: left;
    }
    .another_width {
        width: 100%;
    }
    .another_input, .another_input2, .yubin_input, .kinyuu_input, .siten_input, .credit_number, .credit_code, .name_value {
        line-height: 8vw;
        padding: 0px 2vw;
        font-size: 3.5vw;
    }
    .sei_mei, .yubin_text {
        width: 8%;
        margin-right: 1.5vw;
    }
    .sei_mei {
        font-size: 3.2vw;
    }
    .yubin_text {
        font-size: 3.5vw;
    }
    .zyuusyokensaku {
        margin-left: 1vw;
        margin-right: 4vw;
    }
    .zyuusyokensaku p {
        line-height: 9vw;
        font-size: 3.5vw;
    }
    .zyuusyokensaku p {
        line-height: 8vw;
        font-size: 3vw;
        width: 16vw;
    }
    .kikan_box, .kikan_box2, .kikan_box3, .kikan_box4, .kikan_box5, .ken_box, .credit_box, .kigen_box, .kigen_box2, .kinyuu_box, .kinyuu_box2 {
        line-height: 8vw;
    }
    .ken_box, .kinyuu_box, .kinyuu_box2 {
        width: 25vw;
    }
    .select_ken {
        padding-left: 2vw;
    }
    .ken_select {
        padding-left: 2vw;
    }
    .label_ken {
        font-size: 3.5vw;
    }
    .zyuusyo_bottom {
        margin-bottom: 2vw;
    }
    .yubin_input {
        width: 30%;
    }
    .radio_flex {
        display: flex;
        line-height: 6vw;
        flex-wrap: wrap;
    }
    .seibetu_radio label, .check_block label {
        width: 4vw;
        height: 4vw;
    }
    .seibetu_radio label::after {
        width: 2vw;
        height: 2vw;
    }
    .seibetu_radio p, .check_block p {
        font-size: 3.5vw;
        padding-left: 5vw;
        margin-right: 2vw;
    }
    .check_block label::after {
        top: 1.2vw;
        left: 1vw;
        width: 2.5vw;
        height: 1vw;
    }
    .syorui_link {
        font-size: 3.2vw;
        padding: 0 0 3vw;
    }
    .syorui_flex {
        width: 100%;
    }
    .img_button {
        line-height: 8vw;
    }
    .img_button p {
        font-size: 3.5vw;
    }
    .syorui_img {
        width: 46vw;
        height: 27vw;
    }
    .err_text {
        font-size: 3vw;
        margin-top: 1vw;
    }
    .annotation_text{
        font-size: 3vw;
        margin-top: 1vw;
    }
    .syorui_bottom {
        margin-bottom: 3vw;
    }
    .kikan_box, .kikan_box2 {
        width: 64vw;
    }
    .select_flex {
        padding-left: 3vw;
    }
    .kikan_select, .ken_select, .credit_select, .kigen_select {
        padding-left: 3vw;
    }
    .label, .label2, .label3, .label4, .label5, .label_ken, .label_credit, .label_kigen, .label_kinyuu, .label_kinyuu2, .label_kigen2 {
        font-size: 3.5vw;
    }
    .kikan_box:after, .kikan_box2:after, .kikan_box3:after, .kikan_box4:after, .kikan_box5:after, .ken_box:after, .credit_box:after, .kigen_box:after, .kigen_box2:after, .kinyuu_box:after, .kinyuu_box2:after {
        width: 2vw;
        height: 2vw;
        right: 2vw;
        border-bottom: 0.5vw solid #003e83;
        border-right: 0.5vw solid #003e83;
        margin-top: -0.3vw;
    }
    .kinyuu_input {
        width: 67%;
        margin-right: 2vw;
    }
    .siten_input {
        width: 42%;
        margin-right: 2vw;
    }
    .kaiintouroku {
        width: 45vw;
        margin: 10vw auto 25vw;
    }
    .kaiintouroku p {
        line-height: 10vw;
        font-size: 3.5vw;
    }
    .sign_fin_p {
        font-size: 5vw;
    }
    .sign_fin_p2 {
        font-size: 4.5vw;
        line-height: 6vw;
        margin: 11vw 0;
    }
    .fin_width {
        width: 70%;
        margin: 0 auto 30vw;
    }
    .fin_width p {
        font-size: 3.5vw;
        line-height: 10vw;
        border-radius: 8vw;
    }
    .info_change, .my_page {
        margin: 5vw auto;
        line-height: 11vw;
        border-radius: 3vw;
    }
    .info_change button, .my_page p {
        font-size: 3.5vw;
    }
    .info_flex {
        padding: 5vw 0 30vw;
    }
    .hide_img_menu, .hide_img_menu2 {
        height: 8vw;
    }
    .hide_img_menu p, .hide_img_menu2 p {
        font-size: 3.2vw;
    }
    .oth_img {
        margin-right: 2vw;
    }
    .login_padd {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .sign_margin {
        margin: 0 0 5vw;
    }
    .another_flex {
        display: block;
    }
    .another_left{
        font-size: 3.5vw;
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 1.5vw;
        margin-right: 0px;
        text-align: left;
    }
    .another_left span{
        position: static;
    }
    .another_width {
        width: 100%;
    }
    .another_input, .another_input2, .yubin_input, .kinyuu_input, .siten_input, .credit_number, .credit_code, .name_value,.user_input {
        line-height: 8vw;
        padding: 0px 2vw;
        font-size: 3.5vw;
    }
    .sei_mei, .yubin_text {
        width: 8%;
        margin-right: 1.5vw;
    }
    .sei_mei {
        font-size: 3.2vw;
    }
    .yubin_text {
        font-size: 3.5vw;
    }
    .zyuusyokensaku {
        margin-left: 1vw;
        margin-right: 4vw;
    }
    .zyuusyokensaku p {
        line-height: 9vw;
        font-size: 3.5vw;
    }
    .zyuusyokensaku p {
        line-height: 8vw;
        font-size: 3vw;
        width: 16vw;
    }
    .kikan_box, .kikan_box2, .kikan_box3, .kikan_box4, .kikan_box5, .ken_box, .credit_box, .kigen_box, .kigen_box2, .kinyuu_box, .kinyuu_box2 {
        line-height: 8vw;
    }
    .ken_box, .kinyuu_box, .kinyuu_box2 {
        width: 25vw;
    }
    .select_ken {
        padding-left: 2vw;
    }
    .ken_select {
        padding-left: 2vw;
    }
    .label_ken {
        font-size: 3.5vw;
    }
    .zyuusyo_bottom {
        margin-bottom: 2vw;
    }
    .yubin_input {
        width: 30%;
    }
    .radio_flex {
        display: flex;
        line-height: 6vw;
        flex-wrap: wrap;
    }
    .seibetu_radio label, .check_block label {
        width: 4vw;
        height: 4vw;
    }
    .seibetu_radio label::after {
        width: 2vw;
        height: 2vw;
    }
    .seibetu_radio p, .check_block p {
        font-size: 3.5vw;
        padding-left: 5vw;
        margin-right: 2vw;
    }
    .check_block label::after {
        top: 1.2vw;
        left: 1vw;
        width: 2.5vw;
        height: 1vw;
    }
    .syorui_link {
        font-size: 3.2vw;
        padding: 0 0 3vw;
    }
    .syorui_flex {
        width: 100%;
    }
    .img_button {
        width: 43vw;
        line-height: 8vw;
    }
    .img_button p {
        font-size: 3.5vw;
    }
    .syorui_img {
        width: 43vw;
        height: 27vw;
    }
    .err_text {
        font-size: 3vw;
        margin-top: 1vw;
    }
    .annotation_text{
        font-size: 3vw;
        margin-top: 1vw;
    }
    .syorui_bottom {
        margin-bottom: 3vw;
    }
    .kikan_box, .kikan_box2 {
        width: 64vw;
    }
    .select_flex {
        padding-left: 3vw;
    }
    .kikan_select, .ken_select, .credit_select, .kigen_select {
        padding-left: 3vw;
    }
    .label, .label2, .label3, .label4, .label5, .label_ken, .label_credit, .label_kigen, .label_kinyuu, .label_kinyuu2, .label_kigen2 {
        font-size: 3.5vw;
    }
    .kikan_box:after, .kikan_box2:after, .kikan_box3:after, .kikan_box4:after, .kikan_box5:after, .ken_box:after, .credit_box:after, .kigen_box:after, .kigen_box2:after, .kinyuu_box:after, .kinyuu_box2:after {
        width: 2vw;
        height: 2vw;
        right: 2vw;
        border-bottom: 0.5vw solid #003e83;
        border-right: 0.5vw solid #003e83;
        margin-top: -0.3vw;
    }
    .kinyuu_input {
        width: 67%;
        margin-right: 2vw;
    }
    .user_input {
        width: 100%;
        margin-right: 2vw;
    }
    .siten_input {
        width: 42%;
        margin-right: 2vw;
    }
    .kaiintouroku {
        width: 45vw;
        margin: 10vw auto 25vw;
    }
    .kaiintouroku p {
        line-height: 10vw;
        font-size: 3.5vw;
    }
    .sign_fin_p {
        font-size: 5vw;
    }
    .sign_fin_p2 {
        font-size: 4.5vw;
        line-height: 6vw;
        margin: 11vw 0;
    }
    .fin_width {
        width: 70%;
        margin: 0 auto 30vw;
    }
    .fin_width p {
        font-size: 3.5vw;
        line-height: 10vw;
        border-radius: 8vw;
    }
    .info_change, .my_page {
        margin: 4vw auto;
        line-height: 9vw;
        border-radius: 3vw;
        max-width: 60%;
    }
    .info_change p, .my_page p {
        font-size: 3.5vw;
    }
    .info_flex {
        padding: 1vw 0 30vw;
    }
    .hide_img_menu, .hide_img_menu2 {
        height: 8vw;
    }
    .hide_img_menu p, .hide_img_menu2 p {
        font-size: 3.2vw;
    }
    .oth_img {
        margin-right: 2vw;
    }
    .terms_check{
        width: 95%;
        font-size: 3.5vw;
    }
    .terms_check .doui_check p:before {
        font-size: 3.2vw;
        top: 2.0vw;
    }
    .terms_check .doui_check p {
        margin-left: 6vw;
        padding-left: 4vw;
        font-size: 3.2vw;
    }
    .terms_check .doui_check label::before {
        top: -2vw;
        width: 4vw;
        height: 4vw;
    }
    .terms_check .doui_check label::after {
        top: -0.7vw;
        left: 0.8vw;
        width: 2.5vw;
        height: 1vw;
    }
    .view_receive{
        max-width: 100%;
        margin-right: 2vw;
    }
    .view_receive input{
        padding-right: 10vw;
    }
    .view_pass{
        height: 8vw;
        width: 10vw;
        background-size: 5vw;
    }
    .view_pass:after{
        width: 6.5vw;
        right: 2vw;
    }
}
