<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/**
 *
 *  ユーザーIDリマインダ
 *
 */
.set-conf .asset_input-base input{
    width:487px;
}

.set-conf .asset_input-base .rem_zip_code1{
    width: 100px;
}

.set-conf .asset_input-base .rem_zip_code2{
    width: 100px;
}

.set-conf .asset_input-base .sub{
    margin: 0 5px;
}

@media screen and (max-width: 767px) {
.set-conf .asset_input-base input{
    width:94%;
}

.set-name .asset_input-base .sub {
    width: 4%;
}
}</pre></body></html>