@charset "utf-8";
/*-------------
base css
---------------*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #1B1919;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}



/*--------------------
footer共通
--------------------*/
.footer {
  width: 100%;
  background: #9ACA67;
  line-height: 2.4rem;
  text-align: center;
}

.footer small {
  font-size: 1.1rem;
  color: #335C49;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}