@charset "UTF-8";
/*
 * ライブラリデータダウンロードページ
 */
.entry-group .text {
  margin-left: 1em;
}

.library-download {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  padding-left: 15px;
  padding-right: 15px;
}
.library-download__title {
  text-align: center;
}
.library-download__text {
  position: relative;
  max-width: 640px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  padding-left: 1.25em;
  color: #ff0000;
}
.library-download__text::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.library-download__button {
  width: 100%;
  max-width: 640px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.library-download__button .download-button {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: block;
  border: 2px solid #23527c;
  padding: 20px;
  padding-right: 70px;
  margin-bottom: 20px;
  color: #23527c;
  text-decoration: none;
  transition: all 0.3s ease;
}
.library-download__button .download-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #23527c;
  background: linear-gradient(90deg, rgb(35, 82, 124) 0%, rgba(35, 82, 124, 0.5) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -999;
}
.library-download__button .download-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("../img/library/download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.library-download__button .download-button:hover {
  color: #FFFFFF;
}
.library-download__button .download-button:hover::before {
  transform: scaleX(1);
}

.download-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 640px;
  padding: 2em 1.5em;
  background-color: #FFFFFF;
  border: 1px solid #23527c;
  font-size: 1em;
  text-align: center;
  font-weight: 700;
}
.download-popup .text {
  padding-bottom: 1em;
}

.loading-mark {
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 16px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load 1.1s infinite ease;
  transform: translateZ(0);
}

.check-mark {
  width: 20%;
  margin: 0 auto;
  margin-top: 0.5em;
}

.return-top {
  display: block;
  width: fit-content;
  padding: 1em 2em;
  text-decoration: none;
  background-color: #23527c;
  border: 1px solid #23527c;
  color: #FFFFFF;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.return-top:hover {
  background-color: #FFFFFF;
  color: #23527c;
  text-decoration: none;
}

@keyframes load {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #23527c, 1.8em -1.8em 0 0em rgba(35, 82, 124, 0.2), 2.5em 0em 0 0em rgba(35, 82, 124, 0.2), 1.75em 1.75em 0 0em rgba(35, 82, 124, 0.2), 0em 2.5em 0 0em rgba(35, 82, 124, 0.2), -1.8em 1.8em 0 0em rgba(35, 82, 124, 0.2), -2.6em 0em 0 0em rgba(35, 82, 124, 0.5), -1.8em -1.8em 0 0em rgba(35, 82, 124, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 82, 124, 0.7), 1.8em -1.8em 0 0em #23527c, 2.5em 0em 0 0em rgba(35, 82, 124, 0.2), 1.75em 1.75em 0 0em rgba(35, 82, 124, 0.2), 0em 2.5em 0 0em rgba(35, 82, 124, 0.2), -1.8em 1.8em 0 0em rgba(35, 82, 124, 0.2), -2.6em 0em 0 0em rgba(35, 82, 124, 0.2), -1.8em -1.8em 0 0em rgba(35, 82, 124, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 82, 124, 0.5), 1.8em -1.8em 0 0em rgba(35, 82, 124, 0.7), 2.5em 0em 0 0em #23527c, 1.75em 1.75em 0 0em rgba(35, 82, 124, 0.2), 0em 2.5em 0 0em rgba(35, 82, 124, 0.2), -1.8em 1.8em 0 0em rgba(35, 82, 124, 0.2), -2.6em 0em 0 0em rgba(35, 82, 124, 0.2), -1.8em -1.8em 0 0em rgba(35, 82, 124, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 82, 124, 0.2), 1.8em -1.8em 0 0em rgba(35, 82, 124, 0.5), 2.5em 0em 0 0em rgba(35, 82, 124, 0.7), 1.75em 1.75em 0 0em #23527c, 0em 2.5em 0 0em rgba(35, 82, 124, 0.2), -1.8em 1.8em 0 0em rgba(35, 82, 124, 0.2), -2.6em 0em 0 0em rgba(35, 82, 124, 0.2), -1.8em -1.8em 0 0em rgba(35, 82, 124, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 82, 124, 0.2), 1.8em -1.8em 0 0em rgba(35, 82, 124, 0.2), 2.5em 0em 0 0em rgba(35, 82, 124, 0.5), 1.75em 1.75em 0 0em rgba(35, 82, 124, 0.7), 0em 2.5em 0 0em #23527c, -1.8em 1.8em 0 0em rgba(35, 82, 124, 0.2), -2.6em 0em 0 0em rgba(35, 82, 124, 0.2), -1.8em -1.8em 0 0em rgba(35, 82, 124, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 82, 124, 0.2), 1.8em -1.8em 0 0em rgba(35, 82, 124, 0.2), 2.5em 0em 0 0em rgba(35, 82, 124, 0.2), 1.75em 1.75em 0 0em rgba(35, 82, 124, 0.5), 0em 2.5em 0 0em rgba(35, 82, 124, 0.7), -1.8em 1.8em 0 0em #23527c, -2.6em 0em 0 0em rgba(35, 82, 124, 0.2), -1.8em -1.8em 0 0em rgba(35, 82, 124, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 82, 124, 0.2), 1.8em -1.8em 0 0em rgba(35, 82, 124, 0.2), 2.5em 0em 0 0em rgba(35, 82, 124, 0.2), 1.75em 1.75em 0 0em rgba(35, 82, 124, 0.2), 0em 2.5em 0 0em rgba(35, 82, 124, 0.5), -1.8em 1.8em 0 0em rgba(35, 82, 124, 0.7), -2.6em 0em 0 0em #23527c, -1.8em -1.8em 0 0em rgba(35, 82, 124, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(35, 82, 124, 0.2), 1.8em -1.8em 0 0em rgba(35, 82, 124, 0.2), 2.5em 0em 0 0em rgba(35, 82, 124, 0.2), 1.75em 1.75em 0 0em rgba(35, 82, 124, 0.2), 0em 2.5em 0 0em rgba(35, 82, 124, 0.2), -1.8em 1.8em 0 0em rgba(35, 82, 124, 0.5), -2.6em 0em 0 0em rgba(35, 82, 124, 0.7), -1.8em -1.8em 0 0em #23527c;
  }
}/*# sourceMappingURL=library.css.map */