@charset "UTF-8";

/*
 * 全体共通
---------------------------------------- */

* {
    box-sizing: border-box;
}
    
html {
    overflow: hidden visible;
    font-size: 62.5%;
}

body {
    line-height: 1.5;
    font-size: 1.6em;
    color: #111;
}

body > section {
    position: relative;
    margin-bottom: 80px;
}


img {
    vertical-align: middle;
}

button {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}


button,
input,
select,
textarea {
    font-size: 1.4rem;
}


/*
 * common
---------------------------------------- */
.wrapper {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 4%;
}

/*
 * Header
---------------------------------------- */
#header {
    padding-top: 30px;
}

.inner_header {
    max-width: 1366px;
    margin: 0 auto;
}

#logo {
    margin: 0 0 26px 34px;
}

#logo_sp {
    display: none;
}

#keyimagearea {
    position: relative;
    margin-bottom: 70px;
}

.keyimage {
    display: block;
    width: 100%;
    max-width: 1366px;
    height: auto;
    margin: 0 auto;
}

#keyimage_sp {
    display: none;
}

#intro {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.9;
    margin-bottom: 60px;
}

@media screen and (max-width:768px) {
    #header {
        padding-top: 13px;
    }

    #logo {
        margin: 0 0 13px 3%;
    }

    #logo_pc {
        display: none;
    }

    #logo_sp {
        display: block;
        width: 248px;
        height: 42px;
    }

    #keyimagearea {
        margin-bottom: 30px;
    }

    #keyimage_pc {
        display: none;
    }

    #keyimage_sp {
        display: block;
    }
    #catchcopy {
        margin-top: 0;
    }
    #intro {
        font-size: 1.5rem;
        padding: 0 4%;
        margin-bottom: 50px;
    }
}

.section_main h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
}
#merit {
    display: flex;
    justify-content: center;
    width: 858px;
    border-bottom: 4px solid #0072c4;
    margin: 0 auto 115px;
}

#merit li {
    margin-right: 38px;
    margin-bottom: -4px;
}

#merit li:last-child {
    margin-right: 0;
}

#merit li img:last-child {
    display: none;
}

@media screen and (max-width:768px) {
    .section_main h2 {
        font-size: 2.2rem;
        margin: 0 0 30px 0;
    }
    #merit {
        flex-direction: column;
        border-bottom: none;
        width: 100%;
        padding: 0 6.7%;
        margin-bottom: 50px;
    }

    #merit li {
        height: 47px;
        border-bottom: 2px solid #0072c4;
        margin-bottom: 24px;
        margin-right: 0;
    }

    #merit li:last-child {
        margin-bottom: 0;
    }

    #merit li img:first-child {
        display: none;
    }

    #merit li img:last-child {
        display: block;
        height: 45px;
        width: auto;
    }
}

#sec02_main {
    background-color: #eeeeee;
    padding-top: 35px;
}

#sec02_main h2 {
    margin-top: 0;
}
#sec02_main .inner_section {
    padding: 0 3%;
}
#flow {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 1.39%;
    background-color: #fff;
    box-sizing: content-box;
}

.step {
    position: relative;
    margin-right: 2.09%;
    width: 26%;
}

.step4 {
    margin-right: 0;
}

.step::before {
    content: "";
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #646464;
}

.step1::before {
    content: "STEP1";
}

.step2::before {
    content: "STEP2";
}

.step3::before {
    content: "STEP3";
}

.step4::before {
    content: "STEP4";
}

.step::after {
    content: "";
    width: 28px;
    height: 66px;
    position: absolute;
    top: 50%;
    right: -20px;
    background-image: url(../images/icon_arrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-90%);
}

.step4::after {
    content: none;
}

.step4 small {
    font-size: 1.1rem;
    vertical-align: text-bottom;
    line-height: 1.9;
}

.step h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #006bbe;
    text-align: center;
    margin-bottom: 20px;
}

