@charset "utf-8";

/* CSS Document */
p.totop a,
a.link {
  text-decoration: none !important;
}

a.link:hover {
  color: #333 !important;
}

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

/*▼資料ダウンロード▼*/
#document {
  margin-bottom: 3em;
}

#document .p-info-item {
  background-color: #e9ecf2;
  padding: 20px;
}

@media print,
screen and (min-width: 768px) {
  .p-view-list-button-l {
    width: 300px !important;
  }

  .p-info-item__head_dl {
    height: 250px !important;
  }

  .p-info-item__head_dl img {
    width: 80% !important;
    margin: 0 10% !important;
  }

  .p-info-item__head-op {
    height: 180px;
  }

  .m-PageLink li {
    width: 300px !important;
  }
}

@media not all and (min-width: 768px) {
  .p-info-item__head_dl {
    height: 200px !important;
  }

  .p-view-list-button {
    width: 100%;
  }
}

/*▲資料ダウンロード▲*/