@charset "UTF-8";

html {
    font-family: 'NotoSansJP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'Arial', sans-serif;
}

body {
    margin: 0
}

main {
    flex-direction: column;
    width: 100%;
    height: auto;
    font-family: 'NotoSansJP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'YuGothic', 'Yu Gothic', 'Yu Gothic UI', 'Arial', sans-serif;
    box-sizing: border-box;
    background-color: #fff
}

p {
    margin: 0
}

.content_area {
    width: 1100px;
    margin: 0px auto 60px auto
}

@media screen and (max-width: 990px) {
    img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1200px) {
    .content_area {
        width: 80%;
        margin: 0px auto 50px auto
    }
}

@media screen and (max-width: 550px) {
    .content_area {
        width: 90%;
        margin: 0px auto 30px auto
    }
}

.content_block {
    display: flex;
    justify-content: space-around;
    width: 95%;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .content_block {
        flex-direction: column;
        align-items: center
    }
}

.title_block {
    margin-top: 46px;
    margin-bottom: 40px
}

@media screen and (max-width: 900px) {
    .title_block {
        margin-top: 28px;
        margin-bottom: 24px
    }
}

.p-pref-conversion_box {
    position: relative;
    width: fit-content;
    margin: 0 auto
}

@media screen and (max-width: 1200px) {
    .p-pref-conversion_box_pc {
        display: none
    }
}

.p-pref-conversion_btn {
    position: absolute;
    top: 157px;
    left: 362px
}

.p-pref-conversion_btn_a {
    background-color: #f1667a;
    width: 232px;
    height: 44px;
    border-radius: 6px;
    box-shadow: 0px 5px 0px 0px #e02f52;
    color: #fff;
    padding: 8px 50px 10px 50px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    pointer-events: auto
}

@media screen and (max-width: 1200px) {
    .p-pref-conversion_btn_a {
        padding: 12px 100px 16px 100px;
        font-size: 22px
    }
}

@media screen and (max-width: 500px) {
    .p-pref-conversion_btn_a {
        padding: 8px 59px 12px 42px;
        font-size: 19px
    }
}

.btn_free_assessment .p-pref-conversion_btn_a {
    transition: .2s
}

.btn_free_assessment:hover .p-pref-conversion_btn_a {
    opacity: 60%
}

.headline-1 {
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 2.5px;
    background-size: cover;
    background-position: center;
    margin: -2px 0 0 0;
    background-image: url("/ppc/lt/as/h-archives/y/img/ttl_bg_pc.jpg");
    padding: 0.8em 1.0em;
    font-size: 29px
}

@media screen and (max-width: 990px) {
    .headline-1 {
        background-image: url("/ppc/lt/as/h-archives/y/img/ttl_bg_sp.jpg")
    }
}

@media screen and (max-width: 550px) {
    .headline-1 {
        font-size: 24px;
        padding: 0.5em 1.0em;
        line-height: 1.2
    }
}

.headline-2 {
    font-size: 22px;
    color: #333333;
    letter-spacing: 2.5px;
    border-bottom: 2px #22C18D solid;
    padding: 0.5em 1.3em 0.9em 1.3em;
    position: relative;
    text-align: left
}

@media screen and (max-width: 550px) {
    .headline-2 {
        font-size: 19px;
        padding: 0.2em 1.3em 0.6em 1.3em
    }
}

.headline-2::before {
    content: "";
    width: 10px;
    height: 92%;
    background-color: #22C18D;
    position: absolute;
    top: 0;
    left: 0
}

.fixed_footer_box {
    display: none;
    font-family: 'NotoSansJP'
}

