@charset 'UTF-8';
/* 下部固定バー表示 */
.bottom_bar_js_type4 {
  display: block;
  width:100%;
}

/* ボタンのラッパー */
.mypage_bl_btnWrapper {
  display: flex;
  margin: 3rem auto 6rem;
}

/* 2行ボタン */
.mypage_el_btn__2 {
  font-size: 1.6rem;
  line-height: 1.18;
  padding: 18px 26px;
  text-align: left;
}

.mypage_el_btn__2::after {
  display: none;
}

.mypage_el_btn__2 span:first-child {
  font-size: 1.8rem;
  white-space: nowrap;
}

.mypage_el_btn__2 span:last-child {
  font-size: 1.4rem;
  font-weight: normal;
}

.mypage_el_btn__2 span > b {
  display: inline-block;
  font-size: 2.4rem;
  padding-left: .5em;
}

/* ワークショップ一覧ボタン */
.mypage_el_btn_ws {
  padding: 18px 20px;
}

/* キャンセル待ちボタン */
.mypage_el_btn_waiting {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 18px 20px;
}

/* 画像 */
.mypage_bl_imgWrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.mypage_bl_imgWrapper img {
  aspect-ratio: 485 / 565;
  margin: 0 auto;
}

/* お申込み後に自動返信メールが届かない場合 */
.mypage_bl_caseList dd {
  margin-bottom: .5em;
}

/* 連絡先 */
.mypage_bl_contactList {
  background-color: var(--col_white);
  border-radius: 7px;
  box-shadow: 0 3px 6px var(--col_blackTransparent);
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  padding: .8rem 1.5rem;
  width: 100%;
}

.mypage_bl_contactList dt {
  width: 6em;
}

.mypage_bl_contactList dt::after {
  content: ':';
}

.mypage_bl_contactList dd {
  padding-left: .5em;
  width: calc(100% - 6em);
}

.mypage_bl_contactList small {
  font-weight: normal;
}

/* 振込先 */
.mypage_bl_bankInfo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.mypage_bl_bankInfo dt {
  font-weight: normal;
  width: 4em;
}

.mypage_bl_bankInfo dt::after {
  content: ':';
}

.mypage_bl_bankInfo dd {
  padding-left: .5em;
  width: calc(100% - 4em);
}

.mypage_bl_bankInfo dt,
.mypage_bl_bankInfo dd {
  margin-bottom: .4em;
}

.mypage_bl_bankInfo dt:last-of-type,
.mypage_bl_bankInfo dd:last-of-type {
  margin-bottom: 0;
}

/* 白い囲み */
.mypage_bl_whiteBox {
  background-color: var(--col_white);
  border-radius: 7px;
  box-shadow: 0 3px 6px var(--col_blackTransparent);
  padding: .8rem 1.5rem;
}


/*===============================================
●スマホ用（896px未満）
===============================================*/
@media screen and (max-width:896px) {
  /* ボタンのラッパー */
  .mypage_bl_btnWrapper__center {
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    justify-content: flex-start;
  }

  /* 2行ボタン */
  .mypage_el_btn__2 {
    align-content: center;
    display: flex;
  }

  .mypage_el_btn__2 span:first-child {
    font-size: 1.6rem;
  }

  .mypage_el_btn__2 span > b {
    font-size: 2.2rem;
  }

  /* ワークショップ一覧ボタン */
  .mypage_el_btn_ws {
    font-size: 2.2rem;
  }

  /* キャンセル待ちボタン */
  .mypage_el_btn_waiting {
    font-size: 2.2rem;
  }

  /* 画像 */
  .mypage_bl_imgWrapper img {
    width: min(100%, 485px);
  }

  /* 連絡先 */
  .mypage_bl_contactList {
    font-size: 1.4rem;
  }

  /* 振込先 */
  .mypage_bl_bankInfo {
    font-size: 1.4rem;
  }
}

/*===============================================
●PC・タブレット用（897px以上）
===============================================*/
@media screen and (min-width:897px) {
  /* ボタンのラッパー */
  .mypage_bl_btnWrapper__center {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem 4rem;
    height: 10.8rem;
    justify-content: center;
  }

  /* 2行ボタン */
  .mypage_el_btn__2 {
    height: 100%;
  }

  /* ワークショップ一覧ボタン */
  .mypage_el_btn_ws {
    align-items: center;
    display: flex;
    font-size: 2.4rem;
    height: 100%;
    justify-content: center;
  }

  /* キャンセル待ちボタン */
  .mypage_el_btn_waiting {
    font-size: 2.4rem;
  }

  /* 画像 */
  .mypage_bl_imgWrapper img {
    width: unset;
  }

  /* お申込み後に自動返信メールが届かない場合 */
  .mypage_bl_caseList {
    font-size: 1.6rem;
  }

  /* 連絡先 */
  .mypage_bl_contactList {
    font-size: 1.6rem;
  }

  /* 振込先 */
  .mypage_bl_bankInfo {
    font-size: 1.6rem;
  }
}
