.kv_noimg > .inner .txt_wrap h1 {
  display: flex;
  align-items: center;
  color: #009966;
}
.kv_noimg > .inner .txt_wrap h1 img {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .kv_noimg > .inner .txt_wrap h1 img {
    width: 50px;
    margin-right: 10px;
  }
}
.kv_noimg > .inner .txt_wrap h1 span.txt {
  font-size: 42px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kv_noimg > .inner .txt_wrap h1 span.txt {
    font-size: 21px;
  }
}
.kv_noimg > .inner .txt_wrap h1 span.txt span.en {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .kv_noimg > .inner .txt_wrap h1 span.txt span.en {
    font-size: 13px;
  }
}

.report_area {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.report_area p.txt {
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .report_area p.txt {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 5%;
  }
}
.report_area .dl_area {
  background: #f9faf4;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .report_area .dl_area {
    padding: 20px 4%;
  }
}
.report_area .dl_area p.ttl_bd {
  font-size: 18px;
  line-height: 1.2;
  background: #fff;
  color: #009966;
  border: 1px solid #256f4b;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .report_area .dl_area p.ttl_bd {
    font-size: 16px;
    padding: 8px 10px;
    margin-bottom: 15px;
  }
}
.report_area .dl_area ul.pdf_list li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.report_area .dl_area ul.pdf_list li:not(:last-child) {
  margin-bottom: 10px;
}
.report_area .dl_area ul.pdf_list li a {
  display: flex;
  justify-content: space-between;
  color: #000;
}
.report_area .dl_area ul.pdf_list li a:hover span.ttl {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .report_area .dl_area ul.pdf_list li a {
    display: block;
  }
}
.report_area .dl_area ul.pdf_list li a span.ttl {
  font-size: 16px;
  display: block;
  width: calc(100% - 115px);
}
@media screen and (max-width: 768px) {
  .report_area .dl_area ul.pdf_list li a span.ttl {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.report_area .dl_area ul.pdf_list li a span.pdf_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  width: 115px;
  white-space: nowrap;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .report_area .dl_area ul.pdf_list li a span.pdf_info {
    font-size: 12px;
    width: 100px;
  }
}
.report_area .dl_area ul.pdf_list li a span.pdf_info img {
  margin-right: 10px;
  width: 18px;
}
.report_area .dl_area button {
  width: 320px;
  height: 45px;
  margin: 30px auto 0;
  cursor: pointer;
  background: url(/common/img/more_plus.svg) right 15px center no-repeat #256f4b;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .report_area .dl_area button {
    width: 300px;
    height: 40px;
    margin-top: 20px;
    font-size: 14px;
  }
}

.btn {
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .btn {
    margin: 30px auto 0;
  }
}
.btn a {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 45px;
  margin: 0 auto;
  background: url(/common/img/icn_blank_white.svg) no-repeat right 12px center/12px;
  font-size: 16px;
  transition: background-position 0.1s linear, opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .btn a {
    width: 240px;
    height: 70px;
  }
}
.btn.green a {
  background-color: #009966;
}/*# sourceMappingURL=layout.css.map */