.self-check-link {
  display: flex;
  justify-content: center;
  width: 100%;
}
.self-check-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 660px;
  height: 48px;
  border: 3px solid #0066cc;
  border-radius: 16px;
  color: #0066cc;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.page-menu {
  width: 780px;
}
.page-menu .menu-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
}
.page-menu .menu-block a {
  display: block;
  width: 48%;
}
.page-menu .menu-block a img {
  width: 100%;
  height: auto;
}
.page-menu .setumei {
  margin-top: 40px;
}

.page-new {
  width: 780px;
}
.page-new .gyozi {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 640px;
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.page-new .gyozi table {
  width: 100%;
}
.page-new .gyozi table .gyozi-header {
  background-color: #ffac59;
  font-weight: bold;
}
.page-new .gyozi table .gyozi-month {
  background-color: #ffffb5;
}
.page-new .gyozi table .gyozi-month td {
  font-weight: bold;
  text-align: center;
}
.page-new .gyozi table .td-date {
  width: 140px;
  background-color: #ffffb5;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.page-new .hiroba {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 640px;
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.page-new .hiroba table {
  width: 100%;
}
.page-new .hiroba table .hiroba-header {
  background-color: #ff80c0;
  font-weight: bold;
}
.page-new .hiroba table .hiroba-month {
  background-color: #ffe1f0;
}
.page-new .hiroba table .hiroba-month td {
  font-weight: bold;
  text-align: center;
}
.page-new .hiroba table .td-date {
  width: 140px;
  background-color: #ffe1f0;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.page-top-link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 16px;
}
.page-top-link a {
  display: block;
  padding: 2px 10px;
  background-color: #fc9936;
  border-radius: 10px/50%;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */