@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
.p-link_block {
  border-top: 1px #CCCCCC solid;
}
.p-link-logo.border {
  border: 1px #ccc solid;
}
.p-link-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 55px 0;
  border-bottom: 1px #CCCCCC solid;
}
@media (max-width: 1000px) {
  .p-link-single {
    display: block;
  }
}
.p-link-single h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2D845D;
  margin-bottom: 8px;
}
.p-link-single a {
  font-family: futura;
  font-size: 1.6rem;
  color: #CCCCCC;
  text-decoration: underline;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  word-break: break-all;
  line-height: 2.4rem;
}
.p-link-single a:hover {
  opacity: 0.4;
  padding-left: 20px;
}
@media (max-width: 1000px) {
  .p-link-single a {
    display: block;
    margin-bottom: 32px;
  }
}
.p-link-single a img {
  vertical-align: baseline;
}