html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
}

html #wpadminbar {
  display: none;
}

.container h1 {
  font-size: 40px;
  margin: 0;
  padding: 50px 0;
  text-align: center;
  color: white;
  background-color: #007700;
  font-weight: bold;
}

.container .top-box {
  width: 65%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .top-box .item {
  background-color: #fff;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: relative;
}

.container .top-box .item .title {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  color: #333;
  margin: 0;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

.container .top-box .item .content {
  position: absolute;
  top: 35%;
  left: 54%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #007700;
  text-align: center;
  margin: 0;
}

.container .top-box .item .content span {
  font-size: 70px;
  font-weight: bold;
  padding-right: 5px;
  white-space: nowrap;
}

.container .top-box .item .content .med {
  font-size: 50px;
}

.container .top-box .item .content2 {
  top: 38%;
}

.container .top-box .item .small {
  position: absolute;
  font-size: 12px;
  top: 75%;
  white-space: nowrap;
}

.container h2 {
  font-size: 35px;
  color: #007700;
  margin: 0;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 35px;
}

.container .price {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 120px;
  border-collapse: collapse;
}

.container .price tbody {
  color: #222;
}

.container .price tbody .top-title {
  background-color: #7c7c7c;
}

.container .price tbody .top-title th {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: white;
  border-top: 1px solid #000;
  border-left: 0;
  padding: 20px 0;
}

.container .price tbody .top-title .first {
  border-left: 1px solid #000;
}

.container .price tbody tr {
  text-align: center;
}

.container .price tbody tr th {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.container .price tbody tr td {
  font-size: 18px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
/*# sourceMappingURL=style.css.map */