/* --------------------------- arrow links --------------------------- */
/* --------------------------- research-center --------------------------- */
.research-center__heading {
  padding-bottom: 26px;
  font-size: 2.3rem;
  line-height: 1.7;
  font-weight: bold;
  color: #00A491;
}

.research-center__border-list .border-list__item {
  width: calc(25% + 1px);
  padding: 25px 2.5% 30px 2.5%;
}
.research-center__border-list .heading4th {
  padding-bottom: 0;
}
.research-center__border-list .txt {
  font-size: 1.4rem;
  padding: 20px 0 10px 0;
}

/* -------------------------------------------------------------------------------- */
/* research-center responsive */
/* -------------------------------------------------------------------------------- */
/* -------------------- sp1 -------------------- */
@media screen and (max-width: 1200px) {
  .research-center__heading {
    font-size: 2.1rem;
  }

  .research-center__border-list .border-list__item {
    width: calc(50% + 1px);
    padding: 25px 4% 30px 4%;
  }
}
/* -------------------- sp2 -------------------- */
@media screen and (max-width: 700px) {
  .research-center__heading {
    font-size: 1.8rem;
  }

  .research-center__border-list .border-list__item {
    width: 100%;
    padding: 30px 7% 30px 7%;
  }
  .research-center__border-list .txt {
    padding: 16px 0 10px 0;
  }
}

/*# sourceMappingURL=research-center.css.map */
