@charset "UTF-8";
/* 汎用クラス
------------------------------------------------------*/
/*================================
アンケート内に使用されている青いボタン
================================*/
/*================================
アンケート内に使用されている青いボタン END
================================*/
/*================================
アンケート内に使用されている【戻る】などのグレーボタン
================================*/
/*================================
アンケート内に使用されている【戻る】などのグレーボタン END
================================*/
/*================================
会員登録・ログインなどの赤いボタン*
================================*/
/*================================
メンバーリサーチ導線ボタン
================================*/
/*====================================
↓↓ Pc Sp Common Style  ↓↓
=====================================*/
.historyWrapCol h2::before {
  position: absolute;
  content: '';
  border-left: 6px #262626 solid;
  width: 6px;
  height: 1em;
  bottom: 0.34em;
  left: 0;
}
.historyWrapCol h2::after {
  position: absolute;
  content: 'HISTORY';
  color: #b3b3b3;
  font-size: 0.5em;
  bottom: 14%;
  width: 100%;
  max-width: 100px;
  margin-left: 8px;
}

.txtBold {
  font-weight: bold;
}

.txtRed {
  color: #ff3c00;
}

.txtNoticeSize {
  font-size: 0.85em;
}

.lotteryCol h3 {
  border-left: #3179c3 5px solid;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 1%;
  margin-bottom: 4%;
}

.enqueteLotteryCatch {
  text-align: center;
  margin-top: 5%;
  font-size: 1.3em;
  font-weight: bold;
}

.lotteryEjoicaCol {
  border-top: 1px solid #f1f1f1;
  margin-top: 6%;
}
.lotteryEjoicaCol .lotteryContent {
  margin-top: 8%;
}

