@charset 'UTF-8';
/**********
* トップページ
***********/
/*
* 下部固定バナー表示
*/
.bottom_bar_js_type1 {
  display: block;
  width: 100%;
}

/* h2見出し */
.mypage_el_lv2Heading {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Sawarabi Mincho', 'MS P明朝', 'MS PMincho', serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.mypage_el_lv2Heading__2Col {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mypage_el_lv2Heading__2Col span:first-of-type {
  font-size: 1.6rem;
}

/* カード基本 */
.mypage_bl_cardUnit {
  display: flex;
}

/* カード基本：トランジションの設定 */
.mypage_bl_card {
  transition: .4s ease-in-out;
}

/* カード内画像のラッパー */
.mypage_bl_card_imgWrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* ボタンのラッパー */
.mypage_bl_btnWrapper_center {
  align-items: center;
  display: flex;
  justify-content: center;
}

/*
* タブ使用ブロック
* タブ：新着情報・FAQ
* タブ：受講者の声・ワーク事例・ファシリテーターブログ
*/
.mypage_bl_tabWrapper {
  margin: 0 auto;
  width: 100%;
}

.mypage_bl_tabInner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.mypage_el_tabLabel {
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  order: -1;
  position: relative;
  text-align: center;
  white-space: normal;
  z-index: 1;
}

/* タブのカラーバリエーション */
.mypage_el_tabLabel__colWhite {
  background: var(--col_grayF2Transparent);
  color: var(--col_white);
  font-weight: normal;
}

.mypage_el_tabLabel__colMainCol {
  background: var(--col_paleCoffee);
  color: var(--col_black);
  font-weight: normal;
}

/* タブクリック時 */
.mypage_el_tabSwitch:checked + .mypage_el_tabLabel__colWhite {
  background: var(--col_grayFCTransparent);
  color: var(--col_mainCol);
  font-weight: bold;
}

.mypage_el_tabSwitch:checked + .mypage_el_tabLabel__colMainCol {
  background: var(--col_mainCol);
  color: var(--col_white);
  font-weight: bold;
}

/* タブ内のコンテンツ */
.mypage_bl_tabContent {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
}

/* タブ内のコンテンツ：受講者の声・ワーク事例・ファシリテーターブログ */
.mypage_bl_tabContent__bkWhite {
  background-color: var(--col_white);
  border-radius: 10px;
  box-shadow: 0 3px 6px var(--col_blackTransparent);
}

/* タブクリック時:タブ内のコンテンツ */
.mypage_el_tabSwitch:checked + .mypage_el_tabLabel + .mypage_bl_tabContent {
  display: block;
  font-weight: normal;
  height: auto;
  opacity: 1;
  overflow: auto;
  padding: 15px 0;
  transition: .5s opacity;
}

/* タブクリック時:タブ内のコンテンツ：受講者の声・ワーク事例・ファシリテーターブログ */
.mypage_el_tabSwitch:checked + .mypage_el_tabLabel + .mypage_bl_tabContent__bkWhite {
  padding: 20px;
}

/* ラジオボタン非表示 */
.mypage_el_tabSwitch {
  display: none;
}

/* ホバー・アクティブ・フォーカス時:タブ内のコンテンツ */
.mypage_bl_tabWrapper__newsFAQ .mypage_bl_tabContent dd a,
.mypage_bl_tabWrapper__voiceWorkBlog .mypage_bl_tabContent dd a {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .4s ease-in-out;
}

.mypage_bl_tabWrapper__newsFAQ .mypage_bl_tabContent dd a {
  background-image: linear-gradient(90deg,var(--col_white),var(--col_white));
}

.mypage_bl_tabWrapper__voiceWorkBlog .mypage_bl_tabContent dd a {
  background-image: linear-gradient(90deg,var(--col_black),var(--col_black));
}

