.generalArticle {
  padding: 0 0 4.57143%;
}

.generalArticle .section__top {
  background-image: url(/assets/images/general/ph_top.jpg);
  background-size: cover;
}

.generalArticle .section__01 {
  margin: -5.71429% 0 8.57143%;
}

.generalArticle .section__01 .section__01__wrap {
  padding: 0 0 8.57143%;
  background: #1b75bc;
}

.generalArticle .section__01 .section__01__wrap .section__headerA {
  color: #fff;
  text-align: center;
  position: relative;
}

.generalArticle .section__01 .section__01__wrap .section__headerA:before {
  background: #fff;
}

.generalArticle .section__01 .section__01__wrap .section__01__innerA {
  width: 45.71429%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.generalArticle .section__01 .section__01__wrap .section__01__innerA .heading {
  margin: 0 0 1.42857%;
  font-size: 1.28571vw;
  line-height: 1.4;
  color: #fff;
}

.generalArticle .section__01 .section__01__wrap .section__01__innerA .lead {
  line-height: 2;
  color: #fff;
}

.generalArticle .section__01 .section__01__wrap .section__01__innerA .lead a {
  color: #fff;
}

.generalArticle .section__01 .section__01__wrap .section__01__innerA ul {
  margin-bottom: 2.85714%;
  color: #fff;
}

.generalArticle .section__01 .section__01__wrap .section__01__innerA ul li {
  margin-bottom: 0.71429%;
  line-height: 1.8;
}

.generalArticle .section__01 .section__01__wrap .section__01__innerA ol {
  margin-bottom: 2.85714%;
  margin-left: 1.5em;
  color: #fff;
}

.generalArticle .section__01 .section__01__wrap .section__01__innerA ol li {
  margin-bottom: 0.71429%;
  /* padding-left : 1em; */
  line-height: 1.8;
}

@media (max-width: 768px) {
  .generalArticle .section__01 {
    margin: 0 0 18.75%;
  }
  .generalArticle .section__01 .section__01__wrap {
    padding: 9.375% 0 18.75%;
  }
  .generalArticle .section__01 .section__01__wrap .section__01__innerA {
    width: inherit;
    margin: 0 6.25%;
  }
  .generalArticle .section__01 .section__01__wrap .section__01__innerA .heading {
    margin: 0 0 3.125%;
    font-size: 3.75vw;
  }
  .generalArticle .section__01 .section__01__wrap .section__01__innerA .lead {
    font-size: 3.75vw;
  }
  .generalArticle .section__01 .section__01__wrap .section__01__innerA ul {
    margin-bottom: 9.375%;
    font-size: 3.75vw;
  }
  .generalArticle .section__01 .section__01__wrap .section__01__innerA ul li {
    margin-bottom: 1.5625%;
    font-size: 3.75vw;
  }
  .generalArticle .section__01 .section__01__wrap .section__01__innerA ol {
    margin-bottom: 9.375%;
    font-size: 3.75vw;
  }
  .generalArticle .section__01 .section__01__wrap .section__01__innerA ol li {
    margin-bottom: 1.5625%;
    font-size: 3.75vw;
  }
}
