body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.content-header {
  flex-direction: column;
  width: 100%;
  background: url(../images/header_bg-sp.png) no-repeat center center/cover;
  min-height: 208px;
}

@media (min-width: 47.9375em) {
  .content-header {
    min-height: 240px;
    background: url(../images/header_bg.png) no-repeat center center/cover;
  }
}
.content-header h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}

@media (min-width: 47.9375em) {
  .content-header h1 {
    font-size: calc(30px + 10 * (100vw - 768px) / 392);
  }
}
@media (min-width: 72.5em) {
  .content-header h1 {
    font-size: 40px;
  }
}
.content-header p {
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

@media (min-width: 47.9375em) {
  .content-header p {
    font-size: calc(14px + 2 * (100vw - 768px) / 392);
  }
}
@media (min-width: 72.5em) {
  .content-header p {
    margin-top: 16px;
    font-size: 16px;
  }
}
.link__box {
  padding: 40px 0 !important;
}
@media (min-width: 47.9375em) {
  .link__box {
    padding: 80px 0 !important;
  }
}
.link__box .link__itemlist {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 47.9375em) {
  .link__box .link__itemlist {
    gap: 28px;
  }
}
.link__box .link__itemlist .link-item {
  overflow: hidden;
  border: 1px solid #0c0b86;
  width: 100%;
  border-radius: 32px;
}
@media (min-width: 47.9375em) {
  .link__box .link__itemlist .link-item {
    width: calc((100% - 56px) / 3);
  }
}
.link__box .link__itemlist .link-item__title {
  margin: 0 !important;
  background-color: #0c0b86;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  padding: 18px 16px;
}
@media (min-width: 47.9375em) {
  .link__box .link__itemlist .link-item__title {
    padding: 24px;
  }
}
.link__box .link__itemlist .link-item__title a {
  color: #fff;
}
.link__box .link__itemlist .link-item__title a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  width: 18px;
  margin-bottom: 3px;
  margin-left: 6px;
}
.link__box .link__itemlist .link-item__title a span img {
  width: 5px;
  height: auto;
  margin-left: 1px;
}
.link__box .link__itemlist .link-item__title:after {
  display: none;
}
.link__box .link__itemlist .link-item__text {
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  padding: 20px 15px;
  margin: 0;
}
@media (min-width: 47.9375em) {
  .link__box .link__itemlist .link-item__text {
    padding: 24px;
  }
}