<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero {
    position: relative;
    text-align: center;
    padding-top: 58px;
    padding-bottom: 43px;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero h1 {
    font-size: 48px;
    margin: 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.inquiry-form {
    padding: 30px 0;
}

.inquiry-form p {
    margin-bottom: 20px;
}

.steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.step-container {
    text-align: center;
    flex-grow: 1;
}

.step {
    border-bottom: 6px solid #D3DEF1;
    padding: 10px;
}

.step.active {
    border-bottom: 6px solid #2B528F;
    color: black;
}

.step-description {
    padding: 10px;
    font-size: 14px;
}

.step-en{
    font-weight: bold;
    font-size: 16px;
}

form {
    display: flex;
    flex-direction: column;
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

label {
    flex: 1;
    margin-bottom: 5px;
    display: block;
}

.input-wrapper {
    flex: 2;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

textarea {
    resize: vertical;
}

.radio-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.radio-group div {
    display: flex;
    align-items: center;
}

.radio-group label {
    margin-left: 5px;
}

/* 蛟倶ｺｺ諠��ｱ蜿悶ｊ謇ｱ縺�峩荳九�p繧ｿ繧ｰ */
.privacy p{
    line-height: 25px;
}

.consent-group {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.btn-submit {
    background: #dcdcdc;
    color: black;
    padding: 16px 26px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    align-self: flex-end;
    font-weight: bold;
    font-family: "BIZ UDPGothic";
    font-size: 15px;
}
/* 蛟倶ｺｺ諠��ｱ蜷梧э譎ゅ�繝懊ち繝ｳ閭梧勹濶ｲ */
.btn-submit-ok{
    background: #D3DEF1 !important;
}
.btn-submit-ok:hover{
    background: #2B528F !important;
    color: white;
}

.btn-undo{
    background: #F3F6FB;
    color: black;
    padding: 16px 26px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    align-self: flex-end;
    font-weight: bold;
    font-family: "BIZ UDPGothic";
    font-size: 15px;
    margin-right: 75px;
}
.btn-undo:hover{
    background: #2B528F !important;
    color: white;
}

.btn-confirm{
    background: #D3DEF1;
    color: black;
    padding: 16px 26px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    align-self: flex-end;
    font-weight: bold;
    font-family: "BIZ UDPGothic";
    font-size: 15px;
}
.btn-confirm:hover{
    background: #2B528F;
    color: white;
}

/* 逕ｻ髱｢荳企Κ縺ｮ繝｡繝�そ繝ｼ繧ｸ谺� */
.top-message{
    line-height: 37px;
    font-size: 16px;
    margin-bottom: 36px !important;
    padding: 0 5px;
}

/* 蜈･蜉帙ヵ繧ｩ繝ｼ繝� */
#contact_form{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}
/* 蜈･蜉帙ヵ繧ｩ繝ｼ繝�縺ｮ隨ｬ荳div */
.contact_form_div{
    width: 100%;
}

/* 蜈･蜉帙ヵ繧ｩ繝ｼ繝�縺ｮ繝��繝悶Ν */
.contact_table{
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin-bottom: 50px;
}

/* 蜈･蜉帙ヵ繧ｩ繝ｼ繝�繝��繝悶Ν逶ｴ荳九�陦� */
/* .contact_table tr{
    height: 60px;
} */

/* 繝��繝悶Ν縺ｮ隨ｬ荳td */
.td_1{
    border: 0;
    border-right: solid 2px #D3DEF1;
    border-bottom: solid 2px #D3DEF1;
    text-align: center;
    width: 30%;
}
.td_last_1{
    border: 0;
    border-right: solid 2px #D3DEF1;
    text-align: center;
    width: 253px;
}

/* 繝��繝悶Ν縺ｮ隨ｬ莠荊d */
.td_2{
    border: 0;
    border-bottom: solid 2px #D3DEF1;
    padding: 16px;
}
.td_last_2{
    border: 0;
    padding: 16px;
}

/* 蜈･蜉帙ヵ繧ｩ繝ｼ繝�繝��繝悶Ν縺ｮinput */
.table_input{
    background: #F3F6FB !important;
    /* padding: 16px !important; */
    border: 0 !important;
    font-size: 15px;
    font-family: 'BIZ UDGothic';
    width: 98% !important;
}

/* 繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ */
.radio-group label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}
/* 繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ */
.radio-group label::before,
.radio-group label::after {
    content: "";
    display: block; 
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
/* 繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ */
.radio-group label::before {
    background-color: #D3DEF1;
    /* border: 1px solid #ddd; */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
}
/* 繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ */
.radio_nomal::after {
    background-color: #2B528F;
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 7px
}
.radio_rigth::after {
    background-color: #2B528F;
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 7px
}
/* 繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ */
.radio-group input:checked + label::after {
    opacity: 1;
}
/* 繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ */
.visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

/* 蛟倶ｺｺ諠��ｱ蜿悶ｊ謇ｱ縺�Γ繝�そ繝ｼ繧ｸ */
.privacy_msg{
    margin-top: 50px;
    text-align: center;
}

/* 蛟倶ｺｺ諠��ｱ蜿匁桶縺�ｬ�ｦｪdiv */
.privacy_parent{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

/* 蛟倶ｺｺ諠��ｱ蜿悶ｊ謇ｱ縺�酔諢上メ繧ｧ繝�け繝懊ャ繧ｯ繧ｹ */
.consent-group{
    width: 280px;
    display: flex;
    justify-content: center;
    padding: 17px;
    border: solid 2px #D3DEF1;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* 蛟倶ｺｺ諠��ｱ蜿悶ｊ謇ｱ縺�酔諢上メ繧ｧ繝�け繝懊ャ繧ｯ繧ｹ隕ｪ */
.checkbox_group{
    width: 100%;
    display: flex;
    justify-content: center;
}
/* 蛟倶ｺｺ諠��ｱ蜿悶ｊ謇ｱ縺�酔諢上メ繧ｧ繝�け繝懊ャ繧ｯ繧ｹ */
.checkbox_area{
    display: flex;
    justify-content: center;
}

/* 繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ */
.checkbox_group input[type=checkbox] {
    display: none;
}
.check_label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    position: relative;
    width: auto;
    margin-left: 18px;
}
.check_label::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: -18px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.check_label::after {
    border-right: 4px solid #2B528F;
    border-bottom: 3px solid #2B528F;
    content: '';
    display: block;
    height: 20px;
    left: -14px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
.checkbox_group input[type=checkbox]:checked + .check_label::before {
    border-color: #666;
}
.checkbox_group input[type=checkbox]:checked + .check_label::after {
    opacity: 1;
}

/* 蜈･蜉帙ｒ遒ｺ隱阪☆繧九�繧ｿ繝ｳ */
.btn_area{
    display: flex;
    justify-content: center;
    border: 0 !important;
}
.btn_area_confirm{
    display: flex;
    justify-content: center;
    border: 0 !important;
    margin-top: 58px;
}

/* 繧ｨ繝ｩ繝ｼ譁�ｭ怜� */
.error{
    color: red;
    margin-top: 10px;
    margin-bottom: -2px;
    font-size: 13px;
}

/* 髱櫁｡ｨ遉ｺ繧ｯ繝ｩ繧ｹ */
.dis_none{
    display: none;
}

/* thanks繝壹�繧ｸ縺ｮ譁�ｫ� */
.thanks_contents{
    display: flex;
    justify-content: center;
}
.thanks_contents_div{
    width: 1090px;
    line-height: 32px;
    margin-top: 78px;
}

/* thanks繝壹�繧ｸ縺ｮ繝ｪ繧ｹ繝� */
.thanks_contents_div li{
    text-indent: -1.5em;
    /* padding-left: 1.5em; */
    padding: 0 2em;
}

.privacy {
    background: #F3F6FB;
    padding: 4px;
    border-radius: 5px;
    margin-bottom: 10px;
    max-height: 200px;
    overflow-y: auto;
    width: 845px;
    padding-left: 24px;
}

/* 豢ｾ驕｣莠区･ｭ縺ｫ髢｢縺吶ｋ陦ｨ遉ｺ */
.dispatch-info-guidance {
    border: 1px solid #ddd;
    /* padding: 20px; */
    /* background-color: #f9f9f9; */
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto; /* 荳ｭ螟ｮ蟇�○ */
}

.dispatch-info-guidance-heading {
    color: #0000FF;
    font-size: 16px;
}

.dispatch-info-guidance p {
    /* padding-left: 16px; */
    padding: 0 10px;
}

.dispatch-info-guidance p:last-child {
    color: #0000FF;

}

.dispatch-info-guidance ul {
    padding-left: 45px; 
}</pre></body></html>