@charset "utf-8";
#regulation03 .wrap {
  padding-bottom: 160px;
}
.main_title {
  text-align: center;
  font-size: 38px;
  line-height: 1.4em;
  color: #897d55;
  font-weight: 500;
  margin: 0 0 45px;
  padding: 0;
}
.reg_box {
  display: inline-block;
  width: 100%;
  margin: 0 0 40px;
}
.reg_box:last-of-type {
  margin-bottom: 0;
}
.reg_box h3 {
  text-align: left;
  font-size: 22px;
  line-height: 1.4em;
  color: var(--mainColor);
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #cdcdcd;
}
ul.numble {
  width: 100%;
  display: inline;
  counter-reset: numble;
}
ul.numble > li {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 1.2em;
  text-indent: -1.2em;
}
ul.numble > li:before {
  counter-increment: numble;
  content: counter(numble) '.';
  margin: 0 7px 0 0;
}
ul.numble02 {
  width: 100%;
  display: inline;
  counter-reset: numble-kakko;
}
ul.numble02 > li {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 2em;
  text-indent: -2.6em;
}
ul.numble02 > li:before {
  counter-increment: numble-kakko;
  content: '（'counter(numble-kakko) '）';
  margin: 0;
}
ul.iroha {
  width: 100%;
  display: inline;
  counter-reset: iroha;
}
ul.iroha > li {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 1.4em;
  text-indent: -1.3em;
}
ul.iroha > li:before {
  counter-increment: iroha;
  content: counter(iroha,katakana-iroha);
  margin: 0 5px 0 0;
}
p.date {
  text-align: right;
}
.scrl_inner {
  min-width: 890px;
}




/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {

}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #intro .wrap {
    padding-bottom: 0;
  }
  #regulation02 .wrap {
    padding-bottom: 120px;
  }
  .main_title {
    margin: 0 0 40px!important;
  }
  .reg_box {
    font-size: 14px;
    line-height: 1.6em;
  }
  .reg_box h3 {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 0 5px;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}