﻿@media screen and (min-width: 1024px) {
  .resource-link {
    width: 50%;
  }
}
.is-divider-vertical[data-content]::after, .is-divider[data-content]::after {
  background: #fff;
  color: #3167B4;
  content: attr(data-content);
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0rem;
  -webkit-transform: translateY(-1.1rem);
  transform: translateY(-1.1rem);
  text-align: left;
  font-weight: bold;
}

.no-underline {
  text-decoration: none !important;
}

.hl {
  border-style: solid;
  border-color: #999999;
  border-width: 1px 1px 1px 1px;
  background-color: #ffff00;
  text-decoration: none;
}

.AO {
  color: hsl(204deg, 86%, 53%);
}

.GL {
  color: hsl(171deg, 100%, 41%);
}

.Law {
  color: hsl(217deg, 71%, 53%);
}

.Regs {
  color: hsl(141deg, 71%, 48%);
}

.Memo {
  color: rgb(95, 128, 171);
}

.resource-list {
  display: flex;
  flex-wrap: wrap;
}

.resource-list {
  counter-reset: form-list;
}

.resource-link {
  border-radius: 6px;
  color: #7a7a7a;
  display: block;
  font-size: 1rem;
  padding: 1rem 3rem 1.5rem 5rem;
  position: relative;
  text-decoration: none !important;
  transition-duration: 86ms;
  transition-property: background-color, color;
}

.resource-link-name {
  color: #363636;
  font-size: 1.2rem;
  font-weight: 600;
}

.resource-link-name {
  line-height: 1.25;
  margin-bottom: 0.25em;
  position: relative;
}

.resource-link-figure {
  position: absolute;
  right: calc(100% + 0.75em);
  text-align: center;
  top: 0;
  min-width: 1.5em;
}

.resource-link-icon {
  display: block;
  font-size: 2rem;
  width: 1.5em;
}
