﻿.image {
  display: block;
  margin: 0 auto;
}
/* index_news-dl */
.index_dl {
  margin-top: 32px;
  padding: 24px 18px 32px 24px;
  background: #FAFAFA;
  border: 2px solid #DDDDDD;
  box-sizing: border-box;
  font-size: 1rem;
  color: #666;
    max-width: 610px;
}
.index_dl-label {
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  margin: 16px 0;
}
.index_dl > .index_dl-label {
  margin: 0 0 8px auto;
}
.index_dl-checkbox {
  appearance: none;
  position: relative;
  margin: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  flex-shrink: 0;
}
.index_dl-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 4.5px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.index_dl-label a, .index_dl-label span {
  font-size: 1rem;
  line-height: 1.6;
}
.index_dl-label span {
  font-weight: 500;
}
.index_dl .module_link-box {
  outline: none;
  cursor: pointer;
  border: none;
  margin: 16px auto 0;
}
.index_dl-links li {
  border-bottom: 1px solid #E5E5E5;
  padding: 18px 8px;
}
@media screen and (min-width: 767px) {
  .index_news-dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1280px;
    margin: 80px -30px 0;
  }
  .index_news-dl-cell {
    width: 100%;
  }
  .index_news-dl-cell:nth-child(1) {
    width: calc((840 / 1280) * 100%);
  }
  .index_news-dl-cell:nth-child(2) {
    width: calc((400 / 1280) * 100%);
  }
}
@media screen and (max-width: 768px) {
  .index_news-dl-cell:nth-child(2) {
    margin-top: 32px;
  }
  .index_dl {
    width: 100%;
    margin-top: 16px;
    padding: 16px 16px 32px 20px;
  }
  .index_dl-label a, .index_dl-label span {
    font-size: 0.92857rem;
  }
}
