@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#menu04::after,
#menu04_open::after {
  width: 100% !important;
}
@media screen and (max-width: 850px) {
  #menu04,
  #menu04_open {
    color: #A295F4 !important;
  }
}
.dl02 .inner {
  padding-top: 220px;
}
@media screen and (max-width: 850px) {
  .dl02 .inner {
    padding-top: 150px;
  }
}
.dl_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  column-gap: 46px;
}
@media screen and (max-width: 850px) {
  .dl_list {
    gap: 50px;
  }
}
.dl_list li {
  width: calc(50% - 23px);
}
@media screen and (max-width: 850px) {
  .dl_list li {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .dl_list li .nigyou {
    padding-top: 5px;
    line-height: 1.5;
  }
}
.dl_list li a {
  display: block;
  width: 100%;
  background: #ffffff;
  height: 96px;
  padding-top: 15px;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
  padding-left: 73px;
  position: relative;
  border-bottom: 2px solid #E8E7E5;
}
@media screen and (max-width: 1080px) {
  .dl_list li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .dl_list li a {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 850px) {
  .dl_list li a {
    padding-left: 67px;
    padding-top: 15px;
    font-size: 16px;
    letter-spacing: 0.1em;
    height: 79px;
  }
}
.dl_list li a::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 65px;
  top: 0;
  left: 0;
  background: url(../../common/img/pdf_icon01.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .dl_list li a::after {
    width: 48px;
    height: 58px;
    top: 0;
    left: 0;
  }
}
.dl_list li a::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 66px;
  top: 0;
  right: 19px;
  background: url(../../common/img/pdf_icon02.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .dl_list li a::before {
    width: 55px;
    height: 58px;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.dl_list li a:hover {
  opacity: 1;
}
.dl_list li a:hover::before {
  background: url(../../common/img/pdf_icon02_on.png) no-repeat center / contain;
  background-size: 100% 100%;
}
