.price_table_box {
  color: #606060;
  padding: 40px 0 0;
  position: relative;
  overflow: visible !important;
}
.price_table_box .big {
  font-size: 27px;
}
.price_table_box .bold {
  font-weight: bold;
}
.price_table_box .small {
  display: block;
  font-size: 13px;
}
.price_table_box table {
  max-width: 900px;
  margin: 0 auto;
}
.price_table_box .top th {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  border: 4px solid #fff;
  padding: 20px 15px 17px;
}
.price_table_box .top th:before, .price_table_box .top th:after {
  display: none;
}
.price_table_box .top th.trial_title {
  background: #f1e025;
  color: #0050af;
}
.price_table_box .top th.plan20_title {
  background: #54b6d4;
}
.price_table_box .top th.plan30_title {
  background: #43a6c9;
}
.price_table_box .top th.plan50_title {
  background: #278cb7;
}
.price_table_box .top th.plan50_title span {
  position: relative;
}
.price_table_box .top th.plan50_title span:before {
  content: "";
  background: url(../img/price/no1_icon.svg) no-repeat;
  background-size: 100%;
  width: 105px;
  height: 20px;
  position: absolute;
  top: -48px;
  left: -24px;
  right: 0;
  margin: auto;
}
.price_table_box th {
  font-weight: 500;
  background: #fff;
  vertical-align: middle;
  line-height: 1.5;
  border-left: 1px solid #54b6d4;
  border-bottom: 1px solid #54b6d4;
  border-right: none;
  padding: 20px 15px 7px;
  position: relative;
}
.price_table_box th:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #fff;
  position: absolute;
  display: block;
  top: 0;
  left: -1px;
}
.price_table_box th:after {
  content: "";
  width: 10px;
  height: 100%;
  background: #fff;
  position: absolute;
  display: block;
  bottom: -1px;
  right: 0;
}
.price_table_box td {
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.5;
  border-left: 1px solid #54b6d4;
  border-right: 1px solid #54b6d4;
  border-bottom: 2px solid #ddd;
  position: relative;
}
.price_table_box td:after {
  content: "";
  width: 10px;
  height: 100%;
  background: #fff;
  position: absolute;
  display: block;
  bottom: -2px;
  right: 0;
}
.price_table_box td.plan50_bg {
  background: #fcf6b3;
}
.price_table_box td.plan50_bg:after {
  background: #fcf6b3;
}

p.synopsis2 {
  margin: 40px auto 0;
  text-align: center;
}
p.synopsis2 span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.price_point {
  margin: 90px 0 0;
}
.price_point .price_point_item {
  background: #dceff5;
  font-size: 17px;
  border-radius: 30px;
  padding: 50px 100px;
  margin: 0 0 40px;
  position: relative;
}
.price_point .price_point_item .price_point_text {
  line-height: 1.9;
  text-align: left;
  padding: 0 0 0 88px;
}
.price_point .price_point_item .price_point_text .marker {
  background: #f1e025;
}
.price_point .price_point_item .price_point_text .small {
  font-size: 11px;
}
.price_point .price_point_item .price_point_img {
  margin: 50px auto 0;
}
.price_point .price_point_item:before {
  content: "";
  width: 116px;
  height: 116px;
  position: absolute;
  top: 30px;
  left: 40px;
}
.price_point .price_point_item:nth-of-type(1):before {
  background: url(../img/price/point01_icon.svg) no-repeat;
  background-size: 100%;
}
.price_point .price_point_item:nth-of-type(2):before {
  background: url(../img/price/point02_icon.svg) no-repeat;
  background-size: 100%;
}
.price_point .price_point_item:nth-of-type(3):before {
  background: url(../img/price/point03_icon.svg) no-repeat;
  background-size: 100%;
}
.price_point .price_point_item:last-child {
  margin: 0;
}

@media screen and (max-width: 700px) {
  .price_table_box {
    overflow: auto !important;
  }
  .price_table_box .big {
    font-size: 20px;
  }
  .price_table_box .small {
    display: block;
    font-size: 11px;
  }
  .price_table_box table {
    width: 700px;
  }
  .price_table_box .top th {
    font-size: 16px;
  }
  p.synopsis2 {
    text-align: center;
    width: 90%;
    margin: 20px auto;
  }
  p.synopsis2 span {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .price_point {
    width: 92%;
    margin: 45px auto 0;
  }
  .price_point .price_point_item {
    font-size: 14px;
    padding: 30px;
    margin: 0 0 30px;
  }
  .price_point .price_point_item .price_point_text {
    line-height: 1.9;
    padding: 10px 0 0 54px;
  }
  .price_point .price_point_item .price_point_img {
    margin: 20px auto 0;
  }
  .price_point .price_point_item:before {
    width: 50px;
    height: 50px;
    top: 20px;
    left: 20px;
  }
  .price_point .price_point_item:nth-of-type(1):before {
    background: url(../img/price/point01_icon.svg) no-repeat;
    background-size: 100%;
  }
  .price_point .price_point_item:nth-of-type(2):before {
    background: url(../img/price/point02_icon.svg) no-repeat;
    background-size: 100%;
  }
  .price_point .price_point_item:nth-of-type(3):before {
    background: url(../img/price/point03_icon.svg) no-repeat;
    background-size: 100%;
  }
  .price_point .price_point_item:last-child {
    margin: 0;
  }
}
/*# sourceMappingURL=price.css.map */