.payment .c-layout-column._col3 {
  margin-bottom: 10px;
}
.c-support-item {
  padding: 0;
  margin-bottom: 40px;
  gap: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-support-item picture {
  width: 400px;
  height: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-support-item img {
  width: 209px;
}
.c-support-detail {
  padding: 27px 32px 26px 0;
  width: calc(100% - (400px + 32px));
  position: relative;
}
.c-support-detail .jcb {
  position: absolute;
  bottom: 26px;
  right: 14px;
  width: 181px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.c-support-detail .jcb img {
  width: 112px;
  height: 50px;
  vertical-align: bottom;
}
.c-support-detail .jcb picture {
  width: auto;
  height: auto;
}
.c-support-detail .c-hdgLv3 {
  margin-bottom: 16px;
}
.c-support-detail ul {
  margin: 16px 0 32px;
}
.c-support-attention .c-list-note {
  font-size: 1.4rem;
}

@media print, screen and (max-width: 1240px)  {
  .c-support-detail .jcb {
    position: static;
    margin: 0 0 0 auto;
  }

}
@media print, screen and (max-width: 767px)  {

  .mod-mainContainer h1 + p {
    margin-bottom: 40px;
  }  
  .payment .c-layout-column._col3 .c-layout-column__item {
    width: 100%;
  }
  .payment .c-layout-column._col3 .c-layout-column__item {
    padding: 23px 20px 20px;
  }
  .payment .c-layout-column__item.payment_merit1_1 img {
    height: 131px;
  }
  .payment .c-layout-column__item.payment_merit1_2 img {
    height: 161px;
  }
  .payment .c-layout-column__item.payment_merit1_3 img {
    height: 153px;
  }
  .payment .c-layout-column__item picture {
    margin-bottom: 10px;
  }

  .c-support-item {
    flex-direction: column;
  }
  .c-support-detail {
    width: unset;
    margin: 0 20px;
    padding: 0 0 24px;
  }
  .c-support-item picture {
    width: auto;
    height: 200px;
  }
  .c-support-item picture img  {
    width: auto;
    height: 151px;
  }
  .c-support-detail ul {
    margin: 12px 0 20px;
  }
  .c-support-detail .c-hdgLv3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .c-support-detail p {
    font-size: 1.6rem;
  }
  .c-support-detail p.u-marginBottom16 {
    margin-bottom: 16px;
  }
  .c-mail-foot {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 12px;
  }
  .c-mail-foot p {
    font-size: 1.4rem;
    width: calc(100% - (174px + 12px));
  }
  .c-mail-foot .jcb {
    width: 174px;
    position: static;
    right: unset;
    bottom: unset;
  }
  .c-mail-foot .jcb img { 
    width: 107px;
    height: 48px;
    text-align: center;
    margin: 0 auto;
  }
}