.round > ul {
  columns: 2;
}
.round > ul ul {
  display: inline-block;
}
.round > ul ul > li {
  margin-left: 10px;
}
.box.round .col.col2 .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box.round .col.col2 .txt ul {
  display: inline-grid;
}
.txt.sp {
  display: none;
}

.col.col2.reverse.pc {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.col.col2.reverse.center.sp > .img img {
  width: auto;
}
.catList ul {
  border-top: none;
}
.color-black {
  color: #1b1b1b
}
@media screen and (max-width: 768px) {
  .box.round .col.col2 figure {
    text-align: center;
  }
  .box.round .col.col2 img {
    width: auto;
  }
  .round  ul {
    columns: 1;
  }
  .frameImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
  }
}

@media screen and (max-width: 430px) {
  .txt.pc {
    display: none;
  }
  .txt.sp {
    display: block;
  }
}
