/* ============= color ============== */
.contents section {
  padding-top: 40px;
}

section.event a {
  display: block;
  margin: 30px auto 0;
  text-align: center;
}

section.event a img {
  width: 100%;
}

section.column {
  background-color: #e0dcd4;
}

.gotolist {
  text-align: right;
  margin: 20px auto auto;
}

.gotolist a {
  font-size: 1.6rem;
  background: #333;
  color: #fff;
  padding: 4px 16px;
  line-height: 1;
}

section.asked {
  background-image: url(../images/common/bgr2.png);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
}

article {
  position: relative;
}

article .new {
  position: absolute;
  padding: 3px 12px 4px;
  background: #d86a35;
  color: #fff;
  border-radius: 19px;
  top: -10px;
  right: -5px;
  font-size: 14px;
  line-height: 1;
  font-family: Montserrat;
  letter-spacing: 0.04em;
}
