.link-item h3 {
  font-size: 16px;
}

.A_siryo {
  display: inline;
  position: absolute;
  margin-left: 20px;
  border: 1px solid #000;
  background: #fff;
  padding: 0.2em 1em 0;
  font-weight: bold;
  top: 0;
}

.n2022 h2 span.category {
  display: inline-block;
  margin: 10px 5px 0 0;
  background: #014099;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

table {
  width: 100%;
}
.sl-tb table.kindH .typeA,
.sl-tb table.kindH .typeB,
.sl-tb table.kindH .typeC,
.sl-tb table.kindH .typeD,
.sl-tb table.kindH .typeE {
  width: 8%;
}
.sl-tb .kindH thead th.name {
  width: 28%;
}
.sl-tb .kindH thead th.calsporin {
  width: auto;
}

.img-flex2 {
  display: flex;
  align-items: center;
}
.img-flex2 div {
  flex: 0 0 70%;
  padding-bottom: 16px;
}
.img-flex2 p {
  /* flex: 0 0 20%; */
  text-align: right;
  flex: 0 0 25%;
}
.img-flex2 h3 {
  margin-bottom: 8px;
}
.list-safety {
  display: flex;
}
.list-safety li {
  padding: 0 8px 8px;
  font-size: 18px;
}
.table {
}
.table th {
  text-align: center;
}

h3.flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  align-items: flex-end;
  font-size: 24px;
  color: #014099;
  padding-bottom: 0;
}
h3.flex span {
  color: #444;
  font-size: 13px;
}
.calsporin_toha {
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.img-flex3 {
  justify-content: center;
  flex-wrap: wrap;
}
.img-flex3 p {
  text-align: center;
  padding: 0 16px;
  margin-top: 16px;
}
.cap {
  padding: 4px 0 0;
}

@media (max-width: 768px) {
  .img-flex2 {
    flex-direction: column-reverse;
  }
  .img-flex2 h3 {
    text-align: center;
  }
  .img-flex2 div {
    flex: 0 0 auto;
  }
  .img-flex2 p {
    text-align: center;
    flex: 0 0 auto;
    max-width: 300px;
    width: 70%;
  }
  .list-safety {
    display: block;
  }
  .img-flex2 div.overflow,
  .overflow {
    flex: none;
    overflow-x: auto;
    max-width: 92vw;
  }

  .img-flex3 p {
    padding: 0 0;
  }
}
