.icon_point {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 38px;
}
@media screen and (max-width: 980px) {
    .icon_point {
        width: 100%;
        max-width: 260px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px auto;
    }
    .icon_point li {
        width: 58px;
        margin: 0 3px 6px;
    }
}
	p.BlkDepartmentDetail__mainArea__lead {
  font-size: 2.0rem;
  font-weight: 600 !important;
  color: #333;
  position: relative;
  padding-top: 0;
  line-height: 1.8;
}
.BlkArticle h3::before {
  content: '';
  background-color: none;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: bottom;
  border-radius: 0;
}
.BlkArticle .BlkData h2 {
	margin: 0 15px 18px;
	padding: 0;
	border: none;
}
.BlkArticle .BlkData h3 {
	margin: 0;
	padding: 0;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 70px;
  z-index: 2;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  opacity: .9;
  transition: all 0.3s ease;
}
.pagetop a:hover {
  opacity: .5;
}

@media screen and (max-width: 980px) {
  .pagetop {
    right: 20px;
    bottom: 70px;
  }
}