:root {
  --award: #d9b300;
}

.page_content .img_visual {
}

.page_content .page_block h4 {
  margin-bottom: 20px;
  padding-left: 65px;
  background: rgb(231, 225, 181);
  background: linear-gradient(175deg, rgba(231, 225, 181, 0.2) 0%, rgba(237, 205, 109, 0.2) 100%);
  border-left: 5px solid var(--award);
  position: relative;
  overflow: hidden;
}
.page_content .page_block h4::before {
  content: "";
  background: url(../../ja/award/images/ic_cw.webp);
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  background-repeat: no-repeat;
}
.page_content .page_block h4::after {
  content: "";
  background: url(../../ja/award/images/ic_cw.webp);
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 15px;
  opacity: 0.5;
  background-repeat: no-repeat;
}

.page_content .heading {
  text-align: center;
  font-weight: 900;
  font-size: 240%;
  color: var(--award);
  line-height: 1.3;
}
.page_content .list_winner h5 {
  padding-bottom: 0.5em;
}
.page_content .list_winner h5::before,
.page_content .list_winner h5::after {
  background: var(--award);
  background: rgb(199, 176, 0);
  background: linear-gradient(175deg, rgba(199, 176, 0, 1) 0%, rgba(255, 222, 123, 1) 100%);
}
.page_content .list_winner h5::after {
  display: none;
}
.list_winner figure {
  margin-bottom: 15px;
  text-align: center;
}
.list_winner figure img {
  max-width: 1000px;
}

.product_name {
  padding-top: 0.25em;
  font-weight: 700;
  font-size: 155%;
  color: var(--award);
}
.list_winner .list .product_name {
  font-size: 125%;
}

.product_detail {
  margin-top: 1em;
}
.product_detail dt {
  font-weight: 700;
  border-bottom: 1px dotted #dedede;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}
.product_detail dd {
}
.list_winner .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 840px) {
  .list_winner .list {
    grid-template-columns: 1fr;
  }
}

/* .page_content .page_block .img_visual {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
}
 */

@media screen and (max-width: 540px) {
  /*   .page_content .page_block .img_visual {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
  }
 */
}

@media screen and (max-width: 767px) {
}
