/* charset */
@charset "utf-8";

h2.workTitle{
  display: none;
}

#content {
  background: url('/system/files/arise-reports/images/arise_sp_bg2.png') no-repeat center top;
  background-attachment: fixed;
  width: 100%;
  }

/*メイン：*/
h2,
h3,
h3 a,
.lead h4,
.lead p {
  color: #ffffff
}

#content > .row {
  background: rgba(0,0,0,0.5);
}

.sub {
  background: rgba(0,0,0,0.5);
  padding: 1rem;
}
.tabs-content {
  margin-bottom: 0;
}
.tabs {
  margin-top: 0;
}

@media screen and (min-width: 40em) {
  .sub {
    border-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .tabs-content {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

h3.logo a {
  display: block;
  background: url('/system/files/arise-reports/images/arise_sp_index_logo.png') no-repeat;
  background-size: 144px 64px;
  height: 0px;
  width: 144px;
  padding-top: 64px;
  overflow: hidden;
}

@media screen and (max-width: 39.9375em) {
  h3.logo a {
    margin: 2rem auto;
  }
}

/*メイン：ulリンク*/
ul.chapter_link li a {
  display: block;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(0,0,0,0.8);
  line-height: 2rem;
  color: #fff;
  margin-top: 0.5rem;
  font-weight: bold;
}

@media screen and (max-width: 39.9375em) {
  ul.chapter_link {
    margin-top: -10rem
  }
  #content > .row {
    padding-bottom: 1rem;
  }
  .chapter_header h3 {
    text-align: center;
  }
}


@media screen and (min-width: 40em) {
  #content > .row {
    padding-bottom: 4rem;
  }
  .category-index h3.logo a,
  h3.logo a {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .lead {
    margin-top: 2rem;
  }
}

/*コピーライト*/
p.copyright{
  color: #fff !important;
}

.interviewee span {
  display: inline-block;
  margin-right: 1rem;
  font-weight: bold;
}