@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#access-lead .access-box .image-box {
  width: 440px;
  margin-top: 20px;
}
#access-lead .access-box .text-box {
  width: 480px;
}
#access-lead .access-type {
  margin-bottom: 35px;
}
#access-lead .access-type li:not(:last-child) {
  margin-bottom: 46px;
}
#access-lead .access-type .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
#access-lead .access-type .title .term {
  width: 110px;
  height: 110px;
  font-size: 137.5%;
  font-weight: bold;
  color: #f08437;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #fff;
  box-shadow: 0 0 0 2px #894d26 inset, 0 0 0 4px #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 5px;
}
#access-lead .access-type .title .desc {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.4;
}
#access-lead .access-type .title .desc span {
  font-size: 125%;
  color: #f08437;
}
#access-lead .warning-box {
  border: solid 2px #e60012;
  padding: 15px;
  background-image: url(../images/common/anchor-warning.svg);
  background-color: #fff;
  background-position: center left 23px;
  background-repeat: no-repeat;
  background-size: 46px auto;
  font-size: 112.5%;
  font-weight: bold;
  padding-left: 87px;
  box-sizing: border-box;
  width: 465px;
  line-height: 1.7;
}

@media all and (min-width: 751px) {
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  /* INDEX */
  #access-lead .access-box .image-box {
    width: auto;
    margin: auto;
  }
  #access-lead .access-box .text-box {
    width: auto;
  }
  #access-lead .access-type .title {
    gap: 15px;
  }
  #access-lead .access-type .title .term {
    max-width: 90px;
    width: 100%;
    height: 90px;
    font-size: 112.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  #access-lead .access-type .title .desc {
    font-size: 120%;
  }
  #access-lead .access-type .title .desc span {
    font-size: 125%;
  }
  #access-lead .warning-box {
    width: auto;
    border: solid 2px #e60012;
    padding: 15px;
    background-position: top 12px center;
    background-size: 35px auto;
    padding-top: 50px;
    margin-bottom: 30px;
  }
}
