body{
  max-width: 100%;
  overflow: hidden;
}
.dl_header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding: 20px 40px 0;
  height: 90px;
}
.dl_header_title {
  width: 200px;
}
.dl_loader_wrap {
  position: relative;
  display: flex;
  align-items: end;
}
.dl_loader {
  left: 0px;
  top: 0;
  display: block;
  position: absolute;
}
.dl_btn {
  display: block;
  transition: .2s;
  box-sizing: border-box;
  height: 34px;
  line-height: 32px;
  border-radius: 3px;
  color: #fff;
  background-color: #000;
  background-image: url(../img/ico_print.svg);
  background-size: 16px auto;
  background-position: 10px 50%;
  text-align: center;
  padding: 0px 10px 2px 32px;
  margin-bottom: 5px;
}
.dl_btn.dl_btn_gray {
  pointer-events: none;
  background-color: #ccc;
}

.dl_info {
  text-align: right;
  margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
  color: #4054CA;
  margin: 0 20px;
}

.dl_day{
  align-self: end;
}

.dl_blinking {
  -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#dl_nav {
  padding: 0 40px 40px;
}
.dl_menu {
  padding-left: 10px;
  margin-top: 20px;

}
.dl_title {
  font-size: 3rem;
  margin: .5em 0 .5em 0;
  font-weight: bold;
}

.dl_title {
  margin-top: 35px;
  font-size: 2.8rem;
  padding: 8px 16px;
  background-color: #ddd;
  font-weight: bold;
}

.dl_contentTitle {
  margin-top: 35px;
  font-size: 2.8rem;
  padding: 8px 16px;
  background-color: #ddd;
}

.dl_contentSubTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 15px;
}

.dl_contentSubTitle:before {
  content: '■';
  margin: -8px 4px 0 0;
  display: inline-block;
  vertical-align: middle;

}

.dl_box li {
  margin: .5em 0 .5em 0;
}

.dl_box a {
  color: #000;
}

.dl_box ul {
  padding-left: 20px;
}

.dl_box ul li {
  padding-left: 20px;
}

.dl_content {
  padding:0 40px;
}

/* モーダル */
.printModal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  position: fixed;
  cursor: pointer;
  max-width: 100% !important;
  background-color: rgba(0, 0, 0, 0.7);
}
.printModal_clause {
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 37px;
  line-height: 42px;
  top: -22px;
  right: -22px;
  transition: .3s;
  position: absolute;
  display: block;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.printModal_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  max-width: 100% !important;
}
.printModalClickFilter {
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: fixed;
  left: 0;
  z-index: 0;
  top: 0;
}
.printModal_box {
  width: 84%;
  max-height: 90vh;
  position: relative;
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  cursor: auto;
  line-height: 0;
  z-index: 1;
}
.printModal_contain {
  overflow: auto;
}

.printModal_img {
  overflow-y: auto;
  display: block;
  max-height: calc(90vh - 30px);
}

.printModal_img img {
  cursor: default;
  width: 100%;
  object-fit: contain;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ccc;
  pointer-events: none;
}

#anchor,
.print_none .boxBtn {
  display: none;
  height: 0;
  opacity: 0;
}

.tableStickyHead {
  position: static!important;
  top: auto!important;
  z-index: auto!important;}
