@charset "UTF-8";
.p-topSection:first-of-type {
 padding-top : 0rem;
}

.p-topSection > .l-content04 ul {	
    display: flex;
    margin-bottom: 2rem;
}

.p-topSection > .l-content04 ul li {
    width: 18rem;
 }

.p-topProducts_list_item {
 height:110px;
}


@media (max-width: 812px) {
.p-topSection:first-of-type {
 padding-top : 0rem;
}
.p-topSection > .l-content04 ul {	
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }

.p-topSection > .l-content04 ul li {
    width: 8.5rem;
  }

.p-topProducts_list_item {
  height:83px;
 }

}