 body {
            font-size:14px;
    }
/*    .error {
            color: white;
            background-color:red;
    }*/
    .require_message {
/*            color: red;*/
    }
    .cio_mark {
            font-size:80%;
            color: blue;
    }
    .exsample {
            font-size:80%;
    }

    .hide{
        display: none;
    }

    .regist-check div p{
        font-size: 1.6rem;
    }
    .payment-link{
        width: fit-content;
        margin: 24px 0 0  auto;
    }
    /*.regist-check div ,*/
    .regist-check div label
    {
        font-size: 2rem;
    }
    .regist-check div:nth-of-type(2){
        margin-top: 24px;
    }
    .regist-check button{
        width: fit-content;
        margin: 24px auto 0;
        display: block;
        /*background-color: #f7ffe6;*/
    }

    .regist-check-block{
        width: fit-content;
        max-width: 1280px;
        margin: auto;
        display: flex;
        align-items: center;
        height: 100%;
    }


    .regist-check button.btn-paycheck{
        display: none;
    }
    .regist-check button.btn-paycheck.active{
        display: block;
    }
    
    
    


.regist-check form >div{
    text-align: center;
}