.banner {
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "titlefont";
  src: url("../../font/hyry-45W.ttf");
}
@media screen and (max-width: 750px) {
  .informationalList {
    font-size: 4px;
  }
}
@media screen and (min-width: 750px) {
  .informationalList {
    font-size: 18px;
  }
}
.tablist {
  display: flex;
  border-bottom: 4px solid #f40056;
  padding: 1vw 20vw;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-family: "titleFont";
}
.tablist .tab {
  cursor: pointer;
}
.tablist div {
  width: 160px;
  text-align: center;
}
.tablist .title {
  border-right: 1px solid #d5d5d5;
  color: #333;
}
.tablist .on {
  color: #e50453;
}

.pagetitle {
  color: #e50453;
  text-align: center;
  font-size: 2.5em;
  margin-top: 3vw;
}/*# sourceMappingURL=serviceCenter.css.map */