/* base setting */
body {
  position: relative;
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Barlow", 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0; }

h1, h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600; }

h3, h4, h5, h6 {
  font-weight: 600; }

h1 {
  font-size: 2.125rem;
  line-height: 1.5; }

h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #9B7714;
  margin-bottom: 30px; }

h3 {
  font-size: 1.125rem;
  line-height: 1.5; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.75rem; }

p {
  line-height: 2.0; }

ol a, ul a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; }

p {
  margin-bottom: 1.25rem; }

p.img {
  margin: 0; }

a,
a img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a:is(:link, :visited) {
  text-decoration: none;
  color: #1279D4; }

a:hover {
  text-decoration: none;
  color: #f90; }

a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

iframe {
  width: 100%; }

.lead {
  font-size: 1.125rem;
  line-height: 1.5; }

ol, ul {
  margin-left: 0.625rem; }

/* bootstrap setting */
.anime {
  opacity: 0;
  transition: all .5s ease; }

.anime.show {
  opacity: 1;
  transform: none; }

.anime--lr {
  transform: translate(-10px, 0); }

.anime--rl {
  transform: translate(10px, 0); }

.anime--up {
  transform: translate(0, 10px); }

.anime--down {
  transform: translate(0, -10px); }

.anime--scaleUp {
  transform: scale(0.5); }

.anime--scaleDown {
  transform: scale(1.5); }

.anime--rotateL {
  transform: rotate(180deg); }

.anime--rotateR {
  transform: rotate(-180deg); }

/* common setting */
section {
  margin-bottom: 100px; }

.btn-block {
  margin-top: 50px; }
  .btn-block .btn-primary {
    position: relative;
    display: block;
    background-color: #fff;
    color: #1279D4;
    border: 1px solid #1279D4;
    text-align: center;
    max-height: 80px;
    font-size: 1rem;
    line-height: 1.0;
    padding: 11px 30px;
    border-radius: 25px; }
  .btn-block .btn-primary:hover {
    background-color: #1279D4;
    color: #fff; }

.bg-blue {
  background-color: #004B88;
  color: #fff; }
  .bg-blue h2, .bg-blue h3 {
    color: #fff; }

.list-type01 em {
  display: inline-block;
  font-style: normal;
  margin-left: 2.5em; }

.fz-lg {
  font-size: 1.3125rem; }

.fz-md {
  font-size: 1rem; }

.fz-sm {
  font-size: 0.875rem; }

.mds {
  font-size: 2.125rem;
  font-weight: 600; }

.date {
  font-family: "Barlow", sans-serif;
  font-weight: 500; }

/* form */
.form-control,
.form-select {
  font-size: 1rem;
  padding: 0.625rem 0.46875rem;
  border-color: #ccc; }

.form-select {
  color: #42566A; }

input::placeholder {
  color: #aaa !important; }

.form-check-input {
  border-color: #ccc; }

button[type=submit]:disabled {
  background-color: #ccc; }

button[type=submit] {
  position: relative;
  display: inline-block;
  text-align: center;
  height: auto;
  font-size: 1rem;
  font-weight: 600;
  background-color: #1279D4;
  border: none;
  color: #fff;
  width: 100%;
  padding: 20px 30px;
  border-radius: 5px; }

button[type=submit]:hover {
  background-color: #E27D17;
  color: #fff;
  cursor: pointer; }

button[type=submit] {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.required {
  font-size: 0.875rem;
  color: #f00; }

/* pagination
-------------------- */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 50px; }
  .pagination li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
    margin-bottom: 5px; }
  .pagination li:first-child {
    margin-left: 0; }
  .pagination li.active {
    background-color: #1279D4;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 32px; }
  .pagination li a {
    background-color: #f9f9f9;
    display: inline-block;
    text-decoration: none;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #1279D4; }
  .pagination li a:hover {
    background-color: #1279D4;
    color: #fff; }

/* postnav */
.postnav {
  margin-top: 100px;
  margin-bottom: 50px; }
  .postnav .postnav-newer,
  .postnav .postnav-older {
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 160px;
    border: 1px solid #1279D4;
    padding: 5px 20px;
    border-radius: 20px; }
  .postnav .postnav-up {
    display: block;
    text-align: center;
    margin: 20px 10px; }
  .postnav .emptybox {
    display: inline-block;
    min-width: 160px; }
  .postnav .postnav-newer::before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '\EA53';
    font-family: remixicon;
    font-size: 1.5rem;
    line-height: 1.0; }
  .postnav .postnav-older::before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '\EA51';
    font-family: remixicon;
    font-size: 1.5rem;
    line-height: 1.0; }

/* header
-------------------- */
#g-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1010;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

#g-nav.show {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

header {
  background-color: #004B88;
  border-radius: 0 0 0 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }
  header .navbar-seiran {
    padding: 0 30px; }
  header section {
    margin: 0;
    padding: 0; }
  header .member_logo {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px; }
    header .member_logo img {
      width: auto;
      height: 60px; }
    header .member_logo a {
      display: block;
      color: #fff;
      text-decoration: none; }
  header .navbar-nav {
    padding-top: 32px;
    padding-bottom: 32px; }
    header .navbar-nav .nav-item-link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      list-style: none;
      font-size: 0.9375rem;
      line-height: 1.0;
      margin: 0 0 0 15px;
      padding: 0; }
      header .navbar-nav .nav-item-link li {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        height: 36px;
        display: flex;
        align-items: center; }
        header .navbar-nav .nav-item-link li a {
          display: block;
          text-align: center;
          color: #fff;
          padding-top: 15px;
          padding-bottom: 15px; }
        header .navbar-nav .nav-item-link li a:after {
          position: absolute;
          content: "";
          left: 0;
          bottom: -10px;
          height: 1px;
          width: 100%;
          background: #ddd;
          transform-origin: left top;
          transform: scale(0, 1);
          transition: 0.3s; }
        header .navbar-nav .nav-item-link li a:hover:after {
          transform: scale(1); }
      header .navbar-nav .nav-item-link .current-post-ancestor a:after,
      header .navbar-nav .nav-item-link .current-menu-item a:after {
        transform: scale(1); }
      header .navbar-nav .nav-item-link li.logout {
        padding-right: 0; }
        header .navbar-nav .nav-item-link li.logout a {
          display: block;
          color: #fff;
          padding: 10px; }
        header .navbar-nav .nav-item-link li.logout a:hover {
          color: #f90; }
        header .navbar-nav .nav-item-link li.logout a:after {
          display: none; }
        header .navbar-nav .nav-item-link li.logout i {
          display: block;
          font-size: 1.5rem;
          margin-bottom: 5px; }
  header a:link, header a:visited {
    color: #000; }
  header a:hover {
    color: #f90; }

header + main {
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px; }

.mobile-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 2rem;
  line-height: 2rem;
  color: #fff;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 99999;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }
  .mobile-icon::after {
    content: '\ef32';
    font-family: remixicon;
    font-weight: 500;
    text-align: center;
    vertical-align: middle; }
  .mobile-icon:hover {
    color: #f90; }

.offcanvas {
  background-color: #004B88;
  padding: 20px; }
  .offcanvas .btn-close {
    display: block;
    box-sizing: border-box;
    --bs-btn-close-color: #000;
    --bs-btn-close-opacity: 1.0;
    --bs-btn-close-focus-shadow: none;
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    padding: 0;
    background: rgba(0, 0, 0, 0) var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0;
    opacity: 1.0;
    background-color: #fff;
    width: 32px;
    line-height: 1.0;
    margin-left: auto;
    padding-bottom: 2rem; }
  .offcanvas .offcanvas-header {
    justify-content: center; }
  .offcanvas .logo {
    font-size: 1.125rem;
    line-height: 1.0;
    margin: 0; }
    .offcanvas .logo img {
      width: auto;
      height: 100px; }
    .offcanvas .logo a {
      text-decoration: none; }
  .offcanvas .offcanvas-body .nav-item-link {
    list-style: none;
    font-size: 1.5rem;
    margin: 0;
    padding: 0; }
    .offcanvas .offcanvas-body .nav-item-link li {
      border-top: 1px dotted #ccc; }
    .offcanvas .offcanvas-body .nav-item-link a {
      display: block;
      padding: 10px 5px; }
    .offcanvas .offcanvas-body .nav-item-link a:link, .offcanvas .offcanvas-body .nav-item-link a:visited {
      color: #fff; }

/* contents
-------------------- */
.news {
  margin: 0;
  padding: 0; }
  .news a {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 30px 0 30px 10px;
    border-bottom: 1px dotted #ccc; }
  .news a:hover {
    color: #f90;
    background-color: #f8f8f8; }
  .news a::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '\EA54';
    font-family: remixicon;
    font-size: 1.5rem;
    line-height: 1.0; }
  .news .date {
    flex: 0 0 8em;
    color: #333; }

.purpose {
  position: relative; }
  .purpose .block {
    background-color: #E5F3FF;
    border: 1px solid #E5F3FF;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
    .purpose .block:hover {
      border: 1px solid #004B88; }
    .purpose .block a::before {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      content: '\EA54';
      font-family: remixicon;
      font-size: 1.5rem;
      line-height: 32px;
      text-align: center;
      color: #fff;
      background-color: #1279D4;
      width: 32px;
      height: 32px;
      border-radius: 50%; }

/* page
-------------------- */
.report .card h3,
.topics .card h3 {
  font-size: 1rem; }

.category-title {
  background-color: #004B88;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  margin-bottom: 50px;
  padding: 5px 20px;
  border-radius: 5px; }

/* post
-------------------- */
.post h2 {
  margin-top: 60px;
  margin-bottom: 30px; }

/* article
-------------------- */
article {
  margin-top: 50px; }
  article .page-title {
    margin-bottom: 30px; }
  article .cat {
    display: inline-block;
    background-color: #19AFAA;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.0;
    padding: 4px 10px; }
  article .card {
    position: relative;
    border: none; }
    article .card .meta {
      margin-bottom: 5px; }
    article .card a:link, article .card a:visited {
      color: #333; }
    article .card a:hover {
      color: #f90; }
  article .card:has(.stretched-link) img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
  article .card:has(.stretched-link):hover img {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
  article .newer figure {
    position: relative; }
  article .newer .cat {
    position: absolute;
    right: 10px;
    bottom: 10px; }

.side-right h3 {
  font-family: 'Noto Serif JP', serif;
  color: #9B7714;
  margin-bottom: 20px;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
.side-right .thumbnail {
  flex: 0 0 80px;
  margin-right: 10px;
  margin-bottom: 0; }
.side-right .meta {
  margin-bottom: 5px; }
  .side-right .meta .date, .side-right .meta .cat {
    font-size: 0.75rem; }
.side-right h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0; }

.login {
  margin-top: 100px; }
  .login .logo img {
    width: 200px;
    height: auto; }
  .login .form-box {
    background-color: #fff;
    color: #333;
    margin-top: 30px;
    padding: 30px 40px 50px;
    border-radius: 20px; }
    .login .form-box h2 {
      text-align: center;
      color: #9B7714; }
  .login .text-link {
    margin-top: 30px; }
    .login .text-link p {
      margin-bottom: .5em; }
    .login .text-link a:link, .login .text-link a:visited {
      color: #fff; }
    .login .text-link a:hover {
      color: #f90; }

/* backto
-------------------- */
#backto {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  background: #000;
  z-index: 1000; }

#backto .top {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding-top: 8px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

#backto .top:hover {
  color: #fff;
  background-color: #111; }

/* footer
  -------------------- */
footer {
  text-align: center;
  padding: 50px 30px 10px; }
  footer .ft-logo img {
    width: 120px; }
  footer .copyright {
    font-size: 0.75rem; }

@media screen and (max-width: 768px) {
  /* postnav */
  .postnav .postnav-newer,
  .postnav .postnav-older {
    display: block; }
  .postnav .postnav-newer::before {
    right: 0px; }
  .postnav .postnav-older::before {
    left: 0; } }

/*# sourceMappingURL=member.css.map */
