@charset "UTF-8";
/* sass:color モジュールの読み込み */
@media screen and (max-width: 1023px) {
  #header-container {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .mblt-header-mobile-buttons {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .mobile-header-menu-buttons {
    color: #ffffff;
    background-color: #325d88;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-header-menu-buttons .logo-menu-button {
    font-weight: 500;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-header-menu-buttons .logo-menu-button a {
    color: #ffffff;
  }
}

@media screen and (max-width: 1023px) {
  .menu-content {
    color: #ffffff;
    background-color: #325d88;
  }
}
@media screen and (max-width: 1023px) {
  .menu-content .menu-drawer {
    padding: 0 1rem 30px;
  }
}
@media screen and (max-width: 1023px) {
  .menu-content .menu-drawer a {
    color: #ffffff;
  }
}
@media screen and (max-width: 1023px) {
  .menu-content .menu-drawer a:hover {
    color: #325d88;
  }
}

@media screen and (max-width: 1023px) {
  .menu-close-button {
    padding: 0 calc(1rem + 6px);
    margin-bottom: 1rem;
    text-align: justify;
  }
}

.content {
  min-height: calc(100vh - 40px - 43px);
  margin-top: 0;
}
@media screen and (max-width: 1400px) {
  .content {
    min-height: calc(100vh - 40px - 38px);
  }
}
@media screen and (max-width: 1023px) {
  .content {
    min-height: calc(100vh - 53px - 40px);
  }
}

#main {
  padding: 0 1rem 1rem;
  margin: 0.5rem auto;
  border-radius: 5px;
}
@media screen and (max-width: 1023px) {
  #main {
    padding-top: 0.5rem;
  }
}

.body .article {
  padding-bottom: 0;
  margin-bottom: 0;
}

.entry-content {
  margin: 0;
}

.date-tags,
.post-date {
  display: none;
}

.no-scrollable-sidebar .sidebar {
  margin: 0.5rem auto;
}

.entry-title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1400px) {
  .entry-title {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .entry-title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .entry-title {
    padding: 0;
    font-size: 22px;
  }
}

.article h2 {
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .article h2 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .article h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .article h2 {
    font-size: 18px;
  }
}
.article h3 {
  padding: 0.75rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background-color: rgb(52, 136.7305389222, 193.5);
  border-width: 0;
  border-left-width: 0.5rem;
}

@media screen and (max-width: 1023px) {
  .container .column-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .container .column-wrap > div {
    width: 100%;
    margin-bottom: 0;
  }
}

.wp-block-group.pdf-row-wraper {
  margin-bottom: 0;
}
.wp-block-group.pdf-row-wraper .column-wrap {
  padding: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #c0c0c0;
}
@media screen and (max-width: 1400px) {
  .wp-block-group.pdf-row-wraper .column-wrap {
    padding: 0.25rem 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-group.pdf-row-wraper .column-wrap {
    padding: 1rem 0.5rem;
  }
}
.wp-block-group.pdf-row-wraper .column-wrap:last-of-type {
  border-bottom: 1px solid #c0c0c0;
}
@media screen and (max-width: 1023px) {
  .wp-block-group.pdf-row-wraper .column-wrap .wp-block-cocoon-blocks-column-left {
    padding-bottom: 0.5rem;
  }
}
.wp-block-group.pdf-row-wraper .column-wrap .btn {
  padding: 0.5rem 1rem;
  font-size: 16px;
  border: none;
}
@media screen and (max-width: 1400px) {
  .wp-block-group.pdf-row-wraper .column-wrap .btn {
    padding: 0.25rem 0.5rem;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-group.pdf-row-wraper .column-wrap .btn {
    width: 100%;
    max-width: 500px;
    padding: 0.5rem 1rem;
    font-size: 16px;
  }
}

#footer {
  padding: 0.25rem;
  margin: 0;
}
#footer .footer-bottom {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
#footer .footer-bottom .copyright {
  margin-top: 0;
  font-size: 15px;
}
@media screen and (max-width: 1400px) {
  #footer .footer-bottom .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  #footer .footer-bottom .copyright {
    font-size: 14px;
  }
}

.go-to-top .go-to-top-button {
  display: block;
}
.go-to-top .go-to-top-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=main.css.map */