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

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

.section h2{
background: #df7300;
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 {
background: #e2e9ce;
margin-bottom: 15px;
  padding: 10px 8px 8px 22px;
  color: #003f00;
  font-size: 140%;
  font-weight: bold;
  position: relative;
}

.section h3::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 14px;
  height: 100%;
  background-color: #c8d9bd;
}

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

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

.section .c-two{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  padding: 0;
}

.section .c-two .item{
		flex-basis: calc(50% - 5px);
    text-align: center;
}

.section .c-two img {
		margin-bottom: 5px;
}


.section .c-two p {
		margin-bottom: 15px;
    font-size: 80%;
}

.L-float{float: left;}
.R-float{float: right;}