.lotteryWinningFlow {
  margin-top: 2%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.lotteryWinningFlow li {
  width: 48%;
  border: 1px solid #dddddd;
  margin-bottom: 3%;
  /*&:not(:last-child) {
    margin-bottom: 2%;
  }*/
}
.lotteryWinningFlow li .latteryContent {
  background: #f1f1f1;
  padding: 4% 8%;
  min-height: 110px;
  box-sizing: border-box;
}
.lotteryWinningFlow li .latteryContent .lotteryStep {
  color: #ffa531;
  font-weight: bold;
}
.lotteryWinningFlow li .latteryContent p {
  font-size: 0.8em;
}

.lotterImgWin {
  max-width: 585px;
  margin: 0 auto;
}

.lotterImgLose {
  max-width: 359px;
  margin: 2% auto 0 auto;
  text-align: center;
}

.notice {
  text-align: left;
}
.notice li {
  padding-left: 1em;
  text-indent: -1em;
}
.notice li h4 {
  margin-top: .5rem;
  font-weight: bolder;
  text-indent: -.5em;
}
.notice li span {
  font-size: .8em;
}
.notice li:not(:last-child) {
  margin-bottom: 1%;
}
.notice .ggl {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
}

.lotteryWinGift {
  margin: 5% auto;
  padding: 3%;
  border: 2px #575757 dashed;
}
.lotteryWinGift h3 {
  text-align: center;
  border-left: none;
}

.lotteryWinMethod ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.lotteryWinTerms {
  height: 300px;
  overflow-y: scroll;
  padding: 3%;
  border: 1px solid #575757;
}
.lotteryWinTerms h3 {
  margin-top: 5%;
}
.lotteryWinTerms h3:first-of-type {
  margin-top: 0;
}
.lotteryWinTerms ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.lotteryWinTIt {
  text-align: center;
}
.lotteryWinTIt::before {
  content: none;
  display: none;
}
.lotteryWinTIt::after {
  content: none;
  display: none;
}

.enqueteContetntEjoicaEnd {
  margin: 0 0 2% 0;
  padding: 2%;
  border: 3px solid #cef0ff;
  background-color: #f6fdff;
  border-radius: 10px;
}
.enqueteContetntEjoicaEnd p span {
  background: #cef0ff;
}
.enqueteContetntEjoicaEnd .attntion {
  font-size: 0.75em;
}
.enqueteContetntEjoicaEnd .notice {
  margin-top: 0.25rem;
}
.enqueteContetntEjoicaEnd .notice li span {
  font-size: 1em;
  background: #cef0ff;
}
.enqueteContetntEjoicaEnd .notice li:not(:last-child) {
  margin-bottom: 0.25rem;
}

/*--------------------------------------
history（応募履歴）
--------------------------------------*/
.txtCap {
  margin-bottom: 30px;
}

.noEntry {
  text-align: center;
}

.historyTable {
  width: 100%;
  margin: 7% 0 10%;
  word-break: break-all;
  /*.date  {
    width: 25%;
  }
  .status  {
    width: 25%;
  }*/
}
.historyTable tr:nth-child(odd) {
  background: #fafafa;
  border-top: 1px solid #efefef;
}
.historyTable th {
  background: #3179c3;
  padding: 5%;
  text-align: center;
  font-weight: bolder;
  color: #fff;
  border-right: 1px solid #73b1f3;
  display: none;
}
.historyTable th:last-child {
  border-right: 0;
}
.historyTable td {
  display: block;
  padding-left: 5%;
  padding-right: 5%;
  text-indent: -5em;
  margin-left: 5em;
}
.historyTable td:before {
  content: "名　　称：";
  font-weight: bolder;
  display: inline;
  color: #2b89ef;
}
.historyTable td span {
  font-weight: bolder;
}
.historyTable td:first-child {
  padding-top: 3%;
}
.historyTable td:first-child:before {
  content: "日　　付：";
}
.historyTable td:last-child {
  padding-bottom: 3%;
}
.historyTable td:last-child:before {
  content: "当選状況：";
}
.historyTable .historyWinLink {
  font-weight: bold;
}
.historyTable .historyWinLink a {
  color: #f9651c;
  transition: .3s;
}
.historyTable .historyWinLink a:hover {
  opacity: .7;
}

.pageNav {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  text-align: center;
  margin: -5px 0;
}
.pageNav li a {
  margin: 5px;
  border: 1px solid #efefef;
  padding: 6px 15px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.pageNav li a:hover, .pageNav li a.current {
  background: #3179c3;
  border: 1px solid #3179c3;
  color: #fff !important;
}
.pageNav li a.off {
  background: #efefef;
  border: 1px solid #efefef;
  color: #333 !important;
}
.pageNav li a.off:hover {
  background: #3179c3;
  border: 1px solid #3179c3;
  color: #fff !important;
}

p.pageNav a {
  margin: 5px;
  border: 1px solid #efefef;
  padding: 6px 15px;
  display: block;
}
p.pageNav a:hover {
  background: #3179c3;
  border: 1px solid #3179c3;
  color: #fff !important;
}
p.pageNav span {
  margin: 5px;
  border: 1px solid #efefef;
  padding: 6px 15px;
  display: block;
  background: #333;
  border: 1px solid #000;
  color: #fff !important;
}

.btnArrow {
  font-size: 1em;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
  color: #f9651c;
  text-decoration: underline;
}
.btnArrow:hover {
  color: #ffa274;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .historyTable {
    table-layout: fixed;
    margin: 50px 0;
  }
  .historyTable th {
    padding: 15px;
    display: table-cell;
  }
  .historyTable th br {
    display: none;
  }
  .historyTable td {
    padding: 25px 15px;
    display: table-cell;
    text-align: center;
    text-indent: 0;
    margin-left: 0;
    border-right: 1px solid #efefef;
  }
  .historyTable td:before {
    display: none;
  }
  .historyTable td:first-child:first-child {
    padding-top: 25px;
  }
  .historyTable td:first-child:last-child {
    border-right: 0;
    padding-bottom: 25px;
  }
  .historyTable td .date, .historyTable td .status {
    width: 22%;
  }
}
/*--------------------------------------
history（応募履歴）
--------------------------------------*/
/*====================================
↓↓ Pc Style  ↓↓
=====================================*/
@media screen and (min-width: 769px) {
  /*--------------------------------------
  --------------------------------------*/
  .lotteryCol h3 {
    margin-bottom: 1%;
  }
  .lotteryCol .enqueteLotteryCatch {
    margin-top: 3%;
  }

  .lotteryMV {
    width: 832px;
    margin: 0 auto;
  }

  .lotteryWinningFlow li {
    width: 210px;
  }
  .lotteryWinningFlow li .lotteryImg {
    display: block;
    width: 196px;
    margin: 0 auto;
  }

  .lotteryEjoicaCol {
    margin-top: 4%;
  }
  .lotteryEjoicaCol .lotteryContent {
    margin-top: 5%;
  }

  .enqueteContetntTxtBox + .lotteryEjoicaCol {
    margin: 4% 0;
  }
  .enqueteContetntTxtBox + .lotteryEjoicaCol .lotteryContent {
    margin-top: 5%;
  }
}
/*====================================
↓↓ Sp Style  ↓↓
=====================================*/
@media screen and (max-width: 768px) {
  /*--------------------------------------
  
  --------------------------------------*/
  .brNon {
    display: none;
  }
}
