/* Scss Document */
body {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif; }

nav ul li {
  text-align: left; }
  nav ul li a {
    color: #fff; }

.headlogo {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 100; }
  .headlogo img {
    width: 100%;
    height: auto; }

.main-slide {
  height: 30vh;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center center; }
  .main-slide .logo {
    margin-bottom: 30px;
    text-align: center; }
  .main-slide .catch h2 {
    border-bottom: none !important;
    font-size: 2rem !important;
    color: #fff;
    font-size: 3rem !important;
    font-family: korolev, sans-serif;
    font-weight: 700;
    padding-top: 30px; }
  .main-slide p {
    text-align: center;
    color: #fff; }

.key__scroll {
  position: absolute;
  display: block;
  width: 40px;
  height: 60px;
  bottom: 5vh;
  margin: auto;
  text-align: center; }
  .key__scroll span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 0 -5px;
    color: #fff;
    font-size: 10px;
    width: 50px; }
  .key__scroll::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 0 0;
    width: 40px;
    height: 40px;
    border: #fff solid 1px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .key__scroll::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 14px 0 0 16px;
    width: 8px;
    height: 8px;
    border-bottom: #fff solid 1px;
    border-right: #fff solid 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.container {
  padding: 5vh 5vw; }

section h1 {
  font-family: ten-mincho, serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  background-image: url(../images/section-h1-bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 5px;
  border-radius: 5px; }

section h2 {
  font-size: 1.3rem;
  text-align: center;
  padding: 1vh 0;
  font-weight: bold; }

section h3 {
  border-bottom: 1px solid #ccc;
  font-size: 1.2rem;
  padding-bottom: 5px; }

section h4 {
  font-size: 1rem;
  font-weight: bold !important;
  color: navy;
  margin-left: 1vw; }

section p {
  margin-left: 1vw;
  margin-right: 1vw; }

.table {
  margin-left: 1vw; }
  .table dt {
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 15px; }
  .table dd {
    display: inline-block;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 15px; }

.sidenav {
  position: -webkit-sticky;
  position: sticky;
  top: 30px; }
  .sidenav ul {
    padding-left: 0 !important; }
    .sidenav ul li {
      list-style: none;
      padding: 0;
      margin: 0; }
      .sidenav ul li a {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 10px;
        color: #333; }
        .sidenav ul li a:hover {
          background-color: #333;
          color: #fff;
          text-decoration: none; }
        .sidenav ul li a::before {
          font-family: "Font Awesome 5 Free";
          content: '\f105';
          font-weight: 900;
          margin-right: 10px; }

.card {
  margin-bottom: 20px; }

.card-img-top {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.qa {
  margin-right: 15px;
  margin-bottom: 10vh; }
  .qa h2.q {
    border-bottom: 1px solid #dc143c;
    width: 100%;
    text-align: left; }
    .qa h2.q::before {
      font-family: korolev, sans-serif;
      font-weight: 700;
      color: #dc143c;
      content: 'Q';
      font-weight: 900;
      margin-right: 10px;
      font-size: 2rem; }
  .qa div.a p {
    margin-left: 30px;
    padding-top: 12px; }
  .qa div.a::before {
    font-family: korolev, sans-serif;
    font-weight: 700;
    color: #008080;
    content: 'A';
    font-weight: 900;
    margin-right: 10px;
    font-size: 2rem;
    position: absolute; }

.voice img {
  width: 100%;
  height: auto;
  border-radius: 50%; }

.voice h2 {
  text-align: left;
  color: #dc143c;
  border-bottom: 1px solid #dc143c; }

.top-news dl {
  margin-bottom: 40px; }
  .top-news dl dt span {
    padding: 2px;
    border-radius: 3px; }
    .top-news dl dt span.date {
      width: 9em;
      display: inline-block; }
    .top-news dl dt span.cat {
      background-color: #222;
      padding: 3px 8px;
      font-size: 0.8em;
      vertical-align: middle;
      color: #fff; }
