/* リダイレクトページ */
/* SPã®ã¿ã«ã™ã‚‹å¯¾å¿œ */
body {
  margin: auto;
  font-weight: bold;
}

.l-wrapper {
  background-color: #EDEDED;
  min-height: 100vh;
  position: relative;
}

/* main */
main {
  padding: 0 20px;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ */
.p-top-header {
  height: 48px;
  background-color: #fff;
}

.p-logo-dmkt__header--logo {
  max-width: 116px;
  max-height: 48px;
  line-height: 24px;
  margin-left: 16px;
  padding: 12px 0px 10px;
}

.p-top-content,
.p-entry-page__top--content {
  text-align: center;
}

.p-top-content {
  margin: 0 auto;
}

.p-main-title__entry--result {
  font-size: 22px;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
}

.p-main-subtitle__entry--result--sp {
  font-size: 14px;
  margin: 24px 0;
  text-align: center;
  font-weight: bold;
}

/* ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚¨ãƒªã‚¢ */
.p-middle-content__entry--result {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 0 26px;
  margin: 0 16px 24px;
}

.p-middle-content__entry--result--inner {
  display: inline-block;
}

.p-campaign-name__red--border,
.p-entry-account__red--border {
  color: #fff;
  font-size: 12px;
  background-color: #CF0E32;
  border-radius: 19px;
  padding: 5px 20px;
  margin-left: 16px;
}

.p-entry-account {
  margin: 10px 0 0 26px;
}

.p-middle-content__text {
  font-size: 18px;
  font-weight: bold;
}

.p-campaign-name {
  margin: 10px 26px 18px;
  font-weight: bold;
}

.account__red--border {
  color: #fff;
  font-size: 12px;
  background-color: #CF0E32;
  border-radius: 19px;
  padding: 5px 20px;
  margin-left: 16px;
}

.text_testpage {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  margin-top: 20px;
}

/* ãƒœã‚¿ãƒ³ã‚¨ãƒªã‚¢ */
.p-other-account__entry {
  font-size: 12px;
  margin: 24px 28px;
}

.p-other-account__entry p {
  font-size: 12px;
  font-weight: bold;
}

.p-main-subtitle__entry--result--sp a {
  text-decoration: underline;
}

a {
  color: #0000EE;
}

.p-advance-btn {
  display: block;
  position: relative;
  width: 270px;
  height: 38px;
  margin: auto;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background-color: #CF0E32;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  padding: 0 25px 0 15px;
}

.p-advance-btn>span {
  line-height: 38px;
}

.p-advance-btn__arrow {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

footer {
  background-color: #333333;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 24px 0;
}

footer p {
  color: #ffffff;
  text-align: center;
}