@charset "UTF-8";
@import url(/Users/takuya/Dropbox/TetraWorks/プロジェクト/TP4_FlashPDF/実装/最新版/assets/css/var.css);
.hl-ly-md-flex-centering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hl-sk-md-input-box {
  -webkit-box-shadow: 3px 3px 5px #5b759973 inset, -3px -3px 5px #ffffff52 inset;
          box-shadow: 3px 3px 5px #5b759973 inset, -3px -3px 5px #ffffff52 inset;
  border-radius: 10px;
}

.hl-sk-md-button-base, .hl-sk-md-button-white-shadow, .hl-sk-md-button-gray-shadow {
  text-align: center;
  background-color: white;
  color: #7C8A8B;
  padding: 0.5em 1em;
  max-width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.hl-sk-md-button-base p, .hl-sk-md-button-white-shadow p, .hl-sk-md-button-gray-shadow p {
  color: inherit;
}

.hl-sk-md-shadow-on-dark-on-hover, .hl-sk-md-button-white-shadow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hl-sk-md-shadow-on-dark-on-hover:hover, .hl-sk-md-button-white-shadow:hover {
  -webkit-filter: drop-shadow(-5px -5px 15px #FFFFFF29);
          filter: drop-shadow(-5px -5px 15px #FFFFFF29);
}

.hl-sk-md-button-gray-shadow:hover {
  -webkit-filter: drop-shadow(0 0 5px #6b7d96a2);
          filter: drop-shadow(0 0 5px #6b7d96a2);
}

.hl-sk-md-onhover-cursor-pointer:hover {
  cursor: pointer;
}

.hl-ds-block {
  display: block;
}

.hl-st-box-sizing-border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hl-st-padding-half-em {
  padding: 0.5em;
}

.hl-st-padding-1em {
  padding: 1em;
}

.hl-st-padding-2em {
  padding: 2em;
}

.hl-st-padding-v-1em {
  padding-top: 1em;
  padding-bottom: 1em;
}

.hl-st-padding-v-2em {
  padding-top: 2em;
  padding-bottom: 2em;
}

.hl-st-padding-bottom-1em {
  padding-bottom: 1em;
}

.hl-st-padding-hr-1em {
  padding-left: 1em;
  padding-right: 1em;
}

.hl-st-margin-v-1em {
  margin-top: 1em;
  margin-bottom: 1em;
}

.hl-st-margin-v-2em {
  margin-top: 2em;
  margin-bottom: 2em;
}

.hl-st-margin-hr-auto {
  margin-left: auto;
  margin-right: auto;
}

.hl-sk-font-weight-bold {
  font-weight: bold;
}

.hl-sk-font-weight-bolder {
  font-weight: bolder;
}

.hl-sk-transision-3ms {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.st-full-width {
  width: 100%;
}

.st-width-form {
  max-width: 420px;
}

.st-full-height {
  height: 100vh;
}

.st-full-height-rel {
  height: 100%;
}

.st-height-inquiry {
  min-height: 420px;
}

@media screen and (max-width: 500px) {
  .st-width-content-area {
    max-width: 100%;
  }
}

@media screen and (min-width: 501px) {
  .st-width-content-area {
    max-width: 456px;
  }
}

.st-unique-widht-play-button {
  max-width: 70px;
}

.st-unique-width-download-button {
  max-width: 91px;
}

.st-unique-width-twticon-footer {
  max-width: 125px;
}

.ly-fixed {
  position: fixed;
}

.ly-center {
  text-align: center;
}

.ly-valign-top {
  vertical-align: top;
}

.ly-title {
  font-size: 62px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.ly-body-text {
  font-size: 24px;
}

.ly-small-text {
  font-size: 20px;
}

.ly-flex-hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ly-flex-space-around {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sk-cl-white {
  color: white;
}

.sk-cl-dimgray {
  color: #00000080;
}

.sk-cl-bg-transparent {
  background-color: transparent;
}

.sk-cl-bg-white {
  background-color: white;
}

.sk-cl-bg-default_gray {
  background-color: #f5f5f5;
}

.sk-cl-bg-main {
  background-color: #7C8A8B;
}

.sk-md-ondrag {
  border: 2px solid white;
}

.sk-sh-rounded-border {
  border-radius: 10px;
}

.sk-md-play-button {
  width: 100%;
  max-width: 1350px;
  border: 5px solid white;
}

.ds-none {
  display: none;
}
/*# sourceMappingURL=style.css.map */