/* カスタマイズ用CSS */
.ec-mypageRole{
    max-width: 1080px;
}
#page_mypage_change main{
    background-color: #fff !important;
}
.as-product-list .as-product{
    margin-bottom: 0;
}
.as-product .pro-img {
    min-height: 180px;
}
.as-series-product .as-product .pro-img ,
.as-alternative-product .as-product .pro-img{
    display: block !important;
}
.as-product-list .as-product .pro-img img,
.as-series-product .as-product .pro-img img,
.as-alternative-product .as-product .pro-img img,
.prod_slider .owl-carousel .owl-item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    height: auto !important;
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
}
.as-product-list .as-product .asp-inner{
    border: none;
}
#products_grid .oe_product_cart:not(.oe_list) .as-product{
    min-height: 100%;
    border: 1px solid #eee;
}
#products_grid .oe_list .as-product{
    border: 1px solid #eee;
}
#products_grid .as-product .pro-info .pro-info-ttl {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.3;
    color: #323232;
    margin: 0 0 5px;
}
.category-slide-section .as-product .pro-info .pro-info-ttl a {
    font-size: 13px;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    font-weight: 700;
}
.input_attention{
    width:100%;
    margin-top: -1em;
    margin-bottom: 1em;
}
@media only screen and (min-width: 768px){
.ec-historyRole .ec-historyRole__header{
    width: 22%;
}
}
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle{
    font-size: 1.2rem;
}
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice{
    font-size: 1rem;
}
#wrapwrap > main{-webkit-box-flex: 1; -webkit-flex: 1 0 auto; flex: none;}

/* 詳細ページスライダー対策 */
@media (min-width: 767px){
    .as-asa .as-product .asp-inner .pro-img {
        /* max-width: 226px; */
        max-width: 100% !important;
    }
}

/* トップスライダー調整 */
@media (max-width: 767px){
.swiper-pagination-bullet-active{
    background: #000;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
}

/* フッターのお問い合わせアイコン */
.cd-top.f_contact{

}
.cd-is-visible.f_contact{
    width:auto;
    /* padding:0 40px 0 25px; */
    padding:0 20px 0;
    right: 80px;
    /* background: #25A91D; */
    background:#00ab84;
    color: #ffffff;
    /* display:none; */
}
.cd-fade-out.f_contact {
}
a.f_contact:hover{
    color:#fff;
    /* background: #25A91D; */
    background:#00ab84;
}
.cd-top.f_contact img{
    width:33px;
    padding-right:5px;
    padding-bottom:3px;
}
@media (max-width: 767px) {
    .cd-is-visible.f_contact {
        bottom:50px;
        right:60px;
    }
    .input_attention{
        margin-bottom:2em;
    }
}

/* lazyloadで読み込み時にheight:0になる対策 */
img.lazyloaded{
    height:auto !important;
}

.accessory-section .recomended-title h2,
.recomended-section .recomended-title h2,
.recomended-title h2{
    margin: 0;
    font-size: 22px;
    color: #323232;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

/* 詳細ページタブ切り替え削除 */
@media (max-width: 991px){
    .accessory-section .recomended-title h2,
    .recomended-section .recomended-title h2{
        font-size: 30px;
    }
}
@media (max-width: 767px){
    .accessory-section .recomended-title h2,
    .recomended-section .recomended-title h2,
    .recomended-title{
        font-size: 22px;
    }
}
#more_info .recomended-title,
.series-section .recomended-title{
    border: none;
    text-align: center;
    padding: 0 0 40px;
}
.series-section .recomended-title h2{
    margin: 0;
    font-size: 22px;
    color: #323232;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-align:center;
}
@media(max-width: 991px) {
    #more_info .recomended-title,
    .series-section .recomended-title,
    .recomended-section .recomended-title{
        text-align:left;
    }
}
.recomended-title{
    display:block;
}
.tab-content > .tab-pane {
    display: block;
}

@media (min-width: 1201px) {
    #page_user_data .js_sale #products_grid .as-product-list .oe_product_cart:not(.oe_list) {
        -webkit-box-flex:0;
        -ms-flex: 0 0 25%;
        flex:0 0 25%;
        max-width:25%;
    }
}