@charset 'UTF-8';



/* container */
.car-ttl {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 9px;
    color: #000;
    line-height: 1.5;
}
.car-txt,.car-txt2 {
    color: #666666;
    font-size: 13px;
    line-height: 1.2;
}
.car-txt2 {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 2px;
}
.car-txt-red {
    color: #e10012;
}
.mod-text-indent-normal {
    font-size: 12px;
    color: #666666;
    margin: 0;
    line-height: 1.8;
}
.band-txt {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: bold;
}
.for-sp {
    display: none;
}
.seach-clear{
    cursor: pointer;
    -webkit-transition: 0.1s opacity linear;
    -moz-transition: 0.1s opacity linear;
    -ms-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
    
}

.seach-clear:hover{
    opacity: 0.7;
}
.search-btn{
    -webkit-transition: 0.1s background-color linear;
    -moz-transition: 0.1s background-color linear;
    -ms-transition: 0.1s background-color linear;
    -o-transition: 0.1s background-color linear;
    transition: 0.1s background-color linear;
    
}
.search-btn-area a:hover{
    text-decoration: none;
}
.search-btn:hover{
    
    background-color: #ffe8ea;
}
.lineup-car-item .car-block img{
    -webkit-transition: 0.1s opacity linear;
    -moz-transition: 0.1s opacity linear;
    -ms-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
    
}
/*.lineup-car-item:hover .car-block img{
    opacity: 0.8;
}*/
/*.search-num{
    text-align: right;
    width: 2em;
}*/

