.equipmentBox{
    margin-bottom: 50px;
}
.equipmentBox .title{
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    line-height: 180%;
    text-align: left;
    margin: 0 0 60px;
    padding: 0;
}
.equipmentBox .flexBox{
    display: flex;
    -webkit-box-pack: center;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
}

.otherTagBox ul li {
  list-style: none;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 0 10px;
  padding: 0;
}
.otherTagBox ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-style: solid;
  border-color: #07538f;
  border-width: 1px;
  top: 50%;
  right: unset;
  bottom: unset;
  left: -20px;
  z-index: 1;
}
 .otherTagBox ul li:last-child {
  margin: 0;
}
.equipmentBox .flexBox .textEditor {
    flex-shrink: 0;
    margin: 0;
    padding: 0 0 0 40px;
}
.equipmentBox .flexBox .textEditor .otherTagBox h3{
    font-size: 22px;
    margin-bottom: 30px;
}
.equipmentBox .flexBox .textEditor .otherTagBox ul{
    padding-left: 30px;
}

@media (max-width: 800px) {
  .tagBox {
    border-width: 0 0 1px;
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
}
.tagBox ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tagBox ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc( 100% / 3);
  margin-bottom: 40px;
}
.tagBox ul li:nth-of-type(3n) .itemTitle {
  border-width: 0;
}
@media (max-width: 1340px) {
  .tagBox ul li:nth-of-type(3n) .itemTitle {
    border-width: 0 1px 0 0;
  }
}
@media (max-width: 1340px) {
  .tagBox ul li:nth-of-type(3n) .itemTitle {
    border-width: 0;
  }
}
@media (max-width: 1023px) {
  .tagBox ul li:nth-of-type(3n) .itemTitle {
    border-width: 0 1px 0 0;
  }
}
@media (max-width: 1023px) {
  .tagBox ul li:nth-of-type(2n) .itemTitle {
    border-width: 0;
  }
}
@media (max-width: 600px) {
  .tagBox ul li .itemTitle {
    border-width: 0;
  }
}
.tagBox ul li .Img {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.tagBox ul li .Img img {
  /* max-width: 200px; */
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1 / 0.6;
}
.tagBox ul li .itemTitle {
  width: 100%;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0 1px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
  font-style: normal;
  text-align: center;
  margin: 10px 0px 0;
  padding: 10px 30px;
}
@media screen and (min-width: 1161px) {
    .tagBox {
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0 1px 0 0;
}
}
@media (max-width: 1160px) {
    .equipmentBox .flexBox{
    display: flex;
    flex-direction: column;
}
    .equipmentBox .title{
    text-align: center;
}
}

@media (max-width: 640px) {
    
.tagBox ul li {
  width: calc( 100% / 2);
}
}