.plan-card {
  padding: 8px
}

.plan-card figure.wp-block-image {
  margin: 0 0 2px !important
}

.plan-card img {
  display: block
}

.plan-title {
  margin: 12px 0 10px !important;
  font-size: 15px;
  line-height: 1.2
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px
}

.plan-table th,
.plan-table td {
  border: 1px solid #ccc;
  padding: 5px 7px;
  text-align: left;
  vertical-align: top
}

.plan-table th {
  width: 40%;
  background: #f5f5f5;
  font-weight: bold
}

.plan-table__head {
  text-align: center
}

.plan-table__recent {
  line-height: 1.5
}

.plan-swiper {
  overflow: hidden;
  padding: 0 12px;
  max-width: 1050px;
  margin: 0 auto
}

.plan-swiper .swiper-wrapper {
  overflow: visible
}

.plan-swiper.swiper {
  overflow-x: hidden;
}

@media (max-width:599px) {
  .plan-swiper {
    padding: 0 28px;
  }
}