@charset "UTF-8";
@font-face {
  font-family: "DIN-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("DIN-Regular"), url("/pc/special/report/font/din_regular.woff") format("woff");
}
body.report .main_wrap .column_wrap {
  margin: auto;
  display: flex;
  width: 1000px;
}
body.report .main_wrap .main_content {
  margin-right: auto;
  width: 688px;
}
body.report .main_wrap .sidebar {
  width: 258px;
}
body.report .main_wrap .sidebar .sidebar_headline {
  padding: 20px 0 10px;
  border-top: 2px solid #005bac;
  color: #005bac;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
body.report .main_wrap .sidebar .sidebar_headline:not(:first-child) {
  margin-top: 30px;
}
body.report .main_wrap .sidebar .popular_list > li {
  padding: 15px 0;
  border-bottom: 1px solid #EEE;
}
body.report .main_wrap .sidebar .popular_list > li a {
  display: flex;
  align-items: flex-start;
  color: #222;
  text-decoration: none;
  transition: 0.3s;
}
body.report .main_wrap .sidebar .popular_list > li a:hover {
  opacity: 0.7;
}
body.report .main_wrap .sidebar .popular_list > li .thumb_area {
  margin-right: auto;
  width: 80px;
  line-height: 0;
}
body.report .main_wrap .sidebar .popular_list > li .thumb_area img {
  width: 100%;
}
body.report .main_wrap .sidebar .popular_list > li .text_area {
  width: 163px;
}
body.report .main_wrap .sidebar .popular_list > li .text_area .title {
  font-size: 16px;
  line-height: 1.2;
}
body.report .main_wrap .sidebar .popular_list > li .text_area .date {
  color: #005bac;
  font-size: 14px;
}
body.report .main_wrap .sidebar .past_list > li {
  overflow: hidden;
}
body.report .main_wrap .sidebar .past_list > li .year_label {
  padding: 20px 0;
  border-bottom: 1px solid #EEE;
  display: block;
  position: relative;
  color: #222;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}
body.report .main_wrap .sidebar .past_list > li .year_label:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  content: "＞";
}
body.report .main_wrap .sidebar .past_list > li .year_label:before {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
  content: "−";
}
body.report .main_wrap .sidebar .past_list > li .detail_list {
  padding: 9px 20px;
  display: none;
  background: #f8f8f8;
}
body.report .main_wrap .sidebar .past_list > li .detail_list > li {
  padding: 9px 0;
  line-height: 1.2;
}
body.report .main_wrap .sidebar .past_list > li .detail_list > li a {
  display: flex;
  align-items: flex-start;
  color: #222;
  text-decoration: none;
  transition: 0.3s;
}
body.report .main_wrap .sidebar .past_list > li .detail_list > li a:hover {
  color: #005bac;
}
body.report .main_wrap .sidebar .past_list > li .detail_list > li .month, body.report .main_wrap .sidebar .past_list > li .detail_list > li .title {
  display: block;
}
body.report .main_wrap .sidebar .past_list > li .detail_list > li .month {
  width: 33px;
  text-align: right;
}
body.report .main_wrap .sidebar .past_list > li .detail_list > li .title {
  padding-left: 1em;
  flex: 1;
}
body.report .main_wrap .sidebar .past_list > li:hover .year_label {
  padding-left: 1em;
  color: #005bac;
}
body.report .main_wrap .sidebar .past_list > li:hover .year_label:after {
  color: #222;
}
body.report .main_wrap .sidebar .past_list > li:hover .year_label:before {
  left: 0;
  opacity: 1;
}
body.report .main_wrap .report_list {
  display: flex;
  flex-wrap: wrap;
}
body.report .main_wrap .report_list > li {
  width: 328px;
}
body.report .main_wrap .report_list > li:not(:nth-child(2n)) {
  margin-right: 32px;
}
body.report .main_wrap .report_list > li:nth-child(n+3) {
  margin-top: 60px;
}
body.report .main_wrap .report_list > li a {
  display: block;
  color: #222;
  text-decoration: none;
  transition: 0.3s;
}
body.report .main_wrap .report_list > li a:hover {
  opacity: 0.7;
}
body.report .main_wrap .report_list > li .thumb_area {
  position: relative;
  width: 100%;
  line-height: 0;
}
body.report .main_wrap .report_list > li .thumb_area img {
  width: 100%;
}
body.report .main_wrap .report_list > li .thumb_area .stamp {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 208px;
  height: 208px;
  color: #FFF;
  background: url(/pc/special/report/images/bg_stamp.png) no-repeat center center;
  text-align: center;
}
body.report .main_wrap .report_list > li .thumb_area .stamp_year, body.report .main_wrap .report_list > li .thumb_area .stamp_month {
  display: block;
  position: absolute;
  right: 0;
  width: calc(100% - 30px);
  line-height: 1;
}
body.report .main_wrap .report_list > li .thumb_area .stamp_year {
  bottom: 108px;
  font-size: 18px;
}
body.report .main_wrap .report_list > li .thumb_area .stamp_month {
  bottom: 52px;
  font-size: 36px;
}
body.report .main_wrap .report_list > li .thumb_area .stamp_month small {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}
body.report .main_wrap .report_list > li .text_area {
  margin-top: 15px;
}
body.report .main_wrap .report_list > li .title {
  font-size: 20px;
  line-height: 1.2;
  text-align: justify;
}
body.report .main_wrap .report_list > li .description {
  margin-top: 15px;
  font-size: 16px;
}
body.report .main_wrap .report_list > li .date {
  margin-top: 10px;
  color: #005bac;
  font-size: 14px;
  line-height: 1;
}
body.report .main_wrap .report_list.pattern_top > li:nth-child(n+12) {
  display: none;
}
body.report .main_wrap .report_list.pattern_top > li:first-child {
  width: 100%;
}
body.report .main_wrap .report_list.pattern_top > li:first-child .thumb_area {
  position: relative;
  width: 100%;
  height: 252px;
  overflow: hidden;
}
body.report .main_wrap .report_list.pattern_top > li:first-child .thumb_area img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.report .main_wrap .report_list.pattern_top > li:first-child .text_area {
  margin-top: 20px;
}
body.report .main_wrap .report_list.pattern_top > li:not(:nth-child(2n)) {
  margin-right: 0;
}
body.report .main_wrap .report_list.pattern_top > li:nth-child(n+3) {
  margin-top: 0;
}
body.report .main_wrap .report_list.pattern_top > li:not(:nth-child(2n+1)) {
  margin-right: 32px;
}
body.report .main_wrap .report_list.pattern_top > li:nth-child(n+2) {
  margin-top: 60px;
}
body.report .main_wrap .year_pagination {
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
body.report .main_wrap .year_pagination.first {
  justify-content: flex-start;
}
body.report .main_wrap .year_pagination > li {
  width: 50%;
}
body.report .main_wrap .year_pagination > li a {
  padding: 1em;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}
body.report .main_wrap .year_pagination > li a:hover {
  opacity: 0.7;
}
body.report .main_wrap .year_pagination > li.next a {
  border-left: 1px solid #999;
}
body.report .main_wrap .year_pagination > li.next a:before {
  margin-right: 1em;
  content: "＜";
}
body.report .main_wrap .year_pagination > li.prev {
  text-align: right;
}
body.report .main_wrap .year_pagination > li.prev a {
  border-right: 1px solid #999;
}
body.report .main_wrap .year_pagination > li.prev a:after {
  margin-left: 1em;
  content: "＞";
}
body.report .main_wrap .year_pagination:after {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #999;
  transition: 0.3s;
  content: "";
}
body.report .main_wrap .year_pagination:hover:after {
  opacity: 0.7;
}
body.report .main_wrap .month_pagination {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.report .main_wrap .month_pagination.first {
  justify-content: flex-start;
}
body.report .main_wrap .month_pagination > li {
  width: 50%;
  font-size: 16px;
  line-height: 1.2;
}
body.report .main_wrap .month_pagination > li small {
  display: block;
  color: #999;
  font-size: 14px;
}
body.report .main_wrap .month_pagination > li a {
  display: inline-block;
  position: relative;
  color: #222;
  text-decoration: none;
  transition: 0.3s;
}
body.report .main_wrap .month_pagination > li a:hover {
  opacity: 0.7;
}
body.report .main_wrap .month_pagination > li a:before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
body.report .main_wrap .month_pagination > li.next a {
  padding-left: 30px;
}
body.report .main_wrap .month_pagination > li.next a:before {
  left: 0;
  content: "＜";
}
body.report .main_wrap .month_pagination > li.prev {
  text-align: right;
}
body.report .main_wrap .month_pagination > li.prev a {
  padding-right: 30px;
}
body.report .main_wrap .month_pagination > li.prev a:before {
  right: 0;
  content: "＞";
}
body.report .main_wrap .btn_report_top {
  margin: 20px auto 0;
  width: 345px;
  font-size: 14px;
  text-align: center;
}
body.report .main_wrap .btn_report_top a {
  padding: 1em;
  border: 1px solid #999;
  display: block;
  position: relative;
  color: #666;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}
body.report .main_wrap .btn_report_top a:hover {
  opacity: 0.7;
}
body.report .main_wrap .btn_report_top a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  content: "＞";
}
body.report.top .mainvisual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 534px;
  background-image: url(/pc/special/report/images/bg_mainvisual_top.jpg);
  background-repeat: repeat-x;
  background-position: center center;
}
body.report.top .main_wrap {
  padding: 80px 0 200px;
}
body.report.top .main_wrap .lead_wrap {
  margin: 0 auto 70px;
  width: 1000px;
}
body.report.top .main_wrap .lead_wrap p {
  color: #222;
  font-size: 18px;
}
body.report.top .main_wrap .btn_more {
  margin: 80px auto 0;
  padding: 12px;
  border: 1px solid #999;
  width: 485px;
  color: #666;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
body.report.top .main_wrap .btn_more:before {
  margin-right: 0.5em;
  font-size: 1.5em;
  line-height: 0.5em;
  content: "+";
}
body.report.top .main_wrap .btn_more:hover {
  opacity: 0.7;
}
body.report.archive .mainvisual {
  padding-top: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  height: 400px;
  color: #FFF;
  background-image: url(/pc/special/report/images/bg_mainvisual_archive.jpg);
  background-repeat: repeat-x;
  background-position: center center;
}
body.report.archive .mainvisual .page_ttl {
  position: relative;
  font-family: "DIN-Regular", "Times New Roman", sans-serif;
  font-weight: 500;
  line-height: 1;
}
body.report.archive .mainvisual .page_ttl .year {
  font-size: 120px;
  letter-spacing: -0.04em;
}
body.report.archive .mainvisual .page_ttl .ttl {
  margin-top: -5px;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
}
body.report.archive .mainvisual .page_ttl .ttl span {
  position: relative;
}
body.report.archive .mainvisual .page_ttl .ttl span:before, body.report.archive .mainvisual .page_ttl .ttl span:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 100px;
  height: 1px;
  background: #FFF;
  content: "";
}
body.report.archive .mainvisual .page_ttl .ttl span:before {
  margin-right: 0.5em;
  right: 100%;
}
body.report.archive .mainvisual .page_ttl .ttl span:after {
  margin-left: 0.5em;
  left: 100%;
}
body.report.archive .mainvisual .page_ttl:before {
  position: absolute;
  top: -60px;
  left: -120px;
  content: url(/pc/special/report/images/label_report.png);
}
body.report.archive .main_wrap {
  padding: 75px 0 120px;
}
body.report.archive .main_wrap .main_content {
  padding-top: 65px;
  position: relative;
}
body.report.archive .main_wrap .main_content:before, body.report.archive .main_wrap .main_content:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
body.report.archive .main_wrap .main_content:before {
  width: 100%;
  height: 1px;
  background: #CCC;
}
body.report.archive .main_wrap .main_content:after {
  width: 200px;
  height: 4px;
  background: #005bac;
}
body.report.detail .mainvisual {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
body.report.detail .mainvisual img {
  width: 100%;
  min-width: 1093px;
}
body.report.detail .main_wrap {
  padding: 80px 0 100px;
}
body.report.detail .main_wrap .main_content {
  padding-top: 56px;
  position: relative;
}
body.report.detail .main_wrap .main_content:before, body.report.detail .main_wrap .main_content:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
body.report.detail .main_wrap .main_content:before {
  width: 100%;
  height: 1px;
  background: #CCC;
}
body.report.detail .main_wrap .main_content:after {
  width: 200px;
  height: 4px;
  background: #005bac;
}
body.report.detail .main_wrap .main_content p {
  font-size: 16px;
  line-height: 2;
}
body.report.detail .main_wrap .main_content p + p {
  margin-top: 2em;
}
body.report.detail .main_wrap .stamp {
  position: absolute;
  top: -30px;
  right: 0;
  width: 138px;
  height: 138px;
  color: #0f66ab;
  background: url(/pc/special/report/images/bg_stamp_blue.png) no-repeat center center;
  text-align: center;
}
body.report.detail .main_wrap .stamp .year, body.report.detail .main_wrap .stamp .month {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 1;
}
body.report.detail .main_wrap .stamp .year {
  top: 32px;
  font-size: 18px;
}
body.report.detail .main_wrap .stamp .month {
  top: 55px;
  font-size: 36px;
}
body.report.detail .main_wrap .stamp .month small {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
body.report.detail .main_wrap .report_title {
  margin-bottom: 50px;
  padding-right: 140px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
body.report.detail .main_wrap .spacer {
  margin: 50px 0 60px;
  border: none;
  position: relative;
  height: 2px;
}
body.report.detail .main_wrap .spacer:before, body.report.detail .main_wrap .spacer:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
body.report.detail .main_wrap .spacer:before {
  width: 100%;
  height: 1px;
  background: #CCC;
}
body.report.detail .main_wrap .spacer:after {
  width: 100px;
  height: 2px;
  background: #005bac;
}
body.report.detail .main_wrap .photo_list {
  display: flex;
  flex-wrap: wrap;
}
body.report.detail .main_wrap .photo_list > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
}
body.report.detail .main_wrap .photo_list > li img {
  margin-bottom: 10px;
  width: 100%;
}
body.report.detail .main_wrap .photo_list > li .caption {
  color: #666;
  font-size: 14px;
  line-height: 1.3;
}
body.report.detail .main_wrap .photo_list > li.center {
  margin: 0 auto 20px;
  padding: 0 25%;
  width: 100%;
}
body.report.detail .main_wrap .btn_archive {
  margin-top: 40px;
  font-size: 14px;
  text-align: center;
}
body.report.detail .main_wrap .btn_archive a {
  padding: 0.7em;
  border: 1px solid #999;
  display: block;
  position: relative;
  color: #666;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}
body.report.detail .main_wrap .btn_archive a:hover {
  opacity: 0.7;
}
body.report.detail .main_wrap .btn_archive a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  content: "＞";
}