    /* price_box
-------------------------------------------------- */

    .price_box {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: center;
      margin: 30px 0 0;
      border: 1px solid #707070;
      background: #FFF;
    }

    .price_box+.price_box {
      margin: 0;
      border-top: none !important;
    }

    .price_box .plan {
      position: absolute;
      display: block;
      font-size: 18px;
      font-weight: bold;
      top: 10px;
      left: 10px;
    }

    .price_box div.before_area,
    .price_box div.after_area {
      margin: 0;
      text-align: center;
      padding: 25px 15px;
      display: inline-block;
      position: relative;
    }


    .price_box div p.price_txt {
      font-size: 77.78%;
      margin-bottom: 10px;
    }

    .price_box div.before_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      align-items: center;
      width: 62%;
      background: #EFEFEF;
      text-align: center;
    }

    .price_box div.after_area {
      width: 38%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      align-items: center;
    }

    .price_box div.after_area._business {
      width: 100% !important;
    }

    .price_box div.after_area._business .price_badge.badge {
      margin-right: 0;
      padding: 10px 10px 0 0;
      color: #000 !important;
      background: none !important;
    }

    .price_box div.after_area._business .price_num {
      color: #000 !important;
    }


    .price_box>div.before_area::after {
      position: absolute;
      content: "";
      top: 50%;
      right: -16px;
      width: 26px;
      height: 26px;
      margin-top: -12px;
      background: url("/resources/img/cmn/ic_arrow_not-link.svg") top left no-repeat;
      background-size: 26px 26px;
    }

    .price_box .price_inner .price_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      align-items: center;
    }

    .price_badge.badge {
      font-size: 14px
    }

    .price_box div.before_area .price_badge.badge {
      margin-right: 0;
      padding: 10px 10px 0 0;
      color: #000 !important;
    }

    .price_box div.before_area .price_num {
      color: #000 !important;
    }

    .calculation,
    .plus {
      padding: 0 20px;
    }

    .provider {
      font-size: 13px;
      margin-top: 5px;
    }

    @media only screen and (max-width: 767px) {
      .price_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
      }

      .price_box div.before_area,
      .price_box div.after_area {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
      }

      .price_box div.after_area .price_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
      }

      .price_box .plan {
        font-size: 16px;
        top: 5px;
        left: 5px;
      }

      .price_box div.after_area .price_inner p.price_txt {
        margin-top: 5px !important;
        margin-bottom: 0px !important;
      }

      .price_box div.before_area {
        padding: 15px 5px 20px;
      }

      .price_box div.before_area,
      .price_box div.after_area {
        padding: 20px 5px 15px;
      }

      .type-a.price_box .before_area .price_inner:first-child {
        width: 55%;
      }

      .type-a.price_box .before_area .price_inner:last-child {
        width: 45%;
      }

      .type-b.price_box .before_area .price_inner:first-child {
        width: 45%;
      }

      .type-b.price_box .before_area .price_inner:last-child {
        width: 55%;
      }

      .price_box>div.before_area::after {
        position: absolute;
        content: "";
        top: auto;
        left: 50%;
        right: auto;
        width: 16px;
        height: 16px;
        margin-top: 0;
        margin-left: -8px;
        bottom: -8px !important;
        background: url("/resources/img/cmn/ic_arrow_not-link.svg") top left no-repeat;
        background-size: 16px 16px;
        transform: rotate(90deg);
      }

      .price_box div p.price_txt {
        position: relative;
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 1.2 !important;
      }

      .price_num strong {
        font-size: 22px
      }

      .price_num span {
        font-size: 14px
      }

      .price_badge.badge {
        font-size: 11px;
        margin-bottom: 5px;
      }

      .calculation {
        position: absolute;
        left: 50%;
        bottom: 40px;
        font-size: 30px !important;
        font-weight: normal !important;
        padding: 0 5px;
        text-align: right;
      }

      .plus {
        font-size: 20px;
        padding: 0 5px;
      }

      .provider {
        font-size: 11px;
      }
    }

