.sub .sub-top.bg1 {
  background-color: #fbae75;
}
.sub .sub-top.bg2 {
  background-color: #eb8a8a;
}
.sub .sub-top.bg3 {
  background-color: #78c3b4;
}

header .all-menu .all-inner .menu-row ul li a.noafter::after {
  content: none;
}

header .all-menu .all-inner .menu-row ul li a small {
  font-family: inherit;
  font-weight: inherit;
  font-size: 80%;
}

.sub .sub-con .titles h2 small {
  font-size: 80%;
}

.sub .sub-con .text-con .textbox .tag-sq {
  font-size: 17px;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  flex-shrink: 0;
  padding-top: 1px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.sub .sub-con .text-con .textbox .tag-sq + h4{
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}



dl .up,
dt .up {
  font-size: 150%;
  vertical-align: auto;
  font-weight: 900 !important;
}