h3 {
  margin-bottom: 16px;
  margin-bottom: 1rem
}

.ImageIntroduction {
  margin-bottom: 20px;
  margin-bottom: 1.25rem
}

.Table_Type {
  margin-bottom: 5px;
  margin-bottom: .3125rem
}

.Table_Type__title {
  color: #fff;
  background: #476e2c;
  width: 33%;
  border-bottom: 5px solid #fff;
  padding: 5px;
  padding: .3125rem
}

.Table_Type__title:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff
}

.Table_Type__dark {
  background: #d5e3cf
}

.Table_Type__light {
  background: #ebf1e9
}

.Table_Type td {
  border: 2px solid #fff;
  padding: 5px;
  padding: .3125rem;
  vertical-align: middle
}

.Table_swipe {
  overflow: visible
}

.AttentionsText {
  color: #ff0000
}

.AttentionsText.-onborder {
  border: 1px solid #ff0000;
  padding: 5px 10px;
  padding: .3125rem .625rem
}

@media all and (max-width: 768px) {
  .anchorPoint {
    position: relative;
    bottom: 100px
  }
}

@media all and (max-width: 768px) {
  .DrugLinks {
    flex-direction: column
  }
}

.DrugLinks li {
  border: 2px solid #8acd71;
  border-radius: 5px
}

@media all and (min-width: 769px) {
  .DrugLinks li {
    width: 50%
  }

  .DrugLinks li:hover {
    border-color: #94d198
  }

  .DrugLinks li:not(:nth-child(2n)) {
    margin-right: 10px;
    margin-right: .625rem
  }
}

@media all and (max-width: 768px) {
  .DrugLinks li:active {
    border-color: #94d198
  }

  .DrugLinks li:not(:nth-child(2n)) {
    margin-bottom: 10px;
    margin-bottom: .625rem
  }
}

.DrugLinks li a {
  padding: 20px 10px;
  padding: 1.25rem .625rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #505050;
  height: 100%;
  justify-content: center;
  align-items: center
}

.DrugLinks li a:before {
  margin-right: 10px;
  margin-right: .625rem;
  content: '';
  display: block;
  width: 50px;
  height: 50px
}

.DrugLinks li a.pcnslIcon:before {
  background: url("/sites/default/files/cancers/img/icon/pcnsl_icon.png") no-repeat center;
  background-size: contain
}

.DrugLinks li a.wmlplIcon:before {
  background: url("/sites/default/files/cancers/img/icon/wmlpl_icon.png") no-repeat center;
  background-size: contain
}
.RefList {
	display: grid;
	gap: 0.3125rem;
	word-break: break-all;
	place-content: flex-end;
	font-size:0.75rem;
}