<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.title {
  padding-top: 50px;
  font-size: 2.8rem;
  color: #f0037e;
  line-height: 1.2;
  letter-spacing: .3em;
}

@media(max-width: 480px) {
  .title {
    padding-top: 30px;
    font-size: 2.4rem;
    letter-spacing: .1em;
  }
}

/* Project */
.hero {
  margin-top: 50px;
}

@media (max-width:480px) {
  .hero {
    margin-top: 30px;
  }
}

.desc {
  margin: 20px auto;
}

@media (max-width: 800px) {
.desc {
    padding: 0;
    text-align: left;
}
}

.sponsor {
  margin: 0 auto 70px;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width:768px) {
  .sponsor {
    margin: 0 auto 50px;
  }
}

.contest {
  margin-bottom: 30px;
}

.message {
  background: #f33d9c;
  font-size: 2.0rem;
}

.contest h2 {
  margin-bottom: 20px;
  font-size: 2.0rem;
  color: #f0037e;
  letter-spacing: .1em;
  text-align: center;
}

.contest-guide th {
  width: 140px;
}

.contest-guide&gt;tbody th, .contest-guide&gt;tbody td {
  border: 1px solid #ccc;
}

.contest-guide&gt;tbody th, .contest-guide&gt;tbody td {
  padding: 20px;
  line-height: 1.7;
}

.contest-guide&gt;tbody th {
  font-weight: normal;
  text-align: center;
}

.contest-guide&gt;tbody td p {
  margin-bottom: 10px;
}

.contest-guide&gt;tbody td p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {

  .contest-guide&gt;tbody th, .contest-guide&gt;tbody td {
    display: block;
    padding: 10px;
    width: 100%;
    border: none;
  }
  .contest-guide&gt;tbody th {
    border-bottom: 1px solid #ccc;
  }
  .contest-guide&gt;tbody tr {
    border: 1px solid #ccc;
  }
}

.message-end {
  margin: 0 auto 70px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.message-endBtn {
  position: relative;
  margin-top: 30px;
  height: 63px;
  color: #575757;
  font-weight: normal;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #ddd;
}

.message-endBtn:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #858585;
  border-right: solid 2px #858585;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}</pre></body></html>