@charset "utf-8";
.terms__item .list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #d9d9d9;
}
.terms__item .list__label {
  color: #333;
  font-size: 0.375rem;
  line-height: normal;
}
.terms__item .list__label_text {
  font-size: 0.375rem;
  line-height: 0.5625rem;
  word-wrap: break-word;
  word-break: break-all;
}
.terms__item .list__content {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-left: 0.3125rem;
  text-align: right;
  word-wrap: break-word;
  word-break: break-all;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
}
.terms__item .list__content-icon {
  width: 0.46875rem;
  height: 0.46875rem;
  background: url("../../img/mp-arrow.png") no-repeat center top;
  background-size: 0.46875rem 0.46875rem;
}
.terms__item:last-child .list {
  border-bottom: 0 none !important;
}
body {
  background: #fff;
}
.rate-section {
  margin-top: 0.625rem;
}
.rate-content {
  background: #fff;
  line-height: 2;
}
table {
  border-collapse: collapse;
  width: 100% !important;
}
table td,
table th {
  border: 1px solid #000;
}
.pack-notice {
  background: #fff;
  padding: 0 0.53125rem;
}
.pack-notice .pack-notice__title {
  margin-top: 0.9375rem;
  margin-bottom: 0.4375rem;
  font-size: 0.5rem;
  color: #333;
  line-height: 0.5rem;
}

/*# sourceMappingURL=../maps/products/product-notice.css.map */
