@charset "UTF-8";
@media print, screen and (min-width: 1025px) {
  .main-contents {
    width: 100%;
    margin: 0 auto;
  }
}
body.testview #header {
  background-color: rgba(255, 0, 0, 0.3);
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 90%;
}

h6 {
  font-size: 80%;
}

#header {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  #header {
    border-bottom: 4px solid #0058ab;
  }
}
#header a {
  color: #1c1c1c;
  text-decoration: none;
}
#header .inner {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
}
#header .inner > ._flex {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  #header .inner > ._flex {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 135px;
  }
}
#header .inner ._left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #header .inner ._left {
    width: 100%;
    padding-left: 0;
    padding-right: 1.875rem;
    padding-top: 0.70625rem;
    padding-bottom: 0.76875rem;
    height: 4.625rem;
  }
}
@media print, screen and (min-width: 1025px) {
  #header .inner ._right {
    max-width: 488px;
  }
}
#header .logo {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 1025px) {
  #header .logo {
    max-width: 10rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  #header .logo {
    max-width: 5.25rem;
    font-size: 0.5rem;
  }
}
#header .site-description {
  font-weight: 700;
}
@media print, screen and (min-width: 1025px) {
  #header .site-description {
    margin-left: 1.875rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  #header .site-description {
    margin-left: 0.625rem;
    font-size: 0.5rem;
  }
}
@media print, screen and (min-width: 1025px) {
  #header .shibu-menu {
    font-size: 1rem;
  }
  #header .shibu-menu .spmenu-title {
    display: none;
  }
  #header .shibu-menu ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.3125rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    background-color: #e8f4fc;
    padding: 0.625rem 0.9375rem;
  }
  #header .shibu-menu ul li a {
    border: 1px solid #c1d2e8;
    border-radius: 2px;
    background-color: #fff;
    min-width: 6.6875rem;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.70625rem 0.6875rem 0.79375rem;
    line-height: 1;
  }
  #header .shibu-menu ul li a:hover {
    background-color: #0058ab;
    color: #fff;
  }
  #header .shibu-menu ul li a:hover::after {
    background-color: #fff;
  }
  #header .shibu-menu ul li a::after {
    display: none;
  }
}

#footer {
  background-color: #f7f7f7;
}
#footer a {
  color: #1c1c1c;
  text-decoration: none;
}
#footer a.key {
  padding-left: 1.3em;
  background-position: left center;
}
@media print, screen and (min-width: 1025px) {
  #footer .inner {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer .inner > ._flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 1025px) {
  #footer .inner > ._flex {
    padding-top: 3.0625rem;
    padding-bottom: 2.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  #footer .inner > ._flex {
    flex-direction: column;
    padding-top: 1.875rem;
    padding-bottom: 5.0625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
#footer .inner > ._flex ._left {
  display: flex;
  flex-direction: column;
}
#footer .inner > ._flex ._right {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  #footer .inner > ._flex ._right {
    width: 50%;
  }
}
#footer .logo {
  width: 100%;
  max-width: 12.5rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #footer .logo {
    font-size: 0.875rem;
  }
}
#footer .adress {
  font-weight: 600;
}
@media print, screen and (min-width: 1025px) {
  #footer .adress {
    font-size: 1rem;
    margin-top: 2.625rem;
  }
}
@media screen and (max-width: 1024px) {
  #footer .adress {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.71428;
    margin-top: 1.5625rem;
  }
}
#footer .footer-menu {
  display: flex;
  line-height: 1.6666666667;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  #footer .footer-menu {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer-menu {
    flex-direction: column;
    margin-top: 4.5rem;
  }
}
#footer .footer-menu > li {
  flex: 1;
}
@media print, screen and (min-width: 1025px) {
  #footer .footer-menu > li {
    min-width: 200px;
  }
}
@media print, screen and (min-width: 1025px) {
  #footer .footer-menu > li + li {
    margin-left: 6%;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer-menu > li + li {
    margin-top: 3.0625rem;
  }
}
#footer .footer-menu > li .title {
  border-bottom: 1px solid #0058ab;
  color: #0058ab;
  font-weight: 700;
  padding-bottom: 0.4375rem;
}
@media print, screen and (min-width: 1025px) {
  #footer .footer-menu > li .title {
    margin-bottom: 1.1875rem;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer-menu > li .title {
    margin-bottom: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer-menu > li > ul {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer .footer-menu > li > ul > li {
    width: 49%;
    margin-bottom: 0.5625rem;
  }
}
@media print, screen and (min-width: 1025px) {
  #footer .footer-menu > li > ul > li + li {
    margin-top: 0.375rem;
  }
}
#footer .copyright {
  background-color: #0058ab;
  color: #fff;
  font-family: Arial, "Century Gothic", sans-serif;
  min-height: 3.125rem;
  text-align: center;
  width: 100%;
  padding-top: 0.6428571429em;
  padding-bottom: 0.6428571429em;
  font-size: 0.875rem;
}
#footer .copyright > span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

