/*mixin*/
.safe_text--blue {
  color: #1b4584;
}

.safe_text--red {
  color: #c00;
}

.safe_text--green {
  color: #87b41c;
}

th.fs_12 {
  font-size: 1.2rem !important;
  /*px*/
}

.table-price01-head th:nth-child(2n) {
  background: #5476a7 !important;
}

.table-price01-head th:nth-child(2n+1) {
    background: #5171a0 !important;
}

.table-price01-head th:first-child {
  background:#486aa1 !important;
}

.h4-heading01 {
	background:#DEE7F1;
	padding:3px 10px;
}

.h4-heading01 span::before {
    background: none;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 3px;
}

.h4-heading01 span {
    color: #323232;
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0;
    position: relative;
}

ol.ol-safe_decimal {
    margin-left:18px;
    list-style-type: decimal;
}

ol.ol-safe_decimal > li + li {
    margin-top: 4px;
}
/*# sourceMappingURL=safe.css.map */
