@charset "UTF-8";

body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'Helvetica Neue', sans-serif;
  text-align: center;
}

@media (max-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
p,
blockquote,
fieldset,
div {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul li,
ol li {
  list-style: none;
}

table {
  padding: 0;
  margin: 0;
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

table,
pre,
code,
select,
input,
textarea,
kbd,
var,
ins,
del,
samp {
  font-size: 100%;
}

address,
cite,
dfn,
em,
strong,
var,
th,
ins,
del,
samp {
  font-style: normal;
  font-weight: normal;
}

a img {
  border: 0;
}

hr.yjSeparation {
  display: none;
}

fieldset {
  border: none;
}

img {
  vertical-align: bottom;
}

#wrapper {
  min-width: 990px;
  font-size: medium;
  line-height: 1.56;
  color: #333;
  text-align: left;
}

.yjGuid {
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.yjSkip {
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.yj990-1 #contentsWrapper {
  padding-top: 20px;
}

.yj990-1 #contents {
  width: 990px;
  margin: 0 auto;
  text-align: left;
}

#yjContentsBody::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}

#yjContentsBody {
  position: relative;
  height: 1%;
}

#yjBreadcrumbs {
  padding-left: 7px;
  margin-bottom: 10px;
}

.breadcrumbs {
  font-size: 13px;
}

#emg,
#emg2,
#emg3 {
  text-align: center;
}

#emg2 br {
  display: none;
}

#emg > table,
#emg2 > table,
#emg3 > table {
  margin: 10px auto !important;
  text-align: left;
}

#emg strong,
#emg2 strong,
#emg3 strong {
  font-weight: bold;
}

.cf {
  display: block;
}

.cf::after {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  content: ".";
}

* html .cf {
  height: 1%;
}

a {
  color: #157599;
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #157599;
  text-decoration: none;
}

.textBold {
  font-weight: bold;
}

.textRed {
  color: #D61900;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

.textTop {
  vertical-align: top;
}

.textMiddle {
  vertical-align: middle;
}

.textBottom {
  vertical-align: bottom;
}

.textXSmall {
  font-size: x-small !important;
}

.textSmall {
  font-size: small !important;
}

.textMedium {
  font-size: medium !important;
}

.textLarge {
  font-size: large !important;
}

.textXLarge {
  font-size: x-large !important;
}

.marginB10 {
  margin-bottom: 10px !important;
}

.marginB20 {
  margin-bottom: 20px !important;
}

.marginB30 {
  margin-bottom: 30px !important;
}

.marginB40 {
  margin-bottom: 40px !important;
}

.marginB50 {
  margin-bottom: 50px !important;
}

.marginB60 {
  margin-bottom: 60px !important;
}

.marginB70 {
  margin-bottom: 70px !important;
}

.marginT10 {
  margin-top: 10px !important;
}

.marginT20 {
  margin-top: 20px !important;
}

.marginT30 {
  margin-top: 30px !important;
}

.marginT40 {
  margin-top: 40px !important;
}

.marginT50 {
  margin-top: 50px !important;
}

.marginL10 {
  margin-left: 10px !important;
}

.marginL20 {
  margin-left: 20px !important;
}

.marginL30 {
  margin-left: 30px !important;
}

.marginL40 {
  margin-left: 40px !important;
}

.marginL50 {
  margin-left: 50px !important;
}

.marginR10 {
  margin-right: 10px !important;
}

.marginR20 {
  margin-right: 20px !important;
}

.marginR30 {
  margin-right: 30px !important;
}

.marginR40 {
  margin-right: 40px !important;
}

.marginR50 {
  margin-right: 50px !important;
}

.noticeList li,
.noteList li,
.attentionList li {
  margin-left: 14px;
  text-indent: -14px;
}

.noticeList li::before {
  vertical-align: middle;
  content: '\30FB';
}

.noteList li::before {
  vertical-align: top;
  content: '\30FC';
}

.attentionList li::before {
  vertical-align: initial;
  content: '\203B';
}

/* 入れ子で「・」を使う場合 */
.noteList li .noticeList li::before,
.attentionList li .noticeList li::before {
  vertical-align: middle;
  content: '\30FB';
}

/* 入れ子で「ー」を使う場合 */
.noticeList li .noteList li::before,
.attentionList li .noteList li::before {
  vertical-align: top;
  content: '\30FC';
}

/* 入れ子で「※」を使う場合 */
.noticeList li .attentionList li::before,
.noteList li .attentionList li::before {
  vertical-align: initial;
  content: '\203B';
}

.titleLine {
  margin-bottom: 10px;
  font-size: large;
  font-weight: bold;
  line-height: 2em;
  color: #444;
  text-align: center;
  border-bottom: solid 3px #CCC;
}

hr.borderLine {
  height: 3px;
  margin: 20px 0;
  background: #CCC;
  border: none;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.inlineBox {
  display: inline-block;
}

.mainImg {
  width: 990px;
}

.mainImg img {
  display: block;
  width: 100%;
  max-width: 990px;
}

.contentsBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 40px;
  background: #FFF;
  border-radius: 0;
}

.contentsBox * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.campaign__headerInfo {
  position: relative;
  padding: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  background: #F6F6F6;
  border-top: 1px solid #EEE;
}

.campaign__headerDate {
  float: left;
  padding: 0 5px 0 0;
  overflow: hidden;
  letter-spacing: -0.4em;
}

.campaign__headerDate dt,
dd {
  display: inline-block;
  letter-spacing: normal;
}

.campaign__headerDetailAnchor {
  margin: 0 auto;
  text-align: center;
}

.campaign__headerDate + .campaign__headerDetailAnchor {
  float: left;
}

.campaign__headerInfo .snsBtnBox {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0;
  text-align: right;
}

.jsMessageBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 990px;
  padding: 10px;
  margin: 0 auto 10px;
  background: #e7fdef;
  border: 2px solid #34B906;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
}

