html body .contents.contents01 {
  padding: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  html body .contents.contents01 {
    padding: 0 0 4rem;
  }
}
html body .contents.contents01 .contents_wrapper {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 4rem 1rem;
}
@media screen and (max-width: 991px) {
  html body .contents.contents01 .contents_wrapper {
    padding: 2rem 1rem;
  }
}
html body .contents.contents01 .contents_wrapper .contents_inner {
  max-width: 940px;
  margin: auto;
}
html body .contents.contents01 .contents_wrapper .contents_inner .award_list_wrapper .award_list .award_list_image {
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body .contents.contents01 .contents_wrapper .contents_inner .award_list_wrapper .award_list .award_list_image {
    min-height: auto;
  }
}
html body .contents.contents01 .contents_wrapper .contents_inner .award_list_wrapper .award_list .award_list_title {
  font-size: 0.875rem;
}

/*# sourceMappingURL=award.css.map */
