@media only screen and (min-width: 1000px) {
  #document {
    overflow: hidden;
  }
  #document .download {
    background-color: #f0f8ff;
  }
  #page_crumb {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (max-width: 1000px) {
  #document {
    overflow: hidden;
  }
  #document .download {
    background-color: #f0f8ff;
  }
  #page_crumb {
    max-width: 6.9rem;
    margin: 0.2rem auto;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    overflow-x: auto;
  }
  #page_crumb span {
    display: flex;
    align-items: center;
    color: #fff;
  }
  #page_crumb span img {
    width: 0.3rem;
    min-width: 0.3rem;
    margin-right: 0.08rem;
  }
  #page_crumb > * {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  #page_crumb br {
    display: none !important;
  }
  #page_crumb > *:first-child {
    min-width: 2.5rem;
  }
  #page_crumb > *:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin: 0 0.1rem;
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
  }
  #page_crumb.blue span {
    color: #003273;
  }
  #page_crumb.blue > *:not(:last-child):after {
    color: #003273;
  }
}
#document .dc-top {
  background: url("/wp-includes/images/document/dc-bg-pc.png") no-repeat left center/cover;
  padding-left: 4.6875vw;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1000px) {
  #document .dc-top {
    zoom: 0.85;
  }
}
@media only screen and (max-width: 1000px) {
  #document .dc-top {
    background: url("/wp-includes/images/document/dc-bg-sp.png") no-repeat center top;
    background-size: 100% auto;
    height: calc(100vh - 0.96rem);
    position: relative;
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) {
  #document .dc-top-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0063B9;
    padding-left: 0.7rem;
    padding-top: 0.32rem;
    padding-bottom: 0.5rem;
  }
}
#document .dc-top-title {
  color: #fff;
  display: flex;
  gap: 10px;
  font-size: 65px;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  #document .dc-top-title {
    font-size: 0.76rem;
    gap: 0.12rem;
  }
}
#document .dc-top-en {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  #document .dc-top-en {
    font-size: 0.4rem;
  }
}
#document .dc-top-text {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  margin-top: 30px;
  line-height: 1.6667;
}
@media only screen and (max-width: 1000px) {
  #document .dc-top-text {
    font-size: 0.32rem;
    margin-top: 0.15rem;
  }
}
#document .dc-tabs {
  padding: 20px 0 0px;
}
@media only screen and (min-width: 1000px) {
  #document .dc-tabs {
    zoom: 0.85;
  }
}
@media only screen and (max-width: 1000px) {
  #document .dc-tabs {
    padding: 0.5rem 0.72rem 0;
  }
}
#document .dc-tabs .dc-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media only screen and (max-width: 1000px) {
  #document .dc-tabs .dc-tab {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.24rem;
  }
}
#document .dc-tabs .dc-tab .tab {
  font-size: 25px;
  padding: 0 12px 6px;
  border-bottom: 3px solid transparent;
  transition: 0.2s;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  #document .dc-tabs .dc-tab .tab {
    border: none;
    width: 100%;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.36rem;
    padding: 0;
    margin: 0 auto;
    border-radius: 0.44rem;
  }
}
#document .dc-tabs .dc-tab .tab.active {
  cursor: unset;
}
@media only screen and (min-width: 1000px) {
  #document .dc-tabs .dc-tab .tab.tab01 {
    color: #B9BEFF;
  }
  #document .dc-tabs .dc-tab .tab.tab01:hover {
    color: #2B3AE5;
  }
  #document .dc-tabs .dc-tab .tab.tab01.active {
    color: #2B3AE5;
    border-color: #2B3AE5;
  }
  #document .dc-tabs .dc-tab .tab.tab02 {
    color: #A3E0FF;
  }
  #document .dc-tabs .dc-tab .tab.tab02:hover {
    color: #0092DD;
  }
  #document .dc-tabs .dc-tab .tab.tab02.active {
    color: #0092DD;
    border-color: #0092DD;
  }
}
@media only screen and (max-width: 1000px) {
  #document .dc-tabs .dc-tab .tab.tab01 {
    background: #8BCEFF;
  }
  #document .dc-tabs .dc-tab .tab.tab01.active {
    background: #2B3AE5;
  }
  #document .dc-tabs .dc-tab .tab.tab02 {
    background: #A3E0FF;
  }
  #document .dc-tabs .dc-tab .tab.tab02.active {
    background: #02ADE6;
  }
}
#document .dc-tabs .dc-content {
  display: none;
}
#document .dc-tabs .dc-content.active {
  display: block;
}
#document .dc-tabs .dc-content .dc-content-top {
  padding: 24px 20px 60px;
  max-width: 1640px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  #document .dc-tabs .dc-content .dc-content-top {
    padding: 0.5rem 0 0.8rem;
  }
}
#document .dc-tabs .dc-content .dcc-title {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  #document .dc-tabs .dc-content .dcc-title {
    font-size: 0.56rem;
    padding: 0 5%;
  }
}
#document .dc-tabs .dc-content .dcc-container {
  margin-top: 24px;
}
@media only screen and (min-width: 1000px) {
  #document .dc-tabs .dc-content .dcc-container .swiper-wrapper {
    display: flex;
  }
  #document .dc-tabs .dc-content .dcc-container.dcc-container01 .swiper-slide {
    width: calc(50% - 20px);
    height: unset;
  }
  #document .dc-tabs .dc-content .dcc-container.dcc-container01 .dc-banner {
    height: 100%;
  }
  #document .dc-tabs .dc-content .dcc-container.dcc-container02 {
    margin-left: -10px;
    margin-right: -10px;
  }
  #document .dc-tabs .dc-content .dcc-container.dcc-container02 .swiper-slide {
    width: calc(33.33% - 14px);
    padding: 10px;
  }
  #document .dc-tabs .dc-content .dcc-container.dcc-container02 .swiper-slide .dc-cards {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #document .dc-tabs .dc-content .dcc-container {
    margin-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  #document .dc-tabs .dc-content .dcc-container.dcc-container01 {
    margin-left: -15px;
    margin-right: -15px;
  }
  #document .dc-tabs .dc-content .dcc-container.dcc-container01 .swiper-slide {
    padding: 15px;
    height: unset;
  }
  #document .dc-tabs .dc-content .dcc-container.dcc-container02 {
    margin-left: -15px;
    margin-right: -15px;
  }
  #document .dc-tabs .dc-content .dcc-container.dcc-container02 .swiper-slide {
    padding: 15px;
  }
  #document .dc-tabs .dc-content .dcc-container .swiper-controller {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    gap: 0.4rem;
  }
  #document .dc-tabs .dc-content .dcc-container .swiper-pagination {
    display: flex;
    position: relative;
    font-size: 0;
    gap: 0.2rem;
  }
  #document .dc-tabs .dc-content .dcc-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #707070;
  }
  #document .dc-tabs .dc-content .dcc-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #CCCCCC;
  }
  #document .dc-tabs .dc-content .dcc-container .swiper-button-prev {
    position: relative;
    left: 0;
    width: 0.48rem;
    height: 0.48rem;
    background: url("/wp-includes/images/document/card-prev.svg") no-repeat center center;
    background-size: 100% auto;
    margin: 0;
  }
  #document .dc-tabs .dc-content .dcc-container .swiper-button-next {
    position: relative;
    right: 0;
    width: 0.48rem;
    height: 0.48rem;
    background: url("/wp-includes/images/document/card-next.svg") no-repeat center center;
    background-size: 100% auto;
    margin: 0;
  }
}
#document .dc-banner {
  width: 100%;
  font-size: 0;
  position: relative;
  background: #0063B9;
  border: 4px solid #0063B9;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  #document .dc-banner {
    min-width: unset;
    display: block;
    border: 0.08rem solid #0063B9;
    height: 100%;
  }
}
#document .dc-banner-left {
  width: 58.75%;
  background: #F4F4F4;
  padding-top: 30%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #document .dc-banner-left {
    width: 100%;
    padding: 0.2rem 0.2rem 0.3rem;
  }
}
#document .dc-banner-left img {
  width: 92.5%;
  height: 81.25%;
  object-fit: contain;
  position: absolute;
  left: 3.75%;
  top: 9.375%;
}
@media only screen and (max-width: 1000px) {
  #document .dc-banner-left img {
    position: relative;
    width: 100%;
    height: unset;
    left: 0;
    top: 0;
  }
}
#document .dc-banner-right {
  width: 41.25%;
  padding: 20px 30px 80px;
}
@media only screen and (max-width: 1000px) {
  #document .dc-banner-right {
    width: 100%;
    padding: 0.2rem 0.3rem 1.8rem;
  }
}
#document .dc-banner-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  #document .dc-banner-title {
    font-size: 0.36rem;
  }
}
#document .dc-banner-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 4px;
  line-height: 2;
}
@media only screen and (max-width: 1000px) {
  #document .dc-banner-text {
    font-size: 0.28rem;
    margin-top: 0.15rem;
  }
}
#document .dc-banner-btn {
  position: absolute;
  right: 4.5%;
  bottom: 20px;
  width: 33.125%;
  background: #fff url("/wp-includes/images/document/ag-b.svg") no-repeat center right 30px;
  background-size: 6px auto;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 24px;
  color: #0163B9;
  transition: 0.2s;
  border: 2px solid #fff;
}
@media only screen and (max-width: 1000px) {
  #document .dc-banner-btn {
    width: 5.3rem;
    height: 0.96rem;
    border-radius: 0.48rem;
    font-size: 0.32rem;
    justify-content: flex-start;
    padding-left: 0.72rem;
    background-position: center right 0.6rem;
    background-size: 0.12rem auto;
    left: 0.36rem;
    bottom: 0.48rem;
  }
}
#document .dc-banner:hover .dc-banner-btn {
  background-color: #0163B9;
  background-image: url("/wp-includes/images/document/ag-w.svg");
  color: #fff;
}
#document .dc-cards {
  width: calc(33.33% - 34px);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  display: block;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  #document .dc-cards {
    width: 100%;
  }
}
#document .dc-cards .card-top {
  padding-top: 60%;
  width: 100%;
  position: relative;
  background: #F4F4F4;
}
@media only screen and (max-width: 1000px) {
  #document .dc-cards .card-top {
    padding-top: 75%;
  }
}
#document .dc-cards .card-top img {
  position: absolute;
  top: 10%;
  left: 13.75%;
  height: 80%;
  width: 72.5%;
  object-fit: contain;
}
@media only screen and (max-width: 1000px) {
  #document .dc-cards .card-top img {
    width: 82.8%;
    left: 8.6%;
  }
}
#document .dc-cards .card-bot {
  background: #fff;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  #document .dc-cards .card-bot {
    padding-bottom: 0.4rem;
  }
}
#document .dc-cards .card-bot-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #document .dc-cards .card-bot-title {
    min-height: 1rem;
    padding: 0.2rem 0;
    font-size: 0.36rem;
  }
}
#document .dc-cards .card-bot-btn {
  max-width: 90%;
  width: 365px;
  margin: 0 auto;
  background: #0163B9 url("/wp-includes/images/document/ag-w.svg") no-repeat center right 30px;
  background-size: 6px auto;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 24px;
  color: #fff;
  transition: 0.2s;
  border: 2px solid #0163B9;
}
@media only screen and (max-width: 1000px) {
  #document .dc-cards .card-bot-btn {
    width: 5.2rem;
    height: 0.96rem;
    border-radius: 0.48rem;
    font-size: 0.32rem;
    background-position: center right 0.6rem;
    background-size: 0.12rem auto;
  }
}
#document .dc-cards:hover .card-bot-btn {
  background-color: #fff;
  background-image: url("/wp-includes/images/document/ag-b.svg");
  color: #0163B9;
}
@media only screen and (min-width: 1000px) {
  #document .download {
    zoom: 0.85;
  }
}
#document .download .inner {
  max-width: 1640px;
  padding: 0 20px;
}
@media only screen and (max-width: 1000px) {
  #document .download .inner {
    padding: 0 0.72rem;
  }
}
#document .download .dc-inner {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  #document .download .dc-inner {
    padding-bottom: 1rem;
  }
}
#document .download .dc-search {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  #document .download .dc-search {
    display: block;
    padding: 0.5rem 0;
    font-size: 0;
  }
}
#document .download .dc-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 7px;
  background: #fff url("/wp-includes/images/document/ag-select.svg") no-repeat center right 20px;
  background-size: 12px auto;
  outline: none;
  padding: 0 20px;
  width: 380px;
  height: 48px;
  font-size: 15px;
}
@media only screen and (max-width: 1000px) {
  #document .download .dc-search select {
    width: 100%;
  }
}
#document .download .dc-search-btn {
  margin-left: 27px;
  width: 186px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #0163B9;
  cursor: pointer;
  transition: 0.2s;
  border: 2px solid #0163B9;
}
@media only screen and (max-width: 1000px) {
  #document .download .dc-search-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
  }
}
#document .download .dc-search-btn:hover {
  background: #fff;
  color: #0163B9;
}
#document .download .dc-search-clear {
  margin-left: 15px;
  width: 186px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #777;
  cursor: pointer;
  transition: 0.2s;
  border: 2px solid #777;
}
@media only screen and (max-width: 1000px) {
  #document .download .dc-search-clear {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
#document .download .dc-search-clear:hover {
  background: #fff;
  color: #777;
}
#document .download .dc-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  border-bottom: 2px solid #C4C4C4;
}
@media only screen and (max-width: 1000px) {
  #document .download .dc-info {
    padding-bottom: 0.1rem;
    flex-wrap: wrap;
  }
}
#document .download .dc-info-title {
  font-size: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  #document .download .dc-info-title {
    font-size: 0.5rem;
  }
}
#document .download .dc-info-num {
  font-size: 14px;
  color: #717171;
}
@media only screen and (max-width: 1000px) {
  #document .download .dc-info-num {
    font-size: 0.28rem;
    margin-left: auto;
  }
}
#document .download .dc-info-num span {
  margin-left: 40px;
}
@media only screen and (max-width: 1000px) {
  #document .download .dc-info-num span {
    margin-left: 0.3rem;
  }
}
#document .download .dc-box {
  display: flex;
  flex-wrap: wrap;
  gap: 75px 51px;
  margin-top: 48px;
}
@media only screen and (max-width: 1000px) {
  #document .download .dc-box {
    margin-top: 0.6rem;
    gap: 0.6rem 0;
  }
}
#document .download #pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 60px;
}
@media only screen and (max-width: 1000px) {
  #document .download #pager {
    margin-top: 0.4rem;
  }
}
#document .download #pager .page {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #CBCBCB;
  transition: 0.2s;
}
#document .download #pager .page.active {
  background: #0163B9;
  color: #fff;
  cursor: initial;
}
#document .download #pager .page:not(.blank):not(.active):hover {
  color: #0163B9;
}
#document .download #pager .page.prev {
  margin-right: 12px;
  background: url("/wp-includes/images/document/i-prev.svg") no-repeat center center;
  background-size: 9px auto;
}
#document .download #pager .page.prev:hover {
  background-image: url("/wp-includes/images/document/i-prev-b.svg");
}
#document .download #pager .page.next {
  margin-left: 12px;
  background: url("/wp-includes/images/document/i-next.svg") no-repeat center center;
  background-size: 9px auto;
}
#document .download #pager .page.next:hover {
  background-image: url("/wp-includes/images/document/i-next-b.svg");
}
#document .download #pager .page.blank {
  cursor: initial;
}
#document .download .dc-box-sp {
  margin-top: 0.6rem;
  gap: 0.6rem 0;
  display: flex;
  flex-wrap: wrap;
}
#document .download .dc-box-sp .dc-cards {
  display: none;
}
#document .download .dc-more-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  font-size: 0.32rem;
  margin-top: 0.48rem;
  font-weight: 500;
}
#document .download .dc-more-sp img {
  width: 0.36rem;
}
#document .download .dc-more-sp.hide {
  display: none;
}