@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  word-break: break-all;
  max-width: 500px;
  margin: 0 auto;
}
body.noscroll {
  overflow: hidden;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  opacity: 0.85;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.page {
  padding: 70px 20px;
  background: #FFEDEE;
  font-size: 14px;
  line-height: 2;
}
.page .bread_crumb {
  align-items: center;
  display: flex;
  margin: 0 0 30px;
}
.page .bread_crumb a {
  width: 16px;
}
.page .bread_crumb .arrow {
  width: 8px;
  margin: 0 5px 2px;
}
.page .bread_crumb span {
  font-size: 12px;
  line-height: 1;
}
.page h3 {
  margin: 30px 0 25px;
  font-size: 14px;
  font-weight: bold;
}
.page p {
  font-size: 14px;
  line-height: 2;
}/*# sourceMappingURL=page.css.map */