@media screen and (min-width: 1180px) {
    .fix-menu{
        display: none;
    }
    .lineup-notice-area{
        padding-right: 80px;
    }
    .carlineup-area{
        min-height: 800px;
    }
    .search-num-p {
        font-size: 13px;
        margin-bottom: 30px;
        margin-top: -20px;
    }

    .search-num {
        margin-left: 10px;
        font-weight: bold;
        font-size: 32px;
        color: #dc0012;
        
    }
    .fukidashi,.fukidashi2,.fukidashi3,.fukidashi4,.fukidashi5 {
        position: absolute;
        width: 195px;
        background-color: white;
        border:1px solid #e8e8e8;
        box-sizing: border-box;
        padding: 20px;
        font-size: 12px;
        line-height: 1.5;
        z-index: 2;
        top: -250px;
        left: -70px;
        /* box-shadow */
        box-shadow:3px 6px 13px -2px #ccc;
        -moz-box-shadow:3px 6px 13px -2px #ccc;
        -webkit-box-shadow:3px 6px 13px -2px #ccc;
    }
    
    .fukidashi:after {
        content: "";
        width: 10px;
        height: 15px;
        background-image: url(../images/fukidashi.png);
        display: block;
        position: absolute;
        bottom: -15px;
        right: 15px;
    }
    .fukidashi1{
        top: -142px;
        left: -79px;
    }
    .fukidashi2{
        top: -137px;
        left: -70px;
    }
    .fukidashi3 {
        top: -248px;
        left: -80px;
    }
    .fukidashi4 {
        top: -25px;
        left: 2px;
    }
    .fukidashi5 {
        top: -93px;
        left: -11px;
    }

    .l-contents-block__wrapper {
        width: 1105px;
        margin: 0 auto;
        position: relative;
    }
    .l-contents-block__inner {
        margin: 0;
        max-width: 850px;
    }
    .search-area {
        width: 260px;
        position: absolute;
        top: 120px;
        right: 0;
        /* overflow:hidden; */
        z-index: 20;
    }
    .search-list-block {
        background-color: #e3e3e3;
        margin-bottom: 1px;
        padding: 7px 20px 12px;
        clear: both;
        position: relative;
    }
    .seach-title {
        width: 180px;
        float: left;
        background-color: #8f8f8f;
        color: white;
        font-size: 16px;
        text-align: center;
        height: 44px;
        line-height: 44px;
    }
    .seach-clear {
        width: 80px;
        float: left;
        background-color: #2b2b2b;
        color: white;
        font-size: 13px;
        text-align: center;
        height: 44px;
        line-height: 44px;
        cursor: pointer;
    }
    .search-list {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 0px;
        position: relative;
    }
    .search-list span {
        font-weight: normal;
        font-size: 10px;
    }
    select {
        text-align: center;
        width:100px; 
        height: 38px;
        border: none;
        box-sizing: border-box;
        padding-left: 10px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../images/down_arrow-s_icon.png);
        background-size: 5px;
        background-repeat: no-repeat;background-position: 90%;
    }
    select::-ms-expand {
        display: none;
    }
    option {
        text-align: center;
    }
    :root input[type=checkbox] {
      position: absolute;
      left: -1000em;
    }
    :root input[type=checkbox] + label:before {
      content: "";
      display: inline-block;
      width  : 15px;
      height : 15px;
      margin : 0 .5em 0 0;
      background-color: white;
      vertical-align: bottom;
      position: relative;
      bottom: 5px;
    }
    :root input[type=checkbox]:checked + label:before {
        background-image: url(../images/check-active.png);

      background-size: 15px;
    }
    /*:root input[type=checkbox]:focus + label:before {
      outline: 1px dotted black;
    }*/
    label {
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
    }
    .search-list-check {
        margin-bottom: -2px;
    }
    .i-mark {
        width: 14px;
        padding: 9px 7px 5px 7px;
        cursor: pointer;
    }
    .search-btn {
        width: 100%;
        border:1px solid #e10012;
        height: 70px;
        font-size: 13px;
        color: #444444;
        line-height: 1.6;
        padding:15px 0 0 62px;
        box-sizing: border-box;
        
        background-image: url(../images/hearty_icon.png);
        background-repeat: no-repeat;
        background-size: 25px 27px;
        background-position: 20px;
        background-color: #fff;
        position: relative;
        font-weight: bold;
    }
    .search-btn.search-btn-used {
        background-image: url(../images/used_icon.png);
        background-size: 32px 30px;
        background-position: 17px;
        margin-top: 30px;
    }
    /* .search-area a:hover {
        text-decoration-color: #666;
    } */
    .search-btn-arrow {
        width: 8px;
        height: 15px;
        content: "";
        background-image: url(../images/right_arrow.png);
        background-repeat: no-repeat;
        background-size: 8px;
        position: absolute;
        top: 27px;
        right: 20px;
    }
    .seach-title span {
        display: none;
    }
}

@media screen and (max-width: 1099px) {

}
.br-sp {
    display: none;
}

