#contents .mr8 {
  margin-right: 8px; }

#contents .text {
  line-height: 1.5; }
  #contents .text.-small {
    font-size: 12px; }

#contents .textLink {
  line-height: 1.5;
  font-size: 14px;
  color: #183D9F; }
  #contents .textLink:hover {
    color: #FF8D00; }
  #contents .textLink.-hasIcon {
    display: flex;
    align-items: center; }

#contents .colBox {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#contents .article-heading {
  margin-bottom: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
  height: 100%;
  font-size: 15px; }

#contents .breadcrumb {
  max-width: 1064px;
  padding: 0 24px;
  margin: 0 auto;
  font-size: 12px; }
  #contents .breadcrumb .textLink {
    font-size: 12px; }
  #contents .breadcrumb * {
    display: inline; }
  #contents .breadcrumb-item:not(:first-child):before {
    content: '';
    margin: 0 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #30201a;
    border-right: 1px solid #30201a;
    transform: rotate(45deg) skew(-15deg, -15deg); }
