/*************************/
/* ppv_confirmページ用css */
/*************************/

.ppv_confirm {
    margin: 5%;
}
section {
    margin-top: 5%;
    background: #fff;
    padding: 8px;
    border-radius: 4px;
}
.ppv .name {
    margin-top: 8px;
}
.ppv .story-section {
    margin-top: 24px;
    position: relative;
    padding: 20px 0;
}
.ppv .story-section .attention {
    padding: 8px 24px 16px;
    position: relative;
    background: url(../../img/ppv/menu_list/bg_mid.png) repeat-y center top / contain;
    text-align: center;
}
.ppv .story-section .attention::after {
    content: "";
    position: absolute;
    margin: 0 24px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px; /* 線の太さ */
    background: repeating-linear-gradient(
        to right,
        black 0 1px,        /* 1px黒 */
        transparent 1px 5px /* 4px空白 → 合計5px周期 */
    );
}
.ppv .story-section .attention span {
    color: #ff6666;
}
.ppv .story-section::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    aspect-ratio: 626 / 50;
    width: 100%;
    background: url("../../img/ppv/menu_list/bg_top.png") no-repeat center / cover;
}
.ppv .story-section .story-list {
    padding: 16px 24px 0 40px;
    background: url("../../img/ppv/menu_list/bg_mid.png") repeat-y center top / contain;
}
.ppv .story-section .story-list li {
    list-style: disc;
    margin-bottom: 8px;
}
.ppv .story-section .story-list li:last-child {
    padding-bottom: 16px;
}
.ppv .story-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    aspect-ratio: 626 / 44;
    width: 100%;
    background: url("../../img/ppv/menu_list/bg_btm.png") no-repeat center / cover;
}

button {
    width: 100%
}
section .nocareer-caption {
    margin-top: 16px;
}
.nocareer-list:not(:first-child) li {
    margin-top: 4px;
}
.career-caption {
    margin-top: 16px;
}
.career-list {
    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: 4px;
    font-size: clamp(12px, 3.5cqw, 16px);
}
.small,
.small * {
    font-size: clamp(12px, 3.5cqw, 16px);
}
.benefit li {
    margin-top: 8px;
}

/* .nocareer-list li:nth-child(2),
.nocareer-list li:nth-child(3) {
    display: none;
} */