@media screen and (min-width: 1366px) {
    .br-pc {
        display: inline-block !important;

    }
}
@media screen and (max-width: 1365px) {

    .br-pc {
        display: none;
    }
    .for-pc {
        display: none;
    }
    .for-sp {
        /* display: block; */
    }

}
.br-tab {
    display: none;
}
@media screen and (min-width: 1180px) {
    .support-bnr-container{
        position: relative;
        height: 100px;
    }
    .support-bnr{
        position: absolute;
        top: 0;
        width: 260px;
    }
    .support-bnr.is-fixed{
        position: fixed;
        
        top: auto;
        bottom: 0;
    }

    .support-bnr__dotted{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: -moz-linear-gradient(left, #9d7b82, #9d7b82 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
        background-image: -o-linear-gradient(left, #9d7b82, #9d7b82 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
        background-image: -webkit-linear-gradient(left, #9d7b82, #9d7b82 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
        background-image: linear-gradient(to right, #9d7b82, #9d7b82 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
        background-size: 10px 2px;
        height: 1px;
    }
    .search-list-block--support-s{
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 1179px) and (min-width: 768px) {
    .search-num-p {
        font-size: 13px;
        margin-bottom: 30px;
        margin-top: -20px;
    }
    .l-contents-block__inner {
        max-width: 100%;
    }
    .fukidashi,.fukidashi2,.fukidashi3,.fukidashi4,.fukidashi5 {
        position: absolute;
        width: 195px;
        background-color: white;
        border:1px solid #e8e8e8;
        box-sizing: border-box;
        padding: 20px;
        font-size: 12px;
        line-height: 1.5;
        z-index: 2;
        top: -140px;
        left: 24px;
        /* box-shadow */
        box-shadow:3px 6px 13px -2px #ccc;
        -moz-box-shadow:3px 6px 13px -2px #ccc;
        -webkit-box-shadow:3px 6px 13px -2px #ccc;
    }
   
    .fukidashi:after {
        content: "";
        width: 10px;
        height: 15px;
        background-image: url(../images/fukidashi.png);
        display: block;
        position: absolute;
        bottom: -15px;
        right: 90px;
    }
    .fukidashi2 {
        top: -148px;
        left: 35px;
    }
    .fukidashi3 {
        top: -247px;
        left: 25px;
    }
    .fukidashi4 {
        top: -61px;
        left: 43%;
    }
    .fukidashi5 {
        top: -98px;
        left: 12%;
    }
    .for-pc {
        display: none;
    }
    .for-sp {
        display: block;
    }
    /*.l-contents-block__inner {
        display: none;
    }*/
    .br-tab {
        display: inline-block;
    }
    .seach-title {
        width: 100%;
        background-color: #8f8f8f;
        color: white;
        font-size: 18px;
        text-align: center;
        height: 60px;
        line-height: 60px;
        display: block !important;
        margin-bottom: 50px;
    }
    .seach-title span {
        float: right;
        width: 60px;
        height: 42px;
        border-left:1px solid white;
        margin-top: 10px;
        background-image: url(../images/plus_icon.png);
        background-repeat: no-repeat;
        background-size: 11px;
        background-position: center;
    }
    .car-block img {
        height: auto !important;
        width: 100%;
    }
    .l-contents-block {
        padding-left: 20px;
        padding-right: 20px;
    }
    .search-area {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
        top: 0px;
        right: 0;
        overflow:hidden;
    }
    .search-list-block {
        background-color: #e3e3e3;
        margin-bottom: 1px;
        padding: 20px 40px 20px 50px;
        clear: both;
        position: relative;
    }
    .search-list-block:after{
      content: "."; 
      display: block; 
      height: 0; 
      font-size:0;  
      clear: both; 
      visibility:hidden;
    }
        
    .search-list-block{display: inline-block;} 

    /* Hides from IE Mac \*/
    * html .search-list-block {height: 1%;}
    .search-list-block{display:block;}
    /* End Hack */ 
    .search-list-block-half {
        width: 50%;
        float: left;
        box-sizing: border-box;
        clear: none;
        
    }
    .search-list-block-half1 {
        border-right: 1px solid white;
    }
    .search-area .seach-title {
        margin-bottom: 0;
    }
    .seach-clear {
        display: none;
    }
    .search-list-block .seach-clear,.seach-decision {
        width: 120px;
        float: right;
        background-color: #2b2b2b;
        color: white;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        display: block;
        margin-right: 10px;
    }
    .search-list-block2 {
        background-color: white;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 30px;
    }
    .seach-decision {
        background-color: #dc0012;
    }
    .search-list {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .search-list span {
        font-weight: normal;
        font-size: 10px;
    }
    select {
        text-align: center;
        width:100px; 
        height: 38px;
        border: none;
        box-sizing: border-box;
        padding-left: 10px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../images/down_arrow-s_icon.png);
        background-size: 5px;
        background-repeat: no-repeat;background-position: 90%;
        margin-bottom: 8px;
    }
    select::-ms-expand {
        display: none;
    }
    option {
        text-align: center;
    }
    :root input[type=checkbox] {
      position: absolute;
      left: -1000em;
    }
    :root input[type=checkbox] + label:before {
      content: "";
      display: inline-block;
      width  : 15px;
      height : 15px;
      margin : 0 .5em 0 0;
      background-color: white;
      vertical-align: bottom;
      position: relative;
      bottom: 5px;
    }
    :root input[type=checkbox]:checked + label:before {
        background-image: url(../images/check-active.png);

      background-size: 15px;
    }
    /*:root input[type=checkbox]:focus + label:before {
      outline: 1px dotted black;
    }*/
    label {
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
    }
    .search-list-check {
        margin-bottom: 5px;
        width: 33%;
        float: left;
        margin-top: -8px;
    }
    .i-mark {
        width: 14px;
        padding: 9px 7px 7px 7px;
        cursor: pointer;
    }
    .search-btn {
        width: 290px;
        float: left;
        font-weight: bold;
        border:1px solid #e10012;
        height: 70px;
        font-size: 13px;
        color: #444444;
        line-height: 1.6;
        padding:15px 0 0 72px;
        box-sizing: border-box;
        margin-top: 10px;
        background-image: url(../images/hearty_icon.png);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: 25px;
        position: relative;

    }
    .search-btn.search-btn-used {
        background-image: url(../images/used_icon.png);
        background-size: 32px;
        margin-left: 20px;
        background-position: 22px;
    }
    /* .search-area a:hover {
        text-decoration-color: #666;
    } */
    .search-btn-arrow {
        width: 8px;
        height: 15px;
        content: "";
        background-image: url(../images/right_arrow.png);
        background-repeat: no-repeat;
        background-size: 8px;
        position: absolute;
        top: 27px;
        right: 20px;
    }
    .search-num {
        margin-left: 10px;
        font-weight: bold;
        font-size: 32px;
        color: #dc0012;
        
    }
    .search-list-block-inner {
        margin-top: -10px;
        display: inline-block;
        margin-bottom: -13px;
    }
    .search-btn-area {
        width: 600px;
        margin:20px auto;
    }
    .band-txt {
        margin: 0 5px;
    }
    .search-area .seach-title span {
        background-image: url(../images/close_icon.png);
    }
    .car-block-wrapper {
        width: auto;
        /* margin-right: -30px; */
        /* margin-left: -30px; */
    }
    .car-block {
        padding: 0 30px;
    }
}
@media screen and (min-width: 768px) {
    
    .car-block {
        width: 33%;
        float: left;
        box-sizing: border-box;

    }
    .car-block img {
        height: 128px;
    }
    .car-block-wrapper {
        overflow: hidden;
        margin-bottom: 76px;
    }
    .car-txt-area {
        height: 120px;
    }

}

@media screen and (max-width: 767px) {
    .search-btn-area {
        margin-top: 40px;
        /* border-top: 1px solid #e3e3e3; */
    }
    .search-num-p {
        font-size: 13px;
        margin-bottom: 20px;
        margin-top: -20px;
    }
    .fukidashi,.fukidashi2,.fukidashi3,.fukidashi4,.fukidashi5 {
        position: absolute;
        width: 195px;
        background-color: white;
        border:1px solid #e8e8e8;
        box-sizing: border-box;
        padding: 20px;
        font-size: 12px;
        line-height: 1.5;
        z-index: 2;
        top: -140px;
        right: 14px;
        /* box-shadow */
        box-shadow:3px 6px 13px -2px #ccc;
        -moz-box-shadow:3px 6px 13px -2px #ccc;
        -webkit-box-shadow:3px 6px 13px -2px #ccc;
    }
    
    .fukidashi:after {
        content: "";
        width: 10px;
        height: 15px;
        background-image: url(../images/fukidashi.png);
        display: block;
        position: absolute;
        bottom: -15px;
        right: 7px;
    }
    
    
    .fukidashi2 {
        top: -140px;
        right: 14px;
    }
    .fukidashi3 {
        top: -242px;
        right: 14px;
    }
    .fukidashi4 {
        top: -16px;
        right: 14px;
    }
    .fukidashi5 {
        top: -93px;
        right: 14px;
    }
    .br-sp {
        display: inline-block;
    }

    .car-block {
        width: 50%;
        float: left;
        box-sizing: border-box;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .car-block img {
        width: 100%;
    }
    .car-block-wrapper {
        overflow: hidden;
        margin-bottom: 50px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .car-txt-area {
        height: 103px;
    }
    .seach-title {
        width: 100%;
        background-color: #8f8f8f;
        color: white;
        font-size: 18px;
        text-align: center;
        height: 60px;
        line-height: 60px;
        display: block !important;
        margin-bottom: 50px;
    }
    .seach-title span {
        float: right;
        width: 60px;
        height: 42px;
        border-left:1px solid white;
        margin-top: 10px;
        background-image: url(../images/plus_icon.png);
        background-repeat: no-repeat;
        background-size: 11px;
        background-position: center;
    }
    .car-block img {
        /* height: 132px !important; */
    }
    .l-contents-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-area {
        width: auto;
        /* margin-left: -15px; */
        /* margin-right: -15px; */
        top: 0px;
        right: 0;
        overflow:hidden;
    }
    .search-list-block {
        background-color: #e3e3e3;
        margin-bottom: 1px;
        padding: 20px 20px 0px 20px;
        clear: both;
        position: relative;
    }
    .search-list-block:after{
      content: "."; 
      display: block; 
      height: 0; 
      font-size:0;  
      clear: both; 
      visibility:hidden;
    }
        
    .search-list-block{display: inline-block;} 

    /* Hides from IE Mac \*/
    * html .search-list-block {height: 1%;}
    .search-list-block{display:block;}
    /* End Hack */ 
    .search-list-block-half {
        padding-bottom: 30px;
    }
    .search-area .seach-title {
        margin-bottom: 0;
    }
    .seach-clear {
        display: none;
    }
    .search-list-block .seach-clear,.seach-decision {
        width: 64px;
        margin-left: 9px;
        float: right;
        background-color: #2b2b2b;
        color: white;
        font-size: 13px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        display: block;
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .search-list-block2 {
        background-color: white;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 40px;
    }
    .seach-decision {
        background-color: #dc0012;
    }
    .search-list {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 20px;
        position: relative;
    }
    .search-list span {
        font-weight: normal;
        font-size: 10px;
    }
    select {
        text-align: center;
        width: 125px;
        height: 38px;
        border: none;
        box-sizing: border-box;
        padding-left: 10px;
        cursor: pointer;
        background-color: white;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../images/down_arrow-s_icon.png);
        background-size: 5px;
        background-repeat: no-repeat;
        background-position: 90%;
        -webkit-appearance: none;
        border-radius: 0;
    }
    select::-ms-expand {
        display: none;
    }
    option {
        text-align: center;
    }
    :root input[type=checkbox] {
      position: absolute;
      left: -1000em;
    }
    :root input[type=checkbox] + label:before {
      content: "";
      display: inline-block;
      width  : 15px;
      height : 15px;
      margin : 0 .5em 0 0;
      background-color: white;
      vertical-align: bottom;
      position: relative;
      bottom: 5px;
    }
    :root input[type=checkbox]:checked + label:before {
        background-image: url(../images/check-active.png);

      background-size: 15px;
    }
    /*:root input[type=checkbox]:focus + label:before {
      outline: 1px dotted black;
    }*/
    label {
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
    }
    .search-list-check {
        margin-bottom: 25px;
        width: 100%;
        float: left;
        margin-top: -8px;
        position: relative;
    }
    .search-list-check1 {
        width: 125px;
        float: left;
    }
    .search-list-check2 {
        width: 145px;
        float: left;
    }
    .i-mark {
        width: 14px;
        padding: 12px 10px;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: -10px;
    }
    .search-btn {
        width: 90%;
        margin: 0 auto;
        font-weight: bold;
        border:1px solid #e10012;
        height: 70px;
        font-size: 13px;
        color: #444444;
        line-height: 1.6;
        padding:15px 0 0 72px;
        box-sizing: border-box;
        margin-top: 10px;
        background-image: url(../images/hearty_icon.png);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: 25px;
        position: relative;

    }
    .search-btn.search-btn-used {
        background-image: url(../images/used_icon.png);
        background-size: 32px;
        background-position: 22px;
    }
    /* .search-area a:hover {
        text-decoration-color: #666;
    } */
    .search-btn-arrow {
        width: 8px;
        height: 15px;
        content: "";
        background-image: url(../images/right_arrow.png);
        background-repeat: no-repeat;
        background-size: 8px;
        position: absolute;
        top: 27px;
        right: 20px;
    }
    .search-num {
        margin-left: 10px;
        font-weight: bold;
        font-size: 32px;
        color: #dc0012;
        
    }
    .search-list-block-inner {
        margin-top: -23px;
        display: inline-block;
        margin-bottom: -32px;
    }

    .band-txt {
        margin: 0 5px;
    }
    .car-ttl {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: -0.04em;
    }
    .search-area .seach-title span {
        background-image: url(../images/close_icon.png);
    }

}

.search-btn-used{
    border: 1px solid #8f8f8f;
}
.search-btn-used .search-btn-arrow{
    background-image: url(../images/right_arrow_gray.png);
    
}
@media screen and (max-width: 1179px) {
    .fix-menu{
        display: block;
    }
    .search-list-block2{
        position: fixed;
        width: 100%;
        bottom: 0;
        background-color: #fff;
        margin-bottom: 0;
        z-index: 10;
        box-sizing: border-box;
        border-top: 1px solid #e3e3e3;
        left: 0;
    }
    .search-area{
        display: none;
    }

    #modal-container{
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow:auto;
        display: none;
        z-index: 100;
        -webkit-overflow-scrolling: touch;
    }
    .is-modal-show{
        overflow:hidden;
    }
    #modal-container.is-show{
        display: block;
    }

    .seach-decision{
        -webkit-transition: 0.1s opacity linear;
        -moz-transition: 0.1s opacity linear;
        -ms-transition: 0.1s opacity linear;
        -o-transition: 0.1s opacity linear;
        transition: 0.1s opacity linear;
        
    }
    .seach-decision:hover{
        opacity: 0.7;
        text-decoration: none;
    }
    .modal-contents{
        background-color: #fff;
        padding-bottom: 68px;
    }
    .modal-contents .search-area{
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .sp-search-ui-area{
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 101;
        -webkit-transition: 0.2s transform ease-out;
        -moz-transition: 0.2s transform ease-out;
        -ms-transition: 0.2s transform ease-out;
        -o-transition: 0.2s transform ease-out;
        transition: 0.2s transform ease-out;
        
    }

    .is-modal-show .sp-search-ui-area{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        
    }

}

.fukidashi-template{
    display: none;
}
@media screen and (min-width: 1800px) {
    .l-contents-block__wrapper {
        width: 1405px;
        margin: 0 auto;
        position: relative;
    }
    .l-contents-block__inner {
        max-width: 1100px;
    }
    .car-block {
        width: 25%;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1420px) {
    .l-contents-block__inner {
        max-width: 800px;
    }
    .l-contents-block__wrapper {
        width: 1020px;
    }
}

.link-support-container{
    clear: both;
    margin-top: 8px;
}

.link-support-container a{
    /* color: #262626; */
    display: inline-block;
    padding-left: 18px;
    background: url(../images/ico-link-arrow.png) 5px center no-repeat;
    background-size: 6px auto;
    font-size: 12px;
}

.link-support-container a:hover {
    color: #e60012;
}

@media screen and (max-width: 767px){
    .link-support-container{
        margin-top: 0px;
    }
    .search-list-block--support-s{
        padding-bottom: 20px;
    }
    
}