.report #pageTitle p {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.reportTitle {
  padding: 80px 0;
  text-align: center;
  background: url(/img/bg_main_02.jpg) center center no-repeat;
  background-size: cover;
  color: #FFF;
}

.reportTitle p {
  max-width: 730px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
}

.reportTitle p + p {
  margin-top: 30px;
}

.reportTitle .last {
  margin-top: 10px;
  text-align: center;
}

.reportTitle .last a {
  border: 1px solid #FFF;
  background: 0;
}

.reportTitle .last a:hover {
  border-color: #324292;
  background: #324292;
  color: #FFF;
}

.reportTitle .report-btns .btn {
  margin-top: 10px;
}

.btnDetail a {
  display: block;
  max-width: 300px;
  margin: 50px auto 0;
  border: 1px solid #FFF;
  line-height: 45px;
  color: #FFF;
  text-decoration: none;
}

.btnDetail a:hover {
  background: #FFF;
  color: #3439a6;
}

.reportDetail {
  font-size: 1.6rem;
  text-align: center;
}

.reportDetail .inner {
  text-align: left;
}

.reportDetail h2 {
  margin-bottom: 30px;
}

.reportDetail p + p {
  margin-top: 15px;
}

.reportDetail .ftwb {
  font-weight: bold;
}

.reportDetail section {
  padding: 120px 0;
}

.reportDetail section:nth-child(even) {
  background: #FFF;
}

.reportDetail section > * + * {
  margin-top: 15px;
}

.reportDetail section table {
  width: 100%;
  margin-top: 40px;
  font-size: 1.4rem;
}

.reportDetail section table th, .reportDetail section table td {
  padding: 20px;
  border: 1px solid #CCC;
}

.reportDetail section table th {
  width: 200px;
  background: #EEE;
  font-weight: bold;
}

.reportDetail section table td {
  background: #FFF;
}

.reportDetail section table dl {
  margin-top: -20px;
  font-size: 0;
}

.reportDetail section table dl + p {
  margin-top: 15px;
}

.reportDetail section table p + dl {
  margin-top: 5px;
}

.reportDetail section table dt, .reportDetail section table dd {
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
  font-size: 1.4rem;
}

.reportDetail section table dt {
  width: 100px;
}

.reportDetail section table dd {
  width: calc(100% - 100px);
}

.reportDetail section table + h3 {
  margin-top: 40px;
  padding-left: 10px;
  border-left: 5px solid #AAA;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.reportDetail-index dt, .reportDetail-index dd {
  width: 100% !important;
}

.reportDetail-index dd {
  margin-top: 5px !important;
}

.reportDetail .photoList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .reportDetail .photoList {
    flex-wrap: wrap;
  }
}

.reportDetail .photoList li {
  max-width: 48%;
  vertical-align: top;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .reportDetail .photoList li {
    max-width: none;
  }
}

.reportDetail .photoList li + li {
  margin-left: 4%;
}

.anchorLink {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.anchorLink ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  text-align: left;
  font-size: 0;
}

.anchorLink li {
  width: 32%;
  margin-top: 20px;
  margin-right: 2%;
  border: 2px solid #464646;
  background: url(/img/ico_arrow_grey.png) bottom 20px center no-repeat;
  vertical-align: top;
  font-size: 1.8rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .anchorLink li:nth-child(3n), .anchorLink li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .anchorLink li:nth-child(2n), .anchorLink li:last-child {
    margin-right: 0;
  }
}

.anchorLink a {
  display: block;
  padding: 20px 10px 45px 15px;
  color: #464646;
  font-weight: bold;
  text-decoration: none;
}

.anchorLink li:hover {
  background: #324292 url(/img/ico_arrow_white_03.png) bottom 20px center no-repeat;
  border-color: #324292;
  transition: .7s;
}

.anchorLink li:hover a {
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  #pageTitle p {
    padding: 0 20px;
    font-size: 1.4rem;
    text-align: left;
  }
  .reportTitle {
    padding: 30px 20px;
  }
  .reportTitle p {
    font-size: 1.3rem;
  }
  .reportTitle p + p {
    margin-top: 20px;
  }
  .reportDetail {
    font-size: 1.4rem;
  }
  .reportDetail .inner {
    padding: 0 20px;
  }
  .reportDetail section {
    padding: 15% 0;
  }
  .reportDetail section table th {
    padding: 10px 20px;
    display: block;
    width: 100%;
  }
  .reportDetail section table td {
    padding: 10px 20px;
    display: block;
    width: 100%;
    border-top: 0;
    border-bottom: 0;
  }
  .reportDetail section table tr:last-child td {
    border-bottom: 1px solid #CCC;
  }
  .reportDetail section table dt, .reportDetail section table dd {
    display: block;
    width: 100%;
  }
  .reportDetail section table dt {
    font-weight: bold;
  }
  .reportDetail section table dd {
    margin-top: 5px;
  }
  .reportDetail section table + h3 {
    font-size: 1.7rem;
  }
  .reportDetail .memberList dd {
    display: block;
    margin-top: 5px;
  }
  .reportDetail .photoList li {
    display: block;
    width: 100%;
  }
  .reportDetail .photoList li + li {
    margin-top: 15px;
    margin-left: 0;
  }
  .anchorLink ul {
    margin-top: 10px;
  }
  .anchorLink li {
    width: 48%;
    margin-top: 10px;
    background-position: bottom 7px center;
    font-size: 1.4rem;
  }
  .anchorLink a {
    padding: 10px 5px 20px 5px;
  }
}

.report-btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .report-btns {
    display: block;
  }
}

.report-btns a {
  margin-right: 0;
  margin-left: 0;
}

.report-btns a + a {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .report-btns a + a {
    margin: 20px 0 0 0;
  }
}

.report #secBnr {
  padding: 50px 0 0;
  font-size: 0;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */