.area-banners-container {
  margin: 0 auto;
  padding: 0 4%;
  width: 100%;
  max-width: 500px;
  position: relative;
  overflow: hidden;
}
.area-banners-container .abs {
  overflow: hidden;
  position: relative;
}

.s-oi-title {
  margin-bottom: 1rem;
  padding: 1rem;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
  background-color: #ff1f75;
  color: #fff;
}
.s-oi-title span {
  margin-top: 0.6rem;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}
.s-oi-header {
  margin-bottom: 3rem;
}
.s-oi-img {
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-oi-img {
    margin-bottom: 0;
    margin-right: 2rem;
    width: calc(50% - 1rem);
  }
}
.s-oi-meta {
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s-oi-meta {
    margin-bottom: 0;
    flex: 1;
  }
}
.s-oi-meta-title {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #fff100;
  font-weight: 700;
  /*color: #fff;*/
}
.s-oi-meta-table {
  margin-bottom: 2rem;
}
.s-oi-meta-table-tr {
  margin-bottom: 1rem;
  background-color: #fff;
}
.s-oi-meta-table-th {
  padding: 1rem;
  width: 12rem;
  background-color: #fff100;
  font-weight: 700;
  /*color: #fff;*/
}
.s-oi-meta-table-td {
  padding: 1rem;
  flex: 1;
}
.s-oi-content {
  padding: 0 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .s-oi-content {
    padding: 0 4rem;
  }
}
.s-oi .conditions-list-li {
  margin-right: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
  width: calc(50% - 1rem);
  text-align: center;
  background-color: #ddd;
  color: #fff;
}
.s-oi .conditions-list-li:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .s-oi .conditions-list-li {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    width: calc(33.3333% - 1rem);
  }
  .s-oi .conditions-list-li:nth-child(even) {
    margin-right: 1.5rem;
  }
  .s-oi .conditions-list-li:nth-child(3n) {
    margin-right: 0;
  }
}
.s-oi .conditions-list-li.active {
  background-color: #498ee0;
}
.s-oi-ft-txt {
  line-height: 1.4;
}