<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ãƒ¢ãƒ¼ãƒ€ãƒ« */
[data-modal-org-target] {
  cursor: pointer;
}

.a-modal-org {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 190002;
  display: none;
}

.a-modal-org .a-modal-org__inner {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.a-modal-org .a-modal-org__inner .a-modal-org__scroll ul li+li {
  padding-top: 1em;
}

.a-modal-org .a-modal-org__inner .a-modal-org__scroll img {
  margin: auto;
  display: block;
}

.a-modal-org .a-modal-org__inner .a-modal-org__scroll h4 {
  text-align: left;
}

@media print,
screen and (min-width: 1500px) {
  .a-modal-org__inner {
    width: 92svw;
    max-width: 1580px;
  }
}

@media screen and (max-width: 1500px) {
  .a-modal-org__inner {
    width: 90svw;
  }
}

.a-modal-org__inner2 {
  position: relative;
  width: 100%;
}

.a-modal-org__inner3 {
  background-color: #ffffff;
}

@media print,
screen and (min-width: 769px) {
  .a-modal-org__inner2 {
    border-radius: 12px;
    border: 1.5rem solid #fff;
  }

  .a-modal-org__inner3 {
    max-height: calc(80vh - 3rem);
  }
}

@media print,
screen and (max-width: 768px) {
  .a-modal-org__inner2 {
    border-radius: 6px;
    border: 1.125rem solid #fff;
  }

  .a-modal-org__inner3 {
    max-height: calc(80vh - (1.125rem * 2));
  }
}

.a-modal-org__body {
  position: relative;
  overflow: hidden;
}

.a-modal-org__scroll.is-scroll {
  overflow-y: scroll;
}

@media print,
screen and (min-width: 769px) {
  .a-modal-org__scroll.is-scroll {
    padding-right: 0.5rem;
  }
}

.a-modal-org__close {
  position: absolute;
  top: -0.5em;
  right: 0;
  transform: translate(50%, -50%);
}

.a-modal-org__btn {
  width: 40px;
  height: 40px;
  background-color: #111;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.a-modal-org__btn-inner {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.a-modal-org__btn-inner::before,
.a-modal-org__btn-inner::after {
  position: absolute;
  content: "";
  margin: auto;
  vertical-align: middle;
}

.a-modal-org__btn-inner::before {
  border-top: 2px solid #ffffff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}

.a-modal-org__btn-inner::after {
  border-left: 2px solid #ffffff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 9px;
  transform: rotate(45deg);
}

/* display-off
=========*/
.a-display-off {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

/* a-modal-org-overlay
=========*/
.a-modal-org-overlay {
  display: none;
  z-index: 190001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}</pre></body></html>