.footer07 {
 color: #000;
 background: #f6f7f8;
 padding: 30px;
 margin: 50px 0 0 0;
 font-size: 13px;
 border-top: 1px #CCC solid;
}
.footer07 a {
 color: #000;
 text-decoration: none;
}
.footer07 li a:hover {
 text-decoration: underline;
}
.footer07 .wrap {
 width: 75%;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer07 .wrap h3 {
 margin: 0 0 10px 0;
 padding: 0;
 border-bottom: 1px #CCC solid;
}
.footer07 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer07 .wrap .box:first-child {
 width: 65%;
}
.footer07 .wrap .box:nth-child(2) {
 width: 30%;
}
.footer07 .wrap .box ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
 font-size: 13px;
}

.footer07 .wrap .box li{
  position:relative;
  padding: 0 0 0 1em;
  margin: 7px 0 7px 0px;
  line-height:20px ;
}
.footer07 .wrap .box li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid ;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer07 .wrap .copyright {
 width: 100%;
 padding: 20px 0 0 0;
 text-align: center;
}

@media only screen and (max-width: 640px) {
.footer07 .wrap {
 width: 100%;
 padding: 0 0;
 box-sizing: border-box;
}
.footer07 .wrap h3 {
border-bottom: 1px #CCC solid;

}
.footer07 .wrap .box:first-child,
.footer07 .wrap .box:nth-child(2) {
 width: 100%;
}
}
