@charset "UTF-8";

/* メール配信停止完了ページ：hipro_all デザイン踏襲 */

.page-unsubscribe-complete .page-title-area h1.title:after {
  content: "メール配信停止完了";
  display: block;
  font-family: "dnp-shuei-mincho-pr6n", serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .page-unsubscribe-complete .page-title-area h1.title:after {
    font-size: 18px;
  }
}

.thanks_wrap {
  padding: 4em 0 8em;
}

.thanks_wrap .attention {
  font-size: 14px;
  margin-top: 1em;
}

.thanks_wrap .msg {
  font-weight: 500;
}
