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

section *, section *:before, section *:after {
    box-sizing: border-box;
}

section .lu__list_heading {
    background-color: #f3f3f3;
    padding: 20px;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
}

section .lu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

section .lu__list > li {
    width: calc((100% - 3rem ) / 2);
    display: flex;
    align-items: center;
}

section .lu__list > li:not(:last-child) {
    margin-bottom: 1rem;
}

section .lu__list > li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 1px;
    background-color: #000;
    margin-right: .5rem;
}
section .lu__list_heading + p {
    margin-bottom: 5rem;
}

section.afterservice .products-list {
    /*display: flex;
    flex-wrap: wrap;*/
    display: grid;
    gap: clamp(1rem, 4vw, 32rem);
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    margin-top: 3rem;
}

section.afterservice .products-list > li {
    margin-bottom: 1rem;
}

section.afterservice .products-list > li:nth-child(3n) {
    margin-right: 0;
}

section.afterservice .products-list > li figure {
    margin: inherit;
    border: 1px solid #e7e7e7;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    width: 100%;
    margin-bottom: .5rem;
    box-shadow: 0px 0px 10px #e7e7e7;
}

section.afterservice .products-list > li figure img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}

section.afterservice .products-list > li .product-name {
    text-align: center;
    font-weight: bold;
}

section.afterservice .products-list .btn__lineup {
    text-align: center;
    display: block;
    margin: .25rem 0;
    color: #000;
}

section.afterservice .products-list .btn__lineup span {
    transition: all .3s ease 0s;
    border: 1px solid #333;
    font-size: 14px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 15px;
}

section.afterservice .products-list .btn__lineup:hover span {
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 959px) {
#SMP------------------------{}
	
	h2 {
		font-size: 18px!important;
	}
	h2::after {
      	top: 1.8em!important;
    }
    section .lu__list > li {
        width: 100%;
    }

    section.afterservice .products-list {
        width: 80%;
        margin: 2rem auto 0;
    }

    section.afterservice .kakomi {
        background:url(../image/top_img_after01.jpg?v=1) center bottom no-repeat;
        background-color: #efefef;
        background-size: 100%;
		padding-bottom:75VW;
    }
}

@media screen and (min-width: 960px) {
#PC------------------------{}
    section.afterservice .kakomi {
        background:url(../image/top_img_after01.jpg?v=1) right center no-repeat;
        background-color: #efefef;
        background-size: 27%;
    }
}
