@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#member-section {
  max-width: 1280px;
  margin: 0 auto 95px;
  display: flex;
  justify-content: flex-end;
  gap: 100px;
}
#member-section.single {
  flex-direction: column;
}
#member-section.single .list {
  width: 100%;
}
#member-section .image-box {
  width: 482px;
  mix-blend-mode: screen;
}
#member-section .list {
  width: 575px;
}
#member-section .list dt {
  padding: 15px 0;
  float: left;
  clear: left;
  font-size: 112.5%;
  font-weight: bold;
}
#member-section .list dt::before {
  content: "⚫︎";
  color: #83ccd6;
  font-size: 16px;
  margin-right: 5px;
}
#member-section .list dt:first-of-type {
  padding-top: 0;
}
#member-section .list dd {
  padding: 15px 0;
  padding-left: 20em;
  border-bottom: solid 1px #59566e;
}
#member-section .list dd a {
  color: #fff;
}
#member-section .list dd:first-of-type {
  padding-top: 0;
}

@media all and (min-width: 751px) {
  body.member #title {
    background-image: url(../images/member/title-bg.jpg);
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.member #title {
    background-image: url(../images/member/title-bg.jpg);
  }
  /* INDEX */
  #member-section {
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0 30px;
    flex-direction: column;
    gap: 50px;
  }
  #member-section .image-box {
    width: auto;
    mix-blend-mode: screen;
  }
  #member-section .list {
    width: auto;
  }
  #member-section .list dt {
    width: 100%;
    padding: 10px 0 5px;
    font-size: 112.5%;
    font-weight: bold;
  }
  #member-section .list dt::before {
    content: "⚫︎";
    color: #83ccd6;
    font-size: 16px;
    margin-right: 5px;
  }
  #member-section .list dd {
    padding: 5px 0 10px;
    padding-left: 1.5em;
    line-height: 1.6;
  }
}
