<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.bg-gray {
    background: #f7f8f8;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mr1em {
    margin-right: 1em !important;
}

.btn-form-more-app {
    display: block;
    margin: 3rem 0 0 auto;
    position: relative;
    color: #0e69c4;
    font-size: 1.3rem;
    background-color: #fff;
    border: 1px solid #0e69c4;
    border-radius: 4px;
    padding: 1rem 3rem 1rem 1.5rem;
}
.btn-form-more-app::after {
    position: absolute;
    right: 1.3rem;
    top: 50%;
    margin-top: -.5rem;
    content: '';
    display: inline-block;
    background: url(../img/btn_more_icon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
}
.btn-form-remove-app {
    display: block;
    margin: 3rem 0 0 auto;
    position: relative;
    color: red;
    font-size: 1.3rem;
    background-color: #fff;
    border: 1px solid red;
    border-radius: 4px;
    padding: 1rem 3rem 1rem 1.5rem;
}
.btn-form-remove-app::after {
    position: absolute;
    right: 1.3rem;
    top: 50%;
    margin-top: -.5rem;
    content: '';
    display: inline-block;
    background: url(../img/btn_more_red_icon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
}
.form-description {
    display: block;
    font-size: 1.3rem;
    line-height: 1.7647058823 !important;
    color: #333333;
    margin: 1.5rem 0 0;
    padding-left:1em;
    text-indent:-1em;
}
.form-description:before {
    content: "※";
}
.form-description-above {
    display: block;
    font-size: 1.3rem;
    line-height: 1.7647058823 !important;
    color: #333333;
    margin: 0 0 1.5rem;
    padding-left:1em;
    text-indent:-1em;
}
.form-description-above:before {
    content: "※";
}
.form-description-red {
    display: block;
    font-size: 1.3rem;
    line-height: 1.7647058823 !important;
    color: red !important;
    margin: 1.5rem 0 0;
    padding-left:1em;
    text-indent:-1em;
}
.form-description-red:before {
    content: "※";
}
.annotation_nyukai_prefecture {
    font-weight: bold;
    color: #0e69c4 !important;
}
.contact-table {
    word-break: break-all;
}</pre></body></html>