@charset "utf-8";
/* CSS Document */
.section_inner {
  max-width: 985px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .section_inner {
    padding: 0 calc(60vw/7.5);
  }
}
.keisai_dl_list {
  border-top: 1px solid #969696;
}
.keisai_dl_item {
  border-bottom: 1px solid #969696;
}
.keisai_dl_item a {
  padding: 14px 8px 10px 36px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.keisai_dl_item a::before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background: url("/assets/img/icon_pdf.png") left center / contain no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .keisai_dl_item a {
    padding: calc(12vw/7.5) 0 calc(8vw/7.5) calc(42vw/7.5);
    font-size: calc(24.5vw/7.5);
  }
  .keisai_dl_item a::before {
    width: calc(32vw/7.5);
    height: calc(38vw/7.5);
    top: calc(50% - 2.53vw);
  }
}
  /*
	ポップアップ
*/
  .popup_header {
    background: #a360a0;
    position: fixed;
    width: 100%;
    height: 78px;
  }
  .popup_header::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -6px;
    background: #a360a0;
  }
  .popup_header_inner {
    max-width: 660px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .popup_header_inner::before, .popup_header_inner::after {
    content: "";
    width: 200px;
    height: 100%;
    position: absolute;
  }
  .popup_header_inner::before {
    background: url("/assets/img/download/popup_header_bg1.png") no-repeat center center / cover;
    left: -40px;
    top: 0;
  }
  .popup_header_inner::after {
    background: url("/assets/img/download/popup_header_bg2.png") no-repeat center center / cover;
    right: -40px;
    bottom: 0;
  }
  .popup_header_title {
    font-size: 32px;
    color: #fff;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .popup_header::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -6px;
    background: #a360a0;
  }
  .popup_keisai {
    padding-top: 135px;
  }
  .popup_keisai .section_inner {
    max-width: 660px;
  }
  @media screen and (max-width: 768px) {
    .popup_header_inner::before, .popup_header_inner::after {
      width: calc(200vw/6.6);
    }
    .popup_header_inner::before {
      left: calc(-40vw/6.6);
      background-position: right;
    }
    .popup_header_inner::after {
      right: calc(-40vw/6.6);
      background-position: left;
    }
    .popup_header_title {
      font-size: calc(32vw/6.6);
    }
    .popup_keisai {
      padding-top: calc(86px + 48vw/6.6);
    }
  }