html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
}

/* -----------------------------------
 *   setting.html
 * ----------------------------------- */
.setting {
    padding-left: 20px;
    padding-right: 20px;
}

.setting__inner {
    max-width: 600px;
    padding-bottom: 30px;
    margin-inline: auto;
}

.setting__title {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
}


.process__wrap--normal-s {
    margin-left: 0;
}

.process {
    margin-bottom: 50px;
}

.process__item:not(:first-of-type) {
    margin-top: 25px;
}

.process__wrap {
    max-width: 576px;
    margin-left: 0;
}

.process__wrap img {
    width: 100%;
}

.process__description {
    line-height: 1.5;
}

.process-sp__item:not(:first-of-type) {
    margin-top: 25px;
}

.process-sp__wrap {
    max-width: 300px;
    margin-left: 0;
}

.process-sp__wrap img {
    width: 100%;
}

.process-sp__wrap--normal-s {
    width: 58px;
    margin-left: 0;
}

.process-sp__wrap--normal-s img {
    width: 100%;
    aspect-ratio: 243/267;
    object-fit: cover;
}


.process-sp__description {
    line-height: 1.5;
}
