@charset "UTF-8";
/* 変数定義 */
.customer_voice_header {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .customer_voice_header {
    width: 100%;
  }
}
.customer_voice_header h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1e6aad;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .customer_voice_header h2 {
    width: 100%;
    overflow: hidden;
  }
}
.customer_voice_header h2 img {
  max-width: 100%;
  height: auto;
}
.customer_voice_header p {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1e6aad;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .customer_voice_header p {
    line-height: 18px;
    text-align: left;
  }
}

.related_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 20px;
  text-underline-offset: 3px;
}
@media screen and (max-width: 1024px) {
  .related_item {
    width: 90vw;
  }
}
.related_item:hover {
  text-decoration: none;
  opacity: 0.8;
}
.related_item:hover > .item_link {
  text-decoration: none;
  opacity: 0.8;
}
.related_item p {
  margin: 0;
}
.related_item .item_thumbnail {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .related_item .item_thumbnail {
    width: 80px;
    height: 80px;
  }
}
.related_item .item_thumbnail img {
  width: 100%;
  height: 100%;
}
.related_item .item_details .brand {
  font-size: 14px;
  font-weight: 400;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #999999;
}
.related_item .item_details .item_name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  color: #1e6aad;
}
.related_item .item_link {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}/*# sourceMappingURL=customer-voice.css.map */