@media screen and (max-width: 768px) {
    .fixed_footer_box {
        position: fixed;
        bottom: 0;
        z-index: 100;
        display: flex;
        background-color: white;
        height: 70px;
        padding: 5px 6px;
        align-items: center;
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);
        width: 100%;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transition: .3s
    }

    .fixed_footer_form {
        display: flex;
        width: 35%;
        height: 82%;
        margin-right: 5px;
        padding: 5px;
        background-color: #f1667a;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
        line-height: 17.5px;
        color: #fff;
        border-radius: 4px;
        flex-direction: column;
        justify-content: center
    }

    .fixed_footer_form_sub_txt {
        font-weight: normal;
        font-size: 13px
    }

    .fixed_footer_tel {
        display: flex;
        width: 73%;
        height: 82%;
        padding: 5px;
        font-weight: bold;
        font-size: 11px;
        text-align: center;
        color: #fff;
        background-color: #8bc53f;
        border-radius: 4px;
        justify-content: center;
        line-height: 13px
    }

    .fixed_footer_tel_inner {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .fixed_footer_tel img {
        width: 30px;
        height: fit-content;
        margin-right: 9px
    }

    .tel_number {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 23px;
        letter-spacing: 2px
    }

    .fixed_footer_active {
        opacity: 1;
        visibility: visible
    }
}

.go_top_btn {
    position: fixed;
    bottom: 32px;
    right: 50px;
    z-index: 100;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

@media screen and (max-width: 1000px) {
    .go_top_btn {
        right: 25px
    }
}

@media screen and (max-width: 768px) {
    .go_top_btn {
        bottom: 80px;
        right: 12px;
        filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
        width: 68px
    }
}

@media screen and (min-width: 768px) {
    .go_top_img_pc {
        display: block
    }

    .go_top_img_sp {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .go_top_img_pc {
        display: none
    }

    .go_top_img_sp {
        display: block;
        width: 100%
    }
}

.go_top_active {
    opacity: 1;
    visibility: visible
}

.scroll_ad {
    display: block;
    padding-top: 200px;
    margin-top: -200px
}

@media screen and (max-width: 1200px) {
    .scroll_ad {
        padding-top: 168px;
        margin-top: -168px
    }
}

@media screen and (max-width: 990px) {
    .scroll_ad {
        padding-top: 127px;
        margin-top: -127px
    }
}

.bg_white {
    background-color: #fff
}

.br_txt {
    display: inline-block
}

a {
    text-decoration: none
}

ul, li {
    list-style: none
}

main {
    display: flex;
    margin: auto
}

.footer {
    background-color: #f6f6f6;
    height: 200px;
    display: flex
}

.footer div {
    margin: auto
}

footer {
    font-family: 'NotoSansJP'
}

@font-face {
    font-family: 'NotoSansJP';
    src: url("/font/NotoSansJP-Bold.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansJP';
    src: url("/font/NotoSansJP-Regular.otf") format("opentype");
    font-display: swap;
}

#js-overlay {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    opacity: 20%;
    background-color: black
}

#js-overlay.active {
    display: block
}

.header-box {
    background-color: #fff
}

.p-archives_exam_box {
    background-color: #fff
}

.p-archives_exam_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.p-archives_exam_box {
    width: 36%;
    box-sizing: border-box;
    margin: 20px
}

@media screen and (max-width: 1200px) {
    .p-archives_exam_box {
        width: 330px;
        margin: 10px 10px
    }
}

@media screen and (max-width: 930px) {
    .p-archives_exam_box {
        width: 60%;
        min-width: 330px;
        margin: 10px 10px
    }
}

.p-archives_exam_img {
    width: 100%
}

.p-archives_exam_info_wrap {
    padding: 10px 25px 18px 25px
}

.p-archives_exam_car-name {
    font-size: 20px;
    font-weight: bold
}

.p-archives_exam_price_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 12px
}

.p-archives_exam_price_tag {
    background-color: #22C18D;
    color: #fff;
    font-size: 15px;
    padding: 3px 18px 6px 18px;
    border-radius: 30px
}

@media screen and (max-width: 1200px) {
    .p-archives_exam_price_tag {
        padding: 1px 15px 3px 15px
    }
}

