.page-header {
  background: url(../header/header02.png) left top repeat-x;
  background-size: auto 100%;
}
.page-header__title {
  padding: 0;
  background: none;
}

.contents .section {
  padding-bottom: 40px;
}

.section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .section__inner {
    display: block;
  }
}

.link {
  width: calc((100% - 20px) / 2);
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .link {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .link + .link {
    margin-top: 40px;
  }
}
.link__title {
  padding-bottom: 8px;
  border-bottom: solid 1px #CDD6DD;
}
.link__title h2 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
  .link__title h2 {
    font-size: 1.6rem;
  }
}
.link__title p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  .link__title p {
    font-size: 1.2rem;
  }
}
.link dt {
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
  .link dt {
    font-size: 1.6rem;
  }
}
.link dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #99A3AC;
}