@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&family=Roboto&display=swap');

body {
  font-family: 'Nanum Gothic','Roboto', sans-serif;
}

.font-jp {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.header-nav {
  width: 800px;
  max-width: 800px;
}

/*
.page-body p {
  text-align: left;
}
*/

@media screen and (max-width:640px){
  .program-table .namae {
    width: 45%;
  }
}