.mypage_bl_tabWrapper__newsFAQ .mypage_bl_tabContent dd a:hover,
.mypage_bl_tabWrapper__newsFAQ .mypage_bl_tabContent dd a:focus,
.mypage_bl_tabWrapper__newsFAQ .mypage_bl_tabContent dd a:active,
.mypage_bl_tabWrapper__voiceWorkBlog .mypage_bl_tabContent dd a:hover,
.mypage_bl_tabWrapper__voiceWorkBlog .mypage_bl_tabContent dd a:focus,
.mypage_bl_tabWrapper__voiceWorkBlog .mypage_bl_tabContent dd a:active {
  background-size: 100% 1px;
}

/*
* タブ：新着情報・FAQ
*/
.mypage_bl_topics {
  background-color: var(--col_lightBrown);
  color: var(--col_white);
  margin: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

.mypage_bl_tabWrapper__newsFAQ p {
  font-size: 1.6rem;
}

.mypage_bl_tabWrapper__newsFAQ dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  width: 100%;
}

.mypage_bl_tabWrapper__newsFAQ dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mypage_bl_tabWrapper__newsFAQ dt:last-of-type,
.mypage_bl_tabWrapper__newsFAQ dd:last-of-type {
  padding-bottom: 0;
}


/*
* キーメッセージ
*/
.mypage_bl_keyMsg {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

/* temp */
.mypage_bl_keyMsg p {
  text-align: center;
}

/*
* ゲシュタルトネットワークジャパン GNJが提供しているもの
*/
/* 5連カード */
.mypage_bl_cardUnit__col5 {
  align-items: flex-start;
  gap: 10px 0;
  justify-content: center;
  margin-bottom: 3rem;
}

.mypage_bl_cardUnit__col5 > .mypage_bl_card {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  transition: .4s ease-in-out;
}

/* 5連カード：カード内レイアウト */
.mypage_bl_cardUnit__col5 .mypage_bl_cardInner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
}

.mypage_bl_cardUnit__col5 > .mypage_bl_card .mypage_bl_cardInner_a {
  align-items: center;
  border-bottom: solid 1px var(--col_mainCol);
  display: flex;
  position: relative;
  transition: .4s ease-in-out;
}

.mypage_bl_cardUnit__col5 .mypage_bl_cardInner_b {
  align-items: center;
  display: flex;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Sawarabi Mincho', 'MS P明朝', 'MS PMincho', serif;
  font-weight: bold;
  justify-content: center;
  padding: 0 1.5rem 1.5rem;
  text-align: center;
  width: 100%;
}

/* 5連カード：カードカラー */
.mypage_bl_card__colPaleGreenTransparent {
  background-color: var(--col_paleGreenTransparent);
}

.mypage_bl_card__colPaleOrangeTransparent {
  background-color: var(--col_paleOrangeTransparent);
}

.mypage_bl_card__colPaleBlueTransparent {
  background-color: var(--col_paleBlueTransparent);
}

.mypage_bl_card__colPaleVioletTransparent {
  background-color: var(--col_paleVioletTransparent);
}

.mypage_bl_card__colPalePinkTransparent {
  background-color: var(--col_palePinkTransparent);
}

/* 5連カード：画像と画像まわり */
.mypage_bl_card_imgWrapper__circle {
  background-color: var(--col_white);
  border-radius: 50%;
}

.mypage_bl_card_imgWrapper__circle img {
  aspect-ratio: 1 / 1;
}

/* 5連カード：テキスト */
.mypage_bl_cardUnit__col5 .mypage_bl_card_body {
  align-items: center;
  display: flex;
  text-align: center;
}

