/*reset*/
html, body {
  height: 100%;
  margin: 0;
}

picture {
  display: block;
}

/*base*/
html {
  -webkit-overflow-scrolling: touch;
}

/* CSS Document */
/*Base*/
@media screen and (max-width: 640px) {
  .SystemAnswer__text {
    margin: 0 0 5%;
  }
}
.SystemAnswerBg__changeTxt {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  margin: 5% 0 2%;
}
@media screen and (max-width: 640px) {
  .SystemAnswerBg__changeTxt {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 640px) {
  .SystemAnswerBg__changeTxtLeft, .SystemAnswerBg__changeTxtRight {
    margin: 0 3%;
    padding: 3% 0 0;
  }
}
.systemContainer--konokonogohan .SystemBtn--01, .systemContainer--senior .SystemBtn--01 {
  width: 50.5%;
}
@media screen and (max-width: 640px) {
  .systemContainer--konokonogohan .SystemBtn--01, .systemContainer--senior .SystemBtn--01 {
    width: 100%;
  }
}
.systemContainer--konokonogohan .SystemBtn--02, .systemContainer--senior .SystemBtn--02 {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .systemContainer--konokonogohan .SystemBtn--02, .systemContainer--senior .SystemBtn--02 {
    width: 65%;
  }
}

@media screen and (max-width: 640px) {
  .u-pc_disp {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .u-sp_disp {
    display: none;
  }
}/*# sourceMappingURL=system_add_250905.css.map */