@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.ent-outline {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  width: min(1160px, 100%);
  margin: auto;
}
.ent-outline .ent-box {
  width: 745px;
}
.ent-outline #side {
  width: 235px;
}
.ent-outline #side aside {
  padding: 20px 15px;
  background: rgba(240, 132, 55, 0.08);
}
.ent-outline #side .side-box:not(:last-child) {
  margin-bottom: 30px;
}
.ent-outline #side .listmark-type01 > li {
  border-bottom: solid 1px #e6e6e6;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ent-outline #side .listmark-type01 > li > a {
  text-decoration: underline !important;
}
.ent-outline #side .listmark-type01 > li > a span {
  line-height: 1.3;
  position: relative;
  padding-right: 18px;
}
.ent-outline #side .listmark-type01 > li > a span::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/anchor-arrow_brown.svg);
  background-position: center right;
  background-size: 12px auto;
  background-repeat: no-repeat;
  width: 12px;
  height: 2px;
  right: 0;
  bottom: 7px;
  display: inline-block;
}
.ent-outline #side .titles {
  text-align: center;
}
.ent-outline #side .titles span {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5em;
}
.ent-outline #side .titles span::before {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.ent-outline #side .titles.ear span::before {
  content: url(../images/common/cat-ear.svg);
}
.ent-outline #side .titles.nose span::before {
  content: url(../images/common/cat-nose.svg);
}
.ent-outline #side .titles.throat span::before {
  content: url(../images/common/cat-throat.svg);
}
.ent-outline .ent-col table {
  margin: auto;
}

@media all and (min-width: 751px) {
  body.ent {
    background-color: #fff;
  }
  body.ent #title {
    background-image: url(../images/ent/title-bg.jpg);
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.ent {
    background-color: #fff;
  }
  body.ent #title {
    background-image: url(../images/ent/title-bg.jpg);
  }
  /* INDEX */
  .ent-outline {
    flex-direction: column;
    padding: 0 20px;
    width: auto;
  }
  .ent-outline .ent-box {
    width: auto;
    flex: 1;
  }
  .ent-outline #side {
    width: auto;
  }
  .ent-outline #side aside {
    padding: 20px 15px;
    background: rgba(240, 132, 55, 0.08);
  }
  .ent-outline #side .side-box:not(:last-child) {
    margin-bottom: 30px;
  }
  .ent-outline #side .listmark-type01 > li {
    border-bottom: solid 1px #e6e6e6;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ent-outline #side .listmark-type01 > li > a {
    text-decoration: underline !important;
  }
  .ent-outline #side .listmark-type01 > li > a span {
    line-height: 1.3;
    position: relative;
    padding-right: 18px;
  }
  .ent-outline #side .listmark-type01 > li > a span::after {
    position: absolute;
    content: "";
    background-image: url(../images/common/anchor-arrow_brown.svg);
    background-position: center right;
    background-size: 12px auto;
    background-repeat: no-repeat;
    width: 12px;
    height: 2px;
    right: 0;
    bottom: 7px;
    display: inline-block;
  }
  .ent-outline #side .titles {
    text-align: center;
  }
  .ent-outline #side .titles span {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5em;
  }
  .ent-outline #side .titles span::before {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .ent-outline #side .titles.ear span::before {
    content: url(../images/common/cat-ear.svg);
  }
  .ent-outline #side .titles.nose span::before {
    content: url(../images/common/cat-nose.svg);
  }
  .ent-outline #side .titles.throat span::before {
    content: url(../images/common/cat-throat.svg);
  }
  .ent-outline .ent-col table {
    margin: auto;
  }
  .ent-outline .ent-col table td:has(img) {
    width: 45%;
    padding-bottom: 20px;
  }
}