.icon_step {
    margin: 0 auto 25px;
    text-align: center;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_step img {
    vertical-align: middle;
}

.step p:last-child {
    margin-top: 10px;
    text-align: center;
    line-height: 27px;
}

.step:first-child p:last-child {
    margin-top: 40px;
}

.attention_zoom {
    position: absolute;
    right: 0;
    bottom: -24px;
    font-size: 1.3rem;
    color: #646464;
}

#application {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 125px;
    position: relative;
    top: 53px;
}

@media screen and (max-width:768px) {
    #sec02_main .inner_section {
        padding: 0 4.9%;
    }

    #flow {
        flex-direction: column;
        padding: 0;
        background-color: transparent;
    }

    .step {
        width: 100%;
        margin-right: 0;
        padding:  4% 4.9%;
        min-height: 143px;
        margin-bottom: 35px;
        background-color: #fff;
        position: relative;
    }
    .step::before {
        font-size: 1.6rem;
        height: 30px;
        line-height: 30px;
    }
    .step::after {
        content: "";
        width: 32px;
        height: 17px;
        position: absolute;
        top: auto;
        bottom: -26px;
        right: 50%;
        background-image: url(../images/icon_arrow_bottom.png);
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateX(50%);
    }

    .step4::after {
        content: none;
    }

    .step4 {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .step h3,
    .step p:last-child {
        text-align: left;
        padding-left: 80px;
    }
    .attention_zoom {
        font-size: 1.2rem;
    }
    @media screen and (max-width:375px) {
        .step h3,
        .step p:last-child {
            text-align: left;
            padding-left: 73px;
        }
    }
    .step h3 {
        margin-top: 15px;
        margin-bottom: 0;
        font-size: 1.8rem;
    }

    .step:first-child p:last-child,
    .step p:last-child {
        margin-top: 3px;
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .icon_step {
        position: absolute;
        top: 62%;
        left: 5.4%;
        transform: translateY(-50%);
    }
    @media screen and (max-width:375px) {
        .step2 .icon_step {
            top: 56%;
        }
        .step3 .icon_step {
            top: 58%;
        }
        .step4 .icon_step {
            top: 59%;
        }
    }
    .icon_step img {
        width: 55px;
        height: auto;
    }

    .step3 .icon_step img {
        width: 50px;
        height: auto;
    }
    .step4 .icon_step img {
        width: 60px;
        height: auto;
    }
}

/* はじめにお読みください
---------------------------*/
#sec03_main h2 {
    font-size: 2rem;
    margin-bottom: 50px;
}

#sec03_main h2 + div {
    margin-bottom: 30px;
}

#sec03_main h2 + div p {
    font-size: 1.8rem;
    line-height:1.3;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0 3%;
}

#sec03_main h2 + div p strong {
    font-weight: normal;
    color: #ff4b4b;
}
#sec03_main p {
    text-align: center;
}

#btn_term_button {
    display: none;
}

.btn_term {
    text-align: center;
    margin-bottom: 80px;
}

#btn_term {
    position: relative;
    background-color: transparent;
    color: #006bbe;
    display: inline-block;
    font-size: 1.6rem;
    border-bottom: 1px solid #006bbe;
    padding-right: 24px;
    cursor: pointer;
    margin-bottom: 30px;
}

#btn_term::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 6px;
    width: 10px;
    height: 8px;
    background: url(../images/icon_arrow_bottom2.png) no-repeat center center;
    background-size: contain;
    transition: 0.3s;
}

#term {
    height: auto;
    opacity: 1;
    transition: 0.8s;
    overflow: hidden;
    padding: 0;
}
#term.wrapper {
    max-width: 1020px;
}
#term div {
    width: 49%;
}

#btn_term_button:checked + #btn_term + #term {
    height: 0;
    padding: 0;
    opacity: 0;
}

