@charset "utf-8";

.l-content .c-font__italic {
  font-style: italic;
}

.l-content > .m-introduce {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.l-content > .m-note {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #f00;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.l-content > .m-chart {
  margin-bottom: 25px;
  padding: 15px 20px;
  background: #ebebeb;
}
.l-content > .m-chart > .m-features > .m-content,
.l-content > .m-chart > .m-features > .m-image {
  float: left;
}
.l-content > .m-chart > .m-features > .m-content > li {
  padding-top: 5px;
  padding-bottom: 12px;
  padding-left: 30px;
  background: url(/pr/vona/osg_somta/201812/images/checkmark.png) no-repeat top left;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.l-content > .m-chart > .m-features > .m-content > li:last-child {
  padding-bottom: 0;
}
.l-content > .m-chart > .m-features > .m-image {
  padding-left: 115px;
}
.l-content > .m-chart > .m-note {
  padding-top: 20px;
  font-size: 16px;
  text-align: center;
}
.l-content > .m-chart > .m-condition {
  padding-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.l-content > .m-title {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 52px;
  background: url(/pr/vona/osg_somta/201812/images/title.png) no-repeat top left;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.l-content > .m-productTable {
  padding: 25px 20px 20px;
}
.l-content > .m-productTable > .m-productTableInner {
  margin: 0 -10px;
}
.l-content > .m-productTable .m-product {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.l-content > .m-productTable.m-twoCols .m-product {
  width: 50%;
}
.l-content > .m-productTable .m-productInner {
  border: 1px solid #ccc;
  text-align: center;
}
.l-content > .m-productTable .m-product .m-name {
  height: 40px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 21px;
}
.l-content > .m-productTable .m-product .m-serial {
  font-size: 12px;
}
.l-content > .m-productTable .m-product .m-price {
  padding-bottom: 15px;
  color: #d00;
  font-size: 14px;
}
.l-content > .m-productTable .m-product .m-delivery {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
.l-content > .m-productTable .m-product .m-delivery img,
.l-content > .m-productTable .m-product .m-delivery span {
  vertical-align: middle;
}
