.under_tit span {
  display: block;
  font-size: 20rem;
  margin-top: 20rem;
}

.read_text {
  margin-top: 80rem;
  text-align: center;
}
.read_text h2 {
  font-size: 32rem;
  font-weight: bold;
  color: #000ba4;
}
.read_text p {
  margin-top: 30rem;
}

.navi {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 20rem 0;
  margin-top: 70rem;
}
.navi li {
  width: 300rem;
  text-align: center;
}
.navi li a {
  display: block;
  border: 2rem solid #000ba4;
  border-radius: 10rem;
  padding: 12rem 0 25rem;
  color: #000ba4;
  box-shadow: 0 5rem 6rem 0 rgba(0, 0, 0, 0.2);
  background: #fafafa;
  position: relative;
  font-weight: 500;
  font-size: 18rem;
}
.navi li a:after {
  content: "";
  position: absolute;
  bottom: 12rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 8rem;
  height: 8rem;
  border: solid #000ba4;
  border-width: 0 2rem 2rem 0;
  transform: rotateZ(45deg);
}

.link_content {
  margin-top: 70rem;
}
.link_content .tit_wrap {
  padding-bottom: 10rem;
  border-bottom: 4rem solid #E2E2E2;
  position: relative;
}
.link_content .tit_wrap::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -4rem;
  left: 0;
  width: 70rem;
  height: 4rem;
  background: #000ba4;
}
.link_content .tit_wrap h2 {
  font-size: 28rem;
  font-weight: bold;
  color: #000ba4;
}
.link_content .tit_wrap .text {
  margin-top: 20rem;
}
.link_content dl {
  margin-top: 35rem;
}
.link_content dl .dl_flex {
  display: flex;
  align-items: center;
}
.link_content dl .dl_flex + .dl_flex {
  margin-top: 23rem;
}
.link_content dl .dl_flex dt {
  width: 355rem;
  display: flex;
  align-items: center;
}
.link_content dl .dl_flex dt .tit {
  width: 85rem;
  height: 70rem;
  background: #8A8A8A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  position: relative;
  position: relative;
}
.link_content dl .dl_flex dt .tit::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -15rem;
  border-top: 35rem solid transparent;
  border-bottom: 35rem solid transparent;
  border-left: 15rem solid #8A8A8A;
}
.link_content dl .dl_flex dt .dt_wrap {
  margin-left: 33rem;
}
.link_content dl .dl_flex dt .dt_wrap .link_tit a {
  color: #000ba4;
  font-weight: bold;
  font-size: 20rem;
  position: relative;
  text-decoration: none;
}
.link_content dl .dl_flex dt .dt_wrap .link_tit a::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 5rem;
  right: -18rem;
  width: 11rem;
  height: 11rem;
  background: url(../../img/ico_target.svg) no-repeat center top/contain;
}
.link_content dl .dl_flex dt .dt_wrap .notes {
  font-size: 14rem;
  margin-top: 2rem;
}
.link_content dl .dl_flex dd {
  padding-left: 35rem;
  border-left: 2rem solid #E2E2E2;
  width: 605rem;
  height: 80rem;
  display: flex;
  align-items: center;
}

.top_contact {
  margin-top: 140rem;
}

@media screen and (max-width: 680px) {
  .under_tit span {
    display: block;
    font-size: 16rem;
    margin-top: 0;
  }
  .read_text {
    margin-top: 50rem;
    text-align: center;
  }
  .read_text h2 {
    font-size: 24rem;
  }
  .read_text p {
    margin-top: 20rem;
  }
  .navi {
    display: block;
    margin-top: 40rem;
  }
  .navi li {
    width: 280rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .navi li + li {
    margin-top: 20rem;
  }
  .navi li a {
    padding: 12rem 0 20rem;
    font-size: 16rem;
  }
  .navi li a::after {
    bottom: 8rem;
  }
  .link_content {
    margin-top: 50rem;
  }
  .link_content .tit_wrap h2 {
    font-size: 20rem;
  }
  .link_content .tit_wrap .text {
    margin-top: 5rem;
  }
  .link_content dl {
    margin-top: 20rem;
  }
  .link_content dl .dl_flex {
    display: block;
  }
  .link_content dl .dl_flex + .dl_flex {
    margin-top: 15rem;
  }
  .link_content dl .dl_flex dt {
    width: 100%;
  }
  .link_content dl .dl_flex dt .tit::before {
    right: -14rem;
  }
  .link_content dl .dl_flex dt .dt_wrap {
    margin-left: 33rem;
  }
  .link_content dl .dl_flex dt .dt_wrap .link_tit a {
    font-size: 18rem;
    position: relative;
    text-decoration: none;
  }
  .link_content dl .dl_flex dt .dt_wrap .notes {
    font-size: 13rem;
  }
  .link_content dl .dl_flex dd {
    padding-left: 0;
    border-left: 0;
    border-top: 2rem solid #E2E2E2;
    width: 100%;
    height: 70rem;
    margin-top: 15rem;
  }
  .top_contact {
    margin-top: 60rem;
  }
}/*# sourceMappingURL=link.css.map */