@charset "UTF-8";
footer{
  padding-bottom: 0;
}
.navlist_child04 a::before{
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #6ac6ff;
}
.Inputleft {
	width: 320px;
  background: #80c6ff;
  color: #fff;
  margin: 10px 20px 10px 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .Inputarea {
    display: block;
  }
  .Inputleft{
    width: 100%;
  }
  footer{
    margin-bottom: 0;
  }
  }

@media screen and (max-width: 768px) {
  .fv_tie p{
    font-size: 23px;
  }
}
