


@charset "UTF-8";
/* 
======== CONTENTS ==========================================
	Site Name: ラインアップ
    2023.7.11
 =========================================================
*/

body{display:none;}

/*===============
 関連会社リンク
*/
.hs-flex--products-sp {
    margin-right: -1.25rem;
    margin-bottom: -1.25rem;
}
.hs-flex--products-sp .hs-flex__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px dotted #999;
}
@media screen and (max-width: 767px){
.JS .hs-flex--products-sp {
    margin-right: 0;
}
.JS .hs-flex--products-sp .hs-flex__item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0.9375rem;
}
.JS .hs-flex--products-sp .hs-flex__item:nth-child(2n+1):nth-last-child(-n+2), 
.JS .hs-flex--products-sp .hs-flex__item:nth-child(2n+1):nth-last-child(-n+2)~li {
    margin-bottom: 0.9375rem;
}
.JS .hs-flex--products-sp .hs-flex__item:last-child {
    margin-bottom: 0;
}
}
