.kc-form-container {
  width: 100%;
  font-family: "Noto Serif JP", sans-serif;
}

/* タブ */
.kc-tab_area {
  display: flex;
  padding-inline: 0;
  width: 100%;
  list-style: none;
}
.kc-form-container{
  background-color: #fff;
}


.kc-tab_item {
  flex: 1;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.5;
  letter-spacing: .4em;
  color: #333333;
  background-color: #e6e6e6;  
}

.kc-form-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .kc-tab_item {
    font-size: 1.2rem;
  }

  .kc-form-wrapper {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }  
}

@media screen and (max-width: 744px) {
  .kc-tab_item {
    font-size: .95rem;
    line-height: 4;
  }
}

.kc-tab_item.--select {
  color: #ffffff;
  background-color: #333333;
}
