.bg-red {
  background: #fc0e3a;
}

.ttl-sec {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl-sec {
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 5px;
  }
}
.ttl-sec:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 10px;
  background: #fc0e3a;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ttl-sec:before {
    width: 40px;
    height: 5px;
  }
}

.table {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background: #fff;
}
.table th, .table td {
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
}
.table .th-red {
  background-color: #f20019;
  color: #fff;
}
.table .th-orange {
  background-color: #ff6400;
  color: #fff;
}
.table .th-green {
  background-color: #008ba2;
  color: #fff;
}
.table .td-label {
  color: #fff;
  font-size: 14px;
  background: #ff0000;
  border-radius: 20px;
  padding: 2px 13px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
  display: inline;
}
.table-box {
  padding: 40px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .table-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: -20px;
    margin-left: -20px;
    border-radius: 0;
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .table-adjust {
    padding-bottom: 35px;
  }
}

.va-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-price-before:before {
  content: "";
  background: url(../images/icon_price.svg) no-repeat left top;
  background-size: 28px 30px;
  width: 28px;
  height: 30px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .btn-price-before {
    font-size: 12px;
  }
  .btn-price-before:before {
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin-right: 0px;
  }
}
.l-footer-bottom {
  padding-bottom: 120px;
}