.personality-box{

    padding:20px;
}

.personality-section{

    margin-bottom:20px;
}

.type-card{

    background:white;
    border-radius:12px;

    padding:15px;

    font-size:22px;
    font-weight:bold;

    text-align:center;
}

#personality_comment{

    background:#ffffffaa;
    border-radius:12px;
    padding:15px;
    line-height:1.8;
}

#sub_type{

    font-size:22px;
    font-weight:bold;
}

#personality_jobs{

    line-height:2;
}

/* =========================
   VoiceAuraHealth 自分の傾向 完成レイアウト
========================= */

.va-profile {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 18px 14px 28px;
}

.va-profile-head {
    margin: 18px 0 18px;
    text-align: center;
}

.va-profile-head h2 {
    margin: 0;
    font-size: 28px;
    letter-spacing: 0.08em;
}

.va-profile-sub {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    opacity: 0.75;
    letter-spacing: 0.06em;
}

.va-profile-main-btn {
    width: min(100%, 680px);
    margin: 8px auto 22px;
    display: block;
}

/* セクション共通 */
.va-section {
    width: min(100%, 680px);
    margin: 18px auto;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.va-section-title {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.04em;
}

/* 3タイプカード */
.va-main-section {
    background: rgba(255,255,255,0.58);
    box-shadow: none;
    padding: 4px 0;
}

.va-type-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.va-type-block {
    padding: 14px 14px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    text-align: left;
}

.va-type-label {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 3px;
    color: #30323a;
}

.va-type-small {
    font-size: 12px;
    opacity: 0.62;
    margin-bottom: 10px;
}

/* 結果カード本体 */
.type-card {
    border-radius: 18px;
    padding: 18px 14px;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    line-height: 1.35;
    color: #2f3138;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}

/* 3色ブロック */
.trait-card {
    background: linear-gradient(135deg, #f3edff, #eef4ff);
    border-left: 8px solid #8f7dff;
}

.state-card {
    background: linear-gradient(135deg, #effff7, #eef9ff);
    border-left: 8px solid #58d6a4;
}

.impression-card {
    background: linear-gradient(135deg, #fff4ed, #fff0f8);
    border-left: 8px solid #ff9a7a;
}

/* 今日のセルフケア */
.va-care-card {
    background: linear-gradient(135deg, #f1fff8, #f7fbff);
    border: 1px solid rgba(80, 190, 140, 0.22);
}

.va-care-text {
    font-size: 17px;
    line-height: 2;
    text-align: center;
    color: #30323a;
}

/* コメント */
.va-comment-card {
    background: rgba(255,255,255,0.86);
}

#personality_comment {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px;
    line-height: 2;
    font-size: 16px;
    color: #30323a;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
}

/* 傾向メモ */
.va-note-card {
    background: rgba(255,255,255,0.58);
}

#personality_feature {
    line-height: 1.9;
    font-size: 16px;
    color: #30323a;
}

/* サブ傾向 */
.va-sub-card {
    background: rgba(255,255,255,0.58);
}

#sub_type {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    color: #30323a;
}

/* この画面について */
.va-about-card {
    background: rgba(255,255,255,0.55);
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.04);
}

.va-about-card p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
    color: #3b3d45;
}

/* タイプ一覧 */
.va-type-list-box {
    width: min(100%, 680px);
    margin: 22px auto;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.72);
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.va-type-list-box summary {
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    color: #30323a;
}

.va-type-list-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.va-type-list-item {
    padding: 13px 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff, #f5f7ff);
    border: 1px solid rgba(0,0,0,0.04);
}

.va-type-list-name {
    font-size: 16px;
    font-weight: 800;
    color: #2f3138;
    line-height: 1.5;
}

.va-type-list-desc {
    margin-top: 3px;
    font-size: 13px;
    font-weight: 600;
    color: #5b5e68;
    line-height: 1.5;
}

/* スマホ微調整 */
@media (max-width: 480px) {
    .va-profile {
        padding-left: 8px;
        padding-right: 8px;
    }

    .va-profile-head h2 {
        font-size: 25px;
    }

    .va-profile-sub {
        font-size: 16px;
    }

    .va-section {
        padding: 16px 14px;
        border-radius: 20px;
    }

    .type-card {
        font-size: 22px;
        padding: 16px 12px;
    }

    .va-type-label {
        font-size: 18px;
    }

    #personality_comment {
        font-size: 15px;
    }
}

