/* Scss Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.wf-notosansjapanese {
  font-family: "Noto Sans Japanese";
}

.box3 {
  width: 95%;
  max-width: 740px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .box3 {
    width: 90%;
    max-width: 360px;
  }
}
.box3 ul {
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .box3 ul {
    grid-template-columns: auto;
    row-gap: 30px;
  }
}
.box3 ul li:first-child {
  width: 280px;
  margin: auto;
}
.box3 ul li:nth-child(2) {
  width: 360px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box3 ul li:nth-child(2) {
    position: static;
    margin-top: 30px;
  }
}
.box3 ul li:nth-child(2) .award {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .box3 ul li:nth-child(2) .award {
    position: static;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .box3 ul {
    display: block;
  }
}/*# sourceMappingURL=newitem.css.map */