  @charset "UTF-8";
/* アニメーション
=========================================================== */
/* フェードイン
????????????????????????????????? */
.inview__anim--fade-in {
  opacity: 0;
  will-change: opacity;
  transition: opacity .8s ease 0s;
}

.inview__complete .inview__anim--fade-in, .inview__anim--fade-in.inview__complete {
  opacity: 1;
}

/* フェードインアップ
????????????????????????????????? */
.inview__anim--fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-up, .inview__anim--fade-in-up.inview__complete {
  opacity: 1;
  transform: translateY(0);
}

/* フェードイン X
????????????????????????????????? */
.inview__anim--fade-in-x {
  opacity: 0;
  transform: translateX(-30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-x, .inview__anim--fade-in-x.inview__complete {
  opacity: 1;
  transform: translateX(0);
}

/* スケールイン
????????????????????????????????? */
.inview__anim--scale-in {
  opacity: 0;
  transform: scale(1.08);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--scale-in, .inview__anim--scale-in.inview__complete {
  opacity: 1;
  transform: scale(1);
}

/* スケールY
????????????????????????????????? */
.inview__anim--scale-y {
  transform: scaleY(0);
  will-change: transform;
  transition: transform .8s ease 0s;
  transform-origin: center top;
}

.inview__complete .inview__anim--scale-y {
  transform: scale(1);
}

/* スライドイン
????????????????????????????????? */
/* 文字
????????????????????????????????? */
/* タイピング
????????????????????????????????? */
/**
 * 黑料吃瓜网?投資家情報
 *
 * IR資料室
 *
 */
.main-block .scroll-wrap {
  margin-bottom: 20px;
}

.library-table {
  height: 100%;
  margin-bottom: 0 !important;
}

.library-table th,
.library-table td {
  border: 1px solid #ccc !important;
  text-align: center;
  width: 20%;
  vertical-align: middle;
}

.library-table th {
  background-color: #ededed;
  padding: 1.2%;
}

.library-table td {
  padding: 1%;
}

.library-table tr:first-child th:first-child {
  background-color: #fff;
  padding: 0;
  height: 100%;
}

.library-table a[href$=".pdf"] {
  display: inline-block;
  line-height: 1;
  padding-top: 39px;
  position: relative;
}

.library-table a[href$=".pdf"]:after {
  content: "";
  display: block;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 5px;
  width: 30px;
  height: 30px;
  background: url(/common/css/img/icon_pdf.png) no-repeat 0 0;
  background-size: 30px 30px;
  transform: translateX(-50%);
}

.library-table a[href$=".pdf"]:hover .file-size {
  text-decoration: none;
}

.library-table .file-ttl {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.library-table .file-size {
  display: inline-block;
  text-decoration: underline;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 8px;
}

.library-table-sup {
  height: 100%;
  margin-top: 4.0697674419% !important;
  margin-bottom: 0 !important;
}

.library-table-sup tr th:first-child {
  width: 20% !important;
}

.library-table-sup th,
.library-table-sup td {
  border: 1px solid #ccc !important;
  width: 80%;
  vertical-align: middle;
}

.library-table-sup th {
  text-align: center;
  background-color: #ededed;
  padding: 1.2%;
}

.library-table-sup td {
  padding: 1.5%;
  text-align: left;
}

.library-table-sup tr:first-child th:first-child {
  background-color: #fff;
  padding: 0;
  height: 100%;
}

.library-table-sup tr:first-child th:first-child svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.library-table tr:first-child th:first-child,
.library-table-sup tr:first-child th:first-child {
  position: relative;
}

.slash-inner {
  height: 100%;
}

.slash-inner svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .library-table tr:first-child th:first-child,
  .library-table-sup tr:first-child th:first-child {
    position: static;
  }
  *::-ms-backdrop, .slash-inner {
    position: relative;
  }
}

/* Edge */
@supports (-ms-ime-align: auto) {
  .library-table tr:first-child th:first-child,
  .library-table-sup tr:first-child th:first-child {
    position: static;
  }
  .slash-inner {
    position: relative;
  }
}

/* Firefox */
@-moz-document url-prefix() {
  .library-table tr:first-child th:first-child,
  .library-table-sup tr:first-child th:first-child {
    position: static;
  }
  .slash-inner {
    position: relative;
  }
}

@media screen and (min-width: 768px), print {
  .js-acc-ttl {
    font-weight: 500;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .link-list li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .link-list li + li {
    margin-top: 4px;
  }
  .link-list li:before {
    content: "?";
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {
  .library-table {
    min-width: 600px !important;
  }
  .library-table th,
  .library-table td {
    padding: 10px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .library-table a[href$=".pdf"] {
    padding-top: 35px;
  }
  .library-table a[href$=".pdf"]:after {
    width: 22px;
    height: 22px;
    background-size: 22px auto;
    top: 5px;
  }
  .link-list li:before {
    content: "?";
    margin-right: 2px;
  }
}

/*# sourceMappingURL=style.css.map */
