@charset "UTF-8";
#main_area {
  position: relative;
  width: 100%;
  background-image: url("../../../pc/img/bg_pattern1.png");
  padding-bottom: 160px;
}

#lead_area {
  position: relative;
  width: 950px;
  padding: 34px 0 0px;
  margin: 0 auto;
  text-align: center;
}

#lead_area p {
  color: #107283;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  letter-spacing: 0.2px;
}

#category_nav ul {
  display: table;
  table-layout: fixed;
  width: 950px;
  height: 100px;
  border-top: #84cdd7 solid 1px;
  border-bottom: #84cdd7 solid 1px;
  margin: 0 auto;
}

#category_nav ul li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 26px 20px 10px;
  text-align: center;
  background-image: url("../img/nav_arrow_up.svg");
  background-repeat: no-repeat;
  background-position: 50% 14%;
}

#category_nav ul li a {
  display: block;
  color: #555;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 1px;
}

#category_nav ul li a span.main {
  font-size: 18px;
}

#category_nav ul li a span.sub {
  font-size: 16px;
}

#category_nav ul li a:hover {
  text-decoration: none;
}

#category_nav ul li:after {
  content: "";
  position: absolute;
  top: 32px;
  right: 0;
  display: block;
  width: 1px;
  height: 43px;
  background: #84cdd7;
}

#category_nav ul li:last-child:after {
  content: "";
  position: absolute;
  top: 32px;
  right: 0;
  display: block;
  width: 1px;
  height: 43px;
  background: transparent;
}

/** 東日本大震災からの復興 */
#category1 #category1_s_title {
  margin-top: 34px;
  margin-bottom: 0px;
}

#category1 #category1_s_title .s_title_txt {
  width: 424px;
}

#category1 #category1_lead {
  margin-bottom: 32px;
  text-align: center;
}

#category1 #category1_lead p {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625;
  letter-spacing: 0.2px;
  padding-top: 10px;
}

/** 熊本地震からの復興 */
#category2 #category2_s_title {
  margin-top: 160px;
  margin-bottom: 0px;
}

#category2 #category2_s_title .s_title_txt {
  width: 443px;
}

#category2 #category2_lead {
  margin-bottom: 32px;
  text-align: center;
}

#category2 #category2_lead p {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625;
  letter-spacing: 0.2px;
  padding-top: 10px;
}

/** 北海道胆振東部地震からの復興 */
#category3 #category3_s_title {
  margin-top: 160px;
  margin-bottom: 0px;
}

#category3 #category3_s_title .s_title_txt {
  width: 543px;
}

#category3 #category3_lead {
  margin-bottom: 32px;
  text-align: center;
}

#category3 #category3_lead p {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625;
  letter-spacing: 0.2px;
  padding-top: 10px;
}

/** 記事共通 */
article {
  position: relative;
  display: block;
  width: 950px;
  margin: 0 auto 40px;
  background: #fff;
  padding: 80px 40px 80px;
}

article p.title {
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 60px;
}

article p.title:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -30px;
  display: block;
  width: 60px;
  height: 2px;
  background: #74bac4;
}
/**Y!20190307.s**/
article .main_img {
  text-align: center;
}
/**Y!20190307.e**/
article .main_img img {
  width: 720px;
  height: auto;
}

article .txt_area {
  position: relative;
  display: block;
  width: 722px;
  margin: 40px auto 40px;
}

article .txt_area p {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.625;
  letter-spacing: 0.2px;
}

article .related_area {
  position: relative;
  display: block;
  width: 722px;
  margin: 0px auto 0px;
  padding-top: 30px;
  border-top: #579ca8 solid 2px;
}

article .related_area p.related_title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  letter-spacing: 0.2px;
}

article .related_area ul li a {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.2px;
  text-decoration: underline;
}

article .related_area ul li a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  margin-left: 6px;
  vertical-align: top;
  background-image: url("../../../pc/img/icon_url_blank.png");
}

/*============
  BEFORE AFTER AREA
  ============*/
.before_after_area {
  position: relative;
  display: block;
  width: 950px;
  margin: 0 auto 80px;
  background: #fff;
  padding: 0;
}

.before_after_area .before_after_image {
  display: table;
  width: 100%;
  font-size: 0;
}

.before_after_area .before_after_image .before,
.before_after_area .before_after_image .after {
  display: table-cell;
  vertical-align: top;
  width: 456px;
  height: 300px;
}

.before_after_area .before_after_image .arrow {
  display: table-cell;
  vertical-align: middle;
  width: 38px;
  height: 300px;
  text-align: center;
}

.before_after_area .before_after_caption {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 12px;
}

/*============
  PHOTO CAPTION AREA
  ============*/
.photo_caption_area {
  position: relative;
  display: block;
  width: 950px;
  margin: 0 auto 80px;
  text-align: center;
  padding: 0;
}

.photo_caption_area .photo_caption {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 0;
}

/*============
  RELATED AREA
  ============*/
#related_area {
  position: relative;
  background-image: url("https://s.yimg.jp/images/evt/fukko2019/pc/img/bg_pattern1.png");
  padding-bottom: 80px;
  text-align: center;
  border-top: #569ba6 solid 2px;
}

#related_area #related_title h2 {
  color: #107283;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  padding-top: 120px;
}

#related_area #related_container {
  position: relative;
  width: 1920px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

#related_area #related_container #related_banners_area {
  position: relative;
  margin: 0 auto;
  width: 740px;
  margin-top: 40px;
  font-size: 0;
}

#related_area #related_container #related_banners_area ul li {
  display: inline-block;
  margin: 0 20px 40px;
}

#related_area #back_btn {
  background-image: url("https://s.yimg.jp/images/evt/fukko2019/pc/img/icon_ellipse_arrow_back.svg");
  background-repeat: no-repeat;
  background-position: 9% 50%;
  margin-top: 40px;
}
