.registInput {
    background-color: #fff;
    font-size: 14.5px;
    color: #000;
    line-height: 1.6;
    width: 100%;
    padding: 8px 10px;
}

.registInput select {
    width: 100%;
}

.sendBtnBlock {
    padding: 60px 25px;
    text-align: center;
}

.el_formMain_ttl {
    /*
    text-align: left;
    background-image: none;
    clip-path: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 4px;
    */
}

.profileFooterBlock {
    border-top: 1px solid #ccc;
    text-align: center;
    margin-top: 60px;
    padding-top: 60px;
}

.sendBtn.standard {
    display: inline-block;
    min-width: 300px;
    padding: 12px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-image: linear-gradient(to left, #00d2ff 0%, #006eff 100%);
    border: 1px solid #ffffff;
    border-image: linear-gradient(to right, #00d2ff 0%, #006eff 100%);
    border-image-slice: 1;
    transition: 0.3s ease-in-out;
}

.sendBtn:hover {
    opacity: .9;
}

.el_formBtn.danger {
    background: #f44336;
    border: 1px solid #ef9a9a;
    width: 100%;
}

.noteBox {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.75;
}

.readonlyInputBox {
    background-color: #e0e0e0;
    color: #424242;
    padding: 8px 10px;
    font-size: 14.5px;
}

.bl_withdraw {
    padding-top: 60px;
}

.el_blue {
    color: #b6ecff;
}

.el_leftTxt {
    text-align: left;
}

.delimiter {
    border-bottom: 1px solid #ccc;
    padding-top: 60px;
    margin-bottom: 60px;
}

.el_input_subtext {
    display: block;
    margin-top: 10px;
    font-size: 13px;
}

.bl_regist_itemTxt_link_wrapper {
}

.bl_regist_itemTxt_link {
    display: inline-block;
    color: #b6ecff;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-bottom: 10px;
}

.bl_regist_itemTxt_link[target=”_blank”]::after {
    content: none;
}
