.mage-error {
    border: 1px solid #e22626;
    display: block;
    margin: 2px 0 0;
    padding: 6px 10px 10px;
    background: #fff8d6;
    color: #555555;
    font-size: 12px;
    font-weight: 500;
    box-sizing: border-box;
    max-width: 380px;
}

#submit{
    background: none;
    color: white;
    width: 100%;
}

#linelink{
    background: none;
    color: white;
    width: 100%;
}

.capy-captcha{
    margin:0 auto;
}

@media screen and (max-width: 768px) {
    .p-contentblock__btn .is_width-fl-sp.is_width-lg .p-btnlink__box ul > li{
        width: 100%;
    }
}

.mcknp0010_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index:999;
    background-color: #ffffff;
	opacity: 0.5;
}

.mcknp0010_screen {
    width: 100%;
    height: 100%;
    display: flex;
}

.mcknp0010_loading img {
	height: 120px;
    width: 120px;
    margin: auto;
}