.articleStype .anc {
  margin: 50px 0 0;
}

.articleStype .anc .dt {
  cursor: pointer;
  margin: 0 0 1px;
  position: relative;
  width: 100%;
}

.articleStype .anc .dt .toggle {
  pointer-events: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.articleStype .anc .dt .toggle::after,
.articleStype .anc .dt .toggle::before {
  content: "";
  height: 15px;
  border-left: 1px solid #23ac9d;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}

.articleStype .anc .dt .toggle::after {
  transform: rotate(90deg);
}

.articleStype .anc .dt.open .toggle:before {
  transform: rotate(-45deg);
}

.articleStype .anc .dt.open .toggle::after {
  transform: rotate(45deg);
}

.articleStype .anc .dt {
  cursor: default;
  pointer-events: none;
}

.articleStype .anc .dt .toggle {
  display: none;
}

.articleStype .anc .ttl {
  padding: 0 20px;
  font-weight: bold;
  height: 60px;
  line-height: 1.3;
  margin: 0;
  background: #ebebeb;
  position: relative;
  transition: all 0.2s;
}

.articleStype .anc .ttl span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}

.articleStype .anc .dd {
  display: block !important;
  padding: 25px 0 0;
}

.articleStype .anc .dd *:last-child {
  margin-bottom: 0;
}

.articleStype .anc .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.articleStype .anc .list .item {
  width: calc((100% - 10px * 2) / 3);
  height: 60px;
  position: relative;
}

.articleStype .anc .list .item.sub {
  display: none;
}

.articleStype .anc .list .item em {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  margin: auto;
  display: block;
  line-height: 1;
  height: 1em;
  color: #23ac9d;
  pointer-events: none;
}

.articleStype .anc .list .item a {
  color: #000;
  text-decoration: none;
  /*font-size: 14px;*/
  font-size: 13px;
  /*line-height: 1.3;*/
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  border: 1px solid #23ac9d;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 40px;
  padding-right: 38px;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
  transition: all 0.2s;
}

.articleStype .anc .list .item a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

.articleStype .anc .list .item a::before {
  background-color: #23ac9d;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI3LjQwNyIgdmlld0JveD0iMCAwIDEwIDcuNDA3Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICAgIHN0cm9rZTogI2ZmZjsKICAgICAgICBzdHJva2Utd2lkdGg6IDJweDsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSLplbfmlrnlvaJfMjQiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDI0IiBjbGFzcz0iY2xzLTEiIGQ9Ik04MjIuMDA4LDY0Ni45MzdMODE4LDY1MC45NDZsLTQuMDA4LTQuMDA5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODEzIC02NDQuNTMxKSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
}

.articleStype .anc .list .item a:hover {
  background: rgba(34, 172, 157, 0.08);
}

.articleStype .anc .list .item a span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
