.lb-prev,.lb-next,.lb-number {
	display:none!important;
}

#daido_subpage .textbox01.staff figure {
  overflow: initial;
}
#daido_subpage .textbox01.staff figure a.small_btn {
  width: 200px;
  height: 30px;
  background: var(--white);
  font-size: 1.3rem;
  color: var(--gray);
  font-family: var(--mincho);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  border-radius: 15px;
  box-shadow: 3px 6px 10px 2px rgba(0, 0, 0, 0.15);
}
#daido_subpage .textbox01.staff .text {
  width: calc(100% - 250px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 20px;
}
#daido_subpage .textbox01.staff .text h3 {
  width: 100%;
  font-size: 2.8rem;
}
#daido_subpage .textbox01.staff .text p {
  padding-top: 5px;
  width: 100%;
  line-height: 1.8;
  font-family: var(--mincho);
  color: var(--brown);
}
#daido_subpage .textbox01.staff .text dl {
  width: calc(50% - 10px);
  margin-top: 20px;
}
#daido_subpage .textbox01.staff .text dl.wide {
  width: 100%;
}
#daido_subpage .textbox01.staff .text dl dt {
  font-weight: 500;
  margin-left: -1em;
  width: fit-content;
}
#daido_subpage .textbox01.staff .text dl dt.toggle {
  padding-right: 40px;
  position: relative;
}
#daido_subpage .textbox01.staff .text dl dt.toggle:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  width: 16px;
  height: 2px;
  background: var(--gold);
}
#daido_subpage .textbox01.staff .text dl dt.toggle:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  width: 16px;
  height: 2px;
  background: var(--gold);
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
#daido_subpage .textbox01.staff .text dl dt.toggle.on:after {
  transform: rotate(0deg);
}
#daido_subpage .textbox01.staff .text dl dd ol {
  font-weight: 400;
  font-size: 1.2rem;
}
#daido_subpage .textbox01.staff .text dl dd ~ dt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #daido_subpage .textbox01.staff figure {
    text-align: center;
  }
  #daido_subpage .textbox01.staff figure img {
    width: 250px;
    margin: 0 auto;
  }
  #daido_subpage .textbox01.staff .text {
    width: 100%;
    display: block;
    padding: 0;
  }
  #daido_subpage .textbox01.staff .text h3 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    border-top: 1px solid rgba(174,192,53,0.9);
    border-bottom: 1px solid rgba(174,192,53,0.9);
    padding: 8px 0;
    margin: 16px 0;
  }
  #daido_subpage .textbox01.staff .text p {
    padding-top: 0 !important;
    text-align: center;
  }
  #daido_subpage .textbox01.staff .text dl {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: 16px;
  }
  #daido_subpage .textbox01.staff .text dl dt {
    margin-left: -1em;
  }
  #daido_subpage .textbox01.staff .text dl dt.toggle {
    padding-right: 40px;
    position: relative;
  }
  #daido_subpage .textbox01.staff .text dl dt.toggle:before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    width: 16px;
    height: 2px;
    background: var(--gold);
  }
  #daido_subpage .textbox01.staff .text dl dt.toggle:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    width: 16px;
    height: 2px;
    background: var(--gold);
    transform: rotate(90deg);
    transition: all 0.2s ease;
  }
  #daido_subpage .textbox01.staff .text dl dt.toggle.on:after {
    transform: rotate(0deg);
  }
  #daido_subpage .textbox01.staff .text dl dd {
    text-align: left;
  }
  #daido_subpage .textbox01.staff .text dl dd ~ dt {
    margin-top: 16px;
  }

}

