@charset "UTF-8";

#awards1 + div .content_wrapper{
    display: flex;
    justify-content: space-between;
}
#awards1 + div .content_wrapper .heading{
    width: 15%;
    height: 80px;
    margin: auto;
}
#awards1 + div .content_wrapper .wrapper_item{
    width: 85%;
}
#awards2 + div .content_wrapper .wrapper_item{
    margin-left: 15%;
}
#awards1 + .composite_box01 .inner_item_img img,
#awards2 + .composite_box01 .inner_item_img img {
  object-fit: contain;
}
[id^=sp_awards] + .composite_box01 {
  display: none;
}
@media screen and (max-width: 768px){
#awards1 + .composite_box01,
#awards2 + .composite_box01 {
  display: none;
}
[id^=sp_awards] + .composite_box01 {
  display: block;
}
[id^=sp_awards] + .composite_box01 .inner_item_img img {
  object-fit: contain;
}
}
@media screen and (max-width: 480px){
[id^=sp_awards] + .composite_box01.block_images_1:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
  margin-bottom: 0 !important;
}
[id^=sp_awards] + .composite_box01 .inner_item:nth-child(n + 2) {
  margin-top: 2rem !important;
}
#sp_awards2 + .composite_box01,
#sp_awards3 + .composite_box01 {
  margin-top: 2rem !important;
}
}