@charset "UTF-8";
.printimg{
  display: block;
  margin-top:20px;
}
header,
#global-nav,
.section__head,
.page__head,
.breadcrumb,
.report_item_tag__list,
.print_btn,
.pagination-wrap,
.sidebar,
.footer-wrapper{
  display:none;
}

body {
  margin: 0;
  padding: 0;
  background:#fff;
}
.main,.section{
  margin-top: 0;
}
.single_report__title {
    font-size: 5rem;
}
.single_report {
    padding: 0;
}
.report_item_tag__list {
  margin-top: 0;
}
.single_report__wrapp {
  padding: 0;
  width: 100%;
}
.page--single_report {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  background-image: none;
  background-color:#fff;
  line-height: 1.4;
  /*-moz-transform:scale(1.2) translate(0,80px);
  -webkit-transform:scale(1.2) translate(0,80px);
  transform:scale(1.2) translate(0,80px);
  -ms-transform:scale(1.3) translate(0,95px); */
}
.img-report_main__list li {
    height: 600px;
    overflow: hidden;
  }
.thumb-report__list li img{
  width: 100%;
}
  .c-table {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
  }
  .c-table dl{
    width: 50%;
  }
  .tr {
    display: flex;
    flex-wrap: wrap;
  }
  .th, .td {
    font-weight: normal;
    padding: 8px 0 8px 17px;
    vertical-align: top;
    display: block;
  }
  .td {
    width: 70%;
  }
  .th {
    font-weight: bold;
    width: 30%;
  }
  .c-table dl.dougu{
    width: 100%;
  }
  .c-table dl.dougu .th{
    width: 15%;
  }
  .c-table dl.dougu .td{
    width: 85%;
  }
.single_report__text{
	font-size: 3rem;
}


