    .priceTables {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 15px;
    }
    .priceTables-cols2 {
        grid-template-columns: 1fr 1fr;
}
    .priceTables .pricing-table {
      box-shadow: 0 0 29px 0 rgba(174, 175, 175, .4);
      padding: 20px 30px 30px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      background: #fff url("imgs/bg01.png") left top/60% no-repeat;
    }
    @media (max-width: 1199px) {
      .priceTables {
        grid-template-columns: auto;
        gap: 2em;
      }
    }
.pricing-table .__desc-list{
	font-size: 1em;
	list-style: none;
}
    .pricing-planNameLabel {
      padding: 0 1.5em;
      clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
      position: absolute;
      line-height: 2;
      font-size: 1.1em;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-user-select: none;
      color: #fff;
      background: #ffa800;
      left: 50%;
      top: 0;
        white-space: nowrap;
      transform: translate(-50%, -50%);
    }
    .pricing-planname{
        font-size: 1.2em;
        color: var(--wp--preset--color--logo-blue);
        font-weight: 900;
    }
    .pricing-table .__header {
      text-align: center;
		font-weight: bold;
		font-size: 1.26em;
    }
    .pricing__price-default {
      font-size: 1em;
      line-height: 1;
      min-height: 1em;
      margin-bottom: 0;
      text-decoration: line-through;
    }
    .pricing-sup {
      font-size: .6em;
      display: inline-block;
      margin-right: -.3em;
      vertical-align: super;
      line-height: 1;
      transform: translateY(.1em);
    }
    .pricing-sub {
        font-size: .6em;
        vertical-align: baseline;
    }
    .pricing__price-default .pricing-from {
      font-size: 1em;
    }
    .__price .pricing-from {
      font-size: .4em;
    }
    .pricing-startprice-term {
      font-size: .4em;
    }
    .pricing-priceLabel {
      font-size: .8em;
      font-weight: 900;
      white-space: nowrap;
      display: inline-block;
      padding: 0 1.5em;
      border-radius: 1em;
      line-height: 2;
      background: #e02a20;
      color: #fff;
    }
    .pricing-priceLabel-spacer {
      background: none;
    }
    .pricing-table .__price {
      font-size: 2.4em;
      margin-top: .2em !important;
      margin-bottom: 0 !important;
		line-height: 1.1;
    }
.pricing__price_num{
	font-weight: 700;
}
    .pricing-table__withtax, .pricing-table__renewal {
      font-size: .66em;
		font-weight: normal;
    }
    .pricing-table__withtax {
      margin-top: .2em;
		margin-bottom: .8em;
    }
    .pricing-table .__footer {
      text-align: center;
      padding-top: 1em;
		margin-top: auto;
      margin-bottom: 0;
    }
.pricing-table .check-list li{
	margin-bottom: .75em !important;
}
.pricing-table .check-list .ico-checked{
	float: none;
	font-size: 1em;
	line-height: 1.1;
}
.pricing-table .check-list .ico-checked:before{
	font-size: .8em;
}
.pricing-table .pricing-orderbutton{
	font-size: 1.2em;
}