.termlist {
    display: flex;
    justify-content: space-between;
    padding: 0 2%;
}
#sec03_main .termlist div > p {
    margin-top: 0;
    font-size: 1.3rem;
    text-align: left;
}
.termlist li {
    margin-left: 1.2em;
    list-style-type: decimal;
    list-style-position: outside;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 6px;
}
.termlist ul {
    margin-top: 10px;
}
.termlist li li {
    list-style-type: none;
    line-height: 1.4;
    margin-bottom: 3px;
}

#btn_term_button:checked + #btn_term::after  {
    transform: rotate(180deg);
}

@media screen and (max-width:768px) {

    .termlist {
        display: block;
    }

    #term div {
        width: 100%;
    }

    .termlist li {
        font-size: 1.2rem;
    }
    .termlist li li {
        font-size: 1.1rem;
    }
    #sec03_main .termlist div > p {
        margin-bottom: 30px;
    }
    .btn_term {
        margin-bottom: 65px;
    }
}

/* ご検討中のクルマ
----------------------------*/
#sec04_main {
    width: 100%;
    max-width: 1016px;
    margin: 0 auto;
}

#sec04_main h2 {
    font-size: 2.2rem;
    text-align: left;
    border-bottom: 2px solid #b3b3b3;
    padding-bottom: 16px;
    line-height: 1;
    margin: 0 3% 40px;
}
#sec04_main h2 .required {
    font-size: 1.6rem;
    font-weight: normal;
    padding-left: 10px;
    position: relative;
    top: -2px;
}
#cars {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0 2.3%;
}

#cars li {
    width: 23.2%;
    max-width: 235px;
    height: 250px;
    margin: 0 .9% 18px;
}
#cars li input {
    display: none;
}

#cars li label {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 2px solid #f7f7f7;
    padding: 29px 4.25%;
    cursor: pointer;
}

#cars li input:checked + label {
    border-color: #006bbe;
}

#cars li label::before {
    content: '';
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 9px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background-color: #eeeeee;
    border-radius: 13px;
}

#cars li label::after {
    content: "";
    width: 14px;
    height: 15px;
    background-image: url(../images/icon_check.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 15px;
}

#cars li input:checked + label::before {
    background-color: #59b64e;
}
#cars li label img {
    width: 100%;
    max-width: 203px;
    display: block;
    margin: 0 auto;
}

#cars li label img.thumb_car {
    margin-bottom: 10px;
}

#cars li label div img {
    display: block;
    width: auto;
}

#cars li label p {
    color: #898989;
    text-align: center;
}

#cars li label p:first-of-type {
    font-size: 1.1rem;
    margin-top: 15px;
    margin-bottom: 3px;
}

#cars li label p:last-of-type {
    font-size: 1.4rem;
    margin-top: 0;
}
.carsselection + p {
    text-align: center;
    font-size: 1.6rem;
    color: #646464;
    margin-top: 2px;
    margin-bottom: 32px;
}

@media screen and (max-width:768px) {
    #sec04_main {
        padding: 0 4.9%;
    }
    #sec04_main h2 {
        margin: 0 0 19px;
    }
    #cars {
        flex-direction: column;
        padding: 0;
    }
    #cars li {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 9px;
        height: auto;
    }
    #cars li label {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 15px 3.25%;
        height: auto;
    }

    #cars li label img.thumb_car {
        display: block;
        width: 45%;
        max-width: 203px;
        height: auto;
        margin-left: 0;
        margin-right: 4%;
        margin-top: 15px;
    }
    #cars li label div img {
        width: auto;
    }

    #cars li label::before {
        width: 21px;
        height: 21px;
    }

    #cars li label::after {
        width: 11px;
        height: 12px;
    }

    #cars li label p:last-of-type {
        font-size: 1.3rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .carsselection + p {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}


/* 必要事項
----------------------------*/
#form dl {
    margin-bottom: 50px;
}
.control_form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.control_form  dt {
    font-size: 1.8rem;
    width: 33%;
    text-align: right;
}

.required {
    color: #ff4b4b;
    font-size: 1.8rem;
    margin-left: 6px;
}

.control_form  dd {
    width: 67%;
    margin-left: 2%;
    color: #646464;
}

