/* profile form */
.mypage-contents__contents
  .member-profile-layout__wrap
  .profile-edit__wrap
  .profile-edit__form
  form
  > section
  .profile-edit__content:nth-child(9)
  .item__description /* プロフィール変更 */,
.mypage-contents__contents
  .member-profile-layout__wrap
  .profile-contents__wrap
  .profile-contents__card
  .profile-contents__detail:nth-child(9)
  .profile-contents__detail__value /* プロフィール確認 */,
.profile__wrap
  form
  > div.profile__content:nth-child(9)
  .item__wrap
  .item__description /* プロフィール新規登録 */ {
  width: 90%;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 600px) {
  .mypage-contents__contents
    .member-profile-layout__wrap
    .profile-edit__wrap
    .profile-edit__form
    form
    > section
    .profile-edit__content:nth-child(9)
    .item__description /* プロフィール変更 */,
  .mypage-contents__contents
    .member-profile-layout__wrap
    .profile-contents__wrap
    .profile-contents__card
    .profile-contents__detail:nth-child(9)
    .profile-contents__detail__value, /* プロフィール確認 */
  .profile__wrap
    form
    > div.profile__content:nth-child(9)
    .item__wrap
    .item__description /* プロフィール新規登録 */ {
    width: 100%;
  }
}

/* 追加テキスト */
.mypage-contents__contents
  .member-profile-layout__wrap
  .profile-edit__wrap
  .profile-edit__form
  form
  > section
  .profile-edit__content:nth-child(9)
  .item__description::after, /* プロフィール変更 */
.profile__wrap
  form
  > div.profile__content:nth-child(9)
  .item__wrap
  .item__description:after /* プロフィール新規登録 */ {
  content: "@mail.dnp.co.jp";
  font-size: 14px;
  font-weight: 700;
  padding-top: 16px;
}
.mypage-contents__contents
  .member-profile-layout__wrap
  .profile-contents__wrap
  .profile-contents__card
  .profile-contents__detail:nth-child(9)
  .profile-contents__detail__value::after /* プロフィール確認 */ {
  content: "@mail.dnp.co.jp";
  font-size: 16px;
  font-weight: 700;
}
