h2.wp-block-heading.is-style-vk-heading-solid_black {
  margin-top: 60px;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.squareTitle {
  background-image: url(../images/parts-kazari.svg), url(../images/parts-kazari2.svg);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 30px auto, 30px auto;
  border: none;
}
@media (max-width: 787px) {
  .squareTitle {
    font-size: 22px;
  }
}
.squareTitle::before {
  content: none;
}
.squareTitle::after {
  content: none;
}

.ancList {
  max-width: 638px;
  border-radius: 20px;
  background: #f3f3f3;
  padding: 40px 50px;
  margin: 0 auto 80px;
}
@media (max-width: 787px) {
  .ancList {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.ancList-title {
  font-weight: bold;
  font-size: 13px;
  margin-block: 0;
}
.ancList ul.wp-block-list {
  margin-top: 10px;
  padding-left: 1rem;
}
.ancList ul.wp-block-list li {
  border-bottom: 1px dotted #000;
  padding: 10px 0;
  margin-block: 0;
  font-size: 13px;
}
.ancList ul.wp-block-list li a {
  color: #333;
}

.lineTitle {
  position: relative;
  gap: 0 20px;
  font-weight: bold;
  font-size: 15px;
  padding-left: 84px;
  margin-bottom: 20px;
  background: none;
}
@media (max-width: 787px) {
  .lineTitle {
    padding-left: 64px;
  }
}
.lineTitle::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 1.4em;
  background: #000;
}
@media (max-width: 787px) {
  .lineTitle::after {
    width: 48px;
  }
}

.chipDescription {
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-block: 30px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 40px;
}
@media (max-width: 787px) {
  .chipDescription {
    gap: 20px;
  }
}
.chipDescription > div {
  width: -moz-fit-content;
  width: fit-content;
  flex: 0 1 auto !important;
}
.chipDescription-item {
  width: -moz-fit-content;
  width: fit-content;
}
.chipDescription-item:nth-child(n+2) {
  margin-top: 20px;
}
.chipDescription-item p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 60px;
  height: 30px;
  font-size: 14px;
  border-radius: 4px;
}