.dl_main-conts {
}
.inner002 {
}
.dl_top-txt-box {
  text-align: center;
  font-size: 14px;
}

.dl_top-txt-box p:first-child {
  line-height: 2;
  letter-spacing: 3px;
}

.dl_top-txt-box p:last-child {
  font-size: 12px;
  margin-top: 18px;
  letter-spacing: 4px;
}

.dl_top-txt-box p:last-child a {
  border-bottom: 1px solid currentColor;
  transition: opacity 0.5s;
}

.dl_top-txt-box p:last-child a:hover {
  opacity: 0.7;
}
.dl_top-txt {
}
.dl_main-cont {
  /* padding-bottom: 95px;
    padding-right: 120px;
    padding-left: 40px; */
  max-width: 860px;
  margin: 0 auto;
  margin-top: 55px;
  padding-bottom: 80px;
}
.dl_d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dl_d-flex .dl_img-box {
  flex: 0 0 340px;
}
.dl_d-flex .dl_img-box img {
  width: 100%;
}

.dl_ttl {
  padding-bottom: 30px;
  font-size: 22px;
}
.download-button-container {
  width: 340px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #272727;
  transition: all 300ms ease-in-out;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  color: #272727;
  gap: 20px;
}

.download-button-container:hover {
  opacity: 0.75;
  /* width: 360px;
  height: 56px;
  margin-top: -2.5px; */
}

.lb-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .dl_d-flex {
    flex-direction: column;
  }

  .dl_d-flex .dl_img-box {
    flex: 0 0 auto;
  }

  .dl_ttl {
    font-size: 18px;
    padding-bottom: 20px;
    margin-top: 30px;
    text-align: center;
  }

  .dl_main-cont {
    display: flex;
    flex-direction: column;
    gap: 100px;
  }

  .lb-sp {
    display: block;
  }

  .dl_top-txt-box p:first-child {
    line-height: 1.5;
  }

  .dl_main-cont {
    margin-top: 30px;
  }
}

.document-list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.document-list img {
  margin-bottom: 20px;
}

.document-list > div:nth-child(2) {
  flex: 0 0 340px;
}

/* line-box */
.line-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border: 1px solid #cfcfcf;
  max-width: 720px;
  margin: 0 auto 87px;
}

.line-box h3 {
  font-size: 18px;
  margin-bottom: 32px;
  letter-spacing: 0.13em;
  line-height: 28px;
  text-align: center;
  color: #272727;
}

.line-options {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 12px;
  gap: 7.5vw;
}

.line-options li{
  text-align: center;
}

.line-options li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 113px;
}

.line-options li a img {
  height: 60px;
}

.line-options span{
  margin-bottom: 10px;
  display: block;
}

.area_info {

}

.area_info .info_text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #272727;
}
