@charset "utf-8";

/*----------------------------------------
    .products_section
----------------------------------------*/
#contents .products_section {
  padding: 25px 0 45px 0;
}
.products_list li .name {
  margin-top: 40px;
}
.products_list li p.last {
  margin-top: 5px;
}
.products_list li p {
  margin: 20px 15px 0 15px;
  line-height: 1.4;
  text-align: left;
  position: relative;
}
.products_list .product img {
  width: 100%;
}
.products_list li
.products_list li p:before {
  content: "";
  clear: both;
  position: absolute;
  width: 3px;
  height: 3px;
  background: #ffcb17;
  margin-top: 5px;
}
.products_list li p a {
  font-size: 100%;
  text-decoration: underline;
  display: block;
  padding-left: 0px;
  word-break: break-word;
}
.sub_list li.current a {
  color: #ffcb17;
}
.products_list li p a:hover {
  text-decoration: none;
}
.navigation_area .sub_list li {
  width: 145px;
  padding: 16px 10px 27px 10px;
}
.navigation_area .sub_list ul:first-child li {
  padding: 23px 10px 0 10px;
}
.navigation_area .sub_list ul:first-child li:nth-child(5) {
  text-align: center;
}
.products_list li:nth-child(4n+1) {
  clear: both;
}
.sub_list ul {
  margin-left: 20px;
}
.navigation_area .sub_list ul:last-child li:nth-child(5) {
  padding: 16px 10px 27px 15px;
  text-align: center;
}

@media screen and (max-width : 1020px){
.sub_list ul {
  margin-left: 0;
}
.navigation_area .sub_list li {
  width: 143px;
  padding: 16px 0 27px 0;
}
.navigation_area .sub_list ul:first-child li {
  padding: 23px 0 0 0;
}

}
