@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 .menuBox{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap:20px;
  padding: 0;
  margin: 0 0 40px 0;
}

.section .menuChild {
  width: calc(100%/2 - 10px);
  height: auto;
  display: flex;
  flex-direction:column;
}

.section .boxImg {
  width: 100%;
  height: auto;
}
.section .boxImg img {
  width: 100%;
  height: auto;
}

.point1 {
  color: #f29337;
  font-weight: bold;
  font-size: 105%;
}

.point2 {
  color: #f29337;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 50px;
  line-height: 1.5;
}