/*----------------------------------

earningsCSS

----------------------------------*/
body.earnings main h2 {
  display: none;
}
body.earnings main h3 {
  margin-bottom: 16px;
  font-size: 2.2rem;
}
body.earnings main h4 {
  margin-bottom: 23px;
  padding: 3px 10px;
  font-size: 1.7rem;
  font-weight: 400;
  background: #f7f7f7;
}
body.earnings main .earningsTitle {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.earnings main .selectWrap {
  width: 235px;
}
body.earnings main #xj-mainlist-report > h3:nth-child(5), body.earnings main #xj-mainlist-report > div:nth-child(6) {
  display: none;
}
body.earnings main #xj-mainlist-report > div:nth-child(4) > div:nth-child(1), body.earnings main #xj-mainlist-report > div:nth-child(4) > div:nth-child(2), body.earnings main #xj-mainlist-report > div:nth-child(4) > div:nth-child(3) {
  display: none;
}
body.earnings main .earningsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.earnings main .earningsBox > div {
  width: 48.5%;
}
body.earnings main .earningsBox > div:nth-last-of-type(n + 3) {
  margin-bottom: 43px;
}
body.earnings main .earningsBox li {
  margin-bottom: 8px;
  padding-left: 34px;
  text-indent: -32px;
  line-height: 1.6;
}
body.earnings main .earningsBox li:last-of-type {
  margin-bottom: 0;
}
body.earnings main .earningsBox a span {
  font-size: 1.1rem;
  color: #717171;
}
body.earnings main .earningsBox + h3 {
  margin-top: 55px;
}

@media (max-width: 919px) {
  body.earnings main h2 {
    width: 100%;
    margin-bottom: 15px;
  }
  body.earnings main h3 {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  body.earnings main h4 {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
  body.earnings main .earningsTitle {
    margin-bottom: 32px;
  }
  body.earnings main .selectWrap {
    width: 180px;
    margin: 0;
  }
  body.earnings main .earningsBox > div {
    width: 100%;
  }
  body.earnings main .earningsBox > div:nth-last-of-type(n + 2) {
    margin-bottom: 30px;
  }
  body.earnings main .earningsBox li {
    margin-bottom: 12px;
    padding-left: 34px;
    text-indent: -24px;
  }
}