@charset "UTF-8";
/*Top*/
.headerImg {
  background-image: url(/top/img/header.png);
  background-position: center;
  width: 100%;
  height: 400px;
}

.catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 800px;
  margin: 0 auto 80px auto;
}
.catch a {
  font-size: 18px;
  font-weight: 600;
  color: #03B8DF;
  padding-bottom: 10px;
  border-bottom: solid 2px #03B8DF;
  margin: 0 0 auto auto;
}
.catch a::after {
  content: "";
  background-image: url(/cmn/img/allow.svg);
  display: inline-block; /*忘れずに！*/
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
}

.pagelink {
  width: 820px;
  margin: auto auto 120px auto;
}
.pagelink .biggerLink {
  display: flex;
  justify-content: space-between;
  margin: auto auto 40px auto;
}
.pagelink .smallerLink {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 979px) {
  .headerImg {
    background-size: cover;
    height: 250px;
  }
  .catch {
    width: 600px;
    margin: 0 auto 80px auto;
  }
  .catch img {
    width: 100%;
    height: auto;
  }
  .pagelink {
    width: 700px;
    margin: auto auto 60px auto;
  }
  .pagelink .biggerLink {
    margin: auto auto 25px auto;
  }
  .pagelink .biggerLink img {
    width: 335px;
  }
  .pagelink .smallerLink img {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .headerImg {
    background-image: url(/top/img/header_sp.png);
    background-size: cover;
    height: 48vw;
  }
  .catch {
    width: 80vw;
    margin: 0 auto 80px auto;
  }
  .catch img {
    width: 100%;
    height: auto;
  }
  .catch a {
    font-size: 3.733vw;
    padding-bottom: 1.333vw;
    border-bottom: solid 2px #03B8DF;
    margin: 0 0 auto auto;
  }
  .catch a::after {
    content: "";
    background-size: cover;
    width: 5.333vw;
    height: 5.333vw;
    position: relative;
    top: 1.333vw;
  }
  .pagelink {
    width: 85.333vw;
    margin: auto auto 50px auto;
  }
  .pagelink .biggerLink {
    margin: auto auto 25px auto;
  }
  .pagelink .biggerLink a {
    display: block;
    width: 47%;
  }
  .pagelink .biggerLink img {
    width: 100%;
  }
  .pagelink .smallerLink a {
    display: block;
    width: 30%;
  }
  .pagelink .smallerLink img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */