.u-lineThrough {
  text-decoration: line-through;
}

.compo05__imgArea--3col:nth-of-type(8) {
  clear: both;
  margin-left: 0;
}

.compo05__imgArea--3col:nth-of-type(9) {
  margin-left: 5%;
  clear: none;
}
@media only screen and (max-width: 767px) {
  .compo05__imgArea--3col:nth-of-type(9) {
    margin-left: 4%;
  }
}

.compo05__link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .compo05__link {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.compo05__link__item a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #f5f7fa;
  padding: 18px calc(16px + 3em) 18px 16px;
  height: 100%;
}
.compo05__link__item a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  right: 28px;
  z-index: 2;
}
.compo05__link__item a:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #084a93;
  position: absolute;
  right: 16px;
  clip-path: circle(50% at 50% 50%);
}
.compo05__link__item a:hover:after, .compo05__link__item a:active:after {
  background-color: #017aeb;
}
.compo05__link__item p {
  color: #10519b;
  font-size: 123%;
  font-weight: 700;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .compo05__link__item a {
    padding: 18px calc(12px + 2.5em) 18px 12px;
  }
  .compo05__link__item a:before {
    right: 22px;
  }
  .compo05__link__item a:after {
    width: 28px;
    height: 28px;
    right: 12px;
  }
  .compo05__link__item p {
    font-size: 108% !important;
  }
}/*# sourceMappingURL=page.css.map */