@charset "UTF-8";
.under .numbers--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.under .numbers--2col__item {
  border-bottom: 1px solid #c1c1c1;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col__item {
    width: 48%;
    max-width: 395px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col__item {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col__item + .numbers--2col__item {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col + .numbers--2col {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col + .numbers--2col {
    margin-top: 40px;
  }
}

.under .numbers--2col .numbers--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col .numbers--img {
    height: 165px;
  }
}

.under .numbers--2col .numbers--img img {
  margin: auto;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col .numbers--img.is-img01 img {
    width: 161px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col .numbers--img.is-img01 img {
    width: 37.18309%;
  }
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col .numbers--img.is-img02 img {
    width: 165px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col .numbers--img.is-img02 img {
    width: 37.18309%;
  }
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col .numbers--img.is-img03 img {
    width: 133px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col .numbers--img.is-img03 img {
    width: 30.42253%;
  }
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col .numbers--img.is-img04 img {
    width: 134px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col .numbers--img.is-img04 img {
    width: 30.98591%;
  }
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col .numbers--img.is-img05 img {
    width: 159px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col .numbers--img.is-img05 img {
    width: 36.61971%;
  }
}

.under .numbers--2col #num-01,
.under .numbers--2col #num-02,
.under .numbers--2col #num-03 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col #num-01,
  .under .numbers--2col #num-02,
  .under .numbers--2col #num-03 {
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col #num-01,
  .under .numbers--2col #num-02,
  .under .numbers--2col #num-03 {
    margin: 0 auto 20px;
  }
}

.under .numbers--2col #num-01 > span,
.under .numbers--2col #num-02 > span,
.under .numbers--2col #num-03 > span {
  border-bottom: 3px solid #861c3c;
  padding-bottom: 12px;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col #num-03 {
    padding-top: 15px;
    margin: 0 auto 40px;
  }
}

.under .numbers--2col #num-04-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-bottom: 3px solid #861c3c;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col #num-04-01 {
    font-size: 17px;
    max-width: 365px;
    padding-top: 15px;
    padding-bottom: 3px;
    margin: 0 auto 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col #num-04-01 {
    padding-top: 25px;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

.under .numbers--2col #num-04-01 .text-small {
  display: block;
  padding-bottom: 3px;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col #num-04-01 .text-small {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col #num-04-01 .num-learge {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col #num-04-01 .num-learge {
    font-size: 35px;
  }
}

.under .numbers--2col #num-04-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-bottom: 3px solid #861c3c;
  padding-bottom: 3px;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col #num-04-02 {
    max-width: 365px;
    font-size: 17px;
    margin: 0 auto 25px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col #num-04-02 {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}

.under .numbers--2col #num-04-02 .text-small {
  display: block;
  padding-bottom: 3px;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col #num-04-02 .text-small {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col #num-04-02 .num-learge {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col #num-04-02 .num-learge {
    font-size: 35px;
  }
}

.under .numbers--2col #num-05 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col #num-05 {
    margin: 25px auto 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col #num-05 {
    margin: 25px auto 20px;
  }
}

.under .numbers--2col #num-05 > span {
  border-bottom: 3px solid #861c3c;
  padding-bottom: 12px;
}

.under .numbers--2col #num-05 .text-small {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col #num-05 .text-small {
    margin-bottom: -25px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col #num-05 .text-small {
    margin-bottom: -25px;
  }
}

.under .numbers--2col .num-learge {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  color: #861c3c;
  font-size: 54px;
}

.under .numbers--2col .numbers--list01 li {
  position: relative;
  padding-left: 13px;
  line-height: 1.8;
}

.under .numbers--2col .numbers--list01 li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #333;
}

.under .numbers--2col .numbers--list02 {
  margin-top: 20px;
}

.under .numbers--2col .numbers--list02 li {
  position: relative;
  line-height: 1.5;
  color: #555;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col .numbers--list02 li {
    font-size: 14px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col .numbers--list02 li {
    font-size: 12px;
    padding-left: 15px;
  }
}

.under .numbers--2col .numbers--list02 li::before {
  content: '\0203b';
  position: absolute;
  top: 0;
  left: 0;
}

.under .numbers--2col sup {
  font-size: 10px;
}

.under .numbers--2col .under--text01 {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .under .numbers--2col .under--list01 li {
    padding-left: 37px;
  }
}

@media only screen and (max-width: 767px) {
  .under .numbers--2col .under--list01 li {
    padding-left: 27px;
  }
}

.under .numbers--2col .under--list01 li::before {
  content: "※" counter(num);
}
