@charset "UTF-8";
.l-menu-sub-spacer {
  margin-top: 103px !important;
}
.user-group2026 {
  padding-top: var(--padding-size-xl);
  background-image: url("/wordpress/wp-content/themes/grandit/common/lp/user_group/2026/images/bg_main.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.c-dl__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.c-dl__item:first-child {
  padding-top: 0;
}
.c-dl__item:last-child {
  border-bottom: none;
}
.c-link-txt {
  cursor: pointer;
}
.c-modal__content {
  padding: 0;
  max-width: 500px;
}
.c-table__wrap {
  margin-bottom: var(--margin-size-xs2);
}
.modal-header {
  padding: 16px 50px 16px 16px;
  background-color: #dff1ea;
  font-weight: bold;
}
.modal-txt {
  padding: 16px;
}
.c-modal__btn-wrap {
  top: 10px;
  right: 10px;
}
.dd-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
.dd-flex-img__wrap {
  flex-shrink: 0;
  width: 30%;
  max-width: 100%;
}
table {
  border: none;
}
@media screen and (max-width: 767px) {
  .c-ttl--h1 {
    font-size: 2rem;
  }
  .l-menu-sub-spacer {
    margin-top: 56px !important;
  }
  .c-dl__item {
    flex-direction: column;
  }
  .c-dl__term {
    margin-bottom: 10px;
  }
  .dd-flex {
    flex-direction: column;
  }
  .dd-flex-img__wrap {
    width: 100%;
  }
}
