.ttl_reports {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  color: #643E2F;
}

.txt_reports {
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.dl_reports {
  letter-spacing: 0.1em;
}

.dl_reports dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dl_reports dt::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_pad.png) no-repeat;
  background-size: contain;
  min-width: 18px;
  min-height: 16px;
  margin: 10px 8px 0 0;
}

.dl_reports dd {
  padding-left: 26px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #8F7E61;
}

.dl_reports dd:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.img_reports {
  width: 70%;
  margin: 40px auto 0;
}

.wrap_report_contents {
  padding: 48px 0;
}

.ul_report {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.ul_report li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #8F7E61;
}

.ul_report li::after {
  content: "\f15c";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  color: #643E2F;
  margin-left: 8px;
}

.ul_report li:last-child {
  margin-bottom: 0;
}

.ul_report li a {
  text-decoration: underline;
  color: #643E2F;
}

@media print, screen and (min-width: 769px) {
  .ttl_reports {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
  .txt_reports {
    letter-spacing: 0.3em;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .wrap_reports_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dl_reports {
    width: 69%;
    max-width: 660px;
  }
  .img_reports {
    width: 28%;
    max-width: 260px;
    margin: 40px 0 0;
  }
  .wrap_report_contents {
    padding: 48px 0;
  }
  .ul_report {
    width: 100%;
    max-width: 860px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .ul_report li {
    width: calc(100% / 3 - 80px / 3);
    margin-right: 40px;
    margin-bottom: 24px;
  }
  .ul_report li:nth-child(3n) {
    margin-right: 0;
  }
  .ul_report li:last-child {
    margin-bottom: 24px;
  }
  .ul_report li a {
    text-decoration: underline;
    color: #643E2F;
  }
}

/**/
.reports_contents {
	margin-bottom: 64px;
}

.reports_contents:last-child {
	margin-bottom: 0;
}

.url {
	color: #F0B774;
	text-decoration: underline;
}

@media (min-width: 769px) {
	.img_report_contents {
		width: 560px;
		margin: 0 auto;
	}
}