.footer{
  height:30rem;
  background-color:#003A98;
  color:white;
  padding-top:4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.footer_wrap{
   display:flex;
   margin-bottom:9rem;
}
.footer_title{
  font-family: "Zen Old Mincho", serif;
  font-size:1.6rem;
  margin:0 7.8rem 0 5rem;

}
.footer_list{
  display:flex;
  gap:7rem;
  flex-wrap: wrap;
  width:70rem;
  font-size:1.6rem;
  margin-top:1rem;
  line-height:0.2rem;
}
.copy_right{
  text-align:center;
  margin-bottom:1rem;
  font-size:1.2rem;
}

@media screen and (max-width:699.98px){
  .footer{
    padding-top:1.8rem;
    height:25rem;
  }
  .footer_list{
    gap:4rem;
    width:21.8em;
    margin-left:1rem;
    margin-top:2.1rem;
    line-height:1.3rem;
  

  }
  .footer_title{
    margin-left:1rem;
    font-size:1.4rem;
    margin-bottom:1.6rem;
  }
  .footer_wrap{
    display:block;
    margin-bottom:7.3rem;
  }
  .copy_right{
    padding-bottom:1rem;
  }
}