#gnav li a {
  position: relative;
}
#gnav li a.active::before, #gnav li a::before {
  position: absolute;
  left: 0;
  content: "";
  width: calc(100% - 2px);
  height: 3px;
  background: #0058ab;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
#gnav li a:hover, #gnav li a.active {
  opacity: 1;
  color: #0058ab;
}
#gnav li a:hover::before, #gnav li a.active::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
#gnav li a span.key {
  background-position: left center;
  padding-left: 1.1em;
}
@media print, screen and (min-width: 1025px) {
  #gnav {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
    font-size: 1rem;
  }
  #gnav ul {
    display: flex;
    justify-content: space-between;
  }
  #gnav ul::before {
    left: 0;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.5em;
    background-color: #cccccc;
  }
  #gnav ul > li {
    flex: 1;
    white-space: nowrap;
  }
  #gnav ul > li > a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    position: relative;
    font-weight: 600;
  }
  #gnav ul > li > a::after {
    right: 0;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.5em;
    background-color: #cccccc;
  }
}

@media print, screen and (min-width: 1025px) {
  .btn-hamburger {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .btn-hamburger {
    position: fixed;
    display: block;
    width: 1.6875rem;
    height: 1.6875rem;
    top: 1.34375rem;
    right: 1.28125rem;
    cursor: pointer;
    z-index: 800;
  }
  .btn-hamburger span {
    transition: all 0.4s;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 100%;
    background: #0058ab;
    box-shadow: 0 2px 2px #fff;
  }
  .btn-hamburger span:nth-of-type(1) {
    top: 0;
  }
  .btn-hamburger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .btn-hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .btn-hamburger.active span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  }
  .btn-hamburger.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .btn-hamburger.active span:nth-of-type(3) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 1024px) {
  #header .inner ._right,
  #header .inner #gnav {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
  #header.active {
    position: absolute;
    top: 0;
    min-height: 100vh;
    min-height: 100svh;
    width: 100%;
    background-color: #fff;
    z-index: 800;
    padding-top: 4.625rem;
    overflow-y: scroll;
    max-height: calc(100svh - 4.625rem);
    position: absolute;
    top: 0;
    left: 0;
  }
  #header.active .inner {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 6.25rem;
    background-color: #f1f7ff;
    border-top: 4px solid #0058ab;
  }
  #header.active .inner ._left {
    position: fixed;
    padding-left: 0.625rem;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  #header.active .inner ._right,
  #header.active .inner #gnav {
    transition: all 0.4s;
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: auto;
  }
  #header.active .shibu-menu,
  #header.active #gnav {
    font-weight: 700;
  }
  #header.active .shibu-menu .spmenu-title,
  #header.active #gnav .spmenu-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0058ab;
    border-bottom: 1px solid #0058ab;
    padding-bottom: 0.5rem;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  #header.active .shibu-menu ul,
  #header.active #gnav ul {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #A4BDD1;
  }
  #header.active .shibu-menu ul > li + li,
  #header.active #gnav ul > li + li {
    border-top: 1px solid #A4BDD1;
  }
  #header.active .shibu-menu ul > li a,
  #header.active #gnav ul > li a {
    width: 100%;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    display: inline-flex;
    align-items: center;
  }
  #header.active #gnav {
    margin-top: 0.59375rem;
  }
  #header.active .shibu-menu {
    margin-top: 3.75rem;
    padding-top: 1.6875rem;
  }
  #header.active .shibu-menu ul > li a.key {
    padding-left: calc(0.9375rem + 1.1em);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4gPGcgaWQ9ImtleV9pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODgzMiAxMzc2My4wMzEpIj4gPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg4MzIgLTEzNzYzLjAzMSkiIGZpbGw9Im5vbmUiLz4gPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4ODI5LjIxMSAtMTM3NjEuOTk5KSI+IDxwYXRoIGQ9Ik01NC4yNjcsNy4zODdoLS4zMjNWNC45NDJhNC45ODIsNC45ODIsMCwwLDAtMS40MTktMy40OTQsNC43NzQsNC43NzQsMCwwLDAtNi44NDksMCw0Ljk4LDQuOTgsMCwwLDAtMS40MTgsMy40OTRWNy4zODdoLS4zMjRhMi4xNDUsMi4xNDUsMCwwLDAtMi4xMjMsMi4xNjZ2Ni4wNjFhMi4xNDUsMi4xNDUsMCwwLDAsMi4xMjMsMi4xNjZINTQuMjY3YTIuMTQ1LDIuMTQ1LDAsMCwwLDIuMTIzLTIuMTY2VjkuNTUzQTIuMTQ1LDIuMTQ1LDAsMCwwLDU0LjI2Nyw3LjM4N1pNNDYuMzU1LDQuOTQyYTIuODE4LDIuODE4LDAsMCwxLC44LTEuOTgyLDIuNzA4LDIuNzA4LDAsMCwxLDMuODgzLDAsMi44MTYsMi44MTYsMCwwLDEsLjgsMS45ODJWNy4zODdINDYuMzU1Wm0zLjM1OSw4LjMxMi4zMzQsMi4yMTJoLTEuOWwuMzM0LTIuMjEyYTEuNTQxLDEuNTQxLDAsMCwxLS45LTEuNDA2LDEuNTEsMS41MSwwLDEsMSwzLjAyLDBBMS41NDIsMS41NDIsMCwwLDEsNDkuNzE0LDEzLjI1NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MS44MTIgMCkiIGZpbGw9IiMwMDU4YWIiLz4gPC9nPiA8L2c+PC9zdmc+");
    background-position: left 0.9375rem center;
  }
}
#page-links {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 3.75rem;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 888px;
}
@media screen and (max-width: 1024px) {
  #page-links {
    justify-content: center;
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-links li {
  width: 276px;
  border-bottom: 1px solid #0058ab;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #page-links li {
    width: 90%;
  }
}
#page-links li a {
  width: 100%;
  line-height: 1.4444444444;
  color: #1c1c1c;
  text-decoration: none;
  display: inline-flex;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 10px;
}
#page-links li a::after {
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(90deg);
  margin-left: auto;
}

