@charset "utf-8";

/* ==========================================================================
   Regulation Page
========================================================================== */

.top_contents {
  padding: 30px 0 0;
}
.subTitle {
  padding-bottom: 0;
}

/* Regulation Area
------------------------------------------------------------*/
.regulation {
  max-width: 650px;
  margin: 0 auto 60px;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

.regulationTitle {
  margin: 60px 0 15px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.regulationSubTitle {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}

.extrasTitle {
  margin: 30px 0 10px;
}

.prizeBox {
  text-align: center;
}
.prizeBox .regulationTitle {
  margin: 30px 0 0;
}

.howtoBox {
  margin-top: 60px;
}
.howtoSumple {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
}
.howtoSumple_title {
  font-weight: bold;
}
.howtoSumple_text {
  margin: 10px 0;
  font-size: 12px;
}
.howtoSumple img {
  width: 100%;
  height: auto;
}

.infoText {
  position: relative;
  margin-top: 18px;
  padding: 15px 0 0 23px;
  border-top: solid 1px #999;
}
.infoText::before {
  position: absolute;
  top: 15px;
  left: 0;
  font-family: 'Fontawesome';
  content: "\f05a";
  color: #999;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}

.regulation a {
  text-decoration: underline;
}

.regulation a:hover {
  text-decoration: none;
}

.text_centerPC {
  text-align: center;
}

.regulation ul {
  margin: 0 0 15px 15px;
}

.regulation ol { /* 数字２桁の場合があるため、左余白おおめ */
  margin: 0 0 15px 25px;
}

.regulation ul li {
  list-style-type: disc;
}

.regulation ol li {
  list-style-type: decimal;
}

.regulation ul li,
.regulation ol li {
  margin-bottom: 7px;
}

.regulation ol.privacyList {
  margin-left: 1.5em;
}
.regulation ol.privacyList li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.5em;
}
.regulation ol.privacyList li::before {
  content: ""counter(cnt)"）";
}



/* ==========================================================================
   Responsive
========================================================================== */
@media screen and (max-width:768px) {

/* Regulation Area
------------------------------------------------------------*/
  .regulation {
    width: auto;
  }

  .regulationTitle {
    font-size: 18px;
  }

  .prizeBox {
    text-align: left;
  }

  .text_centerPC {
    text-align: left;
  }

}
