/* ===== 2019/11/29追記　new template ===== */
.data_report .main_contents .img img{
  width: auto;
}
@media screen and (max-width:767px) {
  .data_report .main_contents .img img{
    width: 100%;
  }
}
.data_report table{
  margin: 0 auto 40px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
	max-width: 1080px
}
.data_report table tr{
	border: 1px solid #ccc;
  cursor: pointer;
}
.data_report table th{
	text-align: left;
  width: 25%;
  padding: 15px;
	border-right: 1px solid #ccc;
}
.data_report table td{
	text-align: left;
  padding: 15px;

}
h2.data_report_middle{
  margin: 0 auto 1em;
	border-left: 10px solid #3eb160;
	padding-left: 0.5em;
}
.data_report article {
  /* padding: 0 20px; */
	max-width: 1080px;
	/* margin: 0 auto 40px; */
}
.data_report article h3{
  margin: 0 auto 1em;
	color: #3eb160;
}
.data_report article p{
    line-height: 1.8;
    margin-bottom: 2em;
}
.data_report article p strong{
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
}
.data_report article p.ttl_circle{
    line-height: 1.2;
    margin-bottom: 0;
}
.data_report article .caption{
	text-align: center;
	padding-top: 5px;
}
.data_report .data_pdf{
	display: flex;
	justify-content: center;
}
.pdf_button{
	display: flex;
	background: #3eb160;
	padding: 20px 30px;
	border-radius: 8px;
}
.pdf_button_txt{
	color: #fff;
	margin-right: 20px;
  font-size: 24px;
}
.pdf_button_txt span{
	display: block;
	font-size: 0.8em;
	margin-top: 5px;
}
.pdf_button .pdf_img{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 0 10px 10px 0;
}
/* ===== 2020/6/9追記 ===== */
.data_pdf_area{
  width: 585px;
  margin: 0 auto 50px;
}
.data_pdf_area_read{
  text-align: center;
  font-size: 21px;
  margin-bottom: 35px;
  line-height: 1.4em;
}
.data_pdf_area_read span{
  font-size: 18px;
}
.data_pdf_area_list{
  color: #fff;
  text-align: center;
}
.data_pdf_area_list li{
  margin-bottom: 20px;
}
.data_pdf_area_list .pdf_button{
  display: block;
  position: relative;
  border-radius: 5px;
  padding: 30px 100px 30px 65px;
  text-align: left;
}
.data_pdf_area_list .pdf_button a{
}
.data_pdf_area_list .pdf_button::after{
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 10px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: url("../images/icon_pdf_large.png") top left no-repeat;
  background-size: contain;
  background-position: right;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .data_pdf_area{
    width: auto;
  }
  .data_pdf_area_list .pdf_button{
    padding: 20px 50px 20px 20px;
  }
  .data_pdf_area_list .pdf_button::after{
    right: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
