body {
  background-color: #eff2fe;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN";
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 2px #ddd;
          box-shadow: 1px 1px 2px #ddd;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding: 12px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0237cb;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header img {
  width: 100px;
}

h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-lead {
  font-size: 12px;
  margin-left: 10px;
}

.main-navigation {
  display: none;
}
@media screen and (min-width: 1000px) {
  .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .main-navigation a {
    padding: 4px 8px;
    font-size: 100%;
  }
}

.entry-title {
  text-align: center;
  font-size: 30px;
  margin: 160px 0px 40px;
  font-weight: 700;
  font-style: normal;
}

.entry-content {
  padding-bottom: 120px;
  margin-right: auto;
  margin-left: auto;
}
.innerBox {
  margin: 0 4%;
  width: 92%;
}

.breadcrumbs {
  margin: 0 8px;
  margin-bottom: 8px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
}

.right {
  text-align: right;
}

.home {
  color: #EA566A;
  border-bottom: 1px solid #EA566A;
}

.mb30 {
  padding-left: 8px;
  font-size: 14px;
}

.mb20 {
  margin-bottom: 20px;
  padding-left: 8px;
  font-size: 14px;
}

.mb10 {
  padding-left: 8px;
  font-size: 14px;
}

.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #0237cb;
  color: #fff;
  border-top: 3px solid #012476;
  padding: 32px 0px 24px;
}

.logo-block img {
  width: 180px;
}

.ftban-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-link-list {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-link-list li {
  margin: 0 12px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #0237cb;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
.header__inner img {
  width: 110px;
}
.header__inner p {
  color: #fff;
  font-size: 0.77rem;
}
@media screen and (min-width: 600px) {
  .header__inner {
    padding: 10px 20px;
  }
  .header__inner img {
    width: 150px;
  }
  .header__inner p {
    font-size: 16px;
  }
}

.header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ptable {
  width: 100%;
  max-width: 800px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.ptable th, .ptable td {
  padding: 8px 24px;
  border: 1px solid #0075c2;
  display: block;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .ptable th, .ptable td {
    display: table-cell;
    width: auto;
  }
  .ptable th {
    text-align: center;
  }
}

.footer {
  background-color: #0237cb;
}

.footer__inner {
  color: #fff;
  padding: 20px;
  margin-top: 20px;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__logo img {
  width: 200px;
}
@media screen and (min-width: 600px) {
  .footer__logo img {
    width: 240px;
  }
}

.footer__list {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .footer__list {
    font-size: 14px;
  }
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .copyright {
    font-size: 14px;
  }
}