.staff-voice__bnr {
  position: relative;
}

.plan-price {
  max-width: 800px;
  width: 100%;
  margin: 85px auto 0;
}

.plan-price__title {
  margin: 0 auto 20px;
}

.plan-price__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  margin: 0 auto 20px;
}

.plan-price__grid_item {
  box-shadow: 3px 3px 3px rgba(0,0,0,.16);
}

.plan-price__bnr {
  margin: 0 auto 20px;
  box-shadow: 3px 3px 6px rgba(0,0,0,.4);
}

@media screen and (max-width: 767px) {

.plan-price {
  max-width: 100%;
  width: 90%;
  margin-top: 8.5%;
}

.plan-price__grid {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

}


@media screen and (min-width: 320px) {
  .staff-voice_btn {
    width: 35%;
    position: absolute;
    top: 73%;
    left: 13%;
  }
}

@media screen and (min-width: 960px) {
  .staff-voice_btn {
    width: 25%;
    position: absolute;
    top: 65%;
    left: 43%;
  }
}

.staff-voice_btn {
  animation: 1.5s tada infinite;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  8%,
  16% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  24%,
  40%,
  56%,
  72% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  32%,
  48%,
  64% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
}


/*2022008-AS---------------------------------------------*/

.plans__wrapp--bnr{
  position: relative;
  display: block;
  overflow: hidden;
  transition: .3s;
}

.plans__wrapp--bnr:hover{
  opacity: .7;
}

.plans__wrapp--bnr::before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
  transform: skewX(-25deg);
  animation: banner-shine 3.15s linear 0s infinite normal;
}

@keyframes banner-shine {
  0% {
    left: -100%;
  }
  25% {
    left: 200%;
  }
  100% {
    left: 200%;
  }
}

.plans__wrapp ol li::before,
.plans__wrapp ul li::before{
  content: none !important;
}

.plans__wrapp{
  margin: 55px auto 0;
  width: 800px;
  overflow: hidden;
}


.plans__wrapp dt{
  margin: 0;
  padding: 0;
  border: none;
}

.plans__wrapp--nav{
  margin: 20px 0 0;
  padding: 2.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.plans__wrapp--nav li{
  border: #000000 1px solid;
  box-shadow: 0 0 5px gray;
  width: calc(88% / 4);
  padding: 0;
  margin-bottom: 0;
}

.plans__wrapp--nav p{
  margin: 0;
}

.plans__wrapp--tx{
  font-size: 13px;
  line-height: 20px;
  padding: 10px 10px 0;
}

.plans__wrapp--tl{
  font-size: 20px;
  line-height: 26px;
  color: #000;
  text-align: center;
  margin:0 auto 5px !important;
  float: none;
  width: 100%;
}

.plans__wrapp--pre{
  color: #BE151E;
  font-size: 16px;
  text-align: right;
}

.plans__wrapp--pre em{
  font-size: 32px;
  line-height: 32px;
  font-style: normal;
}

.plans__wrapp--prem{
  font-size: 12px;
  line-height: 12px;
  padding-right: 10px;
  display: block;
  text-align: right;
  margin-bottom: 10px;
}

.plans__wrapp--nbn a{
  display: block;
  background: #F4F4F4;
  border: 2px solid #000;
  color: #000;
  padding: 2.5px 0;
  border-radius: 20px;
  text-align: center;
  position: relative;
  width: 90%;
  margin: 0 auto 20px;
  transition: .3s;
}

.plans__wrapp--nbn a:hover{
  color: #fff;
  background: #000;
}

.plans__wrapp--nbn a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

.plans__wrapp--nbn a:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.plans__wrapp--nbn em{
  display: block;
  font-size: 14.5px;
  font-style: normal;
}

.plans__wrapp--btn a{
  display: block;
  box-sizing: border-box;
  background: #707070;
  border: 3px solid #707070;
  color: #fff;
  padding: 2.5px 0;
  text-align: center;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 32px;
  line-height: 62px;
  transition: .3s;
}

.plans__wrapp--btn a::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
}

.plans__wrapp--btn a:hover{
  color: #fff;
  background: #000;
  border: 3px solid #000;
}

.plans__wrapp--btn a:hover::after {
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}


@media screen and (max-width: 820px){
  .plans__wrapp{
    width: 98%;
  }

  .plans__wrapp--pre{
    font-size: 2vw;
  }

  .plans__wrapp--pre em{
    font-size: 3.85vw;
    line-height: 3.85vw;
  }

  .plans__wrapp--prem{
    font-size: 1.5vw;
    line-height: 1.5vw;
    padding-right: 1.25vw;
    margin-bottom: 1.25vw;
  }

  .plans__wrapp--btn a{
    border-width: .5vw;
    padding: .5vw 0;
    margin: 0 auto 2vw;
    font-size: 3.95vw;
    line-height: 7.55vw;
  }

  .plans__wrapp--btn a::after {
    margin-left: 1.25vw;
    width: 2.25vw;
    height: 2.25vw;
    border-top: .65vw solid #fff;
    border-right: .65vw solid #fff;
  }

  .plans__wrapp--btn a:hover::after {
    border-top: .65vw solid #000;
    border-right: .65vw solid #000;
  }
}

@media screen and (max-width: 767px) {
  .plans__wrapp{
    width: 96%;
  }

  .plans__wrapp--bnr:hover{
    opacity: 1;
  }

  .plans__wrapp--nav{
    margin: 1.5% 0 0;
    padding:0 1.25%;
  }

  .plans__wrapp--nav li {
    width: calc(92% / 2);
    padding: 0;
    margin-bottom: 5%;
  }

  .plans__wrapp--tx{
    font-size: 3vw;
    letter-spacing: -1px;
    line-height: 5vw;
    padding: 10% 8% 0;
  }

  .plans__wrapp--tl{
    font-size: 5vw;
    line-height: 6vw;
    margin:0 auto 1vw !important;
  }

  .plans__wrapp--pre {
    font-size: 4vw;
  }

  .plans__wrapp--pre em {
    font-size: 6.25vw;
    line-height: 6.25vw;
    letter-spacing: .15vw;
  }

  .plans__wrapp--prem{
    font-size: 3.15vw;
    line-height: 3.25vw;
    padding-right: 2vw;
    margin-bottom: 2.25vw;
  }

  .plans__wrapp--nbn a{
    padding: 1.25vw 0;
    margin: 0 auto 10%;
    transition: .3s;
  }

  .plans__wrapp--nbn a:hover{
    color: #000;
    background: #F4F4F4;
  }

  .plans__wrapp--nbn a:hover::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

  .plans__wrapp--nbn em{
    font-size: 3.25vw;
  }

  .plans__wrapp--nbn a::after {
    right: 2vw;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

  .plans__wrapp--btn a{
    padding: 1.25vw 0;
    margin: 7.5% auto;
    font-size: 7vw;
    line-height: 12vw;
  }

  .plans__wrapp--btn a:hover{
    color: #fff;
    background: #707070;
    border:.5vw solid #707070;
  }
  .plans__wrapp--btn em{
    font-size: 3.25vw;
  }

  .plans__wrapp--btn a::after {
    width: 3.65vw;
    height: 3.65vw;
    border-top: 1vw solid #fff;
    border-right: 1vw solid #fff;
  }

  .plans__wrapp--btn a:hover::after {
    border-top: 1vw solid #fff;
    border-right: 1vw solid #fff;
  }

}

/*news*/
.plans__news{
  position: relative;
  display: block;
  overflow: hidden;
  transition: .3s;
  margin: 30px auto;
}