/* =========================
   カラー傾向
========================= */

.va-color-profile {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 18px 14px 28px;
}

.va-color-result {
    width: min(100%, 680px);
    margin: 0 auto;
}

.va-empty-card {
    margin: 18px auto;
    padding: 24px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.72);
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #30323a;
}

.va-color-main-card {
    background: linear-gradient(135deg, #ffffff, #f8f4ff);
    border: 1px solid rgba(180, 120, 255, 0.16);
}

.va-color-big {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin: 8px 0 12px;
    line-height: 1.4;
}

.va-color-type {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    margin: 8px 0 18px;
    color: #30323a;
}

.va-color-message {
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #30323a;
}

@media (max-width: 480px) {
    .va-color-profile {
        padding-left: 8px;
        padding-right: 8px;
    }

    .va-color-big {
        font-size: 26px;
    }

    .va-color-type {
        font-size: 20px;
        line-height: 1.5;
    }

    .va-color-message {
        font-size: 15px;
    }
}

/* =========================
   カラー傾向：サブカラー
========================= */

.va-color-subcolors {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,0.08);
    text-align: center;
}

.va-color-subtitle {
    font-size: 14px;
    font-weight: 800;
    opacity: 0.68;
    margin-bottom: 10px;
}

.va-color-subchips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.va-color-subchips span {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(0,0,0,0.05);
    font-size: 13px;
    font-weight: 700;
    color: #30323a;
}

@media (max-width: 480px) {
    .va-color-subchips {
        flex-direction: column;
        align-items: center;
    }

    .va-color-subchips span {
        width: fit-content;
        max-width: 100%;
    }
}

/* =========================
   メンタルタブ 完成レイアウト
========================= */

.va-mental-profile {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 18px 14px 28px;
}

.mental-empty-note {
    width: min(100%, 680px);
}

.va-mental-main-card {
    background: linear-gradient(135deg, #ffffff, #f6fbff);
    border: 1px solid rgba(120, 170, 255, 0.14);
}

.va-gauge-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.va-gauge-card {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.va-gauge-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 800;
    color: #30323a;
}

.va-gauge-head strong {
    min-width: 52px;
    text-align: right;
    font-size: 18px;
}

.va-mental-bar {
    height: 14px;
    border-radius: 999px;
    background: rgba(0,0,0,0.08);
    overflow: hidden;
}

.va-mental-bar .fill {
    height: 100%;
    width: 0%;
    border-radius: 999px;
    transition: width 0.45s ease, background 0.45s ease;
}

.va-gauge-caption {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.7;
    color: #5b5e68;
}

.va-sign-card {
    background: rgba(255,255,255,0.72);
}

.va-flag-box {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 12px;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
}

.va-flag-note {
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
    color: #5b5e68;
}

.flag-ok {
    background: #effff7;
    color: #1f7a55;
    border: 1px solid rgba(80, 190, 140, 0.28);
}

.flag-warn {
    background: #fff9ec;
    color: #9a6a00;
    border: 1px solid rgba(255, 180, 60, 0.32);
}

.flag-danger {
    background: #fff1f1;
    color: #b24545;
    border: 1px solid rgba(255, 100, 100, 0.28);
}

#mental_box {
    line-height: 2;
    font-size: 16px;
    color: #30323a;
    text-align: left;
}

#medical_comment {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px;
    line-height: 2;
    font-size: 16px;
    color: #30323a;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
}

@media (max-width: 480px) {
    .va-mental-profile {
        padding-left: 8px;
        padding-right: 8px;
    }

    .va-gauge-head {
        font-size: 16px;
    }

    .va-gauge-head strong {
        font-size: 16px;
    }

    #mental_box,
    #medical_comment {
        font-size: 15px;
    }

    .va-flag-box {
        font-size: 15px;
        padding: 11px 14px;
    }
}

/* =========================
   メンタル　リスト
========================= */
.va-mental-note-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.va-mental-note-list > div {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.7);
    line-height: 1.8;
}

.va-mental-note-main {
    background: linear-gradient(135deg, #f1fff8, #f7fbff) !important;
    border: 1px solid rgba(80, 190, 140, 0.18);
}