/* .f-c-notice */
.f-c-notice {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  font-size: 14px;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.f-c-notice__item {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto 10px;
  max-width: calc(100% - 20px);
  position: relative;
  box-sizing: border-box;
}

@media (min-width: 988px) {
  .f-c-notice__item {
    flex-basis: 49%;
    margin: 5px 4px 5px 5px;
    max-width: calc(50% - 10px);
  }
  .f-c-notice__item:first-child:nth-last-child(1) {
    margin: auto !important;
    max-width: 60%;
  }
  .f-c-notice__item:first-child:nth-last-child(1) img {
    max-height: 280px;
  }
}

.f-c-notice__item-anchor {
  text-decoration: none;
}

.f-c-notice__img {
  max-height: 160px;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
}

.f-c-notice__title {
  padding: 5px 10px;
  color: #000;
  font-size: .9em;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.f-c-notice__check {
  background-color: #37ceb4;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  padding: 10px;
  width: 12em;
}
