@charset "UTF-8";

.link_box {
  display: flex;
  flex-wrap: wrap;
}
.link_box > .col {
  background: #fff;
  border: 1px solid #b9d01b;
  margin-right: 0;
  width: 46%;
  width: calc(100% / 2 - 10px);
}
.link_box > .col:nth-of-type(2n) {
  margin-left: 20px;
}
.link_box a {
  color: #444444;
  display: block;
  font-size: 15px;
  padding: 18px 30px 18px 18px;
  position: relative;
}
.link_box a::before {
  background: #7b7b7b;
  background: -moz-linear-gradient(#a0a0a0 0%, #7b7b7b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a0a0a0),
    to(#7b7b7b)
  );
  background: -webkit-linear-gradient(#a0a0a0 0%, #7b7b7b 100%);
  background: -o-linear-gradient(#a0a0a0 0%, #7b7b7b 100%);
  background: linear-gradient(#a0a0a0 0%, #7b7b7b 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
}
.link_box a::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: rotate(-135deg) translateY(-50%);
  width: 6px;
}
.col_l_img {
  display: flex;
}
.col_l_img figure {
  margin-left: 0;
  margin-right: 15px;
  max-width: 80px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.col_l_img img {
  max-height: 70px;
  max-width: 70px;
  width: auto;
}
.col_l_img .col:last-of-type {
  align-self: center;
  min-height: 90px;
  margin-left: 0;
  width: calc(100% - 100px);
}
.col_l_img .small_ttl + p {
  margin-top: 5px;
}

[class*="service_type"] .point_box {
  height: 100%;
  margin: 0px 35px 14px;
}

@media screen and (max-width: 767px) {
  .link_box {
    display: block;
    flex-wrap: wrap;
  }
  .link_box a {
    padding: 18px 30px 18px 10px;
  }
  .link_box > .col {
    background: #fff;
    border: 1px solid #b9d01b;
    margin-right: 0;
    width: 100%;
  }
  .link_box > .col:nth-of-type(2n) {
    margin-left: 0;
  }
}
