html {
  font-size: 62.5%;
}
body {
    /*max-width: 1500px;*/
    margin: 0 auto;
    /*padding: 0 30px;*/
    font-family: 'Lato', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.6rem;
}
@media screen and (max-width:800px) {
  body {
    font-size: 1.4rem;
  }
}

p {
    /*font-size: 14px;*/
}

.fs-c-inputInformation__button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
}

.fs-c-inputInformation__button a {
    text-decoration: none;
}

.fs-c-button--primary {
    width: 200px;
    color: #ffffff;
    background-color: #eb6100;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 30px;
    font-weight: 700;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100vh;
    text-align: center;
    transition-duration: 0.5s;
    font-size: 14px;
}