@charset "utf-8";
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  background: url(/special/xy_stages/img/main.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.l-content h2 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: bold;
  color: #002060;
}
.l-content h3 {
  display: flex;
  align-items: center;
  background: #e5e8ee;
  height: 42px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #bfc7d6;
  border-left: 6px solid #002060;
}
.l-content h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #001f5c;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  padding-left: 1px;
  box-sizing: border-box;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}

/* gnav */
.l-content .gnav {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 30px;

  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.l-content .gnav > li.on,
.l-content .gnav > li a {
  display: flex;
  align-items: center;
  background: #1a1a1a;
  width: 135px;
  height: 50px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.l-content .gnav > li.on {
  background: #3e3e3e;
  font-weight: bold;
}
.l-content .gnav > li:last-child,
.l-content .gnav > li:last-child a {
  width: 134px;
}
.l-content .gnav > li.on::before,
.l-content .gnav > li a::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-right: 6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}

/* ancNav */
.l-content .ancNav {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 35px;
  height: 35px;
  box-sizing: border-box;
  border-top: 1px dotted #b0b0b0;
  border-bottom: 1px dotted #b0b0b0;
  
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
.l-content .ancNav > li {
  border-right: 1px dotted #b0b0b0;
}
.l-content .ancNav > li a {
  display: flex;
  align-items: center;
  height: 19px;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
.l-content .ancNav > li a::before {
  content: "";
  display: inline-block;
  background: url(/special/xy_stages/case_study/img/anc_nav_arrow.png) no-repeat center;
  width: 11px;
  height: 11px;
  margin: 0 12px 0 10px;
}
.l-content .ancNav > li a:hover {
  opacity: 0.75;
}
.l-content .ancNav > li.head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7f8faf;
  width: 104px;
  height: 30px;
  font-weight: bold;
  color: #fff;
  border-right: 1px solid #fff;
}
.l-content .ancNav > li.head a::before {
  display: none;
}


.l-content h4 {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  height: 33px;
  margin-bottom: 10px;
  padding-left: 9px;
  font-size: 14px;
  font-weight: bold;
  border-left: 6px solid #c7c7c7;
}
.l-content h5 {
  position: relative;
  margin-bottom: 9px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-bottom: 1px solid #b0b0b0;
}
.l-content h5::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  content: "";
  background: #b0b0b0;
  width: 4px;
  height: 15px;
}

/* table */
.l-content .m-table {
  margin-bottom: 0;
}