@media screen and (max-width: 550px) {
    .p-archives_exam_price_tag {
        font-size: 14px;
        padding: 0 15px 1px 15px
    }
}

.p-archives_exam_price_txt {
    color: #d30c0c;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.6px
}

.p-archives_exam_yen {
    font-size: 16px
}

.p-archives_exam_table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0
}

.p-archives_exam_th, .p-archives_exam_td {
    padding: 3px 0
}

.p-archives_exam_th {
    font-weight: normal
}

.p-archives_exam_tr.--blue {
    background-color: #fcf0d6
}

.p-archives_exam_comment_tag {
    color: #22C18D;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: space-between
}

.p-archives_exam_comment_tag::after {
    content: '';
    flex-grow: 0.95;
    height: 2.5px;
    background-color: #22C18D
}

.p-archives_exam_comment_txt {
    font-size: 16px;
    padding: 4px 4px 10px 4px
}

.archives_cv_btn {
    margin: 20px 0 0 0
}

header {
    background-color: #009362;
    position: inherit;
    z-index: inherit;
    height: auto
}

.header_area {
    margin: auto;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 550px) {
    .header_area {
        width: 94%;
    }
}

.header_left {
    margin-top: 4px;
    width: 188px
}

@media screen and (max-width: 700px) {
    .header_left {
        width: 34%
    }
}

@media screen and (max-width: 700px) {
    .header_right {
        width: fit-content
    }
}

.header_right_img {
    width: 260px
}

@media screen and (max-width: 700px) {
    .header_right_img {
        width: 175px
    }
}

.header_left_img {
    width: 190px
}

@media screen and (max-width: 700px) {
    .header_left_img {
        max-width: 190px;
        width: 38vw;
    }
}

.bg_orange_1 {
    background-color: #fff6ea
}

.buy_flow_copyright {
    text-align: center;
    color: #979797;
    margin-top: 14px;
    margin-bottom: 14px
}

@media screen and (max-width: 768px) {
    .buy_flow_copyright {
        margin-bottom: 86px
    }
}

.bg_green_1 {
    background-color: #F5FFFB
}

.bg_yellow_1 {
    background-color: #FEFBEC
}

.bg_green_img {
    background-image: url("/ppc/lt/as/h-archives/y/img/green_bg.png");
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}

.header_tel_block {
    display: flex;
    flex-direction: column
}

.header_tel_box {
    display: flex;
    align-items: center
}

.header_tel_img {
    width: 20px
}

@media screen and (max-width: 550px) {
    .header_tel_img {
        width: 14px
    }
}

.header_tel_number {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2.0px;
    margin-left: 11px
}

@media screen and (max-width: 550px) {
    .header_tel_number {
        font-size: clamp(14px, 6vw, 18px)
    }
}

.header_tel_box_txt {
    font-size: 17px;
    color: #fff;
    margin-bottom: 7px
}

@media screen and (max-width: 550px) {
    .header_tel_box_txt {
        font-size: clamp(12px, 3vw, 16px);
    }
}
.kanpu_block {
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 14px 20px;
    font-size: 17px;
    letter-spacing: 1.3px;
    font-weight: bold;
    width: 810px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    box-sizing: border-box
}

@media screen and (max-width: 550px) {
    .kanpu_block {
        font-size: 14px;
        padding: 12px 14px;
        letter-spacing: 0.3px;
        line-height: 1.2;
        text-align: left;
        margin-top: -8px
    }
}

.kanpu_block::before {
    content: '';
    display: inline-block;
    width: 112px;
    height: 107px;
    background-image: url("/ppc/lt/as/h-archives/y/img/tori_2.png");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -90px;
    left: 0
}

@media screen and (max-width: 768px) {
    .kanpu_block::before {
        display: none
    }
}

.kanpu_strong_txt {
    font-weight: bold;
    color: #FF5943
}

.kanpu_attention_txt {
    color: #b9b9b9;
    font-size: 15px;
    font-weight: normal
}

