body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #575656;
}

html, body {
  height: 100%;
  background-color: #fff;
  background-image: 
    linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  background-repeat: repeat;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
[data-custom-sp-fontsize="12px"] {
    font-size: 14px !important;
}
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.94;
    letter-spacing: 2px;
    color: #575656;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (max-width:768px) {
    p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2em;
    color: #575656;
    margin-bottom: 15px;
    text-align: left;
}
}

h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: .04em;
}

strong {
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 50px;
}

section {
    display: block;
}

img {
    max-width: 100%;
    display: block;
}

li {
  list-style: none;
}

ul, ol {
    padding: 0px; 
}

a {
  color: inherit;
}