.top_medical .news .info-list-item a {
  align-items: flex-start;
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  flex-direction: column;
  gap: 3vw;
  padding-bottom: 6vw;
  padding-top: 4.8vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .top_medical .news .info-list-item a {
    flex-direction: row;
    gap: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.top_medical .news .info-list-item a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.996%22%20height%3D%2225.006%22%20viewBox%3D%220%200%2014.996%2025.006%22%3E%3Cpath%20id%3D%22p_11%22%20data-name%3D%22p11%22%20d%3D%22M14.557%2C11.518a1.309%2C1.309%2C0%2C0%2C1%2C0%2C1.955v0L2.592%2C24.584A1.6%2C1.6%2C0%2C0%2C1%2C.45%2C24.6a1.306%2C1.306%2C0%2C0%2C1-.014-1.961L11.351%2C12.5.436%2C2.359A1.308%2C1.308%2C0%2C0%2C1%2C.45.4a1.615%2C1.615%2C0%2C0%2C1%2C2.142.01Z%22%20transform%3D%22translate(0%200.005)%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  content: "";
  display: inline-block;
  height: auto;
  height: 1em;
  margin-right: 2.2vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  width: 0.6em;
}
@media screen and (min-width: 750px) {
  .top_medical .news .info-list-item a::after {
    margin-right: 64px;
  }
}
@media screen and (max-width: 749px) {
  .top_medical .news .info-list-item a::after {
    top: 50%;
  }
}
.top_medical .news .info-date-box {
  -webkit-box-pack: justify;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .top_medical .news .info-date-box {
    -webkit-box-pack: start;
    flex-direction: row;
    justify-content: flex-start;
    width: 25%;
  }
}
.top_medical .news .info-time {
  color: #393939;
  font-size: 3.7333333333vw;
  width: 7.5em;
}
@media screen and (min-width: 750px) {
  .top_medical .news .info-time {
    font-size: 16px;
  }
}
.top_medical .news .info-icon {
  width: 29.3333333333vw;
}
@media screen and (min-width: 750px) {
  .top_medical .news .info-icon {
    width: 120px;
  }
}
.top_medical .news .info-icon.text-small span {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 750px) {
  .top_medical .news .info-icon.text-small span {
    font-size: 12px;
  }
}
.top_medical .news .info-icon span {
  border-radius: 10px;
  display: inline-block;
  font-size: 2.6666666667vw;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .top_medical .news .info-icon span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 2px 0;
  }
}
.top_medical .news .info-txt {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  padding-right: 1.8em;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .top_medical .news .info-txt {
    font-size: 16px;
    padding-right: 3.5em;
    width: 72%;
  }
}
.top_medical .news .news-pager {
  margin: 7.3333333333vw auto 0;
  position: relative;
  width: 53vw;
}
@media screen and (min-width: 750px) {
  .top_medical .news .news-pager {
    margin-top: 55px;
    width: 202px;
  }
}
.top_medical .news .news-pager .pager-list li {
  cursor: pointer;
}
.top_medical .news .news-pager .pager-list li:nth-last-child(2) {
  margin-right: 0;
}
.top_medical .news .news-pager .num {
  color: #393939;
  font-size: 3.7333333333vw;
  line-height: 1;
  margin-right: 6vw;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .top_medical .news .news-pager .num {
    font-size: 16px;
    margin-right: 25px;
  }
}
.top_medical .news .news-pager .num.active {
  color: #d0121b;
  display: inline-block;
  text-decoration: underline;
}
.top_medical .news .news-pager .arrow img {
  vertical-align: middle;
  width: 6px;
}
.top_medical .news .news-pager .arrow.left {
  margin-right: 7.3333333333vw;
}
@media screen and (min-width: 750px) {
  .top_medical .news .news-pager .arrow.left {
    margin-right: 55px;
  }
}
.top_medical .news .news-pager .arrow.right {
  margin-left: 7.3333333333vw;
}
@media screen and (min-width: 750px) {
  .top_medical .news .news-pager .arrow.right {
    margin-left: 55px;
  }
}
.top_medical .news .pager-list {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: flex;
  -ms-flex-align: center;
  justify-content: center;
}
.top_medical .news .info-footer .btn a {
  color: #393939;
  font-size: 4vw;
  margin-top: 8vw;
  padding-bottom: 1.8666666667vw;
  padding-top: 1.8666666667vw;
}
@media screen and (min-width: 750px) {
  .top_medical .news .info-footer .btn a {
    font-size: 18px;
    margin-top: 80px;
    padding-bottom: 14px;
    padding-top: 14px;
  }
}
.top_medical .academicInfo_list .info-list li:first-child .info-txt, .top_medical .seminar_list .info-list li:first-child .info-txt {
  margin-left: 0;
}
.top_medical .academicInfo_list .info-date-box, .top_medical .seminar_list .info-date-box {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .top_medical .academicInfo_list .info-date-box, .top_medical .seminar_list .info-date-box {
    width: auto;
  }
}
.top_medical .academicInfo_list .info-time, .top_medical .seminar_list .info-time {
  flex-shrink: 0;
}
.top_medical .academicInfo_list .info-txt, .top_medical .seminar_list .info-txt {
  margin-left: 0;
}
@media screen and (min-width: 750px) {
  .top_medical .academicInfo_list .info-txt, .top_medical .seminar_list .info-txt {
    margin-left: -20px;
    width: 100%;
  }
}
.top_medical .seminar_list .info-footer .btn a {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 750px) {
  .top_medical .seminar_list .info-footer .btn a {
    margin-top: 120px;
  }
}
.top_medical .lineup-medical .products-item__title a {
  font-size: 3.7333333333vw;
  /* font-weight: 600; */
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .top_medical .lineup-medical .products-item__title a {
    font-size: 16px;
  }
}
.top_medical .lineup-medical .products-item__icon span {
  font-size: 2.6vw;
  padding: 3px 10px;
}
@media screen and (min-width: 750px) {
  .top_medical .lineup-medical .products-item__icon span {
    font-size: 14px;
  }
}
.top_medical .lineup-medical .products-item__icon {
  padding-bottom: 8px;
}
.top_medical .is-graymax .bnr-text-inner__cont::after {
  display: none;
}
.top_medical .info-links-bnr {
  margin: 0 auto;
  max-width: 85%;
}
@media screen and (min-width: 750px) {
  .top_medical .info-links-bnr {
    max-width: 760px;
  }
}

.products-note {
  color: #999999;
  font-size: 2.6666666667vw;
  margin-top: 12vw;
}
@media screen and (min-width: 750px) {
  .products-note {
    font-size: 12px;
    margin-top: 90px;
  }
}