@media screen and (max-width: 550px) {
    .kanpu_attention_txt {
        font-size: 12px
    }
}

.introduce_ttl {
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
    letter-spacing: 2px;
    font-weight: bold;
    color: #333;
    width: fit-content;
    position: relative
}

@media screen and (max-width: 990px) {
    .introduce_ttl {
        display: none
    }
}

.introduce_ttl::before {
    content: '';
    display: inline-block;
    width: 79px;
    height: 14px;
    background-image: url("/ppc/lt/as/h-archives/y/img/green_arrow.png");
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    top: 9px;
    left: -100px
}

.introduce_ttl::after {
    content: '';
    display: inline-block;
    width: 79px;
    height: 14px;
    background-image: url("/ppc/lt/as/h-archives/y/img/green_arrow.png");
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    top: 9px;
    right: -100px
}

.bg_green_line {
    border-top: solid 3px #009362;
    border-bottom: solid 3px #009362
}

@media screen and (max-width: 550px) {
    .bg_green_line {
        border: none
    }
}

@media screen and (max-width: 550px) {
    .archives_area {
        width: 95%
    }
}

.green_txt {
    color: #22C18D
}

.archives_content_block {
    width: 100%
}

.p-archives_exam_box {
    width: 32%;
    margin: 6px
}

@media screen and (max-width: 1200px) {
    .p-archives_exam_box {
        width: 33%;
        margin: 10px 10px
    }
}

@media screen and (max-width: 930px) {
    .p-archives_exam_box {
        width: 48%;
        min-width: auto;
        margin: 0 3px 10px 3px
    }
}

.p-archives_exam_box.__sp {
    background-color: #FEFBEC
}

.p-archives_exam_tr.--blue {
    background-color: #DDF2EA
}

.p-pref-conversion_btn_a {
    background-color: #ffffff00;
    padding: 0;
    box-shadow: none
}

.p-pref-conversion_btn {
    top: 173px;
    left: 392px
}

.archives_cv_btn {
    margin: 0 0 36px 0
}

@media screen and (max-width: 550px) {
    .archives_cv_btn {
        margin: 0
    }
}

@media screen and (max-width: 1200px) {
    .p-archives_exam_comment_box {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .p-archives_exam_price_box {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width: 550px) {
    .p-archives_exam_info_wrap {
        padding: 0 10px
    }
}

@media screen and (max-width: 550px) {
    .p-archives_exam_table {
        font-size: 14px;
        margin: 16px 0 5px 0
    }
}

@media screen and (max-width: 550px) {
    .p-archives_exam_th {
        text-align: left
    }
}

@media screen and (max-width: 550px) {
    .p-archives_exam_maker-name {
        font-size: 14px
    }
}

@media screen and (max-width: 550px) {
    .p-archives_exam_car-name {
        font-size: 15px
    }
}

@media screen and (max-width: 550px) {
    .p-archives_exam_price_box {
        margin-top: 5px;
        margin-bottom: -10px
    }
}

@media screen and (max-width: 550px) {
    .p-archives_exam_price_txt {
        font-size: 25px
    }
}

.satei_btn_sp {
    display: none
}

@media screen and (max-width: 1200px) {
    .satei_btn_sp {
        display: block;
        width: 100%;
        transition: .2s
    }
}

.satei_btn_sp:hover {
    opacity: .7
}

@media screen and (max-width: 500px) {
    .p-archives_satei_btn_box {
        display: none
    }
}

.bg_green {
    background-color: #8bc53f;
    margin-top: 26px
}

.bg_green p {
    margin-left: 5px;
    font-size: 30px
}

@media screen and (min-width: 500px) {
    .u-none--pc {
        display: none !important
    }
}

@media screen and (max-width: 499px) {
    .u-none--sp {
        display: none !important
    }
}

.u-t_color--white {
    color: #fff
}

#form_w {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: -22px auto 10px;
    padding: 0;
    border-radius: 7px;
    box-sizing: border-box
}

@media (min-width: 1001px) {
    #form_w {
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
        overflow: hidden
    }
}

