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

.l-container .title {
    padding: 43px 0 27px 0;
}

.l-container .title span {
    display: block;
}

.l-container .title span:nth-child(1) {
    font-size: 24px;
    line-height: 1.5;
    color: #1a1919;
}

.l-container .title span:nth-child(1) {
    padding: 0 0 15px 0;
}

.l-container .title span:nth-child(2),
.l-container .title span:nth-child(3) {
    font-size: 12px;
    line-height: 1.5;
    color: #8e8e8e;
}

.l-container .title span a {
    color: var(--color2);
}

.tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tabs.type2 {
    display: none;
}

.tabs .radio {
    width: calc(50% - 5px);
    text-align: center;
    height: 52px;
}

.tabs .radio:nth-child(1) {
    margin-right: 5px;
}

.tabs .radio:nth-child(2) {
    margin-left: 5px;
}

.tabs .radio label {
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    height: 50px;
    background: #ffffff;
    border: 1px solid #cccccc;
    width: calc(100% - 2px);
}

.tabs .radio label:before {
    display: none;
}

.tabs .radio label.focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.list {
    border-top: 1px dotted #dddddd;
    margin: 30px 0 0 0;
}

.list .list-f {
    margin: 25px 0 20px 0;
}

.list .list-f .inputblock {
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
}

.list .list-f .inputblock label.name {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    padding: 0 0 5px 0;
    display: block;
}

.list .list-f .inputblock input {
    width: calc(100% - 32px);
    height: 49px;
    padding: 0 15px;
    border: 1px solid #cdcdcd;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-size: 16px;
    line-height: 49px;
    color: #000000;
}

.list .list-f .inputblock input::placeholder {
    color: #999999;
    opacity: 1;
}

.list .list-f .inputblock input::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

.list .list-f .inputblock input:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

.list .list-f .inputblock.focus label.name {
    color: var(--color2);
}

.list .list-f .inputblock.focus input {
    border-color: var(--color2);
    color: #000000;
}

.list .list-f .inputblock.value:not(.focus) input {
    color: #666666;
}

.list .list-f .button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.list .list-f .button input {
    flex: 1 1 auto;
}

.list .list-f .button .btn {
    flex:none;
    height:51px;
    margin-left: 5px;
    padding: 0 10px 0 10px;
    min-width: 85px;
    background-color: #555555;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    cursor: pointer;
    line-height: 51px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.list .list-f .inputblock .help {
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.list .list-f .inputblock .help,
.list .list-f .inputblock .help-view {
    padding: 6px 0 0 0;
    margin: 0 0 -3px 0;
}

.list .list-f .inputblock .help-view .result {
    font-size: 13px;
    line-height: 1.5;
    color: #555555;
}

.list .list-f .inputblock .help-view .ok {
    color: #00c73b;
}

.list .list-f .inputblock .help-view .no {
    color: #ef4f4e;
}

.list .list-f .inputblock .help-view .timer {
    margin-right: 5px;
    font-size: 13px;
    line-height: 1.5;
    color: #ef4f4e;
}

.list .list-f .inputblock.focus label.name {
    color: var(--color2);
}

.list .list-f .inputblock.focus input {
    border-color: var(--color2);
}

.list .list-f input[readonly] {
    background-color: #f0f0f0;
}

.l-container .submit {
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    display: block;
    height: 52px;
    margin: 70px 0 100px 0;
}

.l-container .link {
    margin: 25px 0 50px;
    text-align: center;
}

.l-container .link a {
    display: inline-block;
    padding: 0 15px 0 16px;
    position: relative;
    font-size: 13PX;
    line-height: 20px;
    color: #999999;
}

.l-container .link a:nth-child(1) {
    padding: 0 15px 0 15px;
}

.l-container .link a:before {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 4px;
}

.l-container .link a:nth-child(1):before {
    display: none;
}

.tab-container .btn-submit span {
    font-size: 18px;
    line-height: 58px;
    color: #ffffff;
    text-align: center;
}

.tab-container .btn-submit.active span {
    background: var(--color2);
    color: #ffffff;
}
</pre></body></html>