.IndexTitle {
  border-color: #809fce;
  background: none
}

.IndexTitle h1 {
  color: #0e3192;
}

.ContentsBox {
  margin-bottom: 7em
}

.CategorySection {
  margin-bottom: 30px
}

.CategorySection h2 {
  position: relative;
  padding: 5px 0;
  background-size: auto 2px;
  text-align: center;
  margin-bottom: 30px
}

.CategorySection h2 span {
  background: #fff;
  padding: 0 10px;
  font-weight: bold
}

.CategorySection h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #cde8fe;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1
}

.CategorySection h3 {
  font-size: .9rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .CategorySection h3 {
    pointer-events: none
  }
}

.CategorySection h3 span {
  margin-left: 10px;
  font-size: .5em;
  display: none
}

@media screen and (max-width: 768px) {
  .CategorySection h3 span {
    display: inline-block
  }
}

.CategorySection .AccordionCont {
  display: block
}

.CategorySection .sitemap-cancer-list {
  font-size: .7rem
}

.CategorySection .Links {
  font-size: .75rem
}

.CategorySection .Links a {
  padding-left: 1rem;
  text-indent: -0.75rem;
  display: inline-block
}

.CategorySection .Links a::before {
  content: "\30FB";
}

.CategorySection .Link-drug a {
  padding-left: 0;
  font-size: .75rem
}

.CategorySection .ListOnly li {
  padding-top: 0;
  padding-bottom: 0
}

.CategorySection .ListOnly li:first-of-type,
.CategorySection .ListOnly li:nth-of-type(2) {
  padding-top: 10px
}

.CategorySection .ListOnly li:last-of-type {
  padding-bottom: 10px
}

.CategorySection h4 {
  font-size: .8rem;
  margin-bottom: .5rem
}

.mela dl {
  padding-top: 0;
  padding-bottom: 0
}

.mela dl:nth-of-type(1),
.mela dl:nth-of-type(2) {
  padding-top: 10px
}

@media screen and (max-width: 640px) {
  .mela dl:nth-of-type(2) {
    padding-top: 0
  }
}

.mela dt.has-text-weight-bold {
  font-weight: normal !important
}

.mela a:hover {
  opacity: .6;
  color: #0b55a4
}

.mela .Link-drug {
  padding-top: 0;
  padding-bottom: 0
}

@media screen and (max-width: 999px) {
  .IndexTitle {
    margin-top: 0;
    padding-left: 0
  }
}

@media screen and (max-width: 768px) {
  .CategorySection h3 {
    pointer-events: all;
    padding: 5px 0
  }

  .CategorySection .AccordionCont {
    display: none
  }
}

@media screen and (max-width: 640px) {
  .column.is-half-mobile {
    width: 100%
  }

  .CategorySection .ListOnly li:nth-of-type(2) {
    padding-top: 0
  }
}

.sitemap-columns {
  font-size: .75rem
}

.sitemap-cancer-title {
  font-size: .7rem
}

.sitemap-column {
  counter-reset: titlenum no-child-num
}

.sitemap-cancer-title::before {
  counter-increment: titlenum;
  content: counter(titlenum) "."
}

.CategorySection .sitemap-cancer-no_child .Links li a::before {
  counter-increment: no-child-num;
  content: counter(no-child-num) "."
}

.CategorySection .sitemap-cancer-drug .Links a::before {
  content: ""
}

.CategorySection .sitemap-cancer-drug .Links a {
  padding-left: 0;
  text-indent: 0;
  font-weight: bold
}

.CategorySection .sitemap-drug-list .Links a {
  padding-left: 0;
  text-indent: 0
}

.sitemap-immuno-list {
  counter-reset: immunonum
}

.sitemap-immuno-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.sitemap-immuno-title::before {
  counter-increment: immunonum;
  content: counter(immunonum) "."
}

.sitemap-drug-list {
  counter-reset: drugnum
}

.sitemap-drug-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.sitemap-drug-list li::before {
  counter-increment: drugnum;
  content: counter(drugnum) "."
}

.CategorySection .sitemap-drug-list .Links a::before {
  display: none
}

.column.sitemap-cancer-no_child {
  padding: 10px 0 0 .75em
}

.sitemap-cancer-no_child li a {
  font-weight: bold
}

.CategorySection > .nobefore::before {
  content: none;
}