* {
    margin: 0;
    padding: 0;
    line-height: 1.6; /* 余白を抑える */
    word-spacing: -1px; /* 不要な余白の削減 */
    font-size: 100%; /* 必要に応じて調整 */
}
html , body{
	margin: 0; padding: 0;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  font-size: 62.5%;
}
/*html {
    scroll-behavior: smooth;
}*/
body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

img{max-width: 100%;}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
html,
body,
h1,
h2,
h3,
h4,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
/*  appearance: none;*/
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}


@media (max-width: 750px) {
html {
  font-size: 100%;
}
body {
    font-size: 3.6vw;
}
}