@charset "utf-8";
/* ---------------------------------------------------------------------------------
© 株式会社エーティーディー・ジャパン

HTML CSS Selectors related-product

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
関連製品
--------------------------------------------------------------------------------- */
.products-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 190px;
}
.products-list li {
  width: 378px;
  background-color: #fff;
  border-radius: 0 0 17px 17px;
  margin-bottom: 60px;
}
.products-list li:nth-of-type(even) {
  transition-delay:400ms;
}
.products-list__category {
  padding: 7px 16px;
  background-color: #46648A;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 600;
  color: #fff;
}
.products-list__img {
  height: 231px;
}
.products-list-in {
  padding: 20px 20px 88px;
  position: relative;
  font-size: 20px;
  line-height: 1.75;
}
.products-list-in__ttl {
  font-weight: 500;
  color: #627A86;
  text-decoration: underline;
}
.products-list-in__txt {}
.products-list-in__btn {
  width: 144px;
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  margin: auto;
}
.products-list-in__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 32px;
  background-color: #46648A;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}






