/*----------------------------------------------------*/
/*                      awards                        */
/*----------------------------------------------------*/
.lower-mv.company {
  background-image: url(../img/company/company_lower_mv.jpg);
}

.awards__list {
  margin-top: 80px;
}

.awards__item {
	flex-wrap: nowrap;
}

.awards__item img {
	height: fit-content;
}

.awards__item:not(:last-child) {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.awards__img {
  margin-right: 50px;
  width: 25%;
}

@media (max-width: 768px) {
  .awards__img {
    width: 100%;
    height: auto;
  }
.awards__item {
	flex-wrap: wrap;
}
  .awards__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.awards__time {
  color: #999999;
  font-size: 14px;
  margin-bottom: 10px;
}

.awards__ttl {
  color: #e60416;
  font-size: 30px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .awards__ttl {
    font-size: 20px;
  }
}

.awards__txt {
  line-height: 1.7;
}
