@charset "UTF-8";
/* CSS Document */

/*下層MV*/
#home-appliances #lower_mv {
    background: url("../../assets/img/service/home-appliances/mv.webp") no-repeat;/*各ページごとに変更*/
    background-size: cover;
    background-position: center;
}
#home-appliances main {
    margin-top: 80px;/*各ページごとに変更*/
}
@media (max-width: 768px) {
    #home-appliances main {
        margin-top: 40px;
    }
}


/*外部サイトリンク*/
#home-appliances #links_wrapper .wrap {
    width: 60%;
    margin: 0 auto;
}
#home-appliances #links_wrapper .wrap img {
    vertical-align: middle;
    transition: 0.3s;
}
#home-appliances #links_wrapper .wrap .text {
    padding: 12px 20px;
    background: rgba(0,0,0,.75);
    color: #FFFFFF;
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    top: -8px;
}
#home-appliances #links_wrapper .wrap .text span {
    position: relative;
}
#home-appliances #links_wrapper .wrap .text span::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--LB-color);
    border-right: 2px solid var(--LB-color);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -20px;
    transition: 0.3s;
}
#home-appliances #links_wrapper .wrap a:hover img {
    opacity: 0.8;
}
#home-appliances #links_wrapper .wrap a:hover .text span::after {
    right: -25px;
}

@media (max-width: 960px) {
    #home-appliances #links_wrapper .wrap {
        width: 75%;
    }
}
@media (max-width: 768px) {
    #home-appliances #links_wrapper .wrap {
        width: 80%;
    }
    #home-appliances #links_wrapper .wrap .text {
        padding: 6px 12px;
        font-size: 1.6rem;
        letter-spacing: 1.3px;
        top: -6px;
    }
    #home-appliances #links_wrapper .wrap .text span::after {
        width: 9px;
        height: 9px;
        right: -15px;
    }
}
@media (max-width: 520px) {
    #home-appliances #links_wrapper .wrap {
        width: 100%;
    }
    #home-appliances #links_wrapper .wrap .text {
        top: -5px;
        font-size: 1.5rem;
        padding: 6px 20px 6px 10px;
    }
}


/*画像*/
#home-appliances .appliance_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
}


/*事業内容一覧*/
#home-appliances .service-list {
    margin-top: 0;
}
