@charset "UTF-8";

/**
 * index_sp.css
 *
 * 資料室のインデックスページ共通
 */
#siteHeaderSp h1 .sect {
  font-size: 1.6rem;
}

  /* グローバルナビ */
#navigationSp .globalSub a {
  display: inline-block;
}
.siteShokokuji .navShokokuji {
  border-bottom: none;
}
.siteShokokuji .globalSub .navReference {
  border-bottom: solid 2px #9b4b68;
}

.referenceLinksContainer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.referenceLinksContainer {
  margin: 0;
}
.referenceLinks,
.referenceLinks:nth-last-of-type(-n+3) {
  margin: 0 auto 30px;
}