.font-so {
  font-family: "Source Sans Pro", sans-serif;
}

body{
  height: 100%;
  overflow: scroll;
 -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}

body::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
        -webkit-appearance: none;
        scrollbar-width: none; 
}

body::-webkit-scrollbar-thumb{
  display:none;
        -webkit-appearance: none;
        scrollbar-width: none; 
}

@media screen and (max-width: 767px) {
  body{
    height: 100%;
   -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;
  }
}

li {
  list-style: none;
}

.rule .ruleBox {
  /*
  overflow-y: scroll;
  height: 60rem;
  border-radius: 6px;
*/
  padding: 2rem 2rem 2rem;
  letter-spacing: 0.1em;
  line-height: 1.65;
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  iframe#lineFrame {
    min-height: 40rem;
  }
  .rule .ruleBox {
    padding: 1rem 2.5rem 2rem;
  }
}

.rule .ruleBox .postTime {
  text-align: right;
  margin-bottom: 1rem;
}

.rule .ruleBox h2 {
  font-size: 1.9rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  padding-top: 2.5rem;
}

.rule .ruleBox p {
  padding-left: 5rem;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

.rule .ruleBox p.postTxt{
  padding-left: 0rem;
}

@media screen and (max-width: 767px) {
  .rule .ruleBox p {
    padding-left: 1rem;
  }
}

.rule .ruleBox ul, .rule .ruleBox ol {
  font-size: 1.6rem;
  padding-left: 4rem;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

.rule .ruleBox ul {
  list-style-type: none;
  text-indent: -1.7em;
  margin-left: 1.7em;
}

.rule .mediumTxt {
  font-weight: 500;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .rule .ruleBox ul, .rule .ruleBox ol {
    font-size: 1.3rem;
    padding-left: 1rem;
  }
}

.rule .btnWrap {
  padding: 7rem 0;
}

.rule .btnWrap {
  display: flex;
  justify-content: center;
}

.rule .btnWrap .btn-yellow {
  font-size: 16px;
  padding: 17px;
  background-color: #CDA827;
  width: 80%;
  max-width: 35rem;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 6px;
  position: relative;
  transition: all 0.3s ease;
}

.rule .btnWrap .btn-yellow:hover {
  opacity: 0.8;
}

.rule .btnWrap .btn-yellow::before {
  content: "\e909";
  font-family: "icomoon";
  font-size: 1.2rem;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.ruleBox ol {
  counter-reset: count 0;
}
.ruleBox ol li{
  position: relative;
  padding-left: 1rem;
}
.ruleBox .postStart li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  position: absolute;
  left: -1em;
}
@media screen and (max-width: 767px) {
  .ruleBox .postStart li:before {
    left: -0.5em;
  }

  .ruleBox .postStart li .postWrap li:before{
    left: -1.8rem;
  }
  .ruleBox .postStart li .postFin li:before{
    left: -1.5rem;
  }
}

.ruleBox ol ul li:before {
  display: none;
}

.rule .ruleBox ol.postWrap{
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .rule .ruleBox ol.postWrap{
     padding-left: 1rem;
  }
}

.ruleBox .postWrap li{
  position: relative;
  padding-left: 1rem;
}

.ruleBox .postWrap li:before {
  counter-increment: count 1;
  content:"("counter(count)")";
  position: absolute;
  left: -1.5rem;
}

.ruleBox .postStart li .postWrap li:before{
    left: -2.5rem;
  }
  .ruleBox .postStart li .postFin li:before{
    left: -2rem;
  }

@media screen and (max-width: 767px) {
  .ruleBox .postWrap li:before {
    left: -1rem;
  }
}


.ruleBox .postFin li{
  position: relative;
  padding-left: 1rem;
}

.ruleBox .postFin li:before {
  counter-increment: count 1;
  content:"("counter(count,lower-roman)")";
  position: absolute;
  left: -1.5rem;
}

@media screen and (max-width: 767px) {
  .ruleBox .postFin li:before {
    left: -1rem;
  }
}

.rule {
  overflow: hidden;
}

.rule .ruleBox{
  overflow-x: hidden;

    height: 55rem;
}

.bodyWrapper::-webkit-scrollbar { 
  display: none;
}

.rule::-webkit-scrollbar{
  position: relative;
  left: -30px;
}

.rule.terms,.rule.law{
  overflow-y: hidden;
  height: auto;
  border: none;
}

.ruleBox.termBox{
  height: 100%;
}

@media screen and (max-width: 767px) {
  .rule .ruleBox{
    width: 100%;
    height: 45rem;
  }

  .rule .ruleBox.termBox{
    width: 100%;
    height: 100%;
  }
}

.law .ruleBox{
  border: none;
}

/*# sourceMappingURL=map/rule.css.map */