@media (min-width: 769px) {
    #form_w {
        width: 796px;
        margin: -10px auto 0
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    #form_w {
        padding: 0 16px
    }
}

@media screen and (max-width: 768px) {
    #form_w {
        margin-bottom: 20px;
        padding: 0 16px;
        box-sizing: border-box
    }
}

#form_w.form_full {
    max-width: 100%
}

#form_box {
    padding: 17px 20px 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px
}

@media (min-width: 769px) {
    #form_box {
        margin: 0 auto
    }
}

@media screen and (max-width: 768px) {
    #form_box {
        font-size: 1em;
        box-sizing: border-box
    }
}

@media screen and (max-width: 320px) {
    #form_box {
        padding: 5px
    }
}

@media (min-width: 769px) {
    #form_box #assess_form {
        display: block;
        margin: 0 auto;
        padding: 0;
        text-align: left;
        clear: both
    }
}

.assess_form_wrap {
    display: flex;
    flex-direction: column;
    align-items: center
}

#form_box input:not([class="submit_btn"]), #form_box select {
    width: 100%;
    padding: 3px;
    border: 1px solid #686868;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 16px;
    appearance: none;
    background-color: #fff
}

@media screen and (max-width: 768px) {
    #form_box input:not([class="submit_btn"]), #form_box select {
        width: 100%;
        padding: 12px 6px
    }
}

@media screen and (max-width: 375px) {
    #form_box input:not([class="submit_btn"]), #form_box select {
        padding: 6px
    }
}

#form_box input:not([class="submit_btn"]).target_item {
    border: 3px solid #DF2B55;
    animation-name: borderFlashing;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

#form_box input:not(.submit_btn), #form_box select {
    height: 44px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM4NkRFOTNERjlDRDExRTg5QjFBRkM5NTZBM0M1NDMyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM4NkRFOTNFRjlDRDExRTg5QjFBRkM5NTZBM0M1NDMyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzg2REU5M0JGOUNEMTFFODlCMUFGQzk1NkEzQzU0MzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg2REU5M0NGOUNEMTFFODlCMUFGQzk1NkEzQzU0MzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6aRSPtAAAAuUlEQVR42mLU0ND4z0ABYALiPxTo/wsyYC4FBswFGVAHxJ/I0AzSUwsy4BUQt5NhAEjPKyYoZwIQPyRB80OoHgaYAT+AuJwEAyqgeuAGgMAqID5OhOYTQLwSORphAJQeiqE0LgCSK0JWw4Sm4DjUJbgAhiuZ8PkPDfyAyjEQMuABLITRwCSoHEED4HGMxAexW3HlBVyprA6JjzO1MgJzI64AYwHiC1C2Aa5Mx4InxP9Ao5URX44FCDAA0O4rWInIG+kAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 7px
}

#form_box input.no-image {
    background-image: none
}

#form_box li input[name="as_maker"], #form_box li input[name="name"], #form_box li input[name="phone_number"] {
    background-color: #ffffc9
}


.form_submit_btn {
    max-width: 435px;
    margin: 5px 0 3px;
    padding: 12px 0 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    box-sizing: border-box;
    border: none;
    background-color: #FF5943;
    box-shadow: 0 5px #EF2516;
    border-radius: 50px;
    font-size: 22px;
    font-family: 'NotoSansJP';
    width: 80%;
}
@media screen and (max-width: 550px) {
    .form_submit_btn {
        width: 100%;
        font-size: 21px;
        letter-spacing: 0.05em
    }
}

@media screen and (max-width: 768px) {
    #form_box dl {
        width: 95%;
        margin: 0 auto 10px
    }
}
.form_content {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.form_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px
}

@media screen and (max-width: 768px) {
    .form_row {
        flex-direction: column
    }
}

@media screen and (max-width: 768px) {
    .inc_form_wrap {
        width: 100%;
        margin: 0 auto;
        border: none
    }
}

