.local_association-first_section {
  margin-bottom: 120px;
}
.l_assoc__title {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.l_assoc-title__text {
  flex: 1;
  font-size: 28px;
  line-height: 1.4;
  font-family: var(--jp-font-bold);
  text-align: left;
  margin: -5.6px 0;
}
.l_assoc__title .some-size-link {
  min-width: 240px;
}
.l_assoc__title .some-size-link a {
  padding: 14px 20px;
}
.l_assoc__table {
  width: 100%;
  border-spacing: 0 40px;
  margin-bottom: -40px;
}
.l_assoc-table__th {
  white-space: nowrap;
  border-right: 1px solid #ddd;
  padding-right: 32px;
}
.l_assoc-th__title {
  text-align: left;
  font-size: 24px;
  font-family: var(--jp-font-bold);
  line-height: 1;
  padding-left: 26px;
  position: relative;
}
.l_assoc-th__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--sub-color);
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.l_assoc-table__td {
  width: 100%;
  padding-left: 32px;
}
.l_assoc-td__text {
  line-height: 1.75;
  margin: -7.5px 0;
  font-size: 20px;
  font-family: var(--jp-font-bold);
}
.l_assoc-td__text--red {
  color: #de0000;
}
.l_assoc-td__text--ending {
  text-decoration: line-through;
}
.l_assoc-td__explain {
  line-height: 1.75;
  margin: 10px 0 -6px;
  font-size: 16px;
}
.l_assoc-td__caption {
  line-height: 1.75;
  margin: -6px 0;
  margin-top: 10px;
}
.l_assoc-td__subtitle {
  font-size: 20px;
  font-family: var(--jp-font-bold);
  line-height: 1.4;
  margin: -4px 0;
}
.l_assoc-td__text_link {
  color: #707070;
  margin-top: 16px;
}
.l_assoc-td__endtext {
  color: #de0000;
  margin-top: 16px;
}
.l_assoc-td__subtitle:has(+ .l_assoc-td__text) {
  margin-bottom: 12px;
}
.l_assoc-td__box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.l_assoc-td__box .some-size-link {
  min-width: 240px;
}
.l_assoc-td__box .some-size-link a {
  padding: 14px 20px;
}
.l_assoc-card__path1,
.l_assoc-card__path2 {
  fill: none;
  stroke: #326a3a;
  stroke-width: 2px;
}
.l_assoc-card__path2 {
  stroke-linejoin: round;
}
.l_assoc--cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.l_assoc__card {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 20px;
}
.l_assoc-card__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 1;
}
.l_assoc-card__box {
  width: 72px;
  height: 72px;
  border-radius: 100vw;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_assoc-card_title__text {
  font-size: 20px;
  font-family: var(--jp-font-bold);
  line-height: 1.4;
  margin: -4px 0;
  flex: 1;
}
.l_assoc-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  flex: none;
  border-left: 1px solid #ddd;
}
.l_assoc-card_link__text {
  font-family: var(--jp-font-bold);
  color: var(--sub-color);
}
.l_assoc-card_link__box {
  width: 28px;
  height: 28px;
  border-radius: 100vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar--l_assoc .sidebar__inner {
  height: auto;
  padding: 0;
  border-left: unset;
}
.l_assoc_external__path1,
.l_assoc_external__path2 {
  fill: none;
  stroke: #326a3a;
  stroke-width: 2px;
}
.l_assoc_external__path2 {
  stroke-linejoin: round;
}
.l_assoc-sidebar_link__path1 {
  fill: none;
  stroke: #326a3a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.l_assoc-sidebar_link__path2 {
  stroke: #326a3a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  fill: #fff;
}
.l_assoc-sidebar_arrow__path {
  fill: none;
  stroke: var(--sub-color);
  stroke-width: 2px;
}
.l_assoc__sidebar_link {
  /* background-color: #e0e9e1; */
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.l_assoc__sidebar_link:not(:last-of-type) {
  margin-bottom: 16px;
}
.l_assoc-sidebar_link__wrapper {
  padding: 16px;
  flex: 1;
}
.l_assoc-sidebar_link__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.l_assoc-sidebar_link__icon {
  background-color: var(--main-color);
  width: 48px;
  height: 48px;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_assoc-sidebar_link__text {
  font-family: var(--jp-font-bold);
  white-space: nowrap;
  color: #2b2b2b;
  flex: 1;
  font-size: 18px;
  line-height: 1.2222;
  margin: -2px 0;
}
.l_assoc-sidebar_link__deadline {
  width: 100%;
  border: 1px solid #de0000;
  border-radius: 4px;
  padding: 8px;
  background-color: #fff;
  margin-top: 12px;
}
.l_assoc-sidebar_link__deadline_text {
  font-family: var(--jp-font-bold);
  text-align: center;
  font-size: 14px;
  color: #de0000;
}
.l_assoc-sidebar_link__arrow {
  padding: 0px 12px;
  display: flex;
  align-items: center;
  background-color: #e0e9e1;
  border-radius: 0 4px 4px 0;
  /* border-left: 1px solid #fff;
  margin: 16px 0; */
}
.l_assoc__sidebar_link.not_hiring {
  pointer-events: none;
  background-color: #efefef;
  border: unset;
}
.l_assoc__sidebar_link.not_hiring .l_assoc-sidebar_link__text {
  color: #707070;
}
.l_assoc__sidebar_link.not_hiring .l_assoc-sidebar_link__icon {
  background-color: #fff;
  /* border: 1px solid #ddd; */
}
.l_assoc__sidebar_link.not_hiring .l_assoc-sidebar_link__path1,
.l_assoc__sidebar_link.not_hiring .l_assoc-sidebar_link__path2 {
  stroke: #707070;
}
.past_abstracts {
  background-color: #fff;
  padding: 0px 32px;
  border-radius: 4px;
}
.past_abstracts__year {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.past_abstracts__year:not(:last-of-type) {
  border-bottom: 1px solid #dddddd;
}
.past_abstracts-year__text {
  font-size: 24px;
  color: var(--sub-color);
  width: 3.5em;
}
.past_abstracts-year__lists {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 64px;
}
.past_abstracts-year__list {
  width: calc(50% - 32px);
}
.past_abstracts__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  /* border-bottom: 1px solid #dddddd;
  padding-top: 32px;
  padding-bottom: 20px; */
  padding: 32px 0;
  transition: opacity 0.3s;
}
.past_abstracts__item:hover {
  opacity: 0.5;
}
.past_abstracts-item__date {
  color: #707070;
  width: 2.5em;
}
.past_abstracts-item__title {
  flex: 1;
  font-family: var(--jp-font-bold);
}
.past_abstracts-item__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.past_abstracts__svg {
  width: 16px;
  height: 16px;
}
.some-size-link--gray {
  pointer-events: none;
  background-color: #efefef;
}
.some-size-link--gray a {
  color: #707070;
}
.some-size-link--gray .full-width-link_external__path1,
.some-size-link--gray .full-width-link_external__path2 {
  stroke: #707070;
}
@media screen and (max-width: 1279px) {
  .sidebar--l_assoc .sidebar__inner {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .local_association-info__item {
    margin: 32px 10px 0;
  }
  .local_association_link {
    width: 100%;
  }
  .l_assoc__table {
    display: block;
    border-spacing: 0;
    margin-bottom: 0;
  }
  .l_assoc__table tbody {
    display: block;
  }
  .l_assoc__title {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .l_assoc__table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding: 32px 0;
  }
  .l_assoc-table__th {
    border-right: unset;
    padding-right: 0;
    white-space: normal;
    margin-bottom: 20px;
  }
  .l_assoc-table__td {
    padding-left: 0;
  }
  .l_assoc-td__text {
    line-height: 1.5;
  }
  .l_assoc-td__box {
    margin-top: 20px;
    flex-direction: column;
    align-items: stretch;
  }
  .l_assoc--cards {
    grid-template-columns: 1fr;
  }
  .l_assoc-card_title__text {
    font-size: 18px;
  }
  .sidebar--l_assoc .sidebar__inner {
    padding: 24px;
  }
  .past_abstracts {
    grid-template-columns: 1fr;
    padding: 0px 24px;
    max-height: 50dvh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .past_abstracts__year {
    gap: 24px;
    align-items: stretch;
    padding: 24px 0;
  }
  .past_abstracts__year:not(:last-of-type) {
    /* border: unset !important;
    margin-bottom: 24px; */
  }
  .past_abstracts-year__text {
    font-size: 20px;
    width: 2.5em;
    display: flex;
    align-items: flex-start;
    /* position: relative; */
  }
  /* .past_abstracts-year__text::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #dddddd;
  } */
  .past_abstracts-year__lists {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 0px;
  }
  .past_abstracts-year__list {
    width: 100%;
  }
  .past_abstracts-year__list:nth-of-type(2) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dddddd;
  }
  .past_abstracts__item {
    padding: 0;
    gap: 8px 16px;
    flex-wrap: wrap;
  }
  .past_abstracts__item:last-of-type {
    border-bottom: unset;
  }
  .past_abstracts-item__date {
    font-size: 14px;
    width: 100%;
  }
  .content .accordion {
    margin-top: 32px;
  }
}
