@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
page
*************************/
.m-image-height {
  max-height: 480px;
  width: auto;
}

m-anchor-nav {
  margin-bottom: -4px;
}

.l-fixbutton__btn .m-section {
  padding-bottom: 0;
}

@media screen and (max-width: 640px) {
  .js-scrollable .m-table {
    width: 200%;
  }
}

.m-table__td {
  text-align: left;
}

.m-table__td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-table__td dt {
  width: 8ch;
  font-weight: unset;
}

.m-table__td dd {
  width: calc(100% - 8ch);
}

.m-table__td dd::before {
  content: "：";
  margin-right: 0.5ch;
}

.m-table__td {
  font-weight: unset;
}

@media screen and (max-width: 640px) {
  .m-btn-blank {
    width: 100%;
  }
}/*# sourceMappingURL=parts.css.map */