body:not(.home) .main-contents > .std-section {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

body:not(.under-top) #bread-lists + * {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  body:not(.under-top) #bread-lists + * {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 1025px) {
  .main-contents {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents {
    padding-bottom: 6.25rem;
  }
}
.main-contents ._flex {
  display: flex;
  justify-content: space-between;
}
.main-contents ._flex.f-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.main-contents ._flex.f-wrap {
  flex-wrap: wrap;
}
.main-contents ._flex.f-direct {
  flex-direction: column;
}
.main-contents > .std-section > .c-head._flex {
  display: flex;
  justify-content: space-between;
}
.main-contents > .std-section > .c-head .more-links {
  color: #1c1c1c;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .main-contents > *:not(#bread-lists):not(#page-links) + .std-section {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents > *:not(#bread-lists):not(#page-links) + .std-section {
    margin-top: 2.5rem;
  }
}
.main-contents .page-header.lev1 {
  color: #fff;
  background-color: #0058ab;
  font-weight: 700;
}
.main-contents .page-header.lev1 .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
@media print, screen and (min-width: 1025px) {
  .main-contents .page-header.lev1 .inner {
    height: 5rem;
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .page-header.lev1 .inner {
    height: 4.375rem;
    line-height: 1.7083333333;
  }
}
@media print, screen and (min-width: 1025px) {
  .main-contents .page-header.lev1 .inner .std-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .page-header.lev1 .inner .std-title {
    font-size: 1.5rem;
  }
}
.main-contents .page-header.hidden {
  position: absolute;
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.main-contents .std-section > .c-head:not(.mt0) {
  margin-bottom: 2.5rem;
}
.main-contents .std-section > .c-head.lev2,
.main-contents aside .c-head.lev2 {
  border-bottom: 2px solid #0058ab;
}
.main-contents .std-section > .c-head.lev2 .std-title,
.main-contents aside .c-head.lev2 .std-title {
  color: #0058ab;
  font-weight: 700;
  padding-bottom: 0.8125rem;
}
@media print, screen and (min-width: 1025px) {
  .main-contents .std-section > .c-head.lev2 .std-title,
  .main-contents aside .c-head.lev2 .std-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .std-section > .c-head.lev2 .std-title,
  .main-contents aside .c-head.lev2 .std-title {
    font-size: 1.375rem;
    line-height: 1.6363636364;
  }
}
.main-contents #bread-lists {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  font-size: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.4375rem;
  overflow-x: auto;
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
}
.main-contents #bread-lists > li {
  white-space: nowrap;
}
.main-contents #bread-lists > li.icon::after {
  margin-right: 0.5em;
}
@media screen and (max-width: 1024px) {
  .main-contents #bread-lists {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
  }
}
.main-contents ul.link-lists li {
  border-bottom: 1px solid #c1d2e8;
}
.main-contents ul.link-lists li a {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.25rem;
  padding-right: 0.9375rem;
  width: 100%;
  display: flex;
  text-decoration: none;
  justify-content: space-between;
}
.main-contents ul.link-lists li a::after {
  width: 1.875rem;
  height: 1.875rem;
}
.main-contents ul.link-lists li a:hover {
  background-color: #e8f4fc;
  text-decoration: none;
}
.main-contents ul.link-lists li a span.date {
  display: inline-block;
}
.main-contents ul.link-lists li a span.tag {
  display: inline-block;
}
.main-contents ul.link-lists li a span.content {
  display: block;
}
.main-contents ul.link-lists li a:not(.nolink) span.date {
  color: #1c1c1c;
}
.main-contents ul.link-lists li a:not(.nolink) span.content {
  text-decoration: underline;
}
.main-contents ul.link-lists li a .date.new::after {
  content: "NEW!";
  color: #ff4040;
  margin-left: 0.5em;
}
.main-contents ul.link-lists li a .tag::after {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  font-size: 0.875rem;
  color: #fff;
}
.main-contents ul.link-lists li a .tag.doukoukai::after {
  content: "同好会";
  background-color: #4EC956;
}
.main-contents ul.link-lists li a .tag.info::after {
  content: "お知らせ";
  background-color: #F48D49;
}
.main-contents ul.link-lists.type2 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-contents ul.link-lists.type2 li a span {
  display: block;
  text-decoration: underline;
}
.main-contents ul.link-lists.type2 li .date {
  width: 18%;
  min-width: 10em;
}
.main-contents ul.link-lists.type2 li .date.new::after {
  content: "NEW!";
  color: #ff4040;
  margin-left: 0.5em;
}
.main-contents ul.link-lists.type2 li .content {
  width: calc(100% - 10em);
}
.main-contents ul.link-lists.type2 li .author {
  width: 14%;
  max-width: 10em;
}
@media screen and (max-width: 1024px) {
  .main-contents ul.link-lists.type2 li {
    text-align: center;
    flex-direction: column;
    padding: 0.5em;
  }
  .main-contents ul.link-lists.type2 li .date,
  .main-contents ul.link-lists.type2 li .content,
  .main-contents ul.link-lists.type2 li .author {
    width: 100%;
    max-width: none;
  }
  .main-contents ul.link-lists.type2 li a {
    padding: 0;
  }
}
.main-contents .infoblock {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 1025px) {
  .main-contents .infoblock {
    font-size: 1rem;
    margin-top: 3.125rem;
  }
  .main-contents .infoblock > * {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .infoblock {
    margin-top: 1.875rem;
    flex-direction: column;
  }
  .main-contents .infoblock > * + * {
    margin-top: 3.125rem;
  }
}
.main-contents .top-menu.type1 {
  background-color: #f1f7ff;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .main-contents .top-menu.type1 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.main-contents .top-menu.type1 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 1025px) {
  .main-contents .top-menu.type1 ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .top-menu.type1 ul {
    row-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}
.main-contents .top-menu.type1 ul > li {
  border: 2px solid #0058ab;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  color: #0058ab;
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  .main-contents .top-menu.type1 ul > li {
    width: calc((100% - 40px) / 3);
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .top-menu.type1 ul > li {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.main-contents .top-menu.type1 ul > li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px 0 6px 0;
  background-color: #0058ab;
}
@media print, screen and (min-width: 1025px) {
  .main-contents .top-menu.type1 ul > li::after {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .top-menu.type1 ul > li::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.main-contents .top-menu.type1 ul > li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #0058ab;
  text-decoration: none;
  position: relative;
  justify-content: flex-start;
}
.main-contents .top-menu.type1 ul > li a i {
  width: 100px;
  height: 100%;
  background-color: #0058ab;
  min-height: 130px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 1024px) {
  .main-contents .top-menu.type1 ul > li a i {
    width: 3.125rem;
    min-height: 5rem;
    padding: 0 0.3125rem;
  }
}
.main-contents .top-menu.type1 ul > li a span {
  display: inline-block;
  padding: 0.5em 0.5em 1em 0.75em;
}
@media screen and (max-width: 1024px) {
  .main-contents .top-menu.type1 ul > li a span {
    padding: 0.3125rem;
    padding-right: 0;
  }
}
.main-contents .top-menu.type1 ul > li a::after {
  color: #fff;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media print, screen and (min-width: 1025px) {
  .main-contents .top-menu.type1 ul > li a::after {
    width: 1em;
    height: 1em;
    right: 0.6875rem;
    bottom: 0.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .top-menu.type1 ul > li a::after {
    width: 0.8em;
    height: 0.8em;
    right: 0.125rem;
    bottom: 0.125rem;
  }
}
.main-contents .top-menu.type1 ul > li a:hover {
  opacity: 1;
}
@media print, screen and (min-width: 1025px) {
  .main-contents .top-menu.type1 ul > li a {
    min-height: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .top-menu.type1 ul > li a {
    min-height: 5rem;
  }
}
.main-contents .top-menu.type1 ul > li:hover {
  transition: all 0.5s;
  margin-top: -10px;
  margin-bottom: 10px;
}
.main-contents .top-menu.type2 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1025px) {
  .main-contents .top-menu.type2 ul {
    row-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .top-menu.type2 ul {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}
.main-contents .top-menu.type2 ul > li {
  border: 2px solid #0058ab;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 700;
  color: #0058ab;
  position: relative;
}
@media print, screen and (min-width: 1025px) {
  .main-contents .top-menu.type2 ul > li {
    width: 23.5%;
    font-size: 1.25rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .top-menu.type2 ul > li {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.main-contents .top-menu.type2 ul > li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #0058ab;
  text-decoration: none;
  padding: 0.75em;
  border-radius: 6px;
}
.main-contents .top-menu.type2 ul > li a:hover {
  background-color: #0058ab;
  color: #fff;
  opacity: 1;
}
@media print, screen and (min-width: 1025px) {
  .main-contents .top-menu.type2 ul > li a {
    min-height: 6.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-contents .top-menu.type2 ul > li a {
    min-height: 5.625rem;
  }
}
.main-contents .top-menu.type2 ul > li a::after {
  width: 1.5rem;
  height: 1.5rem;
}
.main-contents .key-visual {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.main-contents .key-visual > * + * {
  margin-top: 1em;
}
.main-contents .map-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.main-contents .map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-contents .pdfviewer {
  position: relative;
  margin: 0 auto;
  padding-top: 70.7%;
  height: 0;
  border: 1px solid #000;
}
.main-contents .pdfviewer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .main-contents .pdfviewer {
    padding-top: 141.4285%;
  }
}

/*各同好会トップ*/
@media print, screen and (min-width: 1025px) {
  body.doukoukai-page #sec-report ul.link-lists li a div {
    display: flex;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.lightgallery > li.li-line {
  max-width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 1em;
  margin-top: 30px;
  margin-bottom: 30px;
}
.lightgallery > li a {
  background-color: #cccccc;
}
.lightgallery > li p {
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
}
.lightgallery > li p span {
  display: inline-block;
}
.lightgallery > li strong {
  color: white;
  background-color: #1c1c1c;
  padding: 0.1em;
  display: block;
  margin-bottom: 0.1em;
}

#sec-calender {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#sec-calender .calender-block iframe {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 1024px) {
  #sec-calender .calender-block iframe {
    height: 450px;
  }
}

._mt-block-insert-images {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
._mt-block-insert-images .item {
  flex: 1;
  min-width: 200px;
}

body {
  font: -apple-system-body !important;
}
/*# sourceMappingURL=layout.css.map */