.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.tab-button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(0.675rem, 0.75rem + 0.63vw - 0.2rem, 1.3rem);
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px 20px;
  cursor: pointer;
}
.tab-button:hover {
  background-color: #ddd;
}

.tab-content {
  border: 1px solid #ddd;
  padding: 20px;
  display: none;
}
.tab-content h2 {
  margin-top: 0;
}
.tab-content .mt_20 {
  margin-top: 20px;
}
.tab-content .mt_40 {
  margin-top: 40px;
}
.tab-content .mt20 {
  margin-top: 20px;
}
.tab-content .mt40 {
  margin-top: 40px;
}
.tab-content .fo_bo {
  font-weight: bold;
}/*# sourceMappingURL=policy.css.map */