@charset "UTF-8";
:root {
    --default-font-style: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic", "メイリオ",
        Meiryo, sans-serif;
    --header-height: 76px;
    --link-font-color: #3366cc;
    --link-svg-filter: invert(35%) sepia(50%) saturate(2010%) hue-rotate(201deg) brightness(87%) contrast(87%);
}
.link-arrow:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 0.5rem;
}

@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: "Noto Sans JP";
    src: local("Noto Sans CJK JP Regular"), url("/template/font/NotoSansCJKjp-Regular.woff") format("woff"),
        url("/template/font/NotoSansCJKjp-Regular.ttf") format("truetype"), url("/template/font/NotoSansCJKjp-Regular.otf") format("opentype");
}
.ml-msg-arrange {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;
}
.ml-tel-arrange {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;
}
.ml-inquiry-arrange {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;
}
.cul-btn-2.ml-msg-arrange-desc {
    width: 100%;
}
.ml-msg-arrange-desc .cul-btn-2-icon {
    filter: initial;
}
.ml-msg-arrange-desc-center {
    height: 100% !important;
}
.multilingual-contract-flow {
    padding: unset;
    background: #fff;
    margin-top: 47px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    max-width: 1000px;
}
.multilingual-contract-flow .contract-flow-inner {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.multilingual-contract-flow .flow-title img {
    width: 35%;
    min-width: 280px;
}

.multilingual-contract-flow .flow-title {
    color: #152d4b;
    font-size: 1.5rem;
    font-weight: bold;
}
.multilingual-contract-flow .flow-content-parent {
    display: flex;
    justify-content: center;
}
.multilingual-contract-flow .flow-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.multilingual-contract-flow .flow-content-arrow {
    transform: rotateZ(-90deg);
    text-align: center;
    margin-top: 40px;
}
.multilingual-contract-flow .flow-content-arrow img {
    display: block;
    filter: invert(68%) sepia(54%) saturate(1430%) hue-rotate(296deg) brightness(99%) contrast(92%);
    width: 40px;
}
.multilingual-contract-flow .flow-content-block {
    width: 160px;
    height: 144px;
    background: #f7f7f7;
    border: 3px solid #d5ddef;
    border-radius: 70px;
    opacity: 1;
    margin-top: 40px;
    position: relative;
}
.ml-tel-arrange .cul-btn-1-icon,
.ml-inquiry-arrange .cul-btn-1-icon,
.ml-msg-arrange .cul-btn-2-icon,
.ml-msg-arrange-desc .cul-btn-2-icon {
    width: 25px;
}

.request-top-logo {
    width:30%;
}

.request-contract-flow {
    padding: unset;
    /* background: #fff;*/
    /* margin-top: 47px; */
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    max-width: 1000px;
}
.request-contract-flow .contract-flow-inner {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.request-contract-flow .flow-title img {
    width: 35%;
    min-width: 280px;
}

.request-contract-flow .flow-title {
    color: #152d4b;
    font-size: 1.5rem;
    font-weight: bold;
}
.request-contract-flow .flow-content-parent {
    display: flex;
    justify-content: center;
}
.request-contract-flow .flow-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.request-contract-flow .flow-content-arrow {
    /* transform: rotateZ(-90deg);
    text-align: center; */
    margin-top: 50px;
    border-width: 1px 0 0 0;
	border-style: solid;
    width:25px;
	/* border-color: #43a047; */
}
.request-contract-flow .step-number {
    background: #FDDE00;
    color: #565656;
    border-radius: 31px;
    width: 43px;
    font-size: x-large;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    font-weight: bold;
}
.request-contract-flow .step-text {
    font-weight: bold;
}
.request-contract-flow .step-image {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
.request-contract-flow .flow-content-block {
    width: 200px;
    height: 144px;
    /* background: #f7f7f7; */
    background: #FFFFFF;
    border: 1px solid #251E1C;
    border-radius: 20px;
    opacity: 1;
    margin-top: 40px;
    position: relative;
}
.request-password {
    align-self: center;
    margin-left: -30px;
    cursor: pointer;
    margin-top: 7px;
    position: absolute;
}
/* font awesome custom */
/* .fa.fa-question-circle {
    font-size: 1rem;
} */

@media screen and (min-width: 801px) {
    .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .flex.wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

html {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; /* IE */
    -moz-text-size-adjust: none; /* FireFox */
    -o-text-size-adjust: none; /* old Opera */
    height: 100%;
    min-width: 320px;
    font-family: var(--default-font-style);
    color: #424b5c;
    background: #fff;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    touch-action: pan-y;
    /*スマホの基準フォントサイズ*/
    font-size: 22px;
}
body.scrollDisable {
    overflow: hidden !important;
    touch-action: none !important;
}
span.anchor {
    display: block;
    margin-top: calc(var(--header-height) * -1) !important;
    padding-top: var(--header-height) !important;
    visibility: hidden;
}
main {
    display: block;
}

section {
    padding: 40px 0;
}

.inner {
    max-width: 760px;
    margin: 0 auto;
    width: 90vw;
    border-radius: 7px;
}
.inner.white-box {
    background: #fff;
}
.com-sec-inner {
    margin: 0 auto;
    /* width: 96%; */
    width: 100%;
    max-width: var(--sec-max-width);
}
.wrapper {
    width: 100%;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}
p,
li {
    font-size: 1rem;
}
a {
    color: #000;
    outline: none;
    font-size: 1rem;
}
a:hover {
    text-decoration: underline;
}
.blue,
a.blue {
    outline: none;
    color: var(--link-font-color);
}
a.blue:hover {
    text-decoration: underline;
    color: #000;
}
a.servicefooterbox {
    color: #000;
    border: 1px solid #000;
    background: #ffffff;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    transition: opacity 0.1s ease-in;
    height: auto;
    font-size: 1rem;
    width: auto;
}

a.servicefooterbox:hover {
    background: #ebebeb;
    text-decoration: none;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.red {
    color: #ff0000;
}

.strong {
    font-weight: bold;
}

a.blank:after,
.blank:after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    background: url(../image/blank-icon.png) no-repeat;
    background-size: contain;
    margin-left: 0.3rem;
    vertical-align: middle;
}

.closeicon {
    display: inline-block;
    color: #76777b;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    width: 13px;
    height: 13px;
    margin-right: 0.5rem;
}
.closeicon:before {
    content: "";
    position: absolute;
    top: 7px;
    width: 13px;
    height: 1px;
    background-color: currentColor;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.closeicon:after {
    content: "";
    position: absolute;
    top: 7px;
    width: 13px;
    height: 1px;
    background-color: currentColor;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.i-pdf:after,
a.i-pdf:after,
a.btn.i-pdf:after {
    content: "";
    background: url(../image/pdf-icon.png) no-repeat;
    background-size: cover;
    width: 12px;
    height: 14px;
    display: inline-block;
    margin: 0px 0 -2px 4px;
}

.clear {
    clear: both;
    display: block;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix {
    display: block;
}

@media screen and (min-width: 750px) {
    body {
        /*PCの基準フォントサイズ*/
        font-size: 1rem;
        line-height: 1.6;
    }
    .inner {
        max-width: 1050px;
        margin: 0 auto;
        width: 96%;
    }
    .wrapper {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 749px) {
    body {
        font-size: 1rem;
        line-height: 1.6;
    }
    p,
    li {
        font-size: 0.9rem;
    }
    a {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 640px) {
    .inner {
        max-width: 600px;
        margin: 0 auto;
    }
}

/*****パンくずナビ*****/
.breadcrumb {
    width: 100%;
    background: #fff;
    /* border-bottom: 2px solid #dde1e6; */
    border-bottom: 1px solid #dde1e6;
    padding-top: 4px;
    padding-bottom: 0px;
}

.breadcrumb .inner {
    margin: 0 20px;
    padding: 0.3rem 0;
    max-width: 800px;
}
.breadcrumb .inner li {
    font-size: 0.65rem;
    display: inline-block;
    vertical-align: middle;
    /*  text-overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    max-width: 20em;*/
}

.breadcrumb .inner li a {
    font-size: 0.65rem;
    color: #797979;
}

.breadcrumb .inner li:not(:last-child):after {
    display: inline-block;
    content: "";
    height: 5px;
    width: 5px;
    border-bottom: 1px solid #797979;
    border-right: 1px solid #797979;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    margin: 0 0.75rem;
}

@media screen and (max-width: 480px) {
    .breadcrumb {
        display: none;
    }
    a:hover {
        text-decoration: none;
    }
}

.p-appBanner {
    display: none;
}

@media screen and (max-width: 480px) {
    .breadcrumb .inner li {
        font-size: 0.65rem;
        display: inline-block;
    }

    .breadcrumb .inner li a {
        font-size: 0.65rem;
        color: #797979;
    }
}
@media screen and (min-width: 801px) {
    /****パンくずナビ****/
    .breadcrumb .inner {
        margin: 0 auto;
        max-width: 1000px;
    }
    .breadcrumb .inner li {
        font-size: 0.8rem;
    }
    .breadcrumb .inner li a {
        font-size: 0.8rem;
    }
}

/****ボタン****/
a.btn {
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 0.4rem 0;
    position: relative;
    top: 0;
}

.top-cv-area .login-text-link {
    background: #ffffff;
    width: 40%;
    max-width: 300px;
    margin: 1rem auto;
    border: 1px solid #000;
    color: #000;
}

a.btn.signin .ballon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../image/button-ballon.png) no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: bottom;
}
a.btn.signin_new .ballon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../image/button-ballon.png) no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: bottom;
}
a.btn:hover {
    text-decoration: none;
}

.top-cv-area .login-text-link:hover {
    text-decoration: none;
    transition: opacity 0.1s ease-in;
    background: #ebebeb;
    -webkit-transition: 0.2s ease-in;
}

@media screen and (max-width: 480px) {
    .top-cv-area .login-text-link {
        font-size: 1rem;
        width: 80%;
        max-width: 300px;
        margin: 1rem auto;
    }
    a.btn.signin .ballon {
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-left: 0.5rem;
        vertical-align: bottom;
    }
}

.bg-gray {
    background: #f5f5f5;
    display: flex;
    justify-content: center;
}

/*ログイン後のスマホヘッダーメニュースタイル
****************************************************/

.headerOverlay {
    display: none;
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    z-index: 10;
}

/*ヘッダーpc画面表示
****************************************************/

@media screen and (min-width: 831px) {
    /*app banner　ヘッダー水色エリア
  ---------------------------------------- */
    .p-appBanner {
        height: 50px;
        background: #d7e6f0;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .p-appBanner__mes {
        font-size: 1.8rem;
        font-size: 18px;
        margin-left: 12px;
        margin-right: 13px;
        letter-spacing: 2.3px;
    }
    .p-appBanner__link {
        border-radius: 1em;
        border: 1px solid #000;
        display: inline-block;
        padding: 4px 16px;
        font-size: 1.5rem;
        font-size: 15px;
        text-decoration: none;
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-property: color, border, background;
        transition-property: color, border, background;
        -webkit-transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
    }
    .p-appBanner__link:visited,
    .p-appBanner__link:active,
    .p-appBanner__link:focus {
        text-decoration: none;
    }
    .p-appBanner__link:hover {
        background: #000;
        color: #fff;
        text-decoration: none;
    }
    .p-topAppArea_btn {
        display: inline;
        margin-right: 16px;
    }
}
/*PC ヘッダー　画面幅での調整
 ---------------------------------------- */

@media screen and (min-width: 1100px) {
    /****app banner****/
    .p-appBanner {
        height: 50px;
        background: #d7e6f0;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .p-appBanner picture,
    .p-appBanner picture img {
        height: 100%;
    }
    .p-appBanner__mes {
        font-size: 1.8rem;
        font-size: 18px;
        margin-left: 12px;
        margin-right: 13px;
        letter-spacing: 2.3px;
    }
    .p-appBanner__link {
        border-radius: 1em;
        border: 1px solid #000;
        display: inline-block;
        padding: 4px 16px;
        font-size: 1.5rem;
        font-size: 15px;
        text-decoration: none;
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-property: color, border, background;
        transition-property: color, border, background;
        -webkit-transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
    }
    .p-appBanner__link:visited,
    .p-appBanner__link:active,
    .p-appBanner__link:focus {
        text-decoration: none;
    }
    .p-appBanner__link:hover {
        background: #000;
        color: #fff;
        text-decoration: none;
    }
    .p-topAppArea_btn {
        display: inline;
        margin-right: 16px;
    }
}

/*PC スクロールした時のヘッダー
 ---------------------------------------- */
/************PC ヘッダースクロール　ログイン前 ***********/
/* @media screen and (min-width: 831px) {
    main {
        padding-top: 60px;
    }
    #top main {
        padding-top: 150px;
    }
} */
/*PC ヘッダーお知らせモーダルスタイル
---------------------------------------- */
.h2-ttl {
    font-size: 1.54rem;
}
.navy-ttl {
    color: #fff;
    background: #303950;
    font-size: 1rem;
    padding: 0.7rem 0.5rem;
    text-align: left;
    position: relative;
    font-weight: bold;
    border-bottom: 3px solid #fdde00;
}

/*
.navy-ttl:after{
  position: absolute;
  top:-3px;
  left: 0;
  width: 100%;
  height:4px;
  display: block;
  content:'';
  background: #fdde00; //Old browsers
  background: -moz-linear-gradient(left, #fdde00 0%, #fdde00 12%, #000000 12%, #000000 100%); //FF3.6-15
  background: -webkit-linear-gradient(left, #fdde00 0%,#fdde00 12%,#000000 12%,#000000 100%); //Chrome10-25,Safari5.1-6
  background: linear-gradient(to right, #fdde00 0%,#fdde00 12%,#000000 12%,#000000 100%); //W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdde00', endColorstr='#000000',GradientType=1 ); //IE6-9
}
*/

.grey-ttl {
    margin-bottom: 1rem;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    color: #56575c;
    background: #d6d8de;
}
.grey-ttl > a:hover {
    color: #14148c;
}
.sec-pageHead {
    padding: 20px 7px;
    height: auto;
    background: #fff;
}
.sec-pageHead.bottom-border {
    border-bottom: 1.5px solid #dde1e6;
}

/*ページ下部のコンバージョンエリア*/
.top-cv-area {
    width: 100%;
    background: #ffffff;
    padding: 20px 0;
}
.top-cv-area a {
    text-decoration: none;
}

a.btn.signin {
    display: block;
    background: #fdde00;
    color: #000;
    width: 40%;
    max-width: 300px;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    a.btn.signin {
        width: 80%;
        max-width: 300px;
    }
}

a.btn.signin:hover {
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    background: #f0b302;
    box-shadow: 0px 0px 0px 0px #c8fac8;
}

@media screen and (max-width: 820px) {
    .sec-pageHead {
        padding: 10px 0;
    }
}
@media screen and (max-width: 480px) {
    .navy-ttl {
        font-size: 0.9rem;
        padding: 0.4rem 0.5rem;
    }
    .top-cv-area .login-text-link {
        font-size: 0.9rem;
        width: 80%;
        max-width: 300px;
        margin: 1rem auto;
    }
}

@media screen and (min-width: 850px) {
    .h2-ttl {
        font-size: 1.75rem;
    }
    .navy-ttl {
        font-size: 1.25rem;
    }
}

/*車両一覧
  ---------------------------------------- */
.sec-carlist .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sec-carlist .flex.s-bw {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.sec-carlist .flex.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sec-carlist .flex.wrap a:nth-child(3n-1) {
    margin: 0 2%;
}

.sec-carlist .car-box {
    display: block;
    position: relative;
    width: 32%;
    min-height: 260px;
    margin-bottom: 20px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
@supports (object-fit: cover) {
    .sec-carlist .car-box .car-image {
        min-height: 210px;
        margin-bottom: -6px;
        /*background: url(../image/car.png) no-repeat;
      background-position: center;
      background-size: cover;*/
    }
    .sec-carlist .car-box .car-image img.cover {
        width: 100%;
        height: 210px;
        object-fit: cover;
        object-position: center;
    }
}

_:-ms-lang(x),
.sec-carlist .car-box .car-image {
    min-height: 210px;
    margin-bottom: -6px;
    /*background: url(../image/car.png) no-repeat;
    background-position: center;
    background-size: cover;*/
}

_:-ms-lang(x),
.sec-carlist .car-box .car-image {
    position: relative;
    width: 100%;
    height: 210px;
    display: inline-block;
    overflow: hidden;
}

_:-ms-lang(x),
.sec-carlist .car-box .car-image img.cover {
    position: absolute;
    width: 100%;

    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.sec-carlist .car-box .car-des {
    width: 100%;
    background: #fff;
}
.sec-carlist .car-box:hover {
    text-decoration: none;
}
.sec-carlist .car-box:hover .car-des {
    background: #fffde9;
}

.sec-carlist .car-box .car-des dl {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    line-height: 1.2;
}

.sec-carlist .car-box .car-des dl dt {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    /*height:calc(0.9rem * 1.2 * 2);*/
    height: 1.9rem;
    max-height: 2rem;
    min-height: 1.9rem;
    overflow: hidden;
    position: relative;
    padding: 0 1rem 0 0.5rem;
    background: #fff;
}
.sec-carlist .car-box:hover .car-des dl dt {
    background: #fffde9;
}
.sec-carlist .car-box .car-des dl dt:before {
    position: absolute;
    content: "...";
    bottom: 0;
    right: 0;
    width: 1rem;
}
.sec-carlist .car-box .car-des dl dt:after {
    position: relative;
    content: "";
    height: 100%;
    width: 1rem;
    float: right;
    right: -1rem;
    background: inherit;
}

.sec-carlist .car-box .car-des dl dd {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
}

.sec-carlist .car-box .car-des dl .car-kind {
    line-height: 1.2;
    /*height:calc(0.8rem * 1.2 *2);*/
    height: 2rem;
    padding: 0 1rem 0 0.5rem;
    max-height: 1.9rem;
    min-height: 1.9rem;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.sec-carlist .car-box:hover .car-des dl .car-kind {
    background: #fffde9;
}
.sec-carlist .car-box .car-des dl .car-kind:before {
    position: absolute;
    content: "...";
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 1rem;
}
.sec-carlist .car-box .car-des dl .car-kind:after {
    position: relative;
    content: "";
    right: -1rem;
    width: 1rem;
    height: 100%;
    float: right;
    background: inherit;
}

.sec-carlist .car-box .car-des dl .car-price {
    font-size: 0.8rem;
    text-align: right;
}

.sec-carlist .car-box .car-des dl .car-price span {
    font-size: 1.27rem;
    font-weight: bold;
}
.sec-carlist .car-box .car-des dl .car-price span.price-small {
    font-size: 0.9rem;
    font-weight: bold;
}

.sec-carlist .car-box .on-off {
    display: none;
}

.sec-carlist .car-box .car-box-badge {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.sec-carlist .car-box .car-box-badge.orange {
    border-top: 40px solid #ff7e3e;
    border-right: 40px solid #ff7e3e;
    border-bottom: 40px solid transparent;
    border-left: 40px solid transparent;
}

.sec-carlist .car-box .car-box-badge.green {
    border-top: 40px solid #b3e620;
    border-right: 40px solid #b3e620;
    border-bottom: 40px solid transparent;
    border-left: 40px solid transparent;
}

.sec-carlist .car-box .car-box-badge.yellow {
    border-top: 40px solid #fdde00;
    border-right: 40px solid #fdde00;
    border-bottom: 40px solid transparent;
    border-left: 40px solid transparent;
}
.sold-out-orange {
    border-top: 40px solid #663219 !important;
    border-right: 40px solid #663219 !important;
}
.sold-out-green {
    border-top: 40px solid #485c0d !important;
    border-right: 40px solid #485c0d !important;
}
.sold-out-yellow {
    border-top: 40px solid #665900 !important;
    border-right: 40px solid #665900 !important;
}

.sec-carlist .car-box .car-box-badge span {
    text-align: center;
    width: 65px;
    color: #000;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -18px;
    left: -18px;
}

@media screen and (max-width: 480px) {
    .sec-carlist .car-box {
        width: 32%;
    }
    .sec-carlist .car-box .car-image {
        min-height: 98px;
        margin-bottom: -6px;
    }
    .sec-carlist .car-box .car-image img.cover {
        width: 100%;
        height: 125px;
    }
    .sec-carlist .car-box .car-des dl {
        padding: 0.3rem 0.5rem;
    }
    .sec-carlist .car-box .car-des dl dt {
        font-size: 0.8rem;
        margin-bottom: 0.3rem;
    }
    .sec-carlist .car-box .car-des dl dt {
        margin-bottom: 0.3rem;
    }
    .sec-carlist .car-box .car-des dl .car-kind {
        max-height: 1.9rem;
        min-height: 1.9rem;
    }
    .sec-carlist .car-box .car-box-badge.orange {
        border-top: 30px solid #ff7e3e;
        border-right: 30px solid #ff7e3e;
        border-bottom: 30px solid transparent;
        border-left: 30px solid transparent;
    }

    .sec-carlist .car-box .car-box-badge.green {
        border-top: 30px solid #b3e620;
        border-right: 30px solid #b3e620;
        border-bottom: 30px solid transparent;
        border-left: 30px solid transparent;
    }

    .sec-carlist .car-box .car-box-badge.yellow {
        border-top: 30px solid #fdde00;
        border-right: 30px solid #fdde00;
        border-bottom: 30px solid transparent;
        border-left: 30px solid transparent;
    }
    .sold-out-orange {
        border-top: 30px solid #663219 !important;
        border-right: 30px solid #663219 !important;
    }
    .sold-out-green {
        border-top: 30px solid #485c0d !important;
        border-right: 30px solid #485c0d !important;
    }
    .sold-out-yellow {
        border-top: 30px solid #665900 !important;
        border-right: 30px solid #665900 !important;
    }
    .sec-carlist .car-box .car-box-badge span {
        font-size: 0.6rem;
        top: -16px;
        left: -20px;
    }
}
@media screen and (min-width: 801px) {
    .sec-carlist .car-box {
        display: block;
        position: relative;
        width: 32%;
        min-height: 260px;
        margin-bottom: 20px;
    }
    .sec-carlist .car-box .car-image {
        min-height: 320px;
        margin-bottom: -6px;
        /*background: url(../image/car.png) no-repeat;
      background-position: center;
      background-size: cover;*/
    }
    @supports (object-fit: cover) {
        .sec-carlist .car-box .car-image img.cover {
            width: 100%;
            height: 320px;
        }
    }

    _:-ms-lang(x),
    .sec-carlist .car-box .car-image img.cover {
        width: 120%;
        /*height: 320px;*/
    }
    .sec-carlist .car-box .car-des {
        width: 100%;
        background: #fff;
    }
    .sec-carlist .car-box .car-des dl {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
    .sec-carlist .car-box .car-des dl dt,
    .sec-carlist .car-box .car-des dl dd {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    .sec-carlist .car-box .car-des dl dt {
        max-height: 2rem;
        min-height: 2rem;
    }
    .sec-carlist .car-box .car-des dl .car-kind {
        max-height: 2rem;
        min-height: 2rem;
    }
    .sec-carlist .car-box .car-des dl .car-price {
        text-align: right;
    }
    .sec-carlist .car-box .car-des dl .car-price span {
        font-size: 2rem;
        font-weight: bold;
    }
    .sec-carlist .car-box .car-des dl .car-price span.price-small {
        font-size: 1.4rem;
        font-weight: bold;
    }
    .sec-carlist .car-box .on-off table {
        width: 100%;
        border-bottom: 1px solid #dde1e6;
        border-top: 1px solid #dde1e6;
    }
    .sec-carlist .car-box .on-off table td {
        font-size: 0.6rem;
        padding: 0.5rem 0;
    }
    .sec-carlist .car-box .on-off table td .car-info-box {
        display: inline-block;
        height: 30px;
        width: 95%;
        border-right: 1px solid #dde1e6;
    }
    .sec-carlist .car-box .on-off table td .car-info-box.no-border {
        border-right: none;
    }
    .sec-carlist .car-box .on-off table td .ttl {
        display: block;
        font-size: 0.5rem;
    }
    .sec-carlist .car-box .on-off table td .car-info {
        font-weight: bold;
    }
    .sec-carlist .car-box .on-off table td .car-info strong {
        font-size: 0.8rem;
    }
    .sec-carlist .car-box .car-box-badge.orange {
        border-top: 40px solid #ff7e3e;
        border-right: 40px solid #ff7e3e;
        border-bottom: 40px solid transparent;
        border-left: 40px solid transparent;
    }
    .sec-carlist .car-box .car-box-badge.green {
        border-top: 40px solid #b3e620;
        border-right: 40px solid #b3e620;
        border-bottom: 40px solid transparent;
        border-left: 40px solid transparent;
    }
    .sec-carlist .car-box .car-box-badge.yellow {
        border-top: 40px solid #fdde00;
        border-right: 40px solid #fdde00;
        border-bottom: 40px solid transparent;
        border-left: 40px solid transparent;
    }
    .sold-out-orange {
        border-top: 40px solid #663219 !important;
        border-right: 40px solid #663219 !important;
    }
    .sold-out-green {
        border-top: 40px solid #485c0d !important;
        border-right: 40px solid #485c0d !important;
    }
    .sold-out-yellow {
        border-top: 40px solid #665900 !important;
        border-right: 40px solid #665900 !important;
    }
}
@media screen and (min-width: 1001px) {
    .sec-carlist .car-box .on-off {
        display: block;
    }
    .sec-carlist .car-box .on-off table td .car-info strong {
        font-size: 0.8rem;
    }
}

/* テキスト入力・セレクト
  ---------------------------------------- */
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
textarea {
    outline: none;
    padding: 10px 0;
    text-indent: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}
textarea {
    text-indent: 0;
}
@media screen and (min-width: 641px) {
    textarea {
        height: 15em;
        padding: 15px 20px;
        line-height: 1.6;
        font-size: 14px;
    }
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus {
    border: 1px solid #7bc6f6;
    box-shadow: rgba(123, 199, 246, 0.5) 0px 0px 5px 2px;
}
.required input:focus,
.required textarea:focus,
.required select:focus {
    border: 1px solid #e3492f;
    box-shadow: rgba(252, 84, 84, 0.5) 0px 0px 5px 2px;
}
.required-focus {
    border-color: #e3492f !important;
    background-color: #ffeaea !important;
}
/* エラーテキスト */
.error.alert {
    color: #e3492f !important;
}
p.error.alert {
    display: block;
    margin: 0 0 1em;
    font-size: 80%;
}
.error.alert:empty {
    display: none;
}

/* セレクト */
select {
    outline: none;
    padding: 0 40px 0 10px;
    -webkit-appearance: button;
    appearance: button;
    text-overflow: clip;
    background: url(../image/ico_arrow.png) #fff no-repeat 100% 50%;
    border-color: #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 40px;
}
/* for firefox */
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}
/* for ie */
select::-ms-expand {
    display: none;
    background: none;
}
.ml-msg-bstiky .cul-btn-2-icon {
    filter: initial;
    width: 25px;
}

@media screen and (max-width: 640px) {
    select {
        -webkit-appearance: none;
    }
    .cul-btn-2.ml-msg-arrange {
        order: 1;
        width: 76%;
        /* font-size: 0; */
        /* width:46% !important; */
    }
    .cul-btn-1.ml-tel-arrange {
        order: 2;
        width: 12%;
    }
    .cul-btn-1-icon {
        margin-right: 0px !important;
    }
    .cul-btn-1.ml-inquiry-arrange {
        order: 3;
        width: 12%;
    }
    .cul-btn-2.ml-msg-arrange .cul-btn-2-icon {
        margin-right: 0;
    }
    .cul-btn-1.ml-tel-bstiky {
        order: initial;
        margin: 5px;
    }
    .cul-btn-1.ml-inquiry-bstiky {
        order: initial;
        margin: 5px;
    }
    .cul-btn-2.ml-msg-bstiky {
        font-size: initial;
        order: initial;
        filter: initial;
        margin: 5px;
        padding-right: 50px;
        padding-left: 50px;
    }
    .ml-tel-bstiky .cul-btn-1-icon {
        margin: 0;
    }
    .ml-inquiry-bstiky .cul-btn-1-icon {
        margin: 0;
    }
    .request-contract-flow .flow-content-block {
        width: 105px;
        font-size: smaller;
    }
    .request-contract-flow .flow-content-arrow {
        width:15px;
    }
    .request-contract-flow .step-image {
        margin-top: 20px;
        width: 70%;
    }
    .request-top-logo {
        width:90%;
    }
    .request-password {
        margin-top: -30px;
        margin-left: 290px;
    }
}

/* ラベル */
.label {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.1rem 0.3rem;
    color: #fff;
    font-size: 0.6rem;
    font-weight: normal;
    vertical-align: middle;
}
.label.req {
    background: #e3492f !important;
}
.label.any {
    background: #75a2e0;
}
.badge {
    color: #6f6f6f;
}

/*ページ共通部分　電話とメールエリア
  ---------------------------------------- */

.page-tel-mail-Area {
    margin: 5px 0;
}
.page-tel-mail-Area .inner {
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page-tel-mail-Area .tel-box,
.page-tel-mail-Area .mail-box {
    width: 100%;
}
.page-tel-mail-Area .tel-box {
    border-bottom: 1px solid #dde1e6;
    padding: 0 0 20px;
}
.page-tel-mail-Area .mail-box {
    padding: 20px 0 0;
}
.page-tel-mail-Area hr {
    border-top: 1px solid #dde1e6;
}
.page-tel-mail-Area p {
    font-size: 1rem;
}
.page-tel-mail-Area .tel-number:before {
    display: inline-block;
    content: "";
    width: 1.1rem;
    height: 47px;
    background: url(../image/sptel_icon.png) no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: top;
    margin-right: 0.5rem;
}
.page-tel-mail-Area .mail-support:before {
    display: inline-block;
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../image/guide_ctactmail.png) no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.3rem;
}
.page-tel-mail-Area .mail-support {
    margin-bottom: 10px;
}
.page-tel-mail-Area .tel-number,
.page-tel-mail-Area .tel-number a {
    font-size: 1.9rem;
    font-weight: bold;
}
.page-tel-mail-Area .tel-number a:hover {
    text-decoration: none;
}
.page-tel-mail-Area p.support-time {
    font-size: 0.8rem;
}
main .btn.supArea-contact {
    width: 100%;
    margin: 0 auto !important;
    font-size: 1rem !important;
    font-weight: normal;
    background: #fff;
    box-shadow: 0px 4px 0px 0px #dfdfdf;
}
main .btn.supArea-contact:hover {
    top: 2px;
    box-shadow: 0px 2px 0px 0px #dfdfdf;
}

@media screen and (max-width: 480px) {
    .page-tel-mail-Area p {
        font-size: 0.8rem;
    }
    main .btn.supArea-contact {
        font-size: 0.8rem !important;
    }
    .page-tel-mail-Area .tel-number,
    .page-tel-mail-Area .tel-number a {
        font-size: 1.5rem;
    }
    .page-tel-mail-Area .tel-number:before {
        width: 1.1rem;
        height: 38px;
        margin-right: 0.5rem;
    }
    .page-tel-mail-Area .mail-support:before {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.3rem;
    }
}
@media screen and (min-width: 801px) {
    .page-tel-mail-Area .inner {
        -webkit-display: flex;
        display: flex;
        justify-content: center;
    }
    .page-tel-mail-Area .tel-box,
    .page-tel-mail-Area .mail-box {
        width: 50%;
        max-width: 300px;
        padding: 30px;
    }
    .page-tel-mail-Area .tel-box {
        border-bottom: none;
    }
}

@media screen and (max-width: 800px) {
    .headerOverlay {
        top: 20vw;
    }
}

/****トップページの検索エリア****/
.search-h3 {
    font-size: 1.2rem;
}
.top-h2 .fa-search,
.search-h3 .fa-search {
    margin-right: 0.5rem;
    color: #000;
}
.sec-topsearch {
    padding: 30px 0 0;
}
.sec-topsearch .search-box .search-form-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
}
.sec-topsearch .top-h2 {
    margin-bottom: 15px;
}
.sec-topsearch .search-box .search-form-box input[type="text"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    height: 20px;
    max-width: 600px;
    transform: scale(1);
    padding: 15px 0;
}
.sec-topsearch .search-box .search-form-box input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #2e384f;
    color: #fff;
    padding: 13px 18px;
    font-weight: bold;
    font-size: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
}
.top-search-row {
    padding: 30px 0;
}
.top-search-row:not(:last-of-type) {
    border-bottom: 1px solid #d2d2d2;
}

/*メーカーから探す*/
.car-brand-ttl {
    font-size: 1rem;
    margin: 8px 0;
}
.search-brand-column:first-of-type {
    margin-bottom: 10px;
}
.brand-lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.brand-li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.brand-li:nth-of-type(3n) {
    margin-right: 0;
}
.brand-li a {
    display: block;
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    text-align: center;
    padding: 25px 0;
    background: #fff;
    font-size: 0.9rem;
    line-height: 1rem;
}
.brand-li a.line2 {
    padding: 17px 0;
}
.brand-li a:hover {
    background: #2e384f;
    color: #fff;
    text-decoration: none;
}

/*ボディタイプから探す*/
.carbody-search-box {
    margin-top: 15px;
}
.carbodys-list {
    display: flex;
    align-items: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.carbody-li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.carbody-li:nth-of-type(3n) {
    margin-right: 0;
}
.carbody-li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 0.9rem;
    line-height: 1rem;
}
.carbody-li.other a {
    padding: 0;
    height: 100%;
}
.carbody-li.other a .no-img-ttl {
    display: inline-block;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    padding-top: 20px;
}
.carbody-li a .car-image {
    display: block;
    width: 110px;
    height: 50px;
    margin: 0 auto 10px;
    background-position: center;
}
.carbody-li a .car-image.min {
    background: url(../image/top/car-min_off.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a .car-image.compact {
    background: url(../image/top/car-compact_off.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a .car-image.back {
    background: url(../image/top/car-back_off.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a .car-image.stwagon {
    background: url(../image/top/car-stwagon_off.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a .car-image.sedan {
    background: url(../image/top/car-sedan_off.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a .car-image.coope {
    background: url(../image/top/car-coope_off.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a .car-image.open {
    background: url(../image/top/car-open_off.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a .car-image.suv {
    background: url(../image/top/car-suv_off.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a .car-image.miniban {
    background: url(../image/top/car-miniban_off.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a .car-image.ban {
    background: url(../image/top/car-ban_off.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a .car-image.truck {
    background: url(../image/top/car-truck_off.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.carbody-li a:hover {
    background: #fffde9;
    background-position: center;
    background-size: contain;
    text-decoration: none;
}
.carbody-li a:hover .car-image.min {
    background: url(../image/top/car-min_on.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a:hover .car-image.compact {
    background: url(../image/top/car-compact_on.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a:hover .car-image.back {
    background: url(../image/top/car-back_on.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a:hover .car-image.stwagon {
    background: url(../image/top/car-stwagon_on.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a:hover .car-image.sedan {
    background: url(../image/top/car-sedan_on.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a:hover .car-image.coope {
    background: url(../image/top/car-coope_on.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a:hover .car-image.open {
    background: url(../image/top/car-open_on.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a:hover .car-image.suv {
    background: url(../image/top/car-suv_on.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a:hover .car-image.miniban {
    background: url(../image/top/car-miniban_on.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a:hover .car-image.ban {
    background: url(../image/top/car-ban_on.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.carbody-li a:hover .car-image.truck {
    background: url(../image/top/car-truck_on.png) no-repeat;
    background-position: center;
    background-size: contain;
}

/*価格帯から探す*/
.pricerange-search-box {
    margin: 15px 0;
    border-bottom: 1px solid #d2d2d2;
}
.pricerange-lists {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.pricerange-li {
    width: 32%;
}
.pricerange-li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    line-height: 1rem;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
}
.pricerange-li a:hover {
    background: #2e384f;
    color: #fff;
    text-decoration: none;
}
/*地域から探す*/
.regions-search-box {
    margin: 15px 0;
}
.regins-lists {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}
.regins-lists .region-li {
    width: calc(50% - 1px);
    border-bottom: 1px solid #bdbdbd;
}
.regins-lists .region-li:last-child {
    border-bottom: none;
}
.regins-lists .region-li:nth-child(odd) {
    border-right: 1px solid #bdbdbd;
}
.regins-lists .region-li a {
    display: block;
    padding: 10px 0 10px 20px;
}

@media screen and (min-width: 801px) {
    .sec-topsearch .top-h2 {
        font-size: 1.5rem;
    }
    .top-h2 .fa-search,
    .search-h3 .fa-search {
        margin-right: 0.5rem;
    }
    .top-search-row.flex .search-colum {
        width: 48%;
    }
    .top-search-row.flex .search-colum:first-child {
        margin-right: 4%;
    }
    .sec-topsearch {
        padding: 20px 0 0;
    }
    .sec-topsearch .search-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sec-topsearch .search-box h2 {
        width: 31%;
        margin-bottom: 0;
    }
    .sec-topsearch .search-box form {
        width: 65%;
        max-width: 730px;
    }
    .sec-topsearch .search-box .search-form-box {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 730px;
    }
    .sec-topsearch .search-box .search-form-box input[type="text"] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        height: 30px;
        padding: 10px 0;
        max-width: 730px;
        overflow: hidden;
    }
    .sec-topsearch .search-box .search-form-box input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #2e384f;
        color: #fff;
        padding: 12px 20px;
        font-weight: bold;
        font-size: 1.1rem;
        position: absolute;
        top: 0;
        right: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-left: none;
    }
    .top-search-row {
        padding: 15px 0;
    }
    .top-search-row:not(:last-of-type) {
        border-bottom: 1px solid #d2d2d2;
    }

    /*メーカーから探す*/
    .search-brand-column {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .search-brand-box {
        margin-top: 20px;
    }
    .car-brand-ttl {
        width: 10%;
        font-size: 1rem;
        margin: 0;
    }
    .brand-lists {
        width: 90%;
        height: 60px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .brand-li {
        width: 10%;
        margin-right: 1%;
        margin-bottom: 15px;
    }
    .brand-li:nth-of-type(3n) {
        margin-right: 1%;
    }
    .brand-li:last-child {
        margin-right: 0;
    }
    .brand-li a {
        display: block;
        width: 100%;
        border: 1px solid #bdbdbd;
        border-radius: 4px;
        text-align: center;
        padding: 20px 0;
        background: #fff;
        font-size: 0.9rem;
        line-height: 1rem;
    }
    .brand-li a.line2 {
        padding: 12px 0;
    }
    .brand-li a:hover {
        background: #2e384f;
        color: #fff;
        text-decoration: none;
    }
    /*ボディタイプから探す*/
    .carbody-search-box {
        margin-top: 15px;
    }
    .carbodys-list {
        display: flex;
        align-items: center;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .carbody-li {
        width: 15.5%;
        margin-right: 1%;
        margin-bottom: 10px;
    }
    .carbody-li:nth-of-type(3n) {
        margin-right: 1%;
    }
    .carbody-li:nth-of-type(6n) {
        margin-right: 0;
    }
    .carbody-li a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        font-size: 0.9rem;
        line-height: 1rem;
    }
    .carbody-li.other a {
        padding: 0;
        height: 100%;
    }
    .carbody-li.other a .no-img-ttl {
        display: inline-block;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        padding-top: 25px;
    }
    /*価格帯から探す*/
    .pricerange-search-box {
        margin: 15px 0;
        border-bottom: none;
    }
    .pricerange-lists {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .pricerange-li {
        width: 32%;
    }
    .pricerange-li a {
        display: block;
        width: 100%;
        padding: 13px 0;
        text-align: center;
        line-height: 1rem;
        background: #fff;
        border: 1px solid #bdbdbd;
        border-radius: 4px;
    }
    .pricerange-li a:hover {
        background: #2e384f;
        color: #fff;
        text-decoration: none;
    }
    /*地域から探す*/
    .regions-search-box {
        margin: 15px 0;
    }
    .regins-lists {
        display: flex;
        flex-wrap: wrap;
        border-top: none;
        border-bottom: none;
    }
    .regins-lists .region-li {
        width: 18%;
        border-bottom: none;
        line-height: 0.9;
    }
    .regins-lists .region-li.region2 {
        width: 28%;
    }
    .regins-lists .region-li:last-child {
        border-bottom: none;
    }
    .regins-lists .region-li:nth-child(odd) {
        border-right: none;
    }
    .regins-lists .region-li a {
        display: block;
        padding: 10px 0 10px 20px;
    }
}
/* @media screen and (min-width: 641px) and (max-width: 800px) {
    .sec-topsearch .search-box .search-form-box {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .sec-topsearch .search-box .search-form-box input[type="text"] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        height: 20px;
        max-width: 600px;
    }
    .sec-topsearch .search-box .search-form-box input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #2e384f;
        color: #fff;
        padding: 13px 18px;
        font-weight: bold;
        font-size: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-left: none;
    }
    .top-search-row {
        padding: 30px 0;
    }
    .top-search-row:not(:last-of-type) {
        border-bottom: 1px solid #d2d2d2;
    }
} */
@media screen and (min-width: 801px) and (max-width: 1000px) {
    .regins-lists .region-li a {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 800px) {
    .h2-ttl {
        font-size: 1.44rem;
    }
    .search-colum:first-child {
        padding-bottom: 30px;
        border-bottom: 1px solid #d2d2d2;
    }
    .pricerange-search-box {
        border: none !important;
    }
    .search-colum:last-child {
        padding-top: 30px;
    }
    .p-faqList_ttl {
        display: table;
    }
    .p-faqList_ttl a {
        margin: 0 auto;
    }
    .p-faqList_ttl:after {
        display: table-cell;
        content: "＋";
        width: 1rem;
        vertical-align: middle;
        transition: all 0.2s linear;
    }
    .p-faqList_ttl.is-active:after {
        display: table-cell;
        content: "ー";
        width: 1rem;
        vertical-align: middle;
    }
}
@media screen and (min-width: 641px) and (max-width: 800px) {
    .sec-topsearch .search-box .search-form-box {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .sec-topsearch .search-box .search-form-box input[type="text"] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        height: 20px;
        max-width: 600px;
    }
    .sec-topsearch .search-box .search-form-box input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #2e384f;
        color: #fff;
        padding: 13px 18px;
        font-weight: bold;
        font-size: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-left: none;
    }
    .top-search-row {
        padding: 30px 0;
    }
    .top-search-row:not(:last-of-type) {
        border-bottom: 1px solid #d2d2d2;
    }
}

@media screen and (max-width: 480px) {
    /* font awesome custom */
    .fa.fa-question-circle {
        font-size: 1.1rem;
    }

    .search-colum:first-child {
        padding-bottom: 15px;
    }
    .search-colum:last-child {
        padding-top: 15px;
    }
    .h2-ttl {
        font-size: 1.1rem;
    }
    .search-h3 {
        font-size: 1.1rem;
    }
    .sec-topsearch {
        padding: 30px 0 0;
    }
    .sec-topsearch .search-box .search-form-box {
        width: 100%;
        max-width: 600px;
    }
    .sec-topsearch .search-box .search-form-box input[type="text"] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        height: 20px;
        max-width: 600px;
    }
    .sec-topsearch .search-box .search-form-box input[type="submit"] {
        height: 52px;
        padding: 10px 18px;
        font-size: 1rem;
        top: 0;
        right: -1px;
        border-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-left: none;
    }
    .top-search-row {
        padding: 15px 0;
    }
    .brand-li {
        margin-bottom: 5px;
    }
    .brand-li a {
        padding: 12px 0;
        font-size: 0.7rem;
        line-height: 0.9rem;
    }
    .brand-li a.line2 {
        padding: 5px 0;
    }
    .carbody-li {
        margin-bottom: 5px;
    }
    .carbody-li a {
        font-size: 0.8rem;
    }
    .carbody-li a .car-image {
        width: 70px;
        height: 26px;
        margin: 0 auto 8px;
    }
    .pricerange-li a {
        padding: 8px 0;
        font-size: 0.7rem;
        line-height: 1rem;
    }
    .regins-lists .region-li a {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 380px) {
    .sec-topsearch .search-box .search-form-box input[type="text"] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        height: 16px;
        max-width: 600px;
    }
    .sec-topsearch .search-box .search-form-box input[type="text"]::placeholder {
        font-size: 0.8rem;
    }
    .sec-topsearch .search-box .search-form-box input[type="submit"] {
        height: 48px;
        font-size: 0.8rem;
        padding: 8px 18px;
        font-size: 0.8rem;
        top: 0;
        right: -1px;
    }
}
