body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #373634;
    background-color: #f6f6f6;
    font-weight: 500;
}

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

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.94;
    color: #231815;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (max-width:768px) {
    p {
    font-size: 14px;
    font-weight: 400;    
    letter-spacing: .0em;
    line-height: 2em;
    color: #231815;
    margin-bottom: 15px;
    text-align: left;
}
}

h2, h3, h4, h5, h6 {
    font-weight: 500;
    letter-spacing: .04em;
}

section {
    display: block;
}

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

li {
  list-style: none;
}

ul, ol {
    padding: 0px; 
}

a {
  color: inherit;
}