.webNoBackground {
  background: none;
}

.webs-20250822 {
  padding: 8px;
}

@media (max-width: 767px) {
  .webs-20250822 {
    padding: 15px;
  }
}

.websHalf {
  margin: 50px auto;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.websHalf ._left,
.websHalf ._right {
  width: calc(50% - 50px);
}

@media (max-width: 767px) {
  .websHalf ._left,
  .websHalf ._right {
    width: 100%;
  }
  
  .websHalf ._right {
    margin-top: 40px;
  }
}

.websHalf .__index {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
}

.websHalf .__index.__c1::before {
  content: "①";
}

.websHalf .__index.__c2::before {
  content: "②";
}

.webs-20250822 .websFooter p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.webs-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