#main_txt {
    padding: 210px 0 0 195px
}

#car_area {
    width: 100%;
    display: inline-block;
    vertical-align: top
}

#user_area {
    width: 100%;
    display: inline-block;
    margin-right: 0
}

@media screen and (max-width: 768px) {
    #user_area {
        display: none;
        margin: 0
    }
}

.form_title {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: left;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    .form_title {
        width: 100%;
        margin-bottom: 3px
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .form_title {
        width: 40%
    }
}

@media screen and (max-width: 800px) {
    .form_title {
        width: 66%;
        padding: 10px
    }
}

@media screen and (max-width: 768px) {
    .form_title {
        width: 100%
    }
}

@media screen and (max-width: 414px) {
    .form_title {
        padding: 5px 0
    }
}

@media screen and (max-width: 375px) {
    .form_title {
        font-size: 1em
    }
}

.form_title label[for="as_maker"] span {
    line-height: 1
}

.form_area {
    width: 65%;
    max-width: 280px;
    vertical-align: middle;
    margin-bottom: 10px
}

@media screen and (max-width: 1200px) {
    .form_area {
        max-width: inherit
    }
}

@media screen and (max-width: 768px) {
    .form_area {
        width: 100%
    }
}

@media screen and (max-width: 414px) {
    .form_area {
        margin-bottom: 10px
    }
}

#next_msg {
    display: none;
    text-align: left;
    padding: 0 2% 10px;
    line-height: 1.3;
    font-size: 0.9em
}

@media screen and (min-width: 768px) {
    #next_msg {
        display: none
    }
}

.req_on, .req_off {
    margin-right: 5px;
    padding: 1px 4%;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .req_on, .req_off {
        padding: 2px 2%;
        font-size: 0.9em
    }
}

.req_on {
    background: #DF2B55
}

.req_off {
    background: #14afa8
}

@media screen and (max-width: 768px) {
    .form_label.--block_pc {
        display: inline-block
    }
}

@keyframes borderFlashing {
    0% {
        box-shadow: 0 0 0 0 #DF2B55, 0 0 0 0 #fff, 0 0 0 1px #DF2B55
    }
    100% {
        box-shadow: 0 0 0 0 #DF2B55, 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 5px rgba(100, 164, 134, 0)
    }
}

.err_msg {
    color: #DF2B55;
    text-align: left
}

#loading_img {
    display: none;
    width: 10%;
    margin: 15px 45%
}

@media screen and (max-width: 414px) {
    #loading_img {
        width: 15%;
        margin: 15px 43%
    }
}

#layer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 990;
    background-color: #fff;
    opacity: 0.8
}

#close-btn {
    text-align: right;
    font-size: 1.5em;
    position: relative
}

#dummyBox {
    position: absolute;
    left: 0;
    opacity: 0
}

#tab_list {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0
}

#tab_list li {
    display: table-cell;
    padding: 0;
    float: left;
    position: relative;
    width: 25%;
    margin-bottom: 20px;
    font-size: 1em;
    color: #666;
    font-weight: bold;
    background: #efefef;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1.7em
}

#tab_list li .tab_list_head {
    background: #e8e8e8;
    font-size: 0.75em;
    color: #afafaf
}

#tab_list li.tab_active[data-type="maker"], #tab_list li.tab_active[data-type="car"] {
    color: #fff;
    background: #DF2B55
}

#tab_list li.tab_active[data-type="maker"] .tab_list_head, #tab_list li.tab_active[data-type="car"] .tab_list_head {
    background: #ffdede;
    color: #a80000
}

#tab_list li.tab_active[data-type="model_year"], #tab_list li.tab_active[data-type="mileage"] {
    background: #14afa8;
    color: #fff
}

#tab_list li.tab_active[data-type="model_year"]::after, #tab_list li.tab_active[data-type="mileage"]::after {
    color: #14afa8
}

