.section-topic {
	padding-bottom: 120px;
  }
  
  .c-title{
  font-size:4rem;
}

.shop_ul{
  margin-top:50px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop_ul li{
  width:calc((100% - 60px)/3);
  margin-bottom:30px;
}

.shop_ul a{
  text-decoration: none;
}

.shop_li h3{
  margin-top:10px;
  color:black;
  text-decoration: none;
  font-size: 2rem;
}

.shop_li p{
  margin-top:3px;
  color: black;
  text-decoration: none;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px){
  .section-topic {
    padding-bottom: 600px;
    }
  .c-title{
    font-size:3.2rem;
  }
  .shop_ul{
    display:block;
  }
  .shop_ul li{
    width:100%;
  }
}