@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-list > li:not(:last-child) {
  margin-bottom: 85px;
}
.member-list > li italic {
  font-style: italic;
}
.member-list > li .name-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 25px;
  gap: min(55px, 5vw);
  color: #fff;
  background-color: #0091af;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
}
.member-list > li .name-box span {
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0.045em;
}
.member-list > li .name-box .status {
  letter-spacing: 0.045em;
}
.member-list > li .name-box .name-ja {
  margin: 0 23px;
  font-size: 162.5%;
  /* 26px */
  letter-spacing: 0.045em;
}
.member-list > li .name-box .name-en {
  letter-spacing: 0.06em;
  font-size: 87.5%;
}
.member-list > li .staff-box {
  display: flex;
  gap: 58px;
}
.member-list > li .image-box {
  max-width: 240px;
  width: 100%;
  line-height: 1;
}
.member-list > li .image-box .img {
  width: 240px;
  height: 300px;
  object-fit: cover;
}
.member-list > li .image-box .btn-type02 {
  margin-top: 20px;
}
.member-list > li .image-box .btn-type02 a {
  width: 100%;
  background-image: url(../images/common/anchor-blank.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding: 8px 20px 8px 20px;
}
.member-list > li .image-box .btn-type02 a::after {
  content: none !important;
}
.member-list > li .propertybox {
  flex: 1;
  line-height: 1;
}
.member-list > li .propertylist > li {
  width: 100%;
  letter-spacing: 0.045em;
}
.member-list > li .propertylist > li .textbox {
  line-height: 1.5;
  padding-left: 12px;
}
.member-list > li .propertylist > li:not(:last-child) {
  margin-bottom: 30px;
}
.member-list > li table {
  line-height: 2.25;
}
.member-list > li table th {
  min-width: 80px;
  vertical-align: top;
}
.member-list > li table td {
  vertical-align: top;
  padding-left: 10px;
}
.member-list > li .fs-italic {
  font-style: italic;
}
.member-list > li .labelbox span {
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
  color: #474d78;
  box-sizing: border-box;
  border-left: solid 7px #0091af;
  padding-left: 8px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.member-list > li .licenselist li {
  line-height: 1.7;
}

@media all and (min-width: 751px) {
  body.member #title {
    background-image: url(../images/member/title-bg.jpg);
  }
  body.member .title-level02 {
    margin-bottom: 30px;
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.member #title {
    background-image: url(../images/member/title-bg_sp.jpg);
  }
  /* INDEX */
  .member-list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .member-list > li .name-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: min(55px, 5vw);
    margin-bottom: 20px;
    line-height: 1;
  }
  .member-list > li .name-box span {
    line-height: 1;
    vertical-align: middle;
    display: block;
  }
  .member-list > li .name-box .name-ja {
    margin: 10px 0px 0;
    font-size: 125%;
    /* 20px */
  }
  .member-list > li .name-box .name-en {
    display: block;
    margin-top: 5px;
  }
  .member-list > li .staff-box {
    gap: 10px;
    flex-direction: column;
  }
  .member-list > li .image-box {
    margin: auto;
  }
  .member-list > li .propertybox {
    margin-top: 0px;
  }
  .member-list > li .propertylist > li {
    width: 100%;
  }
  .member-list > li .propertylist > li .textbox {
    padding-left: 0px;
  }
  .member-list > li .propertylist > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .member-list > li table th {
    min-width: 65px;
  }
  .member-list > li table td {
    display: block;
    padding-left: 10px;
  }
}
