@charset "UTF-8";
fieldset {
    border: none;
}
legend {
    display: none;
}
main {
    padding-bottom: 100px;
}
.formCnt_txt {
    padding: 40px 0 0;
}
.formCnt_tel {
    text-align: center;
}
.formCnt_tel a {
    color: #004D8A;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.formCnt_err {
    font-weight: 600;
    text-align: center;
    color: #c63529;
    margin-top: 28px;
}
.formTab_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
    margin-bottom: 20px;
}
.formTab_wrap li {
    width: 48.2%;
    height: 55px;
    box-sizing: border-box;
}
.formTab_wrap li a {
    color: #004D8A;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background: #fff;
    border: 2px solid #004D8A;
    border-radius: 4px;
}
.formTab_wrap li.is-active a {
    color: #fff;
    background: #004D8A;
    pointer-events: none;
    position: relative;
}
.formTab_wrap li.is-active a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    background: #004D8A;
    height: calc(40px / 2);
    width: 22px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.formdtl_box {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 36px 0;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
}
.formdtl_box:last-child {
    border-bottom: none;
}
.formdtl_ttl {
    width: 190px;
    font-weight: 600;
    padding-left: 10px;
    box-sizing: border-box;
}
.formdtl_ttl.is-ver2 {
    width: 240px;
}
.formdtl_ttl .his {
    color: #C63529;
    display: inline-block;
}
.formdtl_box.is-top {
    align-items: flex-start;
}
.formdtl_box.is-top .formdtl_ttl {
    padding-top: 12px;
}
.formdtl_box.is-top.ver2 .formdtl_ttl {
    padding-top: 0;
}
.formdtl_cnt {
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
    position: relative;
}
.formdtl_cnt .lst_f {
    display: flex;
}
.formdtl_cnt .lst_f.is-ver1 li {
    width: 25%;
}
.formdtl_cnt .lst_f.is-ver2 {
    display: block;
}
.formdtl_cnt .lst_f.is-ver2 li {
    margin-top: 14px;
}
.formdtl_cnt .lst_f.is-ver2 li:first-child {
    margin-top: 0;
}
.formdtl_cnt .lst_f + .lst_f {
    padding-top: 16px;
}
.formdtl_cnt .lst_b {
    display: block;
}
.formdtl_cnt .lst_b li {
    display: flex;
    align-items: center;
    padding-top: 26px;
}
.formdtl_cnt .lst_b li.is-file {
    display: block;
}
.formdtl_cnt .lst_b li:first-child {
    padding-top: 0 !important;
}
.formdtl_cnt .lst_b.is-ver2 li {
    padding-top: 16px;
}
.formdtl_cnt .lst_wrap {
    margin-top: 20px;
}
.formdtl_cnt .lst_wrap li {
    display: flex;
    margin-top: 16px;
}
.formdtl_cnt .lst_wrap .is-ttl {
    width: 82px;
    padding-top: 12px;
}
.formdtl_cnt .lst_wrap .box {
    width: -webkit-calc(100% - 82px);
    width: calc(100% - 82px);
    box-sizing: border-box;
}
.formdtl_cnt .is-post {
    display: inline-block;
    padding: 0 6px;
    text-align: center;
}
.formdtl_cnt .is-post:first-child {
    padding-left: 0;
}
.formdtl_cnt .stx {
    font-size: 12px;
    margin-top: 4px;
}
.formdtl_cnt .stx.is-ver1 {
    padding-left: 82px;
}
.formdtl_cnt .stx.is-ver2 {
    margin: 0 0 24px;
}
.formPersonal_wrap {
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    padding: 30px 40px;
}
.formPersonal_wrap .ttl {
    font-weight: 600;
}
.formPersonal_wrap .txt a {
    color: #004D8A;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.wid01 {
    width: 436px !important;
}
.wid02 {
    width: 100% !important;
}
.wid03 {
    width: 100% !important;
}
.wid04 {
    width: 150px !important;
}
.error {
    display: block;
    font-size: 12px;
    margin-top: .6em;
    color: #C63529;
}
.confirm_txt {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    padding: 48px 0 16px;
}
body.confirm .formdtl_ttl {
    width: 300px;
}
body.confirm .formdtl_cnt {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
}
.end_wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0 0;
    box-sizing: border-box;
}
.end_wrap .ttl {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 34px;
}
.end_wrap .txt {
    text-align: left;
}
.end_wrap .txt + .txt {
    margin-top: 28px;
}
.end_btn {
    width: 266px;
    height: 48px;
    margin: 0 auto;
    margin-top: 60px;
}
.end_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #004D8A;
    border: 2px solid #004D8A;
    border-radius: 4px;
    position: relative;
}
.end_btn a:before {
    content: '';
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_arw_r_hw.svg) no-repeat center / 100% auto;
    z-index: 1;
}
/*form parts*/
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=number],
textarea,
select{
    padding: 0 16px;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
    background-color: #fff;
    border: 1px solid #C6C6C6;
}
select {
    background: #fff url(../svg/select.svg) no-repeat right 16px top 20px / 14px auto;
    cursor: pointer;
    padding: 0 34px 0 16px;
}
textarea {
    padding: 16px 16px;
    height: 236px;
}
input[type=file],
button {
    cursor: pointer;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
    transition: opacity .2s ease-out, all .2s ease-out;
}
input[type="radio"],
input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
input[type="radio"]+label,
input[type="checkbox"]+label {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
}
input[type="radio"]+label span,
input[type="checkbox"]+label span {
    padding: 0 0 0 38px;
    position: relative;
    display: inline-block;
}
input[type="checkbox"]+label span:before,
input[type="radio"]+label span:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    left: 0;
    top: -1px;
    background: #fff;
    border: 1px solid #BEBEBE;
}
input[type="radio"]+label span:after,
input[type="checkbox"]+label span:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
    top: 4px;
    background: #004D8A;
    opacity: 0;
}
/*input[type="checkbox"]+label span:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-bottom: 3px solid #004D8A;
    border-left: 3px solid #004D8A;
    height: 11px;
    width: 16px;
    top: 7px;
    left: 6px;
    transform: rotate(-45deg);
    opacity: 0;
}*/
input[type="radio"]:checked+label span:after,
input[type="checkbox"]:checked+label span:after{
    opacity: 1;
}
input[type="checkbox"]:checked+label span:before,
input[type="radio"]:checked+label span:before {
    border: 1px solid #004D8A;
}
.formBtn_wrap {
    padding-top: 34px;
}
.formdtl_cnt button,
.formBtn_wrap button {
    text-decoration: none;
    position: relative;
    text-align: center;
    border: none;
    font-style: normal;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #004D8A;
    background: #fff;
    border: 2px solid #004D8A;
    border-radius: 4px;
}
.formdtl_cnt button {
    width: 104px;
    text-align: center;
    margin-left: 25px;
}
.formdtl_cnt button.clear-file,
.formdtl_cnt button.clear-file2 {
    width: 90px;
    height: 30px;
}
.formdtl_cnt button.clear-file {
    margin: 0;
}
.formBtn_wrap button {
    display: block;
    width: 266px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #004D8A;
    border: 2px solid #004D8A;
    border-radius: 4px;
    margin: 0 auto;
}
.formBtn_wrap button:before {
    content: '';
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_arw_r_hw.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.formBtn_wrap button.re {
    background: #888888;
    border: 2px solid #888888;
    margin-top: 50px;
}
.formBtn_wrap button.re:before {
    right: auto;
    left: 26px;
    background: url(../svg/icn_arw_r_hw.svg) no-repeat center / 100% auto;
    transform:  translateY(-50%) rotate(180deg);
}
/*car*/
.formDtl_section.is-mtop {
    margin-top: 30px;
}
.formDtl_mds + .formPersonal_wrap {
    margin-top: 30px;
}
.formNeed_wrap {
    border-radius: 6px;
    background: #fff;
    border: 2px solid #004d8a;
    margin: 30px 0 28px;
    padding: 28px 0;
}
.formNeed_wrap .ttl {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #004d8a;
    text-align: center;
    margin-bottom: 20px;
}
.formNeed_lst {
    display: flex;
    justify-content: center;
    gap: 0 75px;
}
.formNeed_lst .mds {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
}
.formNeed_lst .txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #004d8a;
    margin-top: 10px;
}
.formDtl_mds {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 52px;
    border-radius: 6px;
    background: #004d8a;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    padding: 0 18px;
}
.formDtl_mds .nmb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #004d8a;
    background: #fff;
    border-radius: 100%;
    margin-right: 12px;
}
.formDtl_mds .ttl {
    color: #fff;
    font-weight: 600;
}
.formdtl_box.is-block {
    display: block;
}
.formdtl_box.is-block .formdtl_ttl {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}
.formdtl_box.is-block .formdtl_cnt {
    width: 100%;
}
.formdtl_box.is-datebox {
    align-items: flex-start;
}
.formdtl_box.is-datebox .formdtl_ttl {
    position: relative;
}
.formdtl_box.is-datebox .formdtl_ttl .his {
    position: absolute;
    top: 0;
    right: 15px;
}
.date {
    display: flex;
    align-items: center;
}
.date_box {
    display: flex;
    align-items: center;
}
.date_in {
    display: flex;
    align-items: center;
}
.is-date {
    padding: 0 10px;
    font-size: 18px;
}
.is-date:first-child {
    padding-left: 0;
}
.wid05 {
    width: 150px !important;
}
.wid06 {
    width: 100px !important;
}
.formdtl_cnt .stx2 {
    position: relative;
    padding-left: 1em;
    font-size: 14px;
    margin-top: 1.2em;
    line-height: 1.2;
}
.formdtl_cnt .stx2 span {
    position: absolute;
    left: 0;
    top: 0;
}
.formdtl_cnt .stx2.is-ver2 {
    margin: 0 0 20px;
    line-height: 1.8;
}
.formdtl_cnt .stx3 {
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 121px;
    top: -49px;
}
.read_car {
    margin-top: 20px;
}
.read_car dt {
    font-size: 14px;
}
.read_car dd {
    font-size: 14px;
    margin-top: 4px;
}
.file_car + .file_car {
    margin-top: 30px;
}
.file_car dt {
    font-weight: 600;
    font-size: 16px;
    color: #004d8a;
}
.file_car dd {
    margin-top: 12px;
}
.file_car dd .lst {
    font-size: 14px;
}
.file_car dd .lst li {
    padding-left: 1.4em;
    position: relative;
}
.file_car dd .lst li:before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.upload_car {
    padding-top: 40px;
}
.upload_car li {
    margin-bottom: 30px;
}
.upload_car li:last-child{
    margin-bottom: 0;
}
.upload_car .mds {
    line-height: 1;
    margin-bottom: 10px;
}
.lst_car {
    display: flex;
    gap: 0 35px;
}
.lst_car li {
    width: 270px;
}
.lst_car.is-ver2 {
    gap: 0 16px;
}
.lst_car.is-ver2 li {
    width: 206px;
}
input[type="radio"]+label.car_box,
input[type="checkbox"]+label.car_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    border-radius: 6px;
    background: #fff;
    border: 2px solid #004d8a;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #004d8a;
}
input[type="radio"]+label.car_box span,
input[type="checkbox"]+label.car_box span {
    padding: 0;
    display: block;
}
input[type="checkbox"]+label.car_box span:before,
input[type="radio"]+label.car_box span:before,
input[type="radio"]+label.car_box span:after,
input[type="checkbox"]+label.car_box span:after {
    content: none;
}
input[type="radio"]:checked+label.car_box,
input[type="checkbox"]:checked+label.car_box {
    background: #004d8a;
    color: #fff;
}
input[type="radio"]+label.car_box.is-model,
input[type="checkbox"]+label.car_box.is-model {
    height: 155px;
}
input[type="radio"]+label.car_box.is-model span,
input[type="checkbox"]+label.car_box.is-model span {
    padding: 86px 0 0;
}
input[type="radio"]+label.car_box.is-model span:before,
input[type="checkbox"]+label.car_box.is-model span:before {
    content: '';
    display: block;
    width: 94px;
    height: 86px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border: none;
    border-radius: 0;
}
#model01+.car_box.is-model span:before {
    background: url(../svg/car_icn01.svg) no-repeat center / 92px auto;
}
#model02+.car_box.is-model span:before {
    background: url(../svg/car_icn02.svg) no-repeat center / 92px auto;
}
#model03+.car_box.is-model span:before {
    background: url(../svg/car_icn03.svg) no-repeat center / 78px auto;
}
#model01:checked+.car_box.is-model span:before,
#model02:checked+.car_box.is-model span:before,
#model03:checked+.car_box.is-model span:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.confirm_txt.is-ver2 {
    padding: 48px 0 48px;
}
@media (min-width: 896px) {
    .formTab_wrap li a:hover {
        background: #F5F7FA;
    }
    .formCnt_tel a:hover {
        text-decoration: none;
    }
    .formdtl_cnt button:hover {
        background: #F5F7FA;
    }
    .formBtn_wrap button:hover,
    .formBtn_wrap button.re:hover {
        opacity: .8;
    }
    .formPersonal_wrap .txt a:hover {
        text-decoration: none;
    }
}
@media (max-width: 896px) {
    .formCnt_txt {
        padding: 16px 16px 0;
    }
    .formCnt_tel {
        text-align: left;
    }
    .formCnt_err {
        margin-top: 8px;
    }
    .formTab_wrap {
        padding: 0 16px;
        margin-top: 14px;
        margin-bottom: 10px;
    }
    .formTab_wrap li {
        width: 48.6%;
        height: 62px;
    }
    .formTab_wrap li a {
        font-size: 14px;
        text-align: center;
        border-radius: 2px;
    }
    .formTab_wrap li.is-active a:before {
        bottom: -16px;
        height: calc(30px / 2);
        width: 18px;
    }
    .formDtl_wrap {
        padding: 0 16px;
    }
    .formdtl_box {
        display: block;
        padding: 26px 0;
        width: 100%;
    }
    .formdtl_ttl,
    .formdtl_ttl.is-ver2 {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }
    .formdtl_box.is-top .formdtl_ttl,
    .formdtl_box.is-top.ver2 .formdtl_ttl {
        padding: 0;
    }
    .formdtl_cnt {
        width: 100%;
    }
    .formdtl_cnt .lst_f,
    .formdtl_cnt .lst_f.is-ver2 {
        display: block;
    }
    .formdtl_cnt .lst_f.is-ver1 li,
    .formdtl_cnt .lst_f.is-ver2 li {
        width: 100%;
        margin-top: 14px;
    }
    .formdtl_cnt .lst_f.is-ver1 li:first-child,
    .formdtl_cnt .lst_f.is-ver2 li:first-child {
        margin-top: 0;
    }
    .formdtl_cnt .lst_f + .lst_f {
        padding-top: 14px;
    }
    .formdtl_cnt .lst_b {
        display: block;
    }
    .formdtl_cnt .lst_b li {
        display: flex;
        align-items: center;
        padding-top: 22px;
    }
    .formdtl_cnt .lst_b li:first-child {
        padding-top: 0 !important;
    }
    .formdtl_cnt .lst_b.is-ver2 li {
        padding-top: 16px;
    }
    .formdtl_cnt .lst_wrap {
        margin-top: 20px;
    }
    .formdtl_cnt .lst_wrap li {
        display: flex;
        margin-top: 16px;
    }
    .formdtl_cnt .lst_wrap .is-ttl {
        width: 72px;
        padding-top: 12px;
        margin-right: 0;
    }
    .formdtl_cnt .lst_wrap .box {
        width: -webkit-calc(100% - 72px);
        width: calc(100% - 72px);
    }
    .formdtl_cnt .is-post {
        padding: 0 4px;
    }
    .formdtl_cnt .stx {
        font-size: 12px;
        margin-top: .4em;
    }
    .formdtl_cnt .stx.is-ver1 {
        padding-left: 0;
    }
    .formdtl_cnt .stx.is-ver2 {
        margin: 0 0 18px;
    }
    .formPersonal_wrap {
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px);
        border-radius: 2px;
        padding: 20px 20px;
        margin: 0 auto;
    }
    .formPersonal_wrap .ttl {
        margin-bottom: 6px;
    }
    .wid01 {
        width: 100% !important;
    }
    .wid02 {
        width: 100% !important;
    }
    .wid03 {
        width: 100% !important;
    }
    .wid04 {
        width: 27.9% !important;
    }
    .error {
        margin-top: .4em;
        font-size: 12px;
    }
    .confirm_txt {
        font-size: 16px;
        padding: 38px 0 8px;
    }
    body.confirm .formdtl_ttl {
        width: 100%;
    }
    body.confirm .formdtl_cnt {
        width: 100%;
    }
    .end_wrap {
        padding: 38px 16px 0;
    }
    .end_wrap .ttl {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .end_wrap .txt + .txt {
        margin-top: 16px;
    }
    .end_btn {
        width: 100%;
        max-width: 315px;
        height: 60px;
        margin-top: 24px;
    }
    .end_btn a {
        font-size: 14px;
        border-radius: 2px;
    }
    .end_btn a:before {
        right: 18px;
    }
    /*form parts*/
    input[type=text],
    input[type=tel],
    input[type=email],
    input[type=date],
    input[type=number],
    textarea,
    select{
        padding: 0 10px;
        width: 100%;
        height: 45px;
        border-radius: 2px;
        font-size: 14px;
    }
    textarea {
        padding: 10px;
        height: 185px;
    }
    input[type="radio"]+label,
    input[type="checkbox"]+label {
        font-size: 16px;
    }
    input[type="radio"]+label span,
    input[type="checkbox"]+label span {
        padding: 0 0 0 30px;
    }
    input[type="checkbox"]+label span:before,
    input[type="radio"]+label span:before {
        width: 20px;
        height: 20px;
        top: 3px;
    }
    input[type="radio"]+label span:after,
    input[type="checkbox"]+label span:after {
        width: 12px;
        height: 12px;
        left: 4px;
        top: 7px;
    }
    .formBtn_wrap {
        padding-top: 8px;
    }
    .formdtl_cnt button,
    .formBtn_wrap button {
        height: 45px;
        font-size: 12px;
        border-radius: 2px;
    }
    .formdtl_cnt button {
        width: 27.9%;
        margin-left: auto;
    }
    .formBtn_wrap button {
        width: 100%;
        max-width: 315px;
        height: 60px;
        font-size: 14px;
    }
    .formBtn_wrap button:before {
        right: 18px;
    }
    .formBtn_wrap button.re {
        margin-top: 30px;
    }
    .formBtn_wrap button.re:before {
        right: auto;
        left: 18px;
    }
    /*car*/
    .formDtl_section.is-mtop {
        margin-top: 26px;
    }
    .formDtl_mds + .formPersonal_wrap {
        margin-top: 18px;
    }
    .formNeed_wrap {
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px);
        box-sizing: border-box;
        border-radius: 2px;
        margin: 18px auto 34px;
        padding: 25px 20px;
    }
    .formNeed_wrap .ttl {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .formNeed_lst {
        display: block;
    }
    .formNeed_lst li {
        margin-bottom: 25px;
    }
    .formNeed_lst li:last-child {
        margin-bottom: 0;
    }
    .formNeed_lst .mds {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .formNeed_lst .txt {
        font-size: 13px;
        margin-top: 6px;
    }
    .formDtl_mds {
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px);
        box-sizing: border-box;
        margin: 0 auto;
        height: 40px;
        border-radius: 3px;
        font-size: 15px;
        padding: 0 10px;
    }
    .formDtl_mds .nmb {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    .formdtl_box.is-block .formdtl_ttl {
        margin-bottom: 12px;
    }
    .formdtl_box.is-datebox .formdtl_ttl .his {
        position: static;
    }
    .date {
        display: block;
        align-items: center;
    }
    .date_in {
        width: 50%;
    }
    .date_in:only-child {
        width: 100%;
    }
    .is-date {
        padding: 0 .4em;
        font-size: 14px;
    }
    .date_box + .date_box {
        margin-top: 10px;
    }
    .wid05 {
        width: 80% !important;
    }
    .wid06 {
        width: 80% !important;
    }
    .formdtl_cnt .stx2 {
        margin-top: .4em;
        font-size: 12px;
        line-height: 1.4;
    }
    .formdtl_cnt .stx2 span {
        position: absolute;
        left: 0;
        top: 0;
    }
    .formdtl_cnt .stx2.is-ver2 {
        margin: 0 0 16px;
        line-height: 1.8;
    }
    .formdtl_cnt .stx3 {
        font-size: 14px;
        position: static;
        margin-top: -10px;
        margin-bottom: 12px;
    }
    .read_car {
        margin-top: 16px;
    }
    .read_car dt {
        font-size: 12px;
    }
    .read_car dd {
        font-size: 12px;
        margin-top: 2px;
    }
    .file_car + .file_car {
        margin-top: 26px;
    }
    .file_car dt {
        font-size: 14px;
    }
    .file_car dd {
        margin-top: 10px;
    }
    .file_car dd .lst {
        font-size: 12px;
    }
    .file_car dd .lst li {
        margin-bottom: 6px;
    }
    .file_car dd .lst li:last-child {
        margin-bottom: 0;
    }
    .upload_car {
        padding-top: 26px;
    }
    .upload_car li {
        margin-bottom: 20px;
    }
    .upload_car .mds {
        margin-bottom: 10px;
    }
    .lst_car,
    .lst_car.is-ver2 {
        flex-wrap: wrap;
        gap: 8px 4%;
    }
    .lst_car li,
    .lst_car.is-ver2 li {
        width: 48%;
    }
    input[type="radio"]+label.car_box,
    input[type="checkbox"]+label.car_box {
        height: 40px;
        border-radius: 3px;
        font-size: 14px;
    }
    input[type="radio"]+label.car_box.is-model,
    input[type="checkbox"]+label.car_box.is-model {
        height: 92px;
    }
    input[type="radio"]+label.car_box.is-model span,
    input[type="checkbox"]+label.car_box.is-model span {
        padding: 48px 0 0;
    }
    input[type="radio"]+label.car_box.is-model span:before,
    input[type="checkbox"]+label.car_box.is-model span:before {
        width: 56px;
        height: 56px;
    }
    #model01+.car_box.is-model span:before {
        background: url(../svg/car_icn01.svg) no-repeat center / 55px auto;
    }
    #model02+.car_box.is-model span:before {
        background: url(../svg/car_icn02.svg) no-repeat center / 54px auto;
    }
    #model03+.car_box.is-model span:before {
        background: url(../svg/car_icn03.svg) no-repeat center top / 48px auto;
    }
    .form-car_img01 {
        width: 100%;
        max-width: 300px;
        height: auto;
    }
    .form-car_img02 {
        width: 100%;
        max-width: 143px;
        height: auto;
    }
    .form-car_img03 {
        width: 100%;
        max-width: 340px;
        height: auto;
    }
    .confirm_txt.is-ver2 {
        padding: 38px 0 38px;
    }
    li.is-file .file-input {
        padding-bottom: 10px;
    }
}
