h2.president-title {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-family: var(--inter);
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2.president-title {
    font-size: 22px;
    letter-spacing: 0.15em;
  }
}
h2.president-title span {
  display: block;
  margin-top: 10px !important;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  h2.president-title span {
    font-size: 16px;
  }
}

main .c-feature-list.no-border {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main .c-feature-list.no-border {
    margin-top: 40px;
  }
}
main .c-feature-list.no-border > li {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  main .c-feature-list.no-border > li {
    padding-top: 40px !important;
  }
}

ul.txt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  ul.txt-list {
    margin-top: 20px;
  }
}
ul.txt-list li {
  width: 50%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  ul.txt-list li {
    width: 100%;
    font-size: 15px;
    display: block;
  }
}

ul.c-feature-list.base .img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  ul.c-feature-list.base .img {
    width: 100%;
  }
}
ul.c-feature-list.base .txt-area {
  width: 60%;
}
@media screen and (max-width: 767px) {
  ul.c-feature-list.base .txt-area {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
