.aw_catch_selection {
  height: 250px;
}

.aw_page .hero_2025 {
  width: 100%;
}

.aw_catch_selection .aw_catch_title img {
  width: 150px;
}

.award_title02 {
  padding: 15px 0;
}

.award_title02 h4 {
  color: #c9171e;
  font-size: 24px;
}

.award_title02 img {
  width: 75px;
}

.award_img img {
  width: 100%;
  object-fit: cover;
  margin: 0;
}

dl {
  padding: 20px 0 60px;
}

dl div {
  display: flex;
  padding: 0 80px 20px 0;
  margin-top: 20px;
  gap: 30px;
}

dl div:not(:last-child):not(.last-visible) {
  border-bottom: 2px solid;
}

dl div dt {
  background: #b39652;
  color: #fff;
  width: 100px;
  text-align: center;
  padding: 5px 0;
}

dl div dd {
  width: calc(100% - 130px);
  display: flex;
  align-items: center;
}

#award-company,
#award-department,
#award-product {
  font-size: 18px;
}

.award_link,
.award_back_link {
  width: 100%;
}

.award_link a,
.award_back_link a {
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 22.5px;
  font-weight: bold;
  transition: ease-in-out 0.3s;
}

.award_back_link a {
  border: 2px solid;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 22.5px;
  padding: 3px 0;
  margin: 30px 0 60px;
}

.award_link a:hover,
.award_back_link a:hover {
  background: #000 !important;
  color: #fff !important;
}

.award_back_link a:hover {
  border-color: #000 !important;
}

/* 最優秀賞の色設定 */
.award-gold dl div dt,
.award-gold .award_link a {
  background: #b39652;
}

.award-gold .award_title02 h4 span,
.award-gold .award_back_link a {
  color: #b39652;
}

.award-gold .award_img,
.award-gold dl div:not(:last-child):not(.last-visible),
.award-gold .award_back_link a {
  border-color: #b39652;
}

/* 優秀賞の色設定 */
.award-silver dl div dt,
.award-silver .award_link a {
  background: #a2a2a2;
}

.award-silver .award_title02 h4 span,
.award-silver .award_back_link a {
  color: #a2a2a2;
}

.award-silver .award_img,
.award-silver dl div:not(:last-child):not(.last-visible),
.award-silver .award_back_link a {
  border-color: #a2a2a2;
}

@media screen and (max-width: 767px) {

  .award_title02 {
    margin: 0;
  }

  .award_title02 h4 {
    font-size: 20px;
  }

  dl {
    padding: 20px 0;
  }

  dl div {
    padding: 0 0 20px 0;
    gap: 15px;
  }

  dl div dd {
    width: calc(100% - 115px);
    word-break: break-all;
  }

  .award_link a,
  .award_back_link a {
    font-size: 14px;
    padding: 10px 0;
  }

  .award_back_link a {
    margin: 20px 0 40px;
    padding: 8px 0;
  }

}

@media screen and (min-width: 768px) and (max-width: 1040px) {

  dl div {
    padding: 0 20px 20px 0;
  }

  dl div dd {
    width: calc(100% - 130px);
  }
}