.control_form dd label {
    margin-right: 2.5%;
}
.control_form.kana dd label {
    margin-right: .2%;
}
.control_form.postalcode dd label {
    margin-right: 1%;
}
.control_form.postalcode input[type="text"] {
    width: 97px;
}


.control_form.sex dt,
.control_form.age dt,
.control_form.address3 dt,
.control_form.occupation dt,
.control_form.dayoff dt,
.control_form.store dt {
    padding-right: 6%;
}

.control_form input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    border:  1px solid #000;
    height: 51px;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 1.7rem;
    width: 40%;
}
.control_form.comment textarea {
    border:  1px solid #000;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 1.7rem;
}
.control_form.mail input[type="text"],
.control_form.tel input[type="text"],
.control_form.address1 input[type="text"],
.control_form.address2 input[type="text"],
.control_form.address3 input[type="text"],
.control_form.address4 input[type="text"],
.control_form.address5 input[type="text"],
.control_form.occupation input[type="text"],
.control_form.intrest2 input[type="text"],
.control_form.comment textarea {
    width: 94%;
}

.home .control_form.date dt {
    position: relative;
    top: -36px;
}
.control_form input[type="text"]:first-of-type {
    margin-right: 1.4%;
}
.control_form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border:  1px solid #000;
    height: 51px;
    border-radius: 6px;
    padding: 10px 41px 10px 16px;
    font-size: 1.7rem;
    background-color: transparent;
    width: 265px;
}

.control_form .selectwrap {
    position: relative;
}

.control_form .selectwrap::after {
    content: "\25BC";
    color: #000;
    width: 18px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-right: 5px;
    -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     z-index: -1;
}
.control_form .selectwrap.date::after  {
    content: "";
    background: url(../images/icon_calendar.png) center center no-repeat;
    width: 20px;
    height: 19px;
    right: 22px;
}

/* 時間帯選択 */
.control_form.date .datetime {
    display: flex;
    margin-top: 11px;
}
.control_form.intrest .datetime {
    display: flex;
    margin-top: 11px;
    flex-wrap: wrap;
}
.control_form.intrest,
.control_form.comment {
    align-items: end;
}
.control_form.date .datetime span {
    width: 19%;
}

.control_form.date .datetime span:first-child {
    width: 14%;
}
.control_form.intrest .datetime span {
    width: 33%;
    margin-bottom: 12px;
}
.control_form.date input,
.control_form.intrest input {
    display: none;
}
.control_form.date label.checkbox,
.control_form.intrest label.checkbox {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 26px;
    vertical-align: bottom;
}

.control_form.date label.checkbox::before,
.control_form.intrest label.checkbox::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 12px;
    background-color: #fff; 
    z-index: 1;
}

.control_form.date label.checkbox::after,
.control_form.intrest label.checkbox::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: transparent;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 9px;
    z-index: 2;
}

.control_form.date input:checked + label.checkbox::after,
.control_form.intrest input:checked + label.checkbox::after {
    background-color: #006bbe;
}

.control_form.pczoom {
    position: relative;
}
.control_form.pczoom input {
    display: none;
}
.control_form.pczoom label span {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    position: relative;
    top: -9px;
    margin-right: 18px;
}
.control_form.pczoom label::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff; 
    z-index: 1;
}
.control_form.pczoom label::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff; 
    z-index: 1;
}

.control_form.pczoom input:checked + label::after {
    background: url(../images/icon_check_blue.png) no-repeat center center;
}

.control_form .selectwrap.date {
    margin-bottom: 14px;
    display: inline-block;
}

.control_form ::placeholder {
    color: #646464;
    font-size: 1.7rem;
}
.selecttime,
.selectmulti {
    color: #111;
}
.kiyakulist {
    text-align: center;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 1.8rem;
}
.kiyakulist.mt0 {
    margin-top: 0;
}
.kiyakulist a {
    color: #006bbe;
    border-bottom: 1px solid #006bbe;
}
.kiyakulist.agree {
    margin-top: 30px;
    margin-bottom: 25px;
}

