/* --- Profileページ専用のスタイル --- */

/* プロフィールヘッダー */
.profile-header {

    text-align: center;
    margin-bottom: 30px;
}

/* プロフィール画像 */
.profile-header img {
    width: 120px;
    height: 120px;
    border-radius: 50%;    /* 画像を円形に切り抜く */
    object-fit: cover;
    display: block;
    margin: 0 auto 2px auto;
}

/* 名前 */
.profile-header .my-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
}