#tab_list li.tab_active[data-type="model_year"] .tab_list_head, #tab_list li.tab_active[data-type="mileage"] .tab_list_head {
    background: #e3f3c8;
    color: #14afa8
}

#tab_list li.tab_active::after {
    content: '\025bc';
    position: absolute;
    color: #14afa8;
    bottom: -1em;
    left: 0;
    right: 0
}

#tab_list li.tab_active[data-type="maker"]:after, #tab_list li.tab_active[data-type="car"]:after {
    color: #ec0000
}

#tab_list li.disable {
    color: #999
}

#tab_list .tab_list_head {
    display: block
}

.tab_box {
    display: none
}

.tab_box ul {
    margin-bottom: 15px;
    padding-left: 0;
    border: solid 1px #bebebe;
    box-sizing: border-box
}

.tab_box li {
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    width: 24%;
    color: #0170b5;
    box-sizing: border-box;
    padding: 7px 10px 10px 10px
}

.tab_box li:hover {
    text-decoration: none;
    background: #efefef
}

#layer_carbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 991;
    display: none;
    width: 100%;
    max-width: 890px;
    margin: 5% auto 4%;
    padding: 1% 1.5%;
    background-color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    overflow-y: scroll;
    box-sizing: border-box;
    border: 1px solid #999
}

@media screen and (max-width: 1200px) {
    #layer_carbox {
        max-width: 769px
    }
}

@media screen and (max-width: 768px) {
    #layer_carbox {
        margin: 0;
        border: 0;
        padding: 0;
        font-size: 1em;
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (min-width: 1100px) {
    .form_content {
        display: flex;
        justify-content: space-between
    }
}

@media screen and (min-width: 768px) {
    .tab_box #car_list li {
        width: 35%
    }

    .tab_box #model_year_list li {
        width: 35%
    }
}

@media screen and (min-width: 768px) {
    #next_btn {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #next_btn {
        width: 90%;
        margin: 20px auto 10px;
        padding: 5px;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.3em;
        color: #fff;
        background-color: #FF5943;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABHNCSVQICAgIfAhkiAAAALdJREFUKFOVkqEKw0AQRG8/sv8QWypal5jKqIj42nxAY/MXUTFVNTWFQiBwnREL5djrbRaGmHlzN5eVGOM9hHAUkRlf9wjACPcG9VCDgJeHVlC9hBqGIIBh2UlBNfLavP6YI3Og+gma/UsgA8z+HtDsvwf87X/YCz5Bn6GbF2TPDqrx0m8e7QEn+Kp0s/6BDwAnAIP1Ly1whbGFroA+3gVg+gXAUtpXPZErxh7s4xqCfN62tNRp2hfooWM4GtvWVAAAAABJRU5ErkJggg==");
        background-repeat: no-repeat;
        background-size: 3.5%;
        background-position: right 50px top 50%;
        box-shadow: 0 5px #EF2516;
        box-sizing: border-box;
        margin-top: 8px;
        border-radius: 10px
    }
}
@media screen and (max-width: 768px) {
    #next_btn.disable {
        background: #dadada;
        font-weight: 500;
        text-shadow: -2px -1px 2px #A8A8A8;
        box-shadow: 0 5px #7d7d7d;
    }
}

@media screen and (max-width: 768px) {
    .inc_form_wrap h2 {
        height: inherit;
        margin: 0;
        padding: 12px 2% 12px 0
    }

    .inc_form_wrap h2 img {
        width: 80%
    }

    .form_title label {
        display: inline-block;
        vertical-align: sub
    }

    .err_msg {
        padding: 2% 0 0
    }

    #close-btn {
        padding: 3%
    }

    #tab_list {
        font-weight: normal
    }

    .tab_box ul {
        border: none
    }

    .tab_box li {
        width: 100%;
        padding: 20px 10px;
        font-size: 1em;
        border-bottom: 1px solid #ddd
    }
}

.submit_btn_box {
    text-align: center
}

