.regist {
    margin: 5%;
}
.regist a {
    color: var(--site-font-color-3);
}
section {
    background: #ffffffcc;
    padding: 16px 8px;
    border-radius: 4px;
}
main h2 {
    font-weight: bold;
    color: #F2E600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1em;
    margin: 32px 0 8px;
    text-align: center;
    padding: 8px 0;
}
main h2::before, main h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    padding: 6px 0;
    background: url(../../img/bar/bar_yellow_line.png) no-repeat top center / contain;
}
 main h2::after {
    background-position: bottom center;
}
.reco {
    position: relative;
}
.reco img {
    width: 90px;
    margin: 16px auto 0;
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
}
#product-list {
    margin: 8px 0;
    display: grid;
    grid-template-columns: 1fr; /* 1列 */
    border-top: 1px solid var(--site_color-1);  /* 上枠 */
    border-left: 1px solid var(--site_color-1);; /* 左枠 */
}
#product-list li {
    border-right: 1px solid var(--site_color-1);;  /* 右枠 */
    border-bottom: 1px solid var(--site_color-1);; /* 下枠 */
    list-style: none;
}
#product-list li label {
    padding: 16px 12px;
    display: block;
    font-size: 16px;
}
#product-list li label span {
    margin-left: 4px;
}

/* .subscribe-atone {
    display: none;
} */
button {
    width: 100%;
    padding: 16px 0;
    border-radius: 8px;
    margin: 4px 0;
    border: 1px solid var(--site_color-1);
}
.nocareer-caption {
    margin-top: 16px;
}
.nocareer-list:not(:first-child) li {
    margin-top: 8px;
}
.career-caption {
    font-size: 15px;
    line-height: 15px;
}
.career-caption span {
    background: var(--site_color-1);
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 4px;
    display: inline-block;
    margin-right: 4px;
    font-weight: bold;
    vertical-align: text-top;
    /* font-family: sans-serif; */
}
.career-list {
    margin-top: 4px;
    display: flex;
    gap: 4px;
}
.career-list li {
    flex: 1;
    display: flex;
}
.career-list li button {
    font-size: 10px;
    line-height: 10px;
    padding: 0 4px 8px;
}
.career-list li button img {
    padding: 8px 16px 0;
    box-sizing: border-box;
}
.disp,
.disp a {
    margin-top: 8px;
    font-size: clamp(12px, 3.5cqw, 16px);
}
.small,
.small * {
    font-size: clamp(12px, 3.5cqw, 16px);
}
.payment-info,
.payment-info * {
    color: var(--site-font-color-2);
}

.description .benefit li h3 {
    font-size: 16px;
}
.description .benefit li p {
    font-size: 14px;
    color: #000;
    margin-bottom: 16px;
}
.description .benefit li:last-child p {
    margin-bottom: 0;
}
.description .plan,
.description .price {
    text-align: center;
}
.description.button {
    margin-top: 32px;
}
.note {
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
}
.payment-info.atone h3 {
    margin-top: 24px;
}
.payment-info.atone a {
    color: var(--text-dark);
}
/* .nocareer-list li:nth-child(2),
.nocareer-list li:nth-child(3) {
    display: none;
} */