.mypage_bl_cardUnit__col5 .mypage_el_card_txt__bold {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

/* 5連カード：ホバー・アクティブ・フォーカス時 */
.mypage_bl_cardUnit__col5 > .mypage_bl_card:hover .mypage_bl_cardInner_a,
.mypage_bl_cardUnit__col5 > .mypage_bl_card:focus .mypage_bl_cardInner_a,
.mypage_bl_cardUnit__col5 > .mypage_bl_card:active .mypage_bl_cardInner_a {
  border-bottom-width: 3px;
}

.mypage_bl_card__colPaleGreenTransparent:hover,
.mypage_bl_card__colPaleGreenTransparent:active,
.mypage_bl_card__colPaleGreenTransparent:focus {
  background-color: var(--col_paleGreen);
}

.mypage_bl_card__colPaleOrangeTransparent:hover,
.mypage_bl_card__colPaleOrangeTransparent:active,
.mypage_bl_card__colPaleOrangeTransparent:focus {
  background-color: var(--col_paleOrange);
}

.mypage_bl_card__colPaleBlueTransparent:hover,
.mypage_bl_card__colPaleBlueTransparent:active,
.mypage_bl_card__colPaleBlueTransparent:focus {
  background-color: var(--col_paleBlue);
}

.mypage_bl_card__colPaleVioletTransparent:hover,
.mypage_bl_card__colPaleVioletTransparent:active,
.mypage_bl_card__colPaleVioletTransparent:focus {
  background-color: var(--col_paleViolet);
}

.mypage_bl_card__colPalePinkTransparent:hover,
.mypage_bl_card__colPalePinkTransparent:active,
.mypage_bl_card__colPalePinkTransparent:focus {
  background-color: var(--col_palePink);
}


/* ゲシュタルト療法とは？/ゲシュタルトネットワークジャパンとは？ */
.mypage_bl_gestaltBtnWrapper {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.mypage_bl_gestaltBtnInner {
  align-items: center;
  display: flex;
  margin: 0 auto;
}

/* カード：会員制のご案内/ファシリテーター紹介/ファシリテーターブログ */
.mypage_bl_cardUnit__col3 {
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

/* カード：会員制のご案内/ファシリテーター紹介/ファシリテーターブログ：行落ち時対策 */
.mypage_bl_cardUnit__col3::after {
  content: '';
  display: block;
  width: 35.1rem;
}

/* カード：会員制のご案内/ファシリテーター紹介/ファシリテーターブログ：カード本体 */
.mypage_bl_card__bkImg {
  position: relative;
}

.mypage_bl_card__bkImg > .mypage_el_card_txt {
  background-color: var(--col_whiteTransparent80);
  bottom: 0;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* カード：会員制のご案内/ファシリテーター紹介/ファシリテーターブログ：ホバー・アクティブ・フォーカス時 */
.mypage_bl_card__bkImg:hover img,
.mypage_bl_card__bkImg:active img,
.mypage_bl_card__bkImg:focus img {
  filter: saturate(140%) contrast(120%);
  transition: .4s ease-in-out;
}

.mypage_bl_card__bkImg:hover > .mypage_el_card_txt,
.mypage_bl_card__bkImg:active > .mypage_el_card_txt,
.mypage_bl_card__bkImg:focus > .mypage_el_card_txt {
  background-color: var(--col_whiteTransparent);
  transition: .4s ease-in-out;
}


/*
* タブ：受講者の声・ワーク事例・ファシリテーターブログ
*/
.mypage_bl_tabWrapper__voiceWorkBlog .mypage_bl_tabContent {
  color: var(--col_black);
}

.mypage_bl_tabWrapper__voiceWorkBlog p {
  font-weight: normal;
}

.mypage_bl_tabWrapper__voiceWorkBlog dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: normal;
  width: 100%;
}

.mypage_bl_tabWrapper__voiceWorkBlog dt:nth-of-type(2n+1),
.mypage_bl_tabWrapper__voiceWorkBlog dd:nth-of-type(2n+1) {
  background-color: var(--col_grayF4);
}


/*
* ワークショップカレンダー
*/
.mypage_bl_gCalenderWrapper {
  margin: 2.0833% auto;
  max-width: 700px;
}

.mypage_bl_gCalenderBox {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.mypage_bl_gCalenderBox iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

/*
* カード型バナー：ワーク事例・関連書籍・公式Facebook
*/
.mypage_bl_cardUnit__col3Bnr {
  align-items: flex-start;
  gap: 30px;
  justify-content: center;
  width: 100%;
}

/* カード型バナー：ワーク事例・関連書籍・公式Facebook：カード本体*/
.mypage_bl_cardUnit__col3Bnr > .mypage_bl_card {
  align-items: center;
  display: flex;
  padding: unset;
}

.mypage_bl_card__bkWhite {
  background-color: var(--col_white);
}

.mypage_bl_card__bkWhite > .mypage_bl_card_imgWrapper img {
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
}

.mypage_bl_cardUnit__col3Bnr > .mypage_bl_card > .mypage_el_card_txt {
  font-weight: bold;
  text-align: center;
}

/* カード型バナー：ワーク事例・関連書籍・公式Facebook：ホバー・アクティブ・フォーカス時 */
.mypage_bl_card__bkWhite:hover,
.mypage_bl_card__bkWhite:active,
.mypage_bl_card__bkWhite:focus {
  background-color: var(--col_paleCoffee);
  border-bottom: solid 7px var(--col_mainCol);
}

/* 下線付きリンク */
.mypage_el_link_underline,
.mypage_el_link_underline:visited {
  text-decoration: underline;
}

.mypage_el_link_underline:hover,
.mypage_el_link_underline:focus,
.mypage_el_link_underline:active {
  text-decoration: underline var(--col_gold);
}


/*===============================================
●スマホ用（896px未満）
===============================================*/
@media screen and (max-width:896px) {
  /* h2見出し */
  .mypage_el_lv2Heading {
    margin-bottom: 3rem;
  }

  /* ボタンのラッパー */
  .mypage_bl_btnWrapper_center {
    margin: 0 auto 8rem;
  }

  /*
* タブ使用ブロック
* タブ：新着情報・FAQ
* タブ：受講者の声・ワーク事例・ファシリテーターブログ
*/
  .mypage_el_tabLabel {
    font-size: 1.4rem;
    height: 4.5rem;
    padding: 0 7px;
  }

  .mypage_el_tabLabel:not(:last-of-type) {
    margin-right: 5px;
  }

  .mypage_el_tabLabel__newsFAQ {
    padding: 0 20px;
  }

  /*
* タブ：新着情報・FAQ
*/
  .mypage_bl_tabWrapper__newsFAQ p {
    font-size: 1.4rem;
  }

  .mypage_bl_tabWrapper__newsFAQ dl {
    font-size: 1.4rem;
  }

  .mypage_bl_tabWrapper__newsFAQ dt {
    padding-bottom: 15px;
    width: 9.4rem;
  }

  .mypage_bl_tabWrapper__newsFAQ dd {
    padding-bottom: 15px;
    width: calc(100% - 9.4rem);
  }

  /*
* ゲシュタルトネットワークジャパン GNJが提供しているもの
*/
  .mypage_bl_gnjWS {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  /* 5連カード */
  .mypage_bl_cardUnit__col5 {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  /* 5連カード：カードサイズと下線 */
  .mypage_bl_cardUnit__col5 > .mypage_bl_card {
    width: 100%;
  }

  /* 5連カード：内部の区切り線と装飾 */
  .mypage_bl_cardUnit__col5 > .mypage_bl_card .mypage_bl_cardInner_a::before {
    border-color: transparent transparent var(--col_mainCol) transparent;
    border-style: solid;
    border-width: 0 0 18px 18px;
    bottom: 12px;
    content: '';
    height: 0;
    position: absolute;
    right: 12px;
    width: 0;
  }

  /* 5連カード：カード内レイアウト */
  .mypage_bl_cardUnit__col5 .mypage_bl_cardInner {
    width: calc(100% - 20px);
  }

  .mypage_bl_cardUnit__col5 > .mypage_bl_card .mypage_bl_cardInner_a {
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
    padding: 2rem 3.2rem 2rem 4.4rem;
    width: min(100%, 540px);
  }

  .mypage_bl_cardUnit__col5 .mypage_bl_cardInner_b {
    flex-direction: row;
    flex-wrap: wrap;
  }

  /* 5連カード：画像と画像まわり */
  .mypage_bl_card_imgWrapper__circle {
    flex: 0 0 8.5rem;
    height: 8.5rem;
    width: 8.5rem;
  }

  .mypage_bl_card_imgWrapper__circle img {
    height: 3.9rem;
    width: 3.9rem;
  }

  /* 5連カード：テキスト */
  .mypage_bl_cardUnit__col5 .mypage_bl_card_body {
    flex-basis: calc(100% - 8.5rem);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mypage_bl_cardUnit__col5 .mypage_el_card_txt {
    font-size: 1.4rem;
    line-height: 2.21;
  }

  .mypage_bl_cardUnit__col5 .mypage_el_card_txt__bold {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  /* 5連カード：ホバー・アクティブ・フォーカス時 */
  .mypage_bl_cardUnit__col5 > .mypage_bl_card:hover .mypage_bl_cardInner_a::before,
  .mypage_bl_cardUnit__col5 > .mypage_bl_card:active .mypage_bl_cardInner_a::before,
  .mypage_bl_cardUnit__col5 > .mypage_bl_card:focus .mypage_bl_cardInner_a::before {
    bottom: 8px;
    right: 8px;
  }

  /* ゲシュタルト療法とは？/ゲシュタルトネットワークジャパンとは？ */
  .mypage_bl_gestaltBtnWrapper {
    background-image: url('./img/img_bk_gestalt_small.jpg');
    background-position: 30% 67%;
    margin-bottom: 8.5rem;
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .mypage_bl_gestaltBtnInner {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
  }

  /* カード：会員制のご案内/ファシリテーター紹介/ファシリテーターブログ */
  .mypage_bl_cardUnitWrapper__col3 {
    margin: 0 auto;
    max-width: calc(16.2rem * 3 + 10px * 2 + 20px * 2);
  }

  .mypage_bl_cardUnit__col3 {
    gap: 10px;
  }


  /* カード：会員制のご案内/ファシリテーター紹介/ファシリテーターブログ：行落ち時対策 */
  .mypage_bl_cardUnit__col3::after {
    content: '';
    display: block;
    width: 16.2rem;
  }


  /* カード：会員制のご案内/ファシリテーター紹介/ファシリテーターブログ：カード本体 */
  .mypage_bl_cardUnit__col3 > .mypage_bl_card {
    height: 8.3rem;
    width: 16.2rem;
  }

  .mypage_bl_card__bkImg > .mypage_el_card_txt {
    align-items: center;
    flex-direction: column;
    height: 100%;
    line-height: 1.68;
  }

  /*
* タブ：受講者の声・ワーク事例・ファシリテーターブログ
*/
  .mypage_bl_tabWrapper__voiceWorkBlog {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .mypage_bl_tabWrapper__voiceWorkBlog p {
    font-size: 1.4rem;
  }

  .mypage_bl_tabWrapper__voiceWorkBlog dl {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .mypage_bl_tabWrapper__voiceWorkBlog dt {
    line-height: 1;
    padding: 12px 15px 8px;
    width: 100%;
  }

  .mypage_bl_tabWrapper__voiceWorkBlog dd {
    align-items: flex-start;
    display: flex;
    height: 6rem;
    justify-content: flex-start;
    padding: 0 15px 12px;
    width: 100%;
  }

  /* タブ：受講者の声・ワーク事例・ファシリテーターブログ：スマホのみ本文2行表示 */
  .mypage_bl_tabWrapper__voiceWorkBlog dd .title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 100%;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
  }

  /*
* ワークショップカレンダー
*/
  .mypage_bl_wsCalWrapper {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  /*
* カード型バナー：ワーク事例・関連書籍・公式Facebook
*/
  .mypage_bl_bnrWrapper {
    padding-bottom: 10rem;
    padding-top: 8rem;
  }

  .mypage_bl_cardUnit__col3Bnr {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
  }

  /* カード型バナー：ワーク事例・関連書籍・公式Facebook：カード本体*/
  .mypage_bl_cardUnit__col3Bnr > .mypage_bl_card {
    flex-direction: row;
    gap: 42px;
    height: 9.9rem;
    justify-content: flex-start;
    padding-left: 7.6%;
    padding-right: 7.6%;
    width: 100%;
  }

  .mypage_bl_card__bkWhite {
    border-bottom: solid 3px var(--col_mainColTransparent);
  }

  .mypage_bl_card__bkWhite > .mypage_bl_card_imgWrapper {
    height: 6rem;
    width: 6rem;
  }

  .mypage_bl_cardUnit__col3Bnr > .mypage_bl_card > .mypage_el_card_txt {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
    width: calc(100% - (7.6% * 2) - 6rem);
  }

  /* カード型バナー：ワーク事例・関連書籍・公式Facebook：ホバー・アクティブ・フォーカス時 */
  .mypage_bl_card__bkWhite:hover,
  .mypage_bl_card__bkWhite:active,
  .mypage_bl_card__bkWhite:focus {
    border-bottom: solid 5px var(--col_mainCol);
  }
}

/*===============================================
●PC・タブレット用（897px以上）
===============================================*/
@media screen and (min-width:897px) {
  /* h2見出し */
  .mypage_el_lv2Heading {
    margin-bottom: 2rem;
  }

  /* ボタンのラッパー */
  .mypage_bl_btnWrapper_center {
    margin: 0 auto 10rem;
  }

  /*
* タブ使用ブロック
* タブ：新着情報・FAQ
* タブ：受講者の声・ワーク事例・ファシリテーターブログ
*/
  .mypage_el_tabLabel {
    font-size: 1.6rem;
    height: 4.6rem;
    padding: 0 20px;
  }

  .mypage_el_tabLabel:not(:last-of-type) {
    margin-right: 10px;
  }


  /*
* タブ：新着情報・FAQ
*/
.mypage_bl_topics {
  margin: 0 calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  width: 100vw;
}

  .mypage_bl_tabWrapper__newsFAQ p {
    font-size: 1.6rem;
  }

  .mypage_bl_tabWrapper__newsFAQ dl {
    font-size: 1.6rem;
  }

  .mypage_bl_tabWrapper__newsFAQ dt {
    padding-bottom: 20px;
    width: 12rem;
  }

  .mypage_bl_tabWrapper__newsFAQ dd {
    padding-bottom: 20px;
    width: calc(100% - 12rem);
  }

  .mypage_bl_tabWrapper__newsFAQ dt:last-of-type,
  .mypage_bl_tabWrapper__newsFAQ dd:last-of-type {
    padding-bottom: 0;
  }


  /*
* タブ：新着情報・FAQ
*/

  /*
* ゲシュタルトネットワークジャパン GNJが提供しているもの
*/
  .mypage_bl_gnjWS {
    margin: 0 calc(50% - 50vw);
    padding-bottom: 10rem;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-top: 10rem;
    width: 100vw;
  }

  /* 5連カード */
  .mypage_bl_cardUnit__col5 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 0;
  }

  /* 5連カード：行落ち時対策 */
  .mypage_bl_cardUnit__col5::after {
    content: '';
    display: block;
    width: calc(var(--width_innerPC) / 5 * 3);
  }

  /* 5連カード：カードサイズと下線 */
  .mypage_bl_cardUnit__col5 > .mypage_bl_card {
    height: 41rem;
    width: calc(var(--width_innerPC) / 5);
  }

  /* 5連カード：カード内レイアウト */
  .mypage_bl_cardUnit__col5 .mypage_bl_cardInner {
    width: calc(var(--width_innerPC) / 5 - 30px);
  }

  .mypage_bl_cardUnit__col5 > .mypage_bl_card .mypage_bl_cardInner_a {
    flex-direction: column;
    gap: 44px;
    height: 29.8rem;
    justify-content: flex-start;
    padding: 2rem 1.5rem;
    width: 100%;
  }

  .mypage_bl_cardUnit__col5 .mypage_bl_cardInner_b {
    flex-direction: column;
    letter-spacing: -.03em;
    word-break: keep-all;
  }

  /* 5連カード：画像と画像まわり */
  .mypage_bl_card_imgWrapper__circle {
    height: 13rem;
    width: 13rem;
  }

  .mypage_bl_card_imgWrapper__circle img {
    height: 6.4rem;
    width: 6.4rem;
  }

  /* 5連カード：テキスト */
  .mypage_bl_cardUnit__col5 .mypage_bl_card_body {
    flex-direction: column;
    justify-content: flex-start;
  }

  .mypage_bl_cardUnit__col5 .mypage_el_card_txt {
    font-size: 1.6rem;
    line-height: 1.69;
  }

  .mypage_bl_cardUnit__col5 .mypage_el_card_txt__bold {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  /* ゲシュタルト療法とは？/ゲシュタルトネットワークジャパンとは？ */
  .mypage_bl_gestaltBtnWrapper {
    background-image: url('./img/img_bk_gestalt_large.jpg');
    background-position: bottom center;
    margin-bottom: 10rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 13.5rem;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-top: 13.5rem;
    width: 100vw;
  }

  .mypage_bl_gestaltBtnInner {
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
  }

  /* カード：会員制のご案内/ファシリテーター紹介/ファシリテーターブログ */
  .mypage_bl_cardUnit__col3 {
    gap: 20px;
  }

  /* カード：会員制のご案内/ファシリテーター紹介/ファシリテーターブログ：カード本体 */
  .mypage_bl_cardUnit__col3 > .mypage_bl_card {
    height: 18rem;
    width: 35.1rem;
  }

  .mypage_bl_card__bkImg > .mypage_el_card_txt {
    align-items: flex-end;
    padding-bottom: 18px;
    padding-top: 18px;
  }

  /*
* タブ：受講者の声・ワーク事例・ファシリテーターブログ
*/
  .mypage_bl_tabWrapper__voiceWorkBlog {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }

  .mypage_bl_tabWrapper__voiceWorkBlog p {
    font-size: 1.6rem;
  }

  .mypage_bl_tabWrapper__voiceWorkBlog dl {
    font-size: 1.6rem;
  }

  .mypage_bl_tabWrapper__voiceWorkBlog dt {
    padding-bottom: 12px;
    padding-left: 15px;
    padding-top: 12px;
    width: 12rem;
  }

  .mypage_bl_tabWrapper__voiceWorkBlog dd {
    overflow: hidden;
    padding-bottom: 12px;
    padding-right: 15px;
    padding-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 12rem);
  }

  /*
* ワークショップカレンダー
*/
  .mypage_bl_wsCalWrapper {
    margin: 0 calc(50% - 50vw);
    padding-bottom: 10rem;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-top: 10rem;
    width: 100vw;
  }

  /*
* カード型バナー：ワーク事例・関連書籍・公式Facebook
*/
  .mypage_bl_bnrWrapper {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .mypage_bl_cardUnit__col3Bnr {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }

  /* カード型バナー：ワーク事例・関連書籍・公式Facebook：行落ち時対策 */
  .mypage_bl_cardUnit__col3Bnr::after {
    content: '';
    display: block;
    width: 26.3rem;
  }

  /* カード型バナー：ワーク事例・関連書籍・公式Facebook：カード本体*/
  .mypage_bl_cardUnit__col3Bnr > .mypage_bl_card {
    flex-direction: column;
    gap: 45px;
    height: 25rem;
    justify-content: flex-start;
    padding-bottom: 1.5rem;
    padding-top: 4.5rem;
    width: 26.3rem;
  }

  .mypage_bl_card__bkWhite {
    border-bottom: solid 5px var(--col_mainColTransparent);
  }

  .mypage_bl_card__bkWhite > .mypage_bl_card_imgWrapper {
    height: 10rem;
    width: 10rem;
  }

  .mypage_bl_cardUnit__col3Bnr > .mypage_bl_card > .mypage_el_card_txt {
    font-size: 1.6rem;
  }

  /* カード型バナー：ワーク事例・関連書籍・公式Facebook：ホバー・アクティブ・フォーカス時 */
  .mypage_bl_card__bkWhite:hover,
  .mypage_bl_card__bkWhite:active,
  .mypage_bl_card__bkWhite:focus {
    border-bottom: solid 7px var(--col_mainCol);
  }
}
