@charset "utf-8";

.account-page-wrap {
     margin: 0 auto;
     padding: 110px 20px;
     max-width: 540px;
     min-width: var(--gs-min-width);
}
.account-page-wrap .title {
     margin-bottom: 50px;
     padding-bottom: 30px;
     font-size: 28px;
     text-align: center;
     border-bottom: 1px solid var(--gs-smooth-grey);
}

.agree-list {
     display: flex;
     flex-direction: column;
     gap: 20px;
     margin: 30px 0;
}
.agree-list li {
     display: flex;
     justify-content: space-between;
     gap: 15px;
}
.agree-list .cc-check-item span {
     gap: 5px;
}
.agree-list .cc-check-item em {
     align-self: flex-start;
}
.agree-list a {
     padding-right: 20px;
     background: var(--gs-icon-right-arrow) no-repeat right top;
}

@media all and (max-width: 400px) {
     .account-page-wrap {
          padding-top: 50px;
          padding-bottom: 0;
     }
}
