@charset "UTF-8";

/* 共通 */
body {
    /* font-size: 14px; */
    /* font-family: 游ゴシック; */
    /* line-height: 1; */
}

main {
    font-size: 14px;
    line-height: 1;
}

.text-bar {
    display: inline-block;
}


/* p05__ttl */
.p05__ttl {
    padding: 47.5px 0 37px;
    text-align: center;
}

.p05__ttl h1 {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 11px;
    color: #b7b344;
}

.p05__ttl h2 {
    font-size: 28px;
    line-height: 1.6;
}

.txt-br {
    display: inline-block;
    line-height: 1.0em;
}

/* p05__select*/
.p05__select {
    padding: 44px 0 27px;
    background-color: #F3F3F3;
}

.p05__select-container {
    width: 90%;
    margin: 0 auto 57px;
}

.p05__select-row {
    display: block;
    margin-bottom: 30px;
}

.p05__select-submit {
    text-align: center;
    margin-bottom: 57px;
}

.p05__select-item {
    display: block;
    margin-bottom: 20px;
    font-size: 19px;
}

.p05__select-item:last-of-type {
    margin-right: 0;
}

.p05__select-item label {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

.p05__select-box {
    display: inline-block;
    height: 36px;
    width: 70%;
    margin-left: 0;
}

.model-year {
    width: 50%;
    margin-bottom: 5px;
}

.p05__select-box--lg {
    margin-left: 0;
    width: 90%;
    height: 36px;
}

.option:first-child {
    color: #A4A4A4;
    font-size: 19px;
}

.submit-green {
    width: 80%;
    font-size: 17px;
    margin: 0 auto 30px;
    background-color: #02ab7d;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
}

.submit-green:hover {
    opacity: 0.6;
    cursor: pointer;
}

.submit-brown {
    width: 80%;
    font-size: 17px;
    margin: 0 auto;
    background-color: #A66D36;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
}

.submit-brown:hover {
    opacity: 0.6;
    cursor: pointer;
}

/* レッドボタン */
.p05__select-btn,
.p05__new-btn {
    width: 100%;
    margin: 0 auto;
}

.submit-red {
    width: 100%;
    font-size: 17px;
    background-color: #CF0301;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    line-height: 25px;
    font-weight: bold;
    border: none;
    text-align: center;
    padding: 0 5px;
}


/* new */
.p05__new {
    padding: 50px 10px 40px;
}

.p05__new-ttl {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: #004098 3px solid;
    margin-bottom: 34.5px;
}

.p05__new-ttl h2 {
    font-size: 28px;
    margin-bottom: 30px;
    width: 100%;
}

.p05__new-ttl p {
    width: 100%;
    line-height: 1.6;
    margin-bottom: 10px;
}

.p05__card-container {
    display: block;
    width: 100%;
}

.p05__card {
    /* width: 90%;
    margin: 0 auto 20px; */
}

.p05__card p {
    line-height: 1.5;
}

.p05__card p:first-of-type {
    margin-top: 18px;
}

.p05__card img {
    width: 100%;
    /* height: 180px; */
    background-color: #c4c4c4;
}

.p05__new .p05__card-container {
    margin-bottom: 40px;
}

.p05__new-submit {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

/* strong */
.p05__strong {
    padding: 62px 0px 79px;
    position: relative;
}

.p05__strong::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #FFEB65;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.p05__strong-container {
    display: block;
}

.p05__strong h2 {
    font-size: 28px;
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.6;
}

.p05__strong h3 {
    font-size: 24px;
    padding-bottom: 2.5px;
    border-bottom: 1px solid #000;
    line-height: 40px;
}

.p05__strong .card {
    /* width: 90%; */
    /* height: auto; */
    padding: 13px 20px 25px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
}

.p05__strong .card+.card {
    margin: 20px auto 0;
}

.s-point {
    color: #399D26;
    font-size: 25px;
    text-align: center;
    margin-top: 15.5px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 40px;
}

.p05__strong p:last-of-type {
    margin-top: 32px;
    line-height: 1.6;
}

.s-img {
    /* width: 90%; */
    /* height: 160px; */
    /* margin: 0 auto; */
}

.s-img img {
    /* width: 100%; */
    /* height: 160px; */
}

.s-1,
.s-2,
.s-3 {
    font-size: 60px;
    font-family: "NotoSansCJKjp-Black, Noto Sans CJK JP";
    font-weight: 800;
    position: absolute;
    top: -10px;
    left: 4em;
    /*    right: 5px; */
    color: #004098;
}

/* map */
.p05__map {
    padding: 45px 0 15px;
    /* background: url("../images/search/map.svg");
    background-repeat: no-repeat;
    background-position: bottom 20% right 20%;
    background-size: contain; */
    /* height: 550px; */
    width: 100%;
}

.p05__map-ttl {
    /* width: 100%; */
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.p05__map-ttl h2 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 5.6px;
}


.txt-red {
    color: #E60E0E;
}

.map-ttl-bg {
    font-size: 35px;
}

.p05__map-ttl p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.p05__map h3 {
    font-size: 15px;
    line-height: 2;
    color: #399D26;
    margin-bottom: 5px;
}

.office-map-wrapper {
    display: flex;
    flex-direction: column;
}

.content {
    position: relative;
    top: -100px;
}

.office-map .content ul li {
    font-size: 12px;
    text-align: center;
    position: absolute;
    border: solid 1px #A56D35;
    width: 17%;
    border-radius: 24px;
    line-height: 1.2;
    font-weight: bold;
    background-color: #fff;
    min-width: 100px;
}

.office-map .content ul li span {
    font-size: 0.778em;
    display: block;
    /* margin-top: -4%; */
}

li.tokyo {
    top: 40.4%;
    right: 5%;
}

li.chiba {
    top: 62%;
    right: 10%;
}

li.nagoya {
    top: 85%;
    right: 35%;
}

li.okayama {
    top: 40%;
    left: 28%;
}

li.yamaguchi {
    top: 53%;
    left: 1%;
}

li.fukuoka {
    top: 85%;
    left: 0%;
}

li.okinawa {
    top: 95%;
    right: 7%;
}

.p05__map-circle {
    width: 130px;
    height: 130px;
    background-color: #FFFF8E;
    border-radius: 50%;
    text-align: center;
    /* margin-left: 160px; */
    position: relative;
}

.p05__map-circle p {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* request */
.p05__request {
    padding: 50px 10px 55px;
    position: relative;
    /* background: url("../images/search/request-bg.png") no-repeat center / cover; */
}

.p05__request::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: url(../images/search/request-bg.png) no-repeat center / cover;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.p05__request h3 {
    font-size: 5.5vw;
    line-height: 40px;
    margin-bottom: 22px;
    /* width: 90%; */
    text-align: center;
}

.p05__request p {
    line-height: 22px;
    margin: 0 auto 55px;
    width: 90%;
    text-align: left;
}

.p05__request-mail {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #00ADEC;
    box-shadow: 0 1px 0.5px #004098;
    color: #FFF;
    text-decoration: none;
    font-size: 25px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
}

.p05__request-mail:hover {
    opacity: 0.6;
}

/* voice */
.question {
    display: block;
    /* padding: 0 10px; */
    margin: 100px auto 60px;
    /* max-width: 660px; */
}

.announce-guid {
    width: 100%;
    margin: 0 auto 10px;
}



.announce-guid h3 {
    margin-top: 7%;
    margin-bottom: 3%;
    border-bottom: 1px #000 solid;
    padding-bottom: 2%;
}


.announce-guid p {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 20px;
}

.txt-small {
    font-size: 12px;
    color: #e60e0e;
}

.announce {
    width: 100%;
    margin: 0 auto 10px;
    border: 1px solid #707070;
    box-shadow: 0 3px 1px #c2c2c2;
    border-radius: 12px;
    box-sizing: border-box;
    position: relative;
}

.announce::before {
    padding-top: 21%;
    display: block;
    content: '';
}

.announce-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.announce-img-wrapper {
    flex: 0 1 20%;
    height: 70%;
}

.announce-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: bottom;
}

.announce-guid a {
    flex: 0 1 75%;
}

.announce-voice a {
    flex: 1;
}

.announce h3 {
    color: #000;
    line-height: 1;
    font-size: 4vw;
}

/* 
.announce-voice a {
    display: block;
    text-decoration: none;
    color: #000000;
    padding-left: 90px;
}

.announce-voice h3 {
    font-size: 26px;
    line-height: 1;
    position: relative;
    padding: 45px 0;
}

.announce-voice h3::before {
    display: inline-block;
    content: "";
    background-image: url("../images/column/voice.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 25px;
    left: -75px;
} */

.service_bnr {
    margin: 0 auto 94px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.service_bnr a {
    width: 48%;
    margin: 1%;
}

@media screen and (min-width:768px) {

    .p05__map {
        background-position: bottom 2% right 20%;
    }

    .p05__map h3 {
        font-size: 2.2vw;
        line-height: 2;
        color: #399D26;
        margin-bottom: 5px;
    }

    .p05__map-circle p {
        font-size: 1.8vw;
    }

    .office-map .content ul li {
        line-height: 1.5;
        font-size: 1.1em;
        min-width: 120px;
    }

    .office-map .content ul li span {
        margin-top: -4%;
    }


    li.tokyo {
        top: 50.4%;
        right: 15%;
    }

    li.chiba {
        top: 62%;
        right: 17%;
    }

    li.nagoya {
        top: 79%;
        right: 37%;
    }

    li.okayama {
        top: 50%;
        left: 32%;
    }

    li.yamaguchi {
        top: 57%;
        left: 13%;
    }

    li.fukuoka {
        top: 78%;
        left: 7%;
    }

    li.okinawa {
        top: 87%;
        right: 7%;
    }
}

/* PC */
@media screen and (min-width:1024px) {

    .p05__ttl h1 {
        text-align: center;
        font-size: 34px;
        color: #B7B344;
        line-height: 55px;
        margin-bottom: 11px;
    }

    .p05__ttl h2 {
        font-size: 34px;
        line-height: 55px;
    }

    .p05__select-ttl h1 {
        max-width: 1200px;
        width: 100%;
        margin-bottom: 48px;
        margin: 0 auto;
    }

    .container {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .p05__select-container {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        margin-top: 48px;
    }

    .p05__select-row {
        display: flex;
        align-items: center;
        width: auto;
        margin-bottom: 0;
    }

    .p05__select-item {
        display: flex;
        align-items: center;
    }

    .p05__select-item:last-of-type {
        margin-right: 0;
    }

    .p05__select-item label {
        display: inline-block;
        width: auto;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .box1 {
        margin-left: 18px;
        margin-right: 45px;
        width: 248px;
    }

    .box2 {
        width: 197px;
        margin-left: 20px;
        margin-right: 5px;
    }

    .box3 {
        width: 197px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .box4 {
        margin-left: 56px;
        margin-right: 45px;
        width: 248px;
    }

    .box5 {
        margin-left: 20px;
        margin-right: 45px;
        width: 248px;
    }

    .box6 {
        margin-left: 18px;
        width: 148px;
    }

    .box7 {
        margin-left: 20px;
        margin-right: 40px;
        width: 248px;
    }

    .p05__select-box--lg {
        width: 705px;
    }

    .submit-green {
        width: 308px;
        height: 40px;
        font-size: 24px;
        margin-bottom: 0;
    }

    .submit-brown {
        width: 308px;
        font-size: 24px;
        margin-bottom: 0;
    }

    .p05__select-submit {
        display: flex;
        width: 656px;
        margin: 18px auto 57px;
    }

    .p05__select-btn,
    .p05__new-btn {
        margin: 0 auto;
        width: 531px;
    }

    .submit-red {
        font-size: 25px;
    }

    .submit-red:hover {
        opacity: 0.6;
        cursor: pointer;
    }

    /* new */
    .p05__new {
        padding: 65px 0 85px;
    }

    .p05__new-ttl {
        width: 788px;
        display: flex;
        align-items: top;
        margin-bottom: 38px;
        text-align: left;
    }

    .p05__new-ttl h2 {
        font-size: 34px;
        width: 238px;
        margin-right: 70px;
        margin-bottom: 0;
    }

    .p05__new-ttl p {
        width: 480px;
        line-height: 1.3;
    }

    .p05__card-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: #fff;
    }

    .p05__card {
        /* width: 380px; */
        /* height: 328px; */
        width: 31%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .p05__card p:first-of-type {
        margin-top: 18px;
    }

    .p05__card img {
        /* width: 380px;
        height: 230px; */
        /* background-color: #c4c4c4; */
    }

    .p05__new .p05__card-container {
        margin-bottom: 40px;
    }

    .p05__new-submit {
        text-align: center;
    }

    /* strong */
    .p05__strong {
        padding: 62px 0 79px;
        /* background-color: #FFEB65; */
    }

    .p05__strong-container {
        /* max-width: 1200px; */
        /* width: 100%; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .p05__strong h2 {
        font-size: 34px;
        margin-bottom: 32px;
        text-align: center;
    }

    .p05__strong h3 {
        font-size: 25px;
        padding-bottom: 2.5px;
        border-bottom: 1px solid #000;
        line-height: 40px;
    }

    .p05__strong .card {
        width: 30%;
        padding: 13px 10px 4px;
        background-color: #fff;
        position: relative;
    }

    .p05__strong .card+.card {
        margin-top: 0;
    }

    .s-point {
        color: #399D26;
        font-size: 30px;
        text-align: center;
        margin-top: 15.5px;
        margin-bottom: 10px;
        font-weight: bold;
        line-height: 40px;
    }

    .p05__strong p:last-of-type {
        height: 136px;
        margin-top: 32px;
        line-height: 20px;
    }

    .s-img {
        /* width: 330px;
        height: 160px; */
    }

    .s-1,
    .s-2,
    .s-3 {
        font-size: 68px;
        font-family: "NotoSansCJKjp-Black, Noto Sans CJK JP";
        font-weight: 800;
        position: absolute;
        top: -15px;
        right: 5px;
        color: #004098;
    }

    /* map */
    .p05__map {
        padding: 45px 0 61px;
        /* background: url("../images/search/map.svg");
        background-repeat: no-repeat;
        background-position: bottom 2% right 1%;
        background-size: 65%; */
        height: 550px;
        margin-bottom: 50px;
    }

    .p05__map-ttl {
        /* width: 75%; */
        text-align: center;
    }

    .p05__map-ttl h2 {
        font-size: 56px;
        /*        line-height: 90px; */
        letter-spacing: 5.6px;
        display: inline-block;
    }

    .txt-red {
        color: #E60E0E;
        display: inline-block;
        line-height: 1em;
    }

    .map-ttl-bg {
        font-size: 75px;
    }

    .p05__map-ttl p {
        font-size: 1.8vw;
        line-height: 40px;
        font-weight: bold;
        /*        margin-left: 50px; */
        margin-bottom: 70px;
        text-align: center;
    }

    .p05__map h3 {
        font-size: 2vw;
        line-height: 40px;
        color: #399D26;
        margin-bottom: 63px;
        /*        margin-left: 160px; */
    }

    .office-map-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }

    .p05__map-circle {
        flex: 0 1 18%;
        height: 0;
        padding-bottom: 18%;
        background-color: #FFFF8E;
        border-radius: 50%;
        text-align: center;
        position: relative;
        margin-left: 3%;
    }

    .p05__map-circle p {
        font-size: 1.6vw;
        line-height: 40px;
        font-weight: bold;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .office-map {
        flex: 0 1 80%;
    }

    .content {
        top: -200px;
    }

    .office-map .content ul li {
        font-size: 1.0em;
        line-height: 1.9;
        min-width: 140px;
    }

    /* request */
    .p05__request {
        padding: 50px 0 55px;
        /* background: url("../images/search/request-bg.png") no-repeat center / cover; */
        text-align: center;
    }

    .p05__request .inner h3 {
        font-size: 37px;
        line-height: 60px;
        margin: 0 auto 22px;
    }

    .p05__request p {
        line-height: 22px;
        margin-bottom: 0 auto 55px;
        text-align: center;
    }

    .p05__request-mail {
        display: block;
        width: 331px;
        height: 83px;
        background-color: #00ADEC;
        box-shadow: 0 1px 0.5px #004098;
        color: #FFF;
        text-decoration: none;
        font-size: 34px;
        line-height: 83px;
        font-weight: 600;
        margin: 0 auto;
        border-radius: 5px;
    }

    .p05__request-mail:hover {
        opacity: 0.6;
    }

    /* voice */

    .question {
        display: flex;
        max-width: 1200px;
        justify-content: space-between;
        /* padding: 0 10px; */
        /* margin: 92px auto 99px; */
    }

    .announce {
        margin: 0 auto;
        width: 49%;
    }

    .txt-small {
        font-size: 16px;
        color: #e60e0e;
    }

    .announce-guid h3 {
        margin-top: 10%;
        margin-bottom: 1.5%;
        border-bottom: 1px #000 solid;
        padding-bottom: 1%;
    }

    .announce-voice a {}

    .announce-guid p {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 0;
    }

    .announce-voice a {}

    .announce h3 {
        font-size: 30px;
        line-height: 1;
        margin-top: 0;
    }

    .service_bnr a {
        width: 18.75%;
        margin: 0;
    }

    .service_bnr {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}