@charset "utf-8";

.zepWrap h2 {
  font-weight: bold;
  color: #2e7592;
}
.zepWrap h3 {
  font-weight: bold;
  color: #2e7592;
}
.zepWrap.reddark h2,
.zepWrap.reddark h3 {
  color: #993366;
}
.zepWrap.greendark h2,
.zepWrap.greendark h3 {
  color: #36783f;
}
.zepWrap.orange h2,
.zepWrap.orange h3 {
  color: #D57623;
}
.zepWrap h4 {
  font-size: 18px;
  font-weight: bold;
}
.zepWrap h2:before,
.zepWrap h2:after,
.zepWrap h3:before {
  display: none;
}
.zepWrap h4:before {
  content: '■';
  display: inline-block;
}
p.author.p1 {
  line-height: 1;
  padding: 13px 0 11px;
  border-bottom: 1px solid #2e7592;
}
p.author.orange {
  border-bottom: 1px solid #D57623;
}
p.author.reddark {
  border-bottom: 1px solid #993366;
}
p.author.greendark {
  border-bottom: 1px solid #36783f;
}
p.lastTextBox {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.zepList {
  position: relative;
  display: flex;
  padding: 12px 24px;
  border: 1px solid #d9d9d9;
  margin-bottom: 12px;
}
.zepList a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 99;
  box-sizing: border-box;
  transition: all 0.2s;
  border: 0;
}
.zepList a:hover {
  border: 6px solid #1a9a28;
}
.zepList .zepListBox {
  display: flex;
  align-items: center;
}
.zepList .zepListBox img {
  min-width: 170px;
  margin-right: 24px;
}
.zepList .zepListBox h2 {
  color: #666;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.zepList .zepListBox h2:before,
.zepList .zepListBox h2:after {
    display: none;
}
.zepList .zepListBox span {
  display: block;
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 15px;
  padding-top: 7px;
  font-weight: normal;

}
.zepList .zepListTitle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  border-left: 8px solid #36783f;
  padding: 0 0 0 10px;
  min-height: 86px;
}
.topIndex .zepList .zepListBox {
  align-items: center;
}
.topIndex .zepList .zepListTitle {
  height: auto;
}
.topIndex .zepList .zepListTitle span {
  color: #666;
}
.zepList .zepListTitle.c_coming {
  border-left: 8px solid #b3b3b3;
}
.zepList .zepListTitle.c_coming h2 {
  color: #b3b3b3 !important;
}
.zepList .zepListTitle.c_r {
  border-left: 8px solid #ff01b1;
}
.zepList .zepListTitle.c_b {
  border-left: 8px solid #0071bc;
}
.zepList .zepListTitle.c_o {
  border-left: 8px solid #fbb03b;
}
.zepList .zepListTitle.c_v {
  border-left: 8px solid #662d91;
}
.zepList .zepListTitle.c_rdark {
  border-left: 8px solid #2e7592;
}
.zepList .zepListTitle.c_reddark {
    border-left: 8px solid #993366;
}
.zepList .zepListTitle.c_greendark {
    border-left: 8px solid #36783f;
}
.zepList .zepListTitle.c_orange {
    border-left: 8px solid #D57623;
}
.naviBox H2.sideNavTechzep SPAN.bgBox {
  padding: 20px 0 20px 73px;
  background-image: url('/technical/ele_ltr/ZEP/img/side_icon.png');
}
.naviBox H2.sideNavTechzep SPAN.bgBox span {
  font-size: 13px;
  line-height: 17px;
}
/* SP ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px){
  .zepList {
      margin: 0 10px 12px;
      padding: 12px;
  }
  .zepList .zepListBox {
    display: flex;
    flex-direction: column;
  }
  .zepList .zepListBox img {
    max-width: 170px;
    margin-right: 0;
  }
  .zepList .zepListTitle {
    width: 100%;
  }
  .wrapBox .ctsBox2015 .mainBox .zepList .zepListBox h2 {
    margin: 0 !important;
  }
  .zepWrap p img {
    width: 100%;
  }
  .MJXc-display {
    overflow: auto;
  }
}