
.NewsListBasic005 {
  max-width: 1140px;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'LucidaGrandeRegular', Helvetica, Arial, sans-serif;
  background-color: #f9f9f9;
}

.NewsListBasic005__item {
  background-color: #fff;
  background-size: cover;
  margin-bottom: 60px;
  padding: 30px;
  box-shadow: 0px 2px 3px 0px #e7e7e7, 0px -1px 2px 0px #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-decoration: none !important;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
  .NewsListBasic005__item {
    padding: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 960px) {
  .NewsListBasic005__item {
    padding: 20px 60px;
  }
}

.NewsListBasic005__item:hover .NewsListBasic005__item-img {
  opacity: 0.8;
}

.NewsListBasic005__item:hover .NewsListBasic005__item-more {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .NewsListBasic005__item-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.NewsListBasic005__item-img {
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .NewsListBasic005__item-img {
    max-width: 275px;
  }
}

.NewsListBasic005__item-right {
  margin-top: 30px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
  .NewsListBasic005__item-right {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .NewsListBasic005__item-right {
    margin-left: 325px;
  }
}

.NewsListBasic005__item-title {
  font-family: 'LucidaGrandeBold', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #1e1e20;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.NewsListBasic005__item-date {
  font-family: 'LucidaGrandeRegular', Helvetica, Arial, sans-serif;
  font-size: 0.5625rem;
  color: #676767;
}

.NewsListBasic005__item-text {
  font-size: 0.875rem;
  color: #454648;
  line-height: 1.3;
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
  .NewsListBasic005__item-text {
    padding-right: 100px;
  }
}

.NewsListBasic005__item-more {
  color: #4a90e2;
  font-size: 0.875rem;
  display: block;
}