@media screen and (min-width: 980px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .is-tab {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-tab {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .is-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-pc-tab {
    display: none;
  }
}

#coagulation-factor-activity .is-teacher {
  display: inline;
}

.mt-60 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #coagulation-factor-activity .type-1 {
    text-align: left;
  }
}

.title-box {
  position: relative;
}
.title-box .movie-notes {
  flex-direction: column;
}
@media screen and (min-width: 980px) {
  .title-box .movie-notes {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .title-box .movie-notes {
    justify-content: left;
  }
}
.title-box .movie-notes .is-doctor {
  font-size: 22px;
}
@media screen and (min-width: 980px) {
  .title-box .movie-notes .is-doctor {
    padding: 0 0.5em;
  }
}
.title-box .movie-notes span {
  float: none;
}
.title-box .img-wrap {
  position: absolute;
  right: 0;
  bottom: 28px;
  max-width: 130px;
  max-height: 167px;
}
@media screen and (min-width: 980px) {
  .title-box .img-wrap {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .title-box .img-wrap {
    max-width: 100px;
    bottom: 109px;
  }
}

.talk-box {
  display: flex;
  align-items: flex-start;
}
.talk-box.is-even {
  justify-content: flex-end;
}
.talk-box-img {
  width: 10.8%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .talk-box-img {
    max-width: 87.86px;
    min-width: 66.63px;
  }
}
@media screen and (max-width: 768px) {
  .talk-box picture.is-figure {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .talk-box picture.is-figure.is-adjust {
    width: 728px;
  }
}
.talk-box picture.is-figure img {
  margin: 0 auto;
  padding-top: 1em;
}
.talk-box-content {
  position: relative;
  padding: 2em 3em;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .talk-box-content {
    padding: 1em;
    width: 80%;
  }
}
.is-odd .talk-box-content {
  margin-top: 1.7em;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .is-odd .talk-box-content {
    margin-top: 0;
    margin-left: 1.5em;
  }
}
.is-odd .talk-box-content::after, .is-odd .talk-box-content::before {
  background: #dcf7e8;
}
.is-odd .talk-box-content::before {
  top: 2em;
  left: -1.3em;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  .is-odd .talk-box-content::before {
    top: 3em;
    left: -1.4em;
  }
}
.is-even .talk-box-content {
  margin-top: 4.5em;
  margin-right: 2em;
  max-width: 460px;
  text-align: left;
}
@media screen and (min-width: 980px) {
  .is-even .talk-box-content {
    max-width: 557px;
  }
}
@media screen and (max-width: 768px) {
  .is-even .talk-box-content {
    max-width: 360px;
    margin-top: 2em;
    margin-right: 1.5em;
  }
}
.is-even .talk-box-content::after, .is-even .talk-box-content::before {
  background: #fbdfb2;
}
.is-even .talk-box-content::before {
  top: 1em;
  right: -1.3em;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 768px) {
  .is-even .talk-box-content::before {
    right: -1.4em;
  }
}
.talk-box-content .figure {
  display: flex;
}
@media screen and (max-width: 768px) {
  .talk-box-content .figure {
    flex-direction: column;
  }
}
.talk-box-content .figure-title {
  color: #003f63;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .talk-box-content .figure-title {
    font-size: clamp(15px, 4.1vw, 20px);
  }
}
.talk-box-content .figure-item {
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .talk-box-content .figure-item {
    width: 365px;
  }
}
.talk-box-content .figure-item img {
  padding-top: 1.1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .talk-box-content .figure-item img {
    padding-top: 0;
    max-width: 280px;
  }
}
.talk-box-content::after, .talk-box-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.talk-box-content::after {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 8px;
}
@media screen and (min-width: 980px) {
  .talk-box-content::after {
    min-height: 90px;
  }
}
.talk-box-content::before {
  width: 1.5em;
  height: 1.5em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .talk-box-content::before {
    width: 1.5em;
    height: 1.5em;
  }
}

.sm-text {
  margin: 1px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .sm-text {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .sm-text {
    font-size: clamp(0.6rem, 1.6vw, 1rem);
  }
}
.sm-text.align-right.is-sp {
  margin-bottom: 60px;
}

.pt-10 {
  padding-top: 10px;
}

.material-number {
  text-align: right;
  padding-top: 4em;
}

@media screen and (max-width: 768px) {
  .material-number {
    font-size: 14px;
    padding-top: 3em;
  }
}