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

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

.section h2{
background: #18473f;
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: #18473f;
  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: #18473f;
  font-size: 160%;
  font-weight: bold;
}

.section h4 span {
  color: #333;
  font-size: 80% !important;
  margin-left: 0.5em;
}

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

.section .box{
width: 100%;
background: #FFF7DF;
padding: 0;
margin-bottom: 20px;
}

.section .box .title{
background: #FFEFBF;
padding: 13px;
}

.section .box .title h3{
margin: 0 !important;
}

.section .box .number{
margin-right: 0.8em;
}

.section .box .number img{
width: 10%;
}

.section .box .text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  padding: 20px 13px;
}

.section .box .item{
		flex-basis: calc(50% - 8px);
}

.section .box .item p{
		margin: 0 !important;
}

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

.price table thead .light {
background: #A0B967;
}

.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;
}

.price table tbody td span {
        color: #005E3B;
             font-weight: bold;
}