.lineMessageBox {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
  background: #FFF5E0;
  border-radius: 5px;
}

.warningArea__historyLink + .warningArea__topLink,
.warningArea__warningText + .warningArea__historyLink,
.warningArea__warningText + .warningArea__topLink {
  padding: 10px 0 0 0;
}

.warningArea__topLink {
  font-size: 18px;
  font-weight: bold;
}

.lineMessageBox .yid--hasMessage {
  display: inline-block;
}

.is-entryDone {
  padding: 0 0 5px 0;
  font-size: 14px;
  text-align: center;
}

.tcardMessageBox {
  margin-bottom: 20px;
  font-size: 13px;
  color: #444;
}

.messageTopBox {
  margin: 10px 0;
  line-height: 1;
}

.messageTopBox .messageTopLink {
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
}

.messageHistoryBox {
  font-size: 80%;
}

.prTcard {
  margin-bottom: 40px;
  text-align: center;
}

.lotTimes {
  margin-bottom: 20px;
  text-align: center;
}

.entryDate {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.lotDate {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

.lotTimes dt,
.lotTimes dd,
.entryDate dt,
.entryDate dd,
.lotDate dt,
.lotDate dd {
  display: inline-block;
}

.lotTimes dd {
  font-weight: bold;
}

.entryDate dt,
.lotDate dt {
  color: #92722C;
}

.prizeInfoImg {
  margin-bottom: 40px;
  text-align: center;
}

.kujiInfoBox {
  margin-top: 40px;
  background: #FAFAFA;
  padding: 20px;
  border-radius: 5px;
}

.kujiInfoBox h2 {
  margin-bottom: 10px;
  font-size: large;
  font-weight: bold;
  line-height: 1.5em;
  padding: 10px 0;
  color: #333;
  text-align: center;
  border-bottom: solid 3px #CCC;
}

.expandBox .ptsContent {
  font-size: 14px;
  text-align: left;
}

.expandBox .ptsContent dl {
  margin-bottom: 10px;
}

.expandBox .ptsContent dl dt::before {
  display: inline;
  margin-right: 3px;
  font-size: 6px !important;
  color: #B2AFA5;
  vertical-align: middle;
  content: "●";
}

.expandBox .ptsContent dd {
  padding-left: 10px;
  font-size: 14px;
  color: #666;
}

.expandBox .ptsContent dl dt {
  font-size: medium;
  font-weight: bold;
}

.promotionBox {
  margin: 20px 0;
  text-align: center;
}

.promotionBox li {
  display: inline-block;
}

.promotionBox li.typeBig {
  display: block;
  padding: 0 50px;
  margin-bottom: 20px;
}

.promotionBox li.typeSmallLeft {
  margin-right: 20px;
}

.promotionBox a img {
  display: inline-block;
  width: inherit;
  max-width: 100%;
}

.expandBox .notice {
  margin-left: 15px;
}

.kujiTopBox {
  padding-right: 20px;
  text-align: right;
}

.kujiTopBox a {
  display: inline-block;
  padding: 3px 5px;
  background: #FFF;
}

.kujiTopBox a::before {
  content: "▲";
}

.spBox {
  display: none !important;
}

.maintenanceInfoBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 990px;
  padding: 5px;
  margin: 20px auto;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  border: 2px solid #DAC08B;
  border-radius: 5px;
}

.contentsWrapperWin {
  padding: 30px 0;
  background: #ED8A0B;
}

.prizeTitle {
  margin-bottom: 20px;
  text-align: center;
}

.prizeName {
  margin-bottom: 20px;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}

.prizeBox {
  padding: 0 56px;
  margin-bottom: 20px;
}

.prizeImg {
  float: left;
  width: 400px;
  overflow: hidden;
  text-align: center;
}

.couponBox {
  width: 700px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

.prizeImg + .couponBox {
  float: right;
  width: 400px;
  font-size: 14px;
  text-align: left;
}

.hasNoPrizeImg .couponBox {
  float: none;
  width: 700px;
  margin: 0 auto;
  text-align: center;
}

.expirationDate {
  padding: 0 0 10px 0;
  color: #D61900;
  text-align: center;
}

.prizeImg + .prizeExplanation {
  width: 700px;
  padding: 20px 0 0 0;
  margin: 0 auto;
  clear: both;
}

.couponCode {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 420px;
  padding: 10px;
  margin: 0 auto 10px auto;
  text-align: center;
  background-color: #F5FFC8;
  border: 3px solid #2DB200;
  border-radius: 5px;
}

.couponCode p {
  font-size: 16px;
}

.couponCode__text {
  display: inline-block;
  font-size: 16px;
  word-break: break-all;
}

.couponCode__label {
  font-size: 14px;
}

.prizeImg + .couponBox .couponCode__label,
.prizeImg + .couponBox .couponCode__text {
  display: block;
  padding: 0;
  text-align: center;
}

.hasNoPrizeImg .couponCode__text {
  text-align: left !important;
}

.showCoupon {
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
}

.prizePoint .prizeImg {
  float: none;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.prizePoint .couponBox {
  float: none;
  width: 700px;
  margin: 20px auto;
}

.contentsWrapperLose {
  padding: 30px 0;
  background: #E8E8E8;
}

.btnBox {
  margin-bottom: 20px;
  text-align: center;
}

.baseBtn {
  display: inline-block;
  width: auto;
  min-width: 280px;
  max-width: 100%;

  /*    padding: 0 10px; */
  padding: 15px 20px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;

  /*    line-height: 50px; */
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
}

div[data-area="btnActionTop"] .baseBtn {
  font-size: 24px;
}

.baseBtn:hover {
  text-decoration: none;
}

.baseBtn.btnTypeKujiOn {
  color: #FFF;
  background-color: #FF4405;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.baseBtn.btnTypeKujiOn:hover {
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  transition: all cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
}

.baseBtn.btnTypeKujiOn:visited {
  color: #FFF;
}

.baseBtn.btnTypeKujiOnRed {
  color: #FFF;
  background-color: #FF4405;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.baseBtn.btnTypeKujiOnRed:visited {
  color: #FFF;
}

.btnTypeKujiOff {
  color: #A3A3A3;
  background: #EAEAEA;
  box-shadow: none;
}

a.btnTypeKujiOff {
  color: #999;
  cursor: default;
}

a.btnTypeKujiOff:visited {
  color: #999;
}

.btnTypeLogin,
.btnTypeCommon {
  color: #666;
  background: #FEC643;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.baseBtn.btnTypeLogin:visited,
.baseBtn.btnTypeCommon:visited {
  color: #666;
}

/* --- entry-web ポイ活案件限定 start --- */
/* ボタン幅 */
.btnTypeOfferwall {
  position: relative;
  display: block;
}

/* 外部サイトアイコン */
.btnTypeOfferwall::after {
  content: '';
  display: inline-block;
  margin-left: 0.4em;
  width: 0.8em;
  height: 0.8em;
  background: url('https://s.yimg.jp/images/points/toku/common/img/icon_link_w.svg') no-repeat center center;
  background-size: contain;
  vertical-align: -0.05em;
}

/* ボタン押下時 */
.btnTypeKujiOff.btnTypeOfferwall {
  transition: color 0s, background 0s, filter 0s;
}

.btnTypeKujiOff.btnTypeOfferwall::after {
  background: url('https://s.yimg.jp/images/points/toku/common/img/icon_link_g.svg') no-repeat center center;
  background-size: contain;
  transition: filter 0s;
}
/* --- entry-web ポイ活案件限定 end --- */

.btnTypeLineAccount {
  color: #FFF;
  font-size: 26px;
  background-color: #06C755;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.baseBtn.btnTypeLineAccount:visited {
  color: #FFF;
}

a.btnTypeLineAccount:link, a.btnTypeLineAccount:visited, a.btnTypeLineAccount:hover, a.btnTypeLineAccount:active {
  color: #FFF !important;
}

.btnBox_lineNotes {
  margin: 16px 0 0 0;
  font-size: 14px;
}

.apn_and {
  width: 810px;
  margin: 0 auto;
  font-size: 14px;
}

.apn_and ol li {
  display: inline-block;
  margin: 0 10px;
}

.apn_and img {
  max-width: 100%;
}

.snsBox {
  margin: 10px 50px;
}

.snsBox .btnTwitter {
  display: inline-block;
  width: 105px;
}

.snsBox .btnFB {
  display: inline-block;
}

#footer {
  text-align: center;
}

#footer .footerLinks {
  margin: 40px 0 5px 0;
}

#footer .footerLinks li {
  display: inline;
  padding: 0 8px;
}

#footer address {
  padding: 10px 0 20px;
  font-size: 13px;
  line-height: 1.4;
  border-top: 1px solid #CCC;
}

