@charset "UTF-8";

.nav-index-01.col2>li {
  width: 40%;
  margin: 0 5% 5%;
}
.nav-index-01.col2>li span.img {
  text-align: center;
}
.nav-index-01.col2>li img {
  width: 79% !important;
}
@media only screen and (max-width: 480px) {
  .nav-index-01.col2>li {
    width: 100%;
    margin: 0;
  }
  .nav-index-01.col2>li img {
    width: 100% !important;
  }
}
.nav-index-01.TopCol02>li {
    width: calc((100% - 60px) / 2) !important;
    padding: 0 28px 0 27px !important;
}
.area-content.product-content .nav-index-01.TopCol02>li {
  width: calc((100% - 30px) / 2) !important;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .nav-index-01.TopCol02>li {
      width: 48.33333%;
      width: calc((100% - 16px) / 2);
      padding: 0 19px;
  }
}
@media only screen and (max-width: 481px) {
  .nav-index-01.TopCol02>li {
      width: calc(100% / 1) !important;
  }
  .area-content.product-content .nav-index-01.TopCol02>li {
    width: 100% !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .box-light-01>.lyt-img-02.img-l>.lyt-img-01, .lyt-img-02.img-r>.lyt-img-01 {
    float: left !important;
  }
}
.pgh-lead-01 {
  font-size: 2rem !important;
}
@media only screen and (max-width: 768px) {
  .pgh-lead-01 {
    font-size: 1.8rem !important;
  }
}
.box-light-01 img {
  max-width: 170px !important;
}
.box-light-01.area-content-inner {
  padding: 1em 0 !important;
}

/*Product Information*/
.product-content-inner ul li a{
  background-color: #e9b226;
  width: 100%;
  border: 3px solid #e9b226;
}
.product-content-inner ul li a:before{
  border-top: 3px solid #333;
  border-right: 3px solid #333;
}
.product-content-inner ul li a:hover{
  background-color: #fff;
  color: #333;
  text-decoration: none;
}