@media screen and (max-width: 768px) {
    .submit_btn_box {
        display: none;
        text-align: center
    }
}

.form-agreement {
    margin: 0 10px 10px
}

@media screen and (max-width: 768px) {
    .form-agreement {
        margin: 10px 0;
        font-size: 13px
    }
}

.form-agreement a {
    color: #29aae1
}

dl {
    text-align: center
}

.ssl {
    width: 100%;
    max-width: 435px;
    margin: 1em auto 0
}

.ssl_tit {
    font-size: 12px;
    text-align: left
}

.ssl_tit::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAABTElEQVQ4ja3UsWoUURTG8d+EyWJQkKzbpMgWJhAQm8gKeYNY2G4ICz7CPkr69JIgqXwCGxsLkyoWNjYrrIWlG0MUJsWeTWaHmdmR9YPhnHs55z/fmTszSXaiTCkO8QYv0MFPXOAt3uEvGGR3TUkJbBNn2Cu9zVSfcIBRHrZSKGrjQwF0hW8RZ9qLuna+uQg7wnbkP9DHY2xF7Me+qDvKN+fH3AwHKX6hh68lI+7gMx6ZPrenBtmo6Ox1gOC4AiT2jyNPsV/mbA0PIp/gpgIGLTyM/Nog+z0jf8FGTeNinSYwTvFsKdC91ounuZSawDJ8j7gUbIKXpq9NL9bz6t5fi2DvcR75RaznAHml6tWZc8CTuuJFzvZ1DQM0xKt/h82PMfvo6/4iyI/ZraxpFWKlkuzjwiP/g0s8x2ozZ9VaxW6DukYvbWOtYPyfWONbOhQ/85bcc2sAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 4px
}

.ssl_p {
    text-align: left;
    font-size: 12px;
    line-height: 1.2
}

.form_content_area {
    margin: 0 auto 20px auto
}

@media screen and (max-width: 550px) {
    .form_content_area {
        margin: 0 auto 12px auto
    }
}

.form_set {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 23px
}

@media screen and (max-width: 768px) {
    .form_set {
        margin-top: 70px
    }
}

.form_check_pc {
    width: 284px;
    margin-right: 14px
}

@media screen and (max-width: 1000px) {
    .form_check_pc {
        display: none
    }
}

#form_w {
    width: 520px;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
    padding: 0
}

.form_row {
    padding: 0
}

.form_ttl {
    background-color: #F9B132;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 11px 10px;
    letter-spacing: 2.8px;
    text-align: center;
    position: relative
}

@media screen and (max-width: 768px) {
    .form_ttl {
        display: none
    }
}

.form_ttl::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 45px;
    background-image: url("/ppc/lt/as/h-archives/y/img/orange_bg.png");
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    bottom: 0;
    left: 0
}

.form_ttl::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 45px;
    background-image: url("/ppc/lt/as/h-archives/y/img/orange_bg.png");
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    top: 0;
    right: -5px;
    transform: scale(-1, -1)
}

.form_ttl_sp {
    display: none
}

@media screen and (max-width: 768px) {
    .form_ttl_sp {
        display: block;
        position: absolute;
        top: -45px;
        width: 100%;
        right: 0;
        left: 0
    }
}

.form_ttl_sp_img {
    width: 390px;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

#form_box {
    box-shadow: none;
    padding: 35px 20px 20px
}

.form_wrap {
    position: relative;
    max-width: 100%
}

.form_wrap::before {
    content: '';
    display: inline-block;
    width: 90px;
    height: 105px;
    background-image: url("/ppc/lt/as/h-archives/y/img/tori_1.png");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -52px;
    right: 6px;
    z-index: 1
}

@media screen and (max-width: 768px) {
    .form_wrap::before {
        display: none
    }
}

.form_pref {
    margin-bottom: 18px
}
.title_block {
    margin-top: 26px;
    margin-bottom: 5px
}

@media screen and (max-width: 550px) {
    .title_block {
        margin-top: 16px
    }
}
