@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#hearing-device .device-list {
  display: flex;
  margin: 45px auto 82px;
}
#hearing-device .device-list li {
  width: 20%;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
#hearing-device .device-list li span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#hearing-device .device-list li p {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
#hearing-device .btn-type01 a {
  padding: 8px 24px;
}

@media all and (min-width: 751px) {
  /* INDEX */
  #hearing-lead {
    margin-bottom: 125px;
  }
}
@media only screen and (max-width: 750px) {
  /* INDEX */
  #hearing-device .device-list {
    flex-direction: column;
    margin: 20px auto;
  }
  #hearing-device .device-list li {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  #hearing-device .device-list li:not(:last-child) {
    margin-bottom: 50px;
  }
  #hearing-device .device-list li span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  #hearing-device .device-list li p {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
  }
}
