@charset "utf-8";

.g-layout-block__content {
  position: relative;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.16);
}

@media print, screen and (max-width: 1080px) {
  .g-layout-block__content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.contents__ribbon {
  color: #ffffff;
  position: absolute;
  top: -2px;
  left: 20px;
  border-radius: 2px;
  padding: 10px 15px 10px 15px;
  text-align: center;
  box-shadow: 0px 4px 20px 0px #00000029;
  background: linear-gradient(180deg, #5ABEFF 0%, #8FD3FF 100%);
}

.g-layout-block__content:nth-of-type(2n) .contents__ribbon {
  background: linear-gradient(180deg, #0DE4A6 0%, #75F3CF 100%);
}

.contents__ribbon-main {
  font-weight: 700;
  line-height: 1em;
  font-size: 32px;
  margin-bottom: 5px;
}

.contents__ribbon-sub {
  font-size: 10px;
}

.contents__img-area {
  text-align: center;
  margin: 20px auto 10px;
}

@media print, screen and (max-width: 1080px) {
  .contents__img-area {
    margin-top: 0;
  }
}

.contents__img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8px;
  background-color: #DDF2FF;
}

@media print, screen and (max-width: 1080px) {
  .contents__img {
    width: 70px;
    height: 70px;
    margin-bottom: 6px;
  }

  .contents__img img {
    width: 48px;
    height: 48px;
  }
}

.g-layout-block__content:nth-of-type(2n) .contents__img {
  background-color: #D5FEF4;
}

.contents__last-day {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #878D97;
  font-size: 8px;
}

.contents__question-count {
  color: #878D97;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 10px;
  font-weight: 600;
  text-align: right;

}

@media screen and (max-width: 1080px) {
  .contents__question-count {
    right: 15px;
  }
}

@media screen and (max-width: 1080px) {
  .g-layout-block--col-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (max-width: 1080px) {
  .contents__ribbon {
    padding: 10px;
    left: 5px;
  }

  .contents__ribbon-main {
    font-weight: 600;
    line-height: 1em;
    font-size: 32px;
    margin-bottom: 5px;
  }
}