/*=========================
  バッテリー検索共通
==========================*/
.search-title{
    margin: 0;
    padding: 0;
}
.other-battery .search-type-list li:last-child::before{
    height: 48px;
    top: 17px;
}
.search-area__block--list>li>a{
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}
.search-step__block--btns li a{
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pointer {
    cursor: pointer;
}
.pointer.nohover {
    cursor: unset ;
}
.refine-search__result tbody tr.link:hover {
    /* background-color: rgba(156,202,84,.15)!important; */
    background-color: #f4a452;
		box-shadow: 2px 2px 4px gray;
    /* box-shadow: 1px 1px 4px grey; */
    top: -1px;
    position: relative;
}
.refine-search__result tbody tr.link:hover td {
    color: #fff;
				/* border: 0; */
}
.refine-search__result tbody tr.link.nohover:hover {
    /* background-color: rgba(156,202,84,.15)!important; */
    background-color: inherit;
    box-shadow: none;
    top: 0;
}
.refine-search__result tbody tr.link.nohover:hover td {
    color: inherit;
}

/*注意書き*/
.caution__carousel--content{
    font-size: 1.4rem;
    padding: 0 32px 20px;
}
.caution__carousel--content .enclose{
    margin: 20px 10px 5px 0;
    padding: 5px 10px;
    border-radius: 0;
    background: #fff;
    color: #e47e24;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.caution__carousel--content h3{
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #999;
    position: relative;
    padding-left: 28px;
    line-height: 45px;
    margin-bottom: 40px;
}
.caution__carousel--content h3::before{
    content: "";
    display: block;
    width: 12px;
    height: 40px;
    background-image: url(../images/template/bg-battery-content-subtitle.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
}
.caution__carousel--content h4{
    font-size: 1.4rem;
}
.caution__carousel--content .tx_std{
    font-size: 1.4rem;
    margin-bottom: 20px;
}
/*=========================
  バッテリー検索結果
==========================*/
.step2 .search-area__type>li {
    width: 86.2px;
    height: 63px;
}
.step3 .caution__carousel {
    margin-bottom: 25px;
}
.step3 .refine-search__title {
    padding: 12px 32px;
    margin-bottom: 35px;
}
.step4 .fit-battery__table--container{
    width: auto;
}
.step4 .fit-battery__table tbody td{
    width: 285px;
}
.step4 .fit-battery__table tbody tr{
    display: flex;
}
.step4 .fit-battery__table tbody tr:first-child{
    display: table;
    width: 100%;
}
.step4 .fit-battery__table tbody tr:first-child td{
    display: table-cell;
    width: auto;
}
.refine-search__caption_small {
    font-size: 1.4rem;
    margin-top: 10px;
}
/* 注釈説明 */
.step4 .standard-battery__new .symbols {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
}
/*スクロールバー*/
.fit-battery__table{
    position: relative;
    overflow-x: scroll;
    padding-top: 20px;
}
.ps--active-x > .ps__rail-x{
    opacity: 1;
    background: rgb(224, 224, 224);
    top: 0;
    left: 0;
    height: 20px;
}
.ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x{
    background: #238966;
    height: 15px;
}
.refine-search__result{
    position: relative;
    padding-top: 20px;
}
/* .refine-search__result--container{
    width: 1300px;
} */
.search-car-model.step3 .refine-search__result--container{
    margin-top: 0px;
    margin-bottom: 10px;
}
.step4 .refine-search__result--container{
    margin-bottom: 10px;
}
.search__table-txt{
    margin-top: 60px;
    font-size: 1.6rem;
}
.refine-search__result thead th .table-tit {
    color: #fff;
}
.refine-search__result tbody th,
.refine-search__result tbody td {
    font-size: 1.4rem;
}
.step4 .fit-battery__table tbody tr.image td .product-image-inner {
    width: 100%;
    height: 100%;
}
.step4 .fit-battery__table tbody tr.image td .btn {
    display: block;
}
@media screen and (max-width: 480px){
    .step4 .fit-battery__table tbody td {
        width: 180px;
        white-space: normal;
    }
    .step4 .fit-battery__table tbody tr:first-child td {
        width: 180px;
    }
    .search-shop .other-battery__title {
        display: none;
    }
}
/*=========================
  その他用バッテリー検索共通
==========================*/
.other-battery-2 .search-type-list li:first-child::before{
    background-image: url(/assets/img/dealer/icon-car00.png);
}
.other-battery-2 .search-type-list li:last-child::before{
    background-image: url(/assets/img/dealer/icon-bike.png);
    height: 47px;
    top: 17px;
}
.other-battery-2 .search-type-list li:first-child a{
    padding-right: 50px;
}
.other-battery-2 .search-type-list li:last-child a{
    padding-right: 18px;
}
 @media screen and (max-width:768px){
    .other-battery-2 .search-type-list li:first-child a {
        padding-right: 76px;
    }
    .other-battery-2 .search-type-list li:last-child a {
        padding-right: 52px;
    }
}
@media screen and (max-width: 480px){
    .search-step__block--btns li {
        height: 60px;
    }
    .search-step__block--btns li a {
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/*-------------------------
  農機・建機用バッテリー
--------------------------*/
/* メーカーを選択　*/
.new_other_search_wrap .search-car-name{
    padding-top: 40px;
}
.new_other_search_wrap .search-step__block--btns li a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}
.wc-sm_contents{
    margin-top: 40px;
}
.wc-sm_contents iframe{
    width: 100%;
    min-height: 600px;
    border: none;
    overflow: hidden;
    display: none;
}

/* 機種カテゴリーを選択 */
.other-step2 .search-step__list .step{
    padding-right: 16px;
}

/* 商品紹介 */
.search-area__back{
    margin-top: 40px;
}
/* おすすめ商品ページ */
/* .step4 .refine-search__result--container tbody tr.nohover:nth-child(2n):hover{
    background-color: #fff!important;
} */
/* .step4 .refine-search__result--container tbody tr.nohover:hover{
    background-color: rgba(156,202,84,.15)!important;
} */
/*-------------------------
  ウォータークラフト・スノーモービル用バッテリー
--------------------------*/
/*メーカーを選択*/
.wc-sm_contents .search-car-certificate{
    padding: 0;
    box-shadow: none;
}
@media screen and (max-width: 1110px){
    .wc-sm_contents .search-step__list .label{
        font-size: 2.0rem;
    }
}
/* 検索結果 */

.wc-sm_contents .refine-search__result tbody tr.link:hover {
    /* background-color: rgba(156,202,84,.15)!important; */
    background-color: #f4a452!important;
    color: #fff;
}

/*-------------------------
  バイク用バッテリー
--------------------------*/
.search-bike-model{
    padding-top: 40px;
}
.search-bike-certificate{
    padding-top: 0;
    box-shadow: none;
}
.search-bike-certificate .search-step__list:last-child {
    display: flex;
}
.search-bike-model .search-step__block--btns li{
    border: 1px solid #f4a452;
}
.search-bike-model .search-step__block--btns li label{
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 14px;
}
.search-bike-model .search-step__block--btns li label input{
    margin-right: 10px;
}
.search-bike-model .search-step__block--btns li span{
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: 46px;
}
.search-bike-certificate .btn_search{
    background: none;
}
.search-bike-certificate .btn_search li{
    width: 250px;
    height: 60px;
    border-radius: 0;
}
.search-bike-certificate .btn_search li button{
    font-size: 1.8rem;
    line-height: 60px;
}
.other-battery-3 .search-type-list li:first-child::before {
    background-image: url(/assets/img/dealer/icon-car00.png);
}
.other-battery-3 .search-type-list li:first-child a{
    padding-right: 48px;
}
.other-battery-3 .search-type-list li:last-child::before{
    height: 48px;
    top: 16px;
}
.search-car-certificate .search-bike-step .search-step__list{
    width: 50%;
}
.bike-search-type-list{
    margin-bottom: 40px;
}
.bike-search-type-list li.car-model::before{
    background-image: url(/assets/img/dealer/icon-bike-model_or.png);
}
.bike-search-type-list li.car-certificate::before {
    background-image: url(/assets/img/dealer/icon-bike-certificate_or.png);
}
.bike-search-type-list li.car-name::before {
    background-image: url(/assets/img/dealer/icon-bike-name_or.png);
}
.certificate-form__label{
    font-size: 18px;
}
.bike_refine_menu{
    display: block;
}
.search-bike-certificate .refine-search__form{
    justify-content: center;
}
.search-bike-certificate .refine-search__result tbody tr:nth-child(2n):hover {
    background-color: rgba(156,202,84,.15)!important;
}
.search-bike-certificate .refine-search__result tbody tr:hover {
    background-color: #fff!important;
}
.search-car-certificate .search-bike-step .search-step__list{
    width: 50%;
}

/*=========================
  バッテリー検索SP
==========================*/

@media screen and (max-width:480px){
    .search-title h1 {
        font-size: 2.2rem;
    }
    .search-step__block--title {
        font-size: 1.6rem;
    }
    /*step4まで*/
    .search-car-name .search-step__list,
    .search-step__list{
        width: 14%;
        overflow: hidden;
    }
    .search-car-name .search-step__list.active,
    .search-step__list.active,
    .new_other_search_wrap .search-car-name .search-step__list.active{
        width: 58%;
    }
    /*step3まで*/
    .search-car-certificate .search-step__list,
    .search-car-name .search-step__list{
        width: 14%;
    }
    .search-car-certificate .search-step__list.active,
    .search-car-name .search-step__list.active{
        width: 72%;
    }
    /*step2まで*/
    .search-car-certificate .search-bike-step .search-step__list{
        width: 14%;
    }
    .search-car-certificate .search-bike-step .search-step__list.active{
        width: 86%;
    }
    .search-step__list .step,
    .wc-sm_contents .search-step__list .label{
        padding-right: 16px;
        font-size: .6rem;
    }
    .search-step__list .step .num {
        font-size: 1.8rem;
    }
    .search-step__list .label{
        display: none;
    }
    .search-step__list.active .label{
        display: block;
        margin-top: 6px;
        font-size: 1.4rem;
    }
    .search-step__block--btns li a{
        font-size: 1.3rem;
    }
    .search-bike-model .search-step__block--btns li span{
        line-height: 1.2;
        word-break: break-all;
        font-size: 1.3rem;
    }
    .search-area__type{
        margin-bottom: 20px;
    }
    .step2 .search-area__type>li{
        width: 60px;
        height: 44px;
        margin-bottom: 5px;
    }
    .search-area__type>li>a{
        font-size: 1.2rem;
    }
    .search-area__block--title{
        padding-left: 10px;
        font-size: 1.6rem;
    }
    .other-battery-3 .search-type-list li:first-child a {
        padding-right: 80px;
    }
    .other-battery .search-type-list li:last-child a {
        padding-right: 76px;
    }
    .search-area__title {
        font-size: 1.4rem;
    }
    .tx_std{
        font-size: 14px;
    }
    .other-battery .search-type-list li:first-child a{
        padding-right: 54px;
    }
    .refine-search__form--list {
        width: 49%;
        margin-bottom: 10px;
    }
    .refine-search__form--list label{
        flex-direction: column;
    }
    .refine-search__form--list label .select-wrap select {
        font-size: 1.4rem;
    }
    .refine-search__form--list label .select-wrap select{
        height: 40px;
    }
    .refine-search__form--list label .select-wrap::after{
        height: 40px;
    }
    .search-step__certificate .certificate-form__label {
        font-size: 16px;
    }
    .search-bike-model .search-step__block--btns li label{
        padding-left: 5px;
        padding-right: 5px;
    }
    .search-bike-model .search-step__block--btns li label input {
        margin-right: 4px;
    }
    

}

/*=========================
  販売店を探す
==========================*/
.search-form__input--title:hover{
    cursor: auto;
}

/* MAP
-----------------------*/
.shop-detail__subcontainer.no-image{
    justify-content: flex-start;
}
.shop-detail__subcontainer.no-image .shop-detail__block:first-child{
    margin-right: 30px;
    width: 55%;
}
.shop-detail__subcontainer.no-image .shop-detail__block:last-child{
    width: 34%;
}
.battery-meister{
    max-width: 100%;
    width: 60%;
}
.battery-meister__block{
    /* display: block; */
    background: #fffae8;
    padding: 10px;
}
.battery-meister__title::after, .battery-meister__title::before{
    display: none;
}

.icons-type {
    justify-content: center;
}
@media screen and (max-width:1000px){
    .icons-type {
        justify-content: start;
    }
}
@media screen and (max-width:767px){
    .battery-meister{
        width: 95%;
    }
    .shop-detail__subcontainer.no-image .shop-detail__block:first-child{
        width: 100%;
    }
    .shop-detail__subcontainer.no-image .shop-detail__block:last-child{
        width: 100%;
    }
}
@media screen and (max-width:480px){
    .shop-detail__title span{
        font-size: 1.8rem;
    }
    .search-area__type>li{
        width: 68px;
        height: 50px;
        margin-bottom: 5px;
    }
    .search-area__block--list>li>a{
        font-size: 1.4rem;
    }
    .search-form__input--title{
        margin-bottom: 10px;
        height: 50px;
    }
    .search-form__input--title .text{
        line-height: 50px;
    }
    .search-form__input--block .inputs{
        padding: 12px 16px;
    }
    .search-form__under .search-form__input--block .inputs{
        padding: 20px 16px 20px;
    }
}

.search-area__maps--list .shop-list {
    height: auto;
    min-height: 94px;
}
ul.fit-battery__caution li {
    font-size: 1.4rem;
}

.search__table-txt a {
    color: #0D54FE;
}
