@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
.static-page-layout {
  font-size: 1rem;
  letter-spacing: -0.015rem;
  line-height: 1.4rem;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 1200px) {
  .static-page-layout {
    padding: 4rem 27rem 4rem 88px;
  }
}
.static-page-layout .policy-item-container {
  margin-bottom: 2.5rem;
}
.static-page-layout .policy-title {
  font-weight: 600;
  letter-spacing: 0;
}
.static-page-layout .policy-link {
  text-decoration: underline;
}
.static-page-layout .text-small {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.225rem;
}
.static-page-layout .text-extra-small {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.05rem;
}
.static-page-layout .cancellation-policy-container {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.static-page-layout .cancellation-table-container {
  margin-bottom: 1.5rem;
}
.static-page-layout .cancellation-table-container .cancellation-table-title {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.static-page-layout .cancellation-table-container .table-container {
  overflow-x: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .static-page-layout .cancellation-table-container .table-container.three-columns {
    width: 50%;
  }
}
.static-page-layout .cancellation-table-container .table-container.three-columns table {
  min-width: 28.125rem;
}
@media (min-width: 992px) {
  .static-page-layout .cancellation-table-container .table-container.three-columns table {
    min-width: auto;
  }
}
.static-page-layout .cancellation-table-container .table-container table {
  border-collapse: collapse;
  border: 1px solid #c9c8c7;
  font-size: 0.75rem;
  line-height: 1.05rem;
  min-width: 56.25rem;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 992px) {
  .static-page-layout .cancellation-table-container .table-container table {
    table-layout: fixed;
    min-width: auto;
  }
}
.static-page-layout .cancellation-table-container .table-container table th {
  background-color: #4d4c4b;
  border: 1px solid #e2e3e4;
  color: #fff;
  padding: 0.5625rem 0.75rem;
  letter-spacing: 0;
}
.static-page-layout .cancellation-table-container .table-container table th, .static-page-layout .cancellation-table-container .table-container table td {
  text-align: center;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #c9c8c7;
}
.static-page-layout .cancellation-table-container .table-container table .table-fee-title {
  background-color: #f3f2f1;
  font-weight: 700;
}
.static-page-layout .cancellation-table-container .table-container table td {
  padding: 0.625rem 0;
}