.kiyakulist.agree input {
    display: none;
}

.kiyakulist.agree label span {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    position: relative;
    top: -9px;
    margin-right: 0;
    margin-left: 10px;
}
.kiyakulist.agree label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff; 
    z-index: 1;
}
.kiyakulist.agree label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff; 
    z-index: 1;
}

.kiyakulist.agree input:checked + label::before {
    background: url(../images/icon_check_blue.png) no-repeat center center;
}
#submit {
    text-align: center;
    margin-bottom: 80px;
}

#submit button {
    width: 272px;
    height: 55px;
    line-height: 55px;
    background-color: #000;
    color: #fff;
    font-size: 1.6rem;
    border: none;
}
#comment {
    text-align: left;
}
@media screen and (max-width:768px) {
    #sec04_main h2 {
        margin-bottom: 35px;
        font-size: 2rem;
        padding-bottom: 9px;
    }
    .required {
        font-size: 1.4rem;
    }

    .control_form {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .control_form dt {
        text-align: left;
        font-size: 1.4rem;
        margin-bottom: 8px;
        width: 100%;
    }

    .control_form dd {
        display: flex;
        align-items: center;
        margin-left: 0;
        font-size: 1.4rem;
        width: 100%;
    }

    .control_form.date dd {
        flex-direction: column;
        align-items: flex-start;
    }
    .control_form .selectwrap.date {
        margin-bottom: -12px;
    }
    .home .control_form.date dt {
        top: 0;
    }

    .control_form dd input[type="text"],
    .control_form select {
        height: 32px;
        padding: 4px 10px;
        border-radius: 5px;
        font-size: 1.4rem;
    }
    .control_form .selectwrap {
        width: 68%;
    }
    .control_form select {
        width: 100%;
    }
    .control_form .selectwrap::after {
        right: 1.3%;
    }
    .control_form dd ::placeholder {
        font-size: 1.3rem;
        line-height: 1;
    }

    .control_form dd label {
        margin-right: 1%;
    }

    .control_form input[type="text"]:first-of-type {
        margin-right: 3.4%;
    }
    #postalcode1 {
        margin-right: 1%;
    }

    .control_form input[type="text"] {
        width: 45%;
    }
    .control_form.kana label {
        width: 34px;
    }

    .control_form.mail input[type="text"],
    .control_form.tel input[type="text"],
    .control_form.address1 input[type="text"], 
    .control_form.address2 input[type="text"], 
    .control_form.address3 input[type="text"], 
    .control_form.address4 input[type="text"], 
    .control_form.address5 input[type="text"], 
    .control_form.occupation input[type="text"], 
    .control_form.intrest2 input[type="text"], 
    .control_form.comment textarea {
        width: 100%;
        margin-right: 0;
    }
    
    .selectwrap.date + br + span,
    .control_form.date .datetime  {
        padding-left: 3%;
    }
    .control_form.date .datetime {
        flex-wrap: wrap;
        width: 88%;
    }
    .control_form.date .datetime span {
        width: 33%;
        min-width: 98px;
        margin-bottom: 8px;
    }
    .control_form.date .datetime span:first-child{
        width: 100%;
    }
    .control_form dd label.checkbox + label {
        width: 60px;
    }
    .control_form.date label.checkbox, 
    .control_form.intrest label.checkbox {
        width: 22px;
        height: 22px;
    }
    .control_form.date label.checkbox::before, 
    .control_form.intrest label.checkbox::before {
        width: 20px;
        height: 20px;
    }
    .control_form.date label.checkbox::after,
    .control_form.intrest label.checkbox::after {
        width: 14px;
        height: 14px;
    }

    .control_form.pczoom label::after {
        width: 20px;
        height: 20px;
        background-size: 12px !important;
    }
    .control_form.pczoom label span {
        top: -6px;
        margin-right: 10px;
    }

    .control_form.intrest dd {
        flex-direction: column;
        align-items: flex-start;
    }
    .selecttime, .selectmulti {
        color: #646464;
    }
    .control_form.intrest .datetime {
        display: block;
    }

    .control_form.intrest .datetime span {
        margin-right: 16px;
        margin-bottom: 10px;
        display: block;
        width: auto;
        float: left;
    }
    .control_form.intrest dd label {
        margin-right: 0;
    }
    /* 
    .control_form.intrest .datetime span:first-child label:last-child,
    .control_form.intrest .datetime span:nth-child(4)  label:last-child {
        width: 184px;
    } */
     .kiyakulist.agree label::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        border: 1px solid #000;
        border-radius: 3px;
        cursor: pointer;
        background-color: #fff;
        z-index: 1;
        background-size: 12px !important;
    }
    .kiyakulist.agree label::before {
        content: none;
    }
    .kiyakulist.agree input:checked + label::after {
        background: url(../images/icon_check_blue.png) no-repeat center center;
    }
    .kiyakulist.agree label span {
        top: -5px;
    }
    .kiyakulist {
        margin-top: 10px;
        font-size: 1.4rem;
    }
    .kiyakulist.agree label span {
        margin-left: 0;
    }
    #submit button {
        width: 240px;
        height: 40px;
        line-height: 40px;
        font-size: 1.5rem;
    }
}
.top_footer {
    padding-top: 20px;
    height: 83px;
    background-color: #1b1b1d;
}

