﻿.image {
  display: block;
  margin: 0 auto;
}

/* index_news-dl */
.index_dl {
  margin-top: 32px;
  padding: 24px 18px 32px 24px;
  width: 100%;
  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;
    width:220px;
}
.index_dl-links li {
  border-bottom: 1px solid #E5E5E5;
  padding: 18px 8px;
}

@media screen and (max-width: 768px) {
  .index_dl {
    width: 100%;
    margin-top: 16px;
    padding: 16px 16px 32px 20px;
  }
  .index_dl-label a, .index_dl-label span {
    font-size: 0.92857rem;
  }
}

@media screen and (min-width: 767px) {
  .module_layout-3column + .module_layout-3column {
    margin-top: 60px;
  }
  .module_link-image {
    margin-bottom: 28px;
  }
  .module_headline2 .module_headline2__heading {
    font-size: 2.14286rem;
  }
}
@media screen and (max-width: 768px) {
  .module_link-image {
    margin-bottom: 20px;
  }
}