@import url("parts-group-link.css");

/*-------------------------------
---Common
-------------------------------*/

@media screen and (min-width: 1025px) {
  .more_btn.total a:hover,
  .item_link:hover .more_btn.single span {
    color: #008E98;
    border-color: #008E98;
  }
}

.more_btn.pdf a::before {
  content: '\f1c1';
}


/*-------------------------------
---.group_link
-------------------------------*/

.group_link ul {
  grid-template-columns: repeat(4, 1fr);
}

.group_link ul li.home {
  text-align: center;
}

.group_link ul li.home img {
  width: auto;
  height: 40px;
}
