.sub-heading {
	font-size: 20px;
	font-weight: 400;
	margin: 8px 0 20px;
}
@media(min-width:600px){
  .rows.container {
	grid-template-columns: 1fr;
  }
}

#main:not(.free-page) > .kg-inner > :not(:empty) {
    padding-block: clamp(16px, 3.0vw, 16px);
}


body {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Lucida Grande", "Verdana", sans-serif;
    color: var(--main-text);
    background-color: var(--site-bg-color);
    box-sizing: border-box;
}

.terms-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Lucida Grande", "Verdana", sans-serif;
    line-height: 1.8;
    color: #606060;
    font-size: 15px;
    box-sizing: border-box;
}
.terms-wrapper h1 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.75rem;
}

.terms-wrapper h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}