@charset "utf-8";
#main a {
  text-decoration: underline;
}
/*.boxTab .boxItem {
  display: block !important;
}*/
@media print, screen and (min-width: 751px) {
  .boxTable th, .boxTable td {
    font-size: 12px;
    padding: 8px;
  }
  .boxTab {
    margin-top: 20px;
  }
  .boxTab ul.nav {
    border-bottom: solid 4px #1B4287;
  }
  .boxTab ul.nav li {
    display: block;
    width: calc(20% - 2px);
    width: -webkit-calc(20% - 2px);
  }
  .boxTab ul.nav li a {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #1B4287;
    border-left: solid 1px #1B4287;
    border-right: solid 1px #1B4287;
    border-top: solid 1px #1B4287;
    color: #ffffff;
    text-decoration: none !important;
    font-size: 1.4rem;
    font-weight: 500;
    transition-property: all;
    transition: 0.2s linear;
  }
  .boxTab ul.nav li.active a, .boxTab ul.nav li a:hover {
    background-color: #ffffff;
    color: #1B4287;
  }
  .boxTab .boxItem {
    display: none;
    padding-top: 40px;
  }
}
/*----------------------------------------

スマホ	

----------------------------------------*/
@media (max-width: 750.99px) {
  .boxTable th, .boxTable td {
    font-size: 11px;
    padding: 6px;
  }
  .boxTab {
    margin-top: calc(15 / 375 * 100vw);
  }
  .boxTab ul.nav {
    border-bottom: solid 4px #1B4287;
  }
  .boxTab ul.nav li {
    display: block;
    width: calc(20% - 2px);
    width: -webkit-calc(20% - 2px);
  }
  .boxTab ul.nav li a {
    text-align: center;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #1B4287;
    border-left: solid 1px #1B4287;
    border-right: solid 1px #1B4287;
    border-top: solid 1px #1B4287;
    color: #ffffff;
    text-decoration: none !important;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .boxTab ul.nav li.active a {
    background-color: #ffffff;
    color: #1B4287;
  }
  .boxTab .boxItem {
    display: none;
    padding-top: calc(20 / 375 * 100vw);
  }
}