@charset 'UTF-8';



/* container */
.l-contents-wrap .l-contents-block{
     padding-left: 14px;
    padding-right: 14px;
}
.car-ttl {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}
.car-txt,.car-txt2 {
    color: #666666;
    font-size: 13px;
    line-height: 1.7;
}
.car-txt2 {
    font-size: 12px;
    line-height: 1.3;
    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;
}
.car-text-link {
    padding: 0;
    margin: 0;
}
.car-text-link li {
    margin-bottom: 0px;
    list-style: none;
}
.car-text-link li a {
    background: url(/share/v2/images/ico-arrow-01.svg) no-repeat;
    background-position: left 7px;
    background-size: 7px auto;
    padding-left: 17px;
    font-size: 12px;
    color: #000000;
    margin: 0 0 5px;
    line-height: 1.8;
    display: block;
}
.car-text-link li a:hover {
    text-decoration: none;
}
.car-text-link li a .pdf {
    font-size: 11px;
    line-height: 11px;
    color: #ffffff;
    display: inline-block;
    background: #e60012;
    padding: 2px 4px 4px;
}
.height_auto {height: auto!important;}
.sp_only {display: none;}
/*.search-num{
    text-align: right;
    width: 2em;
}*/
@media screen and (min-width: 1366px) {
    .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: -157px;
        left: -79px;
    }
    .fukidashi2{
        top: -250px;
        left: -70px;
    }
    .fukidashi3 {
        top: -198px;
        left: -77px;
    }
    .fukidashi4 {
        top: -45px;
        left: -38px;
    }
    .fukidashi5 {
        top: -47px;
        left: -52px;
    }

    .l-contents-block__wrapper {
        width: 1105px;
        margin: 0 auto;
        position: relative;
    }
    .l-contents-block__inner {
        margin: 0 auto;
        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: 20px 20px 30px;
        clear: both;
        position: relative;
    }
    .seach-title {
        width: 180px;
        float: left;
        background-color: #8f8f8f;
        color: white;
        font-size: 18px;
        text-align: center;
        height: 60px;
        line-height: 60px;
    
    }
    .seach-clear {
        width: 80px;
        float: left;
        background-color: #2b2b2b;
        color: white;
        font-size: 13px;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }
    .search-list {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 15px;
        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: 5px;
    }
    .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;
        margin-top: 10px;
        background-image: url(../images/hearty_icon.png);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: 20px;
        position: relative;
    }
    .search-btn.search-btn-used {
        background-image: url(../images/used_icon.png);
        background-size: 32px;
        background-position: 17px;
    }
    .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 (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: -158px;
        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;
    }
    .fukidashi2,.fukidashi3,.fukidashi4,.fukidashi5 {
        display: none;
    }
    .fukidashi:after {
        content: "";
        width: 10px;
        height: 15px;
        background-image: url(../images/fukidashi.png);
        display: block;
        position: absolute;
        bottom: -15px;
        right: 90px;
    }
    .fukidashi2 {
        top: -158px;
        left: 35px;
    }
    .fukidashi3 {
        top: -118px;
        left: 27px;
    }
    .fukidashi4 {
        top: -118px;
        left: 36%;
    }
    .fukidashi5 {
        top: -118px;
        left: 67%;
    }
    .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;
    }
    .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: 70px;
    }

}

@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: -158px;
        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: -248px;
        right: 14px;
    }
    .fukidashi3 {
        top: -198px;
        right: 14px;
    }
    .fukidashi4 {
        top: -36px;
        right: 14px;
    }
    .fukidashi5 {
        top: -32px;
        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: 50px;
    }
    .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);
    }
    .sp_only {display: block;}

}






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

}

@media screen and (max-width: 767px) {

}



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

@media screen and (max-width: 767px) {
    
}



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

    
}
@media screen and (max-width: 1365px) and (min-width: 768px) {
    
}
@media screen and (max-width: 1365px) {
    .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;
    }
    .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;
    }
    .is-modal-show{
        overflow:hidden;
    }
    #modal-container.is-show{
        display: block;
    }

    .modal-contents{
        background-color: #fff;
        padding-bottom: 68px;
    }
    .modal-contents .search-area{
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

}

.fukidashi-template{
    display: none;
}
@media screen and (min-width: 1648px){
    .l-contents-block__inner{
        max-width:1050px;
    }
    .car-block{
        width:25%;
    }
}

.car-block{
  -moz-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
}
.car-block:hover{
    opacity:0.8;
}
@media screen and (min-width: 1366px) and (max-width: 1420px) {
    .l-contents-block__inner {
        max-width: 800px;
    }
}