@charset "UTF-8";

/*=================
 txt
=================*/
.txt_foot {
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 736px) ,screen and(orientation: landscape) {
  .txt_foot {
    font-size: 14px;
    text-align: center;
  }
}
