@charset "utf-8";

.rule-section {}

.rule-section:nth-child(n+2) {
  margin-top: 5em;
}

.rule-title01 {
  margin-bottom: 2em;
  /* font-size: 28px; */
  font-size: 2em;
  font-weight: bold;
  line-height: 1.44;
  /* color: #004A8A; */
  text-align: center;
}

.rule-title02 {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  /* font-size: 25px; */
  font-size: 1.78em;
  font-weight: bold;
  line-height: 1.44;
  color: #004A8A;
}
.rule-title02__number {
  width: 2em;
}
.rule-title02__number + .rule-title02__text {
  width: calc(100% - 2em);
}

.rule-title02__number2 {
  width: 3em;
}
.rule-title02__number2 + .rule-title02__text2 {
  width: calc(100% - 3em);
}

.rule-title03 {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  /* font-size: 22px; */
  font-size: 1.57em;
  font-weight: bold;
  line-height: 1.44;
}
.rule-title03__number {
  width: 3em;
}
.rule-title03__number + .rule-title03__text {
  width: calc(100% - 3em);
}

.rule-main-text {
  margin-top: 1em;
  /* font-size: 16px; */
  font-size: 1.14em;
  line-height: 1.5;
  color: #000;
}

.rule-text {
  /* font-size: 16px; */
  font-size: 1.14em;
  line-height: 1.5;
  color: #000;
}

.rule-text + .rule-text {
  margin-top: 0.5em;
}

.rule-text-number {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  /* font-size: 16px; */
  font-size: 1.14em;
  line-height: 1.5;
  color: #000;
}
.rule-text-number__number {
  width: 1.5em;
}
.rule-text-number__number + .rule-text-number__text {
  width: calc(100% - 1.5em);
}

.rule-list {
  margin-top: 3em;
}
.rule-list__item {

}
.rule-list__item:nth-child(n+2) {
  margin-top: 3em;
}

.rule-list__title {

}


.rule-sub-list01 {}
* + .rule-sub-list01 {
  margin-top: 3em;
}
.rule-sub-list01__item {}
.rule-sub-list01__item:nth-child(n+2) {
  margin-top: 3em;
}

.rule-sub-list02 {}
* + .rule-sub-list02 {
  margin-top: 1.5em;
}
.rule-sub-list02__item {}
.rule-sub-list02__item:nth-child(n+2) {
  margin-top: 1em;
}

/*----------------------------------------
  画面の横幅が450pxまで
----------------------------------------*/
@media (max-width: 450px) {


}