.bottom_footer {
    height: 80px;
    background-color: #111111;
    padding-top: 16px;
    padding-bottom: 24px;
}

#flogo {
    margin: 0 0 20px 0;
    text-align: center;
}

#fnav {
    max-width: 1160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 3%;
}

#fnav li a {
    font-size: 1rem;
    color: #fff;
}

#fnav li:first-child img {
        margin-left: 8px;
        position: relative;
        top: -2px;
}

#fnav li:nth-child(3) img {
        margin-left: 4px;
        position: relative;
        top: -2px;
}

.bottom_footer small {
    display: block;
    font-size: 1.1rem;
    color: #646464;
    text-align: center;
}
#officialsite {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #000;
    width: 200px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    margin: 0;
    z-index: 100;
}

#officialsite a {
    font-size: 1.4rem;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

#officialsite a img {
    position: relative;
    top: -2px;
    margin-left: 6px;
}

@media screen and (max-width:768px) {
    #flogo {
        margin-bottom: 0;
        padding-top: 6px;
    }
    #flogo img {
        width: 300px;
        height: auto;
    }
    .top_footer {
        padding-top: 0;
        height: 68px;
    }
    .bottom_footer {
        height: auto;
    }
    #fnav {
        flex-wrap: wrap;
        padding: 0 4.9%;
    }
    #fnav li {
        width: 49%;
        margin-bottom: 10px;
        line-height: 1;
    }
    #fnav li img {
        position: relative;
        top: -2px;
        margin-left: 8px;
    }
    #fnav li:first-child {
        width: 100%;
    }
    #officialsite  {
        display: none;
    }
}


/* 内容確認
-------------------------------*/
#keyimagearea {
    margin-bottom: 35px;
}
 .control_form.type {
        margin-bottom: 26px;
    }
.confirm .control_form dt {
    color: #646464;
    font-size: 1.6rem;
    width: 38%;
}
.confirm .control_form dd {
    color: #111;
    font-size: 1.8rem;
    width: 62%;
}

.control_form.sex dt, 
.control_form.age dt, 
.control_form.address3 dt, 
.control_form.occupation dt, 
.control_form.dayoff dt, 
.control_form.store dt {
    padding-right: 0;
}

.submitgroup {
    display: flex;
    justify-content: center;
}
.submitgroup #edit {
    margin-right: 40px;
}


#edit {
    text-align: center;
    margin-bottom: 80px;
}

#edit button {
    width: 272px;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    color: #111;
    font-size: 1.6rem;
    border: 1px solid #111;
}

