.hdr {
  color: #976697;
}

.sns #content-hdr {
  background: linear-gradient(to bottom, #fff 319px, #EAE0EA 319px, #EAE0EA 750px, transparent 750px);
}
@media screen and (max-width: 750px) {
  .sns #content-hdr {
    background: linear-gradient(to bottom, #fff calc((100vw - 40px) * 0.509), #EAE0EA calc((100vw - 40px) * 0.509));
  }
}

#entry .entry-col:nth-child(1) img {
  width: 100px;
  top: 23px;
}
#entry .entry-col:nth-child(2) img {
  width: 124px;
  top: 63px;
}
#entry .entry-col:nth-child(3) img {
  width: 206px;
  top: 61px;
}
#entry .entry-col-con {
  word-break: break-all;
}
#entry .sample {
  width: 860px;
  margin: 70px auto;
}
@media screen and (max-width: 750px) {
  #entry .sample {
    width: 100%;
    margin: 44px 0 56px;
    padding: 0 28px;
  }
}
#entry .sample h3 {
  color: #976697;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  #entry .sample h3 {
    font-size: 17px;
    line-height: 1.47;
    margin-bottom: 16px;
  }
}
#entry .sample-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #entry .sample-row {
    display: block;
  }
}
#entry .sample-col {
  width: 250px;
}
@media screen and (max-width: 750px) {
  #entry .sample-col {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #entry .sample-col + .sample-col {
    margin-top: 40px;
  }
}
#entry .sample-col p {
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #entry .sample-col p {
    line-height: 1.71;
  }
}

@media screen and (max-width: 750px) {
  #prize {
    margin-bottom: 35px;
  }
  #prize .inner {
    padding: 0 30px;
  }
}
#prize .prize-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 500;
  line-height: 30px;
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  #prize .prize-list {
    display: block;
    line-height: 1.43;
    margin-top: 10px;
  }
}
#prize .prize-list dt, #prize .prize-list dd {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 5px 5px 20px;
}
@media screen and (max-width: 750px) {
  #prize .prize-list dt, #prize .prize-list dd {
    display: block;
    padding: 2px 5px 3px 10px;
  }
}
#prize .prize-list dt {
  color: #fff;
  width: 340px;
  background-color: #976697;
}
@media screen and (max-width: 750px) {
  #prize .prize-list dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
#prize .prize-list dd {
  width: calc(100% - 350px);
  background-color: #EAE0EA;
  padding-right: 150px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #prize .prize-list dd {
    width: 100%;
    padding-right: 85px;
  }
}
#prize .prize-list dd span {
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#bg {
  margin-bottom: 125px;
}
@media screen and (max-width: 750px) {
  #bg {
    margin-bottom: 47px;
  }
}

#requirement {
  padding-top: 74px;
}
@media screen and (max-width: 750px) {
  #requirement {
    padding: 28px 0 35px;
  }
}
#requirement .inner {
  max-width: 940px;
}
@media screen and (max-width: 750px) {
  #requirement .inner {
    width: 100%;
    padding: 0 20px;
  }
}
#requirement .requirement-hdr {
  color: #976697;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 39px;
}
@media screen and (max-width: 750px) {
  #requirement .requirement-hdr {
    font-size: 17px;
    margin-bottom: 19px;
  }
}
#requirement dl {
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 750px) {
  #requirement dl {
    line-height: 1.71;
  }
}
#requirement dt {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  #requirement dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#requirement dd {
  margin-bottom: 52px;
}
#requirement dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  #requirement dd {
    margin-bottom: 29px;
  }
}