#pid_label .label-custom-detail-mv img {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  width: 100%;
}
#pid_label .label-custom-detail-mv .lazy-loaded {
  opacity: 1;
}
#pid_label .label-custom-topics {
  padding-bottom: 25px;
}

#pid_label .label-custom-topics .beams-custom-list-image {
  text-align: left;
  text-align: center;
  margin: 0 -12px 0 -13px;
  font-size: 0;
}

#pid_label .label-custom-topics  .beams-custom-list-image-item {
  text-align: center;
  display: inline-block;
  width: 25%;
  padding: 0 12px 0 13px;
  box-sizing: border-box;
  margin-bottom: 30px;
  vertical-align: top;
}
#pid_label .label-custom-topics  .beams-custom-list-image-item img {
  max-width: 100%;
  height: auto;
}
#pid_label .label-custom-topics  .beams-custom-list-image-item p {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-top: 15px;
}

#pid_label .label-custom-detail-button {
  width: 330px;
  line-height: 49px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
#pid_label .label-custom-detail-button a {
  display: block;
}
