@charset "UTF-8";

.link {
  position: relative;
  display: block;
  padding: 8px !important;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background-color: #3f6ba2;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}

.link::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.block .image__block {
  margin-bottom: 30px;
}

.image__block .image__title {
  position: relative;
  padding-left: 13px;
  font-weight: bold;
}

.image__block .image__title::after {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  margin-top: -5px;
  background-color: #303030;
  content: '';
}

.card > *:not(:last-child),
.card > .block:not(:last-child) {
  margin-bottom: 40px;
}

.title01 > * {
  text-align: left;
}

.title01 .content {
  color: #070707;
}
