@charset "utf-8";
/* CSS Document */

.anchor-link li a, a:active, a:visited, a:hover  {color: #670000;}

.section h2{
background: #670000;
margin-bottom: 20px;
  padding: 14px 18px 14px 22px;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  position: relative;
}

.section h2::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 5px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #fff;
}

.section h3 {
margin-bottom: 10px;
  color: #670000;
  font-size: 120%;
  font-weight: bold;
}

.section h3 span {
  color: #666;
  font-size: 70% !important;
  font-weight: normal;
  margin-left: 0.5em;
}

.section h4 {
margin-bottom: 10px;
  color: #670000;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.4;
}

.section h4 span {
  color: #333;
  font-size: 70% !important;
    font-weight: normal;
}

.list::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #670000;
    border-right: 2px solid #670000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price table thead th {
background: #670000;
color: #fff;
padding: 10px 8px;
vertical-align: middle;
    border: 1px solid #999;
    text-align: center;
    font-weight: bold;
    font-size: 90%;
}

.price table thead .img {
background: #e7e7e7;
margin: 0;
padding: 0;
}

.price table tbody td {
padding: 20px 5px;
vertical-align: middle;
    border: 1px solid #999;
    text-align: center;
    line-height: 1.3;
        font-size: 90%;
}

.price table tbody td strong {
color: #D80000;
font-size: 110%;
     font-weight: bold;
}