.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: 186px;
  top: 41px;
}
#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 .entry-col-con a {
  text-decoration: underline;
}
#entry .entry-col-con a:hover {
  text-decoration: none;
}
#entry .entry-note {
  width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #entry .entry-note {
    width: 100%;
  }
}
#entry .entry-note ul {
  display: flex;
  margin-left: auto;
  margin-top: 10px;
  width: 250px;
}
@media screen and (max-width: 750px) {
  #entry .entry-note ul {
    width: 100%;
    padding: 0 28px;
  }
}
#entry .entry-note ul li {
  font-size: 14px;
  line-height: 2;
  margin-left: 1em;
  text-indent: -1em;
}
#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: 200px;
}
@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-table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 500;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  #prize .prize-table {
    margin-top: 10px;
  }
}
#prize .prize-table th {
  background-color: #976697;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  width: 372px;
  font-size: 16px;
  line-height: 1.6;
}
#prize .prize-table th {
  border-right: 20px solid transparent;
}
#prize .prize-table .malti td {
  border-top: 10px solid transparent;
}
@media screen and (max-width: 750px) {
  #prize .prize-table .malti td {
    border-top: none;
  }
}
#prize .prize-table td {
  background-color: #EAE0EA;
  padding: 10px 20px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}
#prize .prize-table td:last-child {
  width: 130px;
  text-align: right;
  white-space: nowrap;
}
#prize .prize-table .prize-note {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  color: #333;
}
@media screen and (max-width: 750px) {
  #prize .prize-table .prize-note {
    font-size: 12px;
    text-indent: -1em;
    margin-left: 1em;
  }
}
@media screen and (max-width: 750px) {
  #prize .prize-table {
    display: block;
  }
  #prize .prize-table tr {
    display: block;
    background-color: #EAE0EA;
    margin-bottom: 20px;
    overflow: hidden;
    background: none;
  }
  #prize .prize-table th,
  #prize .prize-table td {
    display: block;
    width: 100%;
    padding: 2px 5px 3px 10px;
    font-size: 15px;
    line-height: 1.6;
  }
  #prize .prize-table th {
    background-color: #976697;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
  }
  #prize .prize-table td:last-child {
    text-align: right;
  }
}

#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;
  }
}

#prize .prize-table .spacer-row {
  height: 10px;
}
@media screen and (max-width: 750px) {
  #prize .prize-table .spacer-row {
    display: none;
  }
}
#prize .prize-table .spacer-row td {
  padding: 0;
  background: transparent;
  border: none;
}

@media screen and (max-width: 750px) {
  #prize .prize-table tr {
    display: block;
    margin-bottom: 10px;
  }
  #prize .prize-table td {
    display: block;
    width: calc(100% - 90px);
  }
  #prize .prize-table td:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 74px;
    white-space: nowrap;
    padding: 0 10px;
  }
  #prize .prize-table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #prize .prize-table td {
    flex: 1 1 auto;
    min-width: 0;
  }
}
#prize .prize-table td.spacer-colum {
  display: none;
}
@media screen and (max-width: 750px) {
  #prize .prize-table td.spacer-colum {
    display: block;
    height: 5px;
    padding: 0;
    background-color: transparent !important;
    border: none;
    width: 100%;
  }
}

.prize-note {
  margin-top: 20px;
  font-size: 14px;
}
.prize-note + .prize-note {
  margin-top: 5px;
  text-indent: -25px;
  margin-left: 25px;
}
@media screen and (max-width: 750px) {
  .prize-note + .prize-note {
    text-indent: -25px;
    margin-left: 25px;
  }
}

#entry .entry-col-con p {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  #entry .entry-col-con p {
    font-size: 14px;
  }
}/*# sourceMappingURL=photo-campaign.css.map */