.reconstruction {
  background-color: white;
  padding: 20px 0 70px;
}
.reconstruction .container {
  padding-left: 15px;
}
@media screen and (max-width: 1080px) {
  .reconstruction .container {
    padding-left: 15px;
    width: 100%;
    margin: 0 auto;
  }
}


.reconstruction .article_heading {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 0px 0 20px;
  box-sizing: border-box;
  margin: 70px auto 11px;
  line-height: 1.49;
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  color: #888;
}

.reconstruction .article_heading::before,
.reconstruction .article_heading::after {
  display: none;
}

.reconstruction p,
.reconstruction ul,
.reconstruction ol,
.reconstruction table,
.reconstruction blockquote {
  margin-bottom: 15px;
}
.reconstruction ul,
.reconstruction ol {
  padding-left: 2rem;
}
.reconstruction ul li {
  list-style: disc;
}
.reconstruction ol li {
  list-style: decimal;
}
.reconstruction table,
.reconstruction table th,
.reconstruction table td {
  border: 1px solid #888;
  text-align: left;
  padding: .8rem;
}
.reconstruction blockquote {
  padding: 15px 15px 0;
  border: 1px solid #888;
}

 
.subsection_heading,
.reconstruction_heading {
  text-align: left;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #888;
}
.subsection_heading {
  font-size: 27px;
}
.reconstruction_heading {
  font-size: 21.6px;
  font-weight: normal;
}
.reconstruction-detail_head {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
}
.reconstruction-detail_category_text {
  display: inline-block;
  /* display: none; */
  padding: 0 13px;
  font-size: 11px;
  height: 21px;
  /* line-height: 21px; */
  /* color: #595757;
  border: 1px solid #595757; */
}

.reconstruction-detail_category_text._categor01 {
  color: #BA0038;
  border: 1px solid #BA0038;
}
.reconstruction-detail_category_text._categor02 {
  color: #005998;
  border: 1px solid #005998;
}

.reconstruction-detail_date {
  text-align: right;
  font-size: 18px;
}
.main_text {
  text-align: left;
  margin: 0 auto;
  max-width: 1160px;
  font-size: 18px;
  line-height: 2.05;
}
.main_text + .main_text {
  margin-top: 20px;
}
.reconstruction_image_wrapper {
  margin: 60px auto;
  text-align: center;
}
.reconstruction_image {
  max-width: 100%;
}
.reconstruction-pdf_anchor[href],
.reconstruction-pdf_anchor[href]:hover {
color: #595757;
opacity: 1;
}
.reconstruction_anchor[href] {
  text-decoration: underline;
  color: #19274F;
  font-weight: 600;
}
.reconstruction_anchor[href]:hover {
  text-decoration: underline;
  opacity: 0.6;
  transition: 0s;
}
.ico-window {
  margin-left: 8px;
}
