.top-info-contents li figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

#medical #anchor-list li a {
  background-color: #fff;
}

#news #news-detail .wrapper-md {
  display: flex;
}
#news #news-detail .contents {
  width: calc(100% - 250px);
}
#news #news-detail .contents .post-nav ul {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
#news #news-detail .contents .post-nav ul li {
  width: 50%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#news #news-detail .contents .post-nav ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #eee;
  padding: 25px 15px 23px 40px;
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  font-size: clamp(0.75rem, 0.6vw + 0.57rem, 1rem);
  line-height: 1;
  color: #646567;
}
#news #news-detail .contents .post-nav ul li a:hover {
  background-color: #f5f6fa;
  opacity: 1 !important;
}
#news #news-detail .contents .post-nav ul li a:after {
  content: "";
  background: url(/asset/images/common/arrow_b.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) scale(-1, 1);
}
#news #news-detail .contents .post-nav ul li.next a {
  padding: 25px 40px 23px 15px;
}
#news #news-detail .contents .post-nav ul li.next a:after {
  left: auto;
  right: 10px;
  transform: translateY(-50%) scale(1);
}
#news #news-detail aside {
  width: 250px;
}
#news #news-detail aside .category {
  margin-top: 40px;
}
#news #news-detail aside dl dd {
  margin-bottom: 2px;
}
#news #news-detail aside dl dd a {
  display: block;
  color: #646567;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  text-align: center;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  color: #fff;
  background-color: #034E95;
}

@media screen and (max-width: 768px) {
  #news #news-detail .wrapper-md {
    display: block;
  }
  #news #news-detail .contents {
    width: 100%;
  }
  #news #news-detail .contents .post-nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
    display: block;
    border: 1px solid #eee;
    padding: 15px 10px 15px 30px;
    position: relative;
    box-sizing: border-box;
  }
  #news #news-detail .contents .post-nav ul li a:after {
    width: 14px;
    height: 14px;
    left: 5px;
  }
  #news #news-detail .contents .post-nav ul li a:hover {
    background-color: #fff;
  }
  #news #news-detail .contents .post-nav ul li.next a {
    padding: 15px 30px 15px 10px;
  }
  #news #news-detail .contents .post-nav ul li.next a:after {
    left: auto;
    right: 5px;
    transform: translateY(-50%) scale(1);
  }
  #news #news-detail aside {
    width: 100%;
  }
  #news #news-detail aside .category {
    margin-top: 30px;
  }
  #news #news-detail aside ul li:hover {
    background-color: #fff;
  }
  #news #news-detail aside dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }
  #news #news-detail aside dl dd a {
    height: 44px;
    line-height: 44px;
  }
}