@charset "UTF-8";
/*reset*/
*, ::after, ::before {
  box-sizing: border-box; }

html {
  line-sizing: normal; }

body {
  margin: 0; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.17rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: .83rem; }

h6 {
  font-size: .67rem; }

h1 {
  margin: .67em 0; }

pre {
  white-space: pre-wrap; }

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible; }

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%; }

canvas, img, svg, video {
  height: auto; }

audio {
  width: 100%; }

img {
  border-style: none; }

svg {
  overflow: hidden; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
  margin: 10px; }

a {
  color: #003a92;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

header h1 {
  background: #000;
  color: #fff;
  padding-left: 5px; }
  header h1 a {
    color: white;
    text-decoration: none; }
  header h1 a:hover {
    text-decoration: none; }

/*見出し*/
article h1 {
  font-size: 1.6rem;
  line-height: 1.4; }
article h2 {
  font-size: 1.3rem; }
article h3 {
  font-size: 1.1rem;
  background-color: #E0E0E0;
  border-left: solid 2px #000;
  padding: 2px 5px; }
article h4 {
  font-size: 1rem;
  margin-bottom: 0; }
article h4::before {
  content: '■';
  padding-right: 3px; }
article h5 {
  font-size: 1rem;
  margin-bottom: 0; }
article h5::before {
  content: '□';
  padding-right: 3px; }
article h6 {
  font-size: 1rem;
  margin-top: 1.4em;
  margin-bottom: 0; }

i {
  margin: auto 0.5em; }

table {
  border-collapse: collapse; }
  table th {
    background-color: #F0F0F0; }
  table th, table td {
    vertical-align: top;
    text-align: left;
    padding: 5px 8px;
    border: solid 1px #ccc; }

table.table_program th {
  background-color: white;
  white-space: nowrap; }
table.table_program th, table.table_program td {
  vertical-align: top;
  text-align: left;
  padding: 3px 10px 3px 0;
  font-weight: normal;
  border: none; }

caption {
  font-weight: bold;
  text-align: left; }

ul.list01 {
  list-style: none;
  padding: 0; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

@media screen and (max-width: 480px) {
  header h1 {
    font-size: 1.6rem; }

  article h1 {
    font-size: 1.4rem; } }