@media screen and (max-width:768px) {
    .submitgroup {
        flex-direction: column;
    }
    .submitgroup #edit {
        margin-right: 0;
        margin-bottom: 18px;
    }
     #edit button {
        width: 240px;
        height: 40px;
        line-height: 40px;
        font-size: 1.5rem;
    }
    #submit {
        margin-top: 0;
        margin-bottom: 60px;
    }
    .confirm .control_form {
        margin-bottom: 20px;
    }
    .control_form.type {
        margin-bottom: 30px;
    }
    .confirm .control_form dt {
        font-size: 1.4rem;
    }
    .confirm .control_form dd {
        font-size: 1.6rem;
    }
}


/* 申込完了
-------------------------------*/
.section_complete {
    padding:  0 4.9%;
}
.section_complete p {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
    margin-top: 0;
}

.section_complete p span {
    padding: 0 14px;
    color: #ff4b4b;
}
.complete .section_main h2 {
    font-size: 3.2rem;
}

.complete .contact a {
    color: #006bbe;
    border-bottom: 1px solid #006bbe;
}
.complete #submit {
    margin-top: 70px;
    text-align: center;
}
.complete #submit a {
    display: block;
    width: 272px;
    height: 55px;
    line-height: 55px;
    background-color: #000;
    color: #fff;
    font-size: 1.6rem;
    border: none;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .complete .section_main h2 {
        font-size: 2rem;
    }
    .section_complete p {
      font-size: 1.6rem;
    }
    .complete #submit a {
        width: 240px;
        height: 40px;
        line-height: 40px;
        font-size: 1.5rem;
    }
    .complete #submit {
      margin-top: 50px;
    }
}

/* ご検討中のクルマ
----------------------------*/
.kiyaku #main #sec04_main {
    padding:0 4%;
    margin-bottom: 40px;
}

.kiyaku #main #sec04_main h2 {
    margin: 0 0 30px;
}

.kiyaku #main #sec04_main h3 {
    font-size: 1.6rem;
    margin-bottom: .6em; 
    margin-top: 20px;
}

.kiyaku #main #sec04_main p {
    font-size: 1.4rem;
    margin-bottom: 0.6em;
    padding-left: 2px;
}

.kiyaku #main #sec04_main ol {
    margin: 0;
    padding-left: 2em;
}

.kiyaku #main #sec04_main ol li {
    font-size: 1.4rem;
    list-style-type: decimal;
    margin-bottom: 8px;
}

.kiyaku #main #sec04_main ol li ol {
    padding-left: 24px;
    margin-top: 10px;
}

.kiyaku #main #sec04_main ol li ol li {
    font-size: 1.3rem;
    text-align: left;
    list-style-type: none;
    margin-bottom: 10px;
}

.kiyaku #main #sec04_main ol li ol li::before {
    display: inline-block;
    margin-right: 6px;
    margin-left: -24px;
}

.kiyaku #main #sec04_main ol li ol li:first-child::before {
    content: "(1)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(2)::before {
    content: "(2)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(3)::before {
    content: "(3)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(4)::before {
    content: "(4)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(5)::before {
    content: "(5)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(6)::before {
    content: "(6)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(7)::before {
    content: "(7)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(8)::before {
    content: "(8)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(9)::before {
    content: "(9)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(10)::before {
    content: "(10)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(11)::before {
    content: "(11)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(12)::before {
    content: "(12)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(13)::before {
    content: "(13)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(14)::before {
    content: "(14)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(15)::before {
    content: "(15)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(16)::before {
    content: "(16)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(17)::before {
    content: "(17)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(18)::before {
    content: "(18)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(19)::before {
    content: "(19)";
}

.kiyaku #main #sec04_main ol li ol li:nth-child(20)::before {
    content: "(20)";
}

#established {
    text-align: right;
    margin-top: 24px;
}

@media screen and (max-width:768px) {
    .kiyaku #main #sec04_main ol {
        padding-left: 1em;
    }
}