@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
.p-top-mv {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 100%;
}
.p-top-mv img {
  width: 100%;
}

.p-top-section {
  margin-top: 80px;
}
.p-top-section header {
  display: flex;
  justify-content: space-between;
}
.p-top-section__hd {
  color: #033686;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333em;
}
.p-top-section .c-posts {
  margin-top: 40px;
}
@media screen and (max-width: 767px){
  .p-top-section .c-posts {
    margin-top: 24px;
  }
  .p-top-section {
    margin-top: 24px;
  }
  * + .p-top-section {
    margin-top: 80px;
  }
}
/*# sourceMappingURL=../map/top.css.map */