.tieupBnr {
  text-align: center;
}

.tieupBnr li {
  display: inline-block;
  margin: 0 10px 20px;
}

.tieupLogo {
  text-align: center;
}

.tieupLogo li {
  display: inline-block;
  margin-bottom: 5px;
}

.tieupLogo2 {
  text-align: left;
}

.tieupLogo2 li {
  display: inline-block;
  margin-bottom: 5px;
}

.keywordOn {
  display: none;
}

.errKeyword {
  display: none;
  color: #D61900;
}

.keywordBox {
  margin-bottom: 20px;
}

.keywordBox p {
  font-weight: bold;
}

.btnActionKeyword__form {
  letter-spacing: -0.4em;
}

.btnActionKeyword__form * {
  letter-spacing: normal;
}

.btnActionKeyword__inputText {
  display: inline-block;
  height: 40px;
  padding: 12px 5px;
  margin: 0;
  font-size: 14px;
  color: #757575;
  line-height: 1;
  letter-spacing: normal;
  vertical-align: top;
  border: 1px solid #AAA;
  border-radius: 5px 0 0 5px;
  -webkit-appearance: none;
}

.btnActionKeyword__inputText[disabled] {
  color: #999;
  background: #EEE;
}

.btnActionKeyword__inputText.sp_keyword_form {
  width: 100%;
}

.btnActionKeyword__buttonConfirm {
  display: inline-block;
  width: 70px;
  height: 40px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #666666;
  vertical-align: top;
  cursor: pointer;
  background: #FEC643;
  border: 1px solid #FEC643;
  border-left: none;
  border-radius: 0 5px 5px 0;
}

/* ソーシャル */

.snsBtnBox {
  padding: 0 0 10px 0;
  font-size: 12px;
}

.contentsBox .snsBtnBox {
  text-align: center;
}

.snsBtnBox__item {
  display: inline-block;
  vertical-align: top;
}

.snsBtnBox__item.btnFacebook {
  height: 20px;
  line-height: 20px;
  background: #4267B2;
  border-radius: 3px;
}

.snsBtnBox__item.btnFacebook:hover {
  background: #274B95;
}

.snsBtnBox__item.btnFacebook img {
  display: inline-block;
  width: 12px;
  margin: 0;
  vertical-align: top;
}

.snsBtnBox__item.btnFacebook .snsBtnBox__itemLink {
  display: inline-block;
  padding: 0 4px;
  line-height: 1;
  color: #FFF;
}

.snsBtnBox__item.btnFacebook .snsBtnBox__itemLink span {
  display: inline-block;
  vertical-align: top;
}

.btnLINE img {
  display: inline-block;
  width: 82px;
  vertical-align: top;
}

.complianceArea {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border: 2px solid #DAC08B;
  border-radius: 5px;
}

.btnBox__complianceMailText,
.btnBox__optMsg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px auto;
  color: #666;
  text-align: center;
}

.btnBox__optMsg {
  max-width: 650px;
  font-size: 13px;
}

.btnBox__complianceMailText {
  padding: 10px;
  font-size: 14px;
  color: #D61900;
  background: #FFEBEB;
  border: 2px solid #FFCDD2;
  border-radius: 5px;
}

.noteArea {
  margin-bottom: 10px;
  font-size: 14px;
}

div[data-area="adHtmlArea"] img {
  display: inline-block;
  max-width: 100%;
}

/* いい買い物2017履歴 */

.lstDisc li {
  padding-left: 14px;
}

.lstDisc li::before {
  margin-left: -14px;
  vertical-align: middle;
  content: "\30FB";
}

.bannerEntryDone {
  margin-bottom: 20px;
  text-align: center;
}

.bannerEntryDone img {
  display: inline-block;
  max-width: 100%;
}

.has-fixed-footer {
  padding-bottom: 100px;
}

.btnBox.is-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.02);
}

/* SBプレミアム会員判定 */

.sbYPremium {
  text-align: center;
}

.sbYPremium img {
  display: inline-block;
}

.sbYPremium__title {
  margin-bottom: 10px;
}

.sbYPremium__Subtitle {
  margin-bottom: 10px;
  font-weight: bold;
}

.sbYPremium__Subtitle::before {
  padding-right: 5px;
  font-size: 16px;
  content: "▶︎";
}

.sbYPremium__text {
  display: inline-block;
  width: 500px;
  padding: 0 0 10px 0;
  font-size: 13px;
}

.sbYPremium__howTo {
  position: relative;
  display: inline-block;
  width: 450px;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  background: #F5F5F5;
  border: 2px solid;
}

.sbYPremium__howToQr {
  float: left;
  width: 28%;
}

.sbYPremium__howToTitle,
.sbYPremium__howToSet {
  float: right;
  width: 70%;
  line-height: 1.3;
}

.sbYPremium__howToTitle {
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.sbYPremium__howToSet {
  padding: 5px;
  font-size: 13px;
}

.sbYPremium__howToSet li {
  margin: 0 0 5px 0;
}

.baseBtn span {
  display: block;
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 16px;
}

/* APIクーポンエラー用 */
.errorMessageBox {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #D61900;
  background: #FFEBEB;
  border: 2px solid #EA3323;
  border-radius: 5px;
}

/* PayPay連携訴求モジュール */
.payRegBox {
  max-width: 500px;
  padding: 18px 24px;
  margin: 20px auto 0;
  font-size: 14px;
  text-align: left;
  background-color: #FFF;
  border: 1px solid #2F77F6;
}

.payRegBox h2 {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-weight: bold;
}

.payRegBox h2::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  background: url('https://s.yimg.jp/images/points/toku/campaign/pc/img/caution.png') no-repeat center;
  background-size: 18px;
}

.payRegLink {
  margin-top: 12px;
  background-color: #2F77F6;
  border-radius: 4px;
}

.payRegLink a {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

.btnBox_loginNotes {
  margin: 16px 0 0 0;
  font-size: 14px;
}

.yadsArea {
  margin: 40px auto 20px;
}

.yadsArea * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.yadsArea img {
  vertical-align: baseline;
}

.couponList {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.couponList li {
  width: 250px;
  margin: 0 30px 40px 0;
}

.couponList li:nth-child(3n) {
  margin-right: 0;
}

.couponList p {
  padding-top: 20px;
}

.msthdBlock {
  width: 990px;
  margin: 0 auto;
}

#fab.goTop {
  z-index: 2;
}

.lineForSafari {
  padding: 12px;
  margin: 0 0 12px;
  text-align: center;
  border: 2px solid #CCC;
  border-radius: 4px;
}

.lineForSafari__text {
  font-weight: bold;
}

.lineForSafari__btnBox {
  width: 100%;
}

.lineForSafari__btn,
.lineForSafari__btn:visited {
  display: inline-block;
  width: 280px;
  padding: 12px;
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background: #23A0CD;
  border-radius: 4px;
}

.optimalTextLayout {
  text-align: center;
}
