#contents .heading {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 2px;
}
#contents .content {
  margin-top: 30px;
  border-top: 1px solid #617C88;
  border-bottom: 1px solid #617C88;
  padding: 30px 0;
}
#contents .content .mar_t {
  margin-top: 25px;
}
#contents .content .block:not(:first-child) {
  margin-top: 50px;
}
#contents .content .block span {
  font-weight: bold;
  word-break: break-word;
}
#contents .content .block .spot-image {
  padding: 50px 0;
  border-top: 1px solid #617C88;
  border-bottom: 1px solid #617C88;
}
#contents .content .block .spot-image .description {
  margin-top: 15px;
  text-align: right;
  font-size: 14px;
}
#contents .content .block .store-introduction {
  padding-top: 50px;
  border-top: 1px solid #617C88;
  text-align: center;
}
#contents .content .block .store-introduction__text {
  margin-top: 30px;
}
#contents .content .block .btn {
  margin: 30px 0;
  text-align: center;
}
#contents .content .block .btn a {
  display: inline-block;
  padding: 25px 0;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 350px;
}
#contents .content .block .btn--yellow a {
  background: #e0ac3a;
}
#contents .content .block .btn--green a {
  background: #92cf7a;
}
#contents .content .block .btn--blue a {
  background: #3c4fdd;
}
#contents .content .block .btn--red a {
  background: #fe4b8e;
}