/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Base */
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 2;
}
body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 1em;
}
body img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style-type: none;
  padding: 0;
}
ul li, ol li {
  font-size: 13px;
}

h1 {
  font-size: 0;
  margin: 0;
}

a {
  color: #333;
  transition-duration: 300ms;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.-decoration {
  color: #036EB7;
}

/* Layout */
.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-shadow {
  box-shadow: 0 0 5px #aaa;
}

.justify {
  text-align: justify;
}

/*****************
	Utility
 *****************/
/*
  Font Size Utility
*/
.fs-0 {
  font-size: 0px !important;
}

.fs-1 {
  font-size: 1px !important;
}

.fs-2 {
  font-size: 2px !important;
}

.fs-3 {
  font-size: 3px !important;
}

.fs-4 {
  font-size: 4px !important;
}

.fs-5 {
  font-size: 5px !important;
}

.fs-6 {
  font-size: 6px !important;
}

.fs-7 {
  font-size: 7px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-47 {
  font-size: 47px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-51 {
  font-size: 51px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.fs-53 {
  font-size: 53px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-57 {
  font-size: 57px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.fs-59 {
  font-size: 59px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-61 {
  font-size: 61px !important;
}

.fs-62 {
  font-size: 62px !important;
}

.fs-63 {
  font-size: 63px !important;
}

.fs-64 {
  font-size: 64px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.fs-66 {
  font-size: 66px !important;
}

.fs-67 {
  font-size: 67px !important;
}

.fs-68 {
  font-size: 68px !important;
}

.fs-69 {
  font-size: 69px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fs-71 {
  font-size: 71px !important;
}

.fs-72 {
  font-size: 72px !important;
}

.fs-73 {
  font-size: 73px !important;
}

.fs-74 {
  font-size: 74px !important;
}

.fs-75 {
  font-size: 75px !important;
}

.fs-76 {
  font-size: 76px !important;
}

.fs-77 {
  font-size: 77px !important;
}

.fs-78 {
  font-size: 78px !important;
}

.fs-79 {
  font-size: 79px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.fs-81 {
  font-size: 81px !important;
}

.fs-82 {
  font-size: 82px !important;
}

.fs-83 {
  font-size: 83px !important;
}

.fs-84 {
  font-size: 84px !important;
}

.fs-85 {
  font-size: 85px !important;
}

.fs-86 {
  font-size: 86px !important;
}

.fs-87 {
  font-size: 87px !important;
}

.fs-88 {
  font-size: 88px !important;
}

.fs-89 {
  font-size: 89px !important;
}

.fs-90 {
  font-size: 90px !important;
}

.fs-91 {
  font-size: 91px !important;
}

.fs-92 {
  font-size: 92px !important;
}

.fs-93 {
  font-size: 93px !important;
}

.fs-94 {
  font-size: 94px !important;
}

.fs-95 {
  font-size: 95px !important;
}

.fs-96 {
  font-size: 96px !important;
}

.fs-97 {
  font-size: 97px !important;
}

.fs-98 {
  font-size: 98px !important;
}

.fs-99 {
  font-size: 99px !important;
}

.fs-100 {
  font-size: 100px !important;
}

@media (min-width: 768px) {
  .sm-fs-0 {
    font-size: 0px !important;
  }
  .sm-fs-1 {
    font-size: 1px !important;
  }
  .sm-fs-2 {
    font-size: 2px !important;
  }
  .sm-fs-3 {
    font-size: 3px !important;
  }
  .sm-fs-4 {
    font-size: 4px !important;
  }
  .sm-fs-5 {
    font-size: 5px !important;
  }
  .sm-fs-6 {
    font-size: 6px !important;
  }
  .sm-fs-7 {
    font-size: 7px !important;
  }
  .sm-fs-8 {
    font-size: 8px !important;
  }
  .sm-fs-9 {
    font-size: 9px !important;
  }
  .sm-fs-10 {
    font-size: 10px !important;
  }
  .sm-fs-11 {
    font-size: 11px !important;
  }
  .sm-fs-12 {
    font-size: 12px !important;
  }
  .sm-fs-13 {
    font-size: 13px !important;
  }
  .sm-fs-14 {
    font-size: 14px !important;
  }
  .sm-fs-15 {
    font-size: 15px !important;
  }
  .sm-fs-16 {
    font-size: 16px !important;
  }
  .sm-fs-17 {
    font-size: 17px !important;
  }
  .sm-fs-18 {
    font-size: 18px !important;
  }
  .sm-fs-19 {
    font-size: 19px !important;
  }
  .sm-fs-20 {
    font-size: 20px !important;
  }
  .sm-fs-21 {
    font-size: 21px !important;
  }
  .sm-fs-22 {
    font-size: 22px !important;
  }
  .sm-fs-23 {
    font-size: 23px !important;
  }
  .sm-fs-24 {
    font-size: 24px !important;
  }
  .sm-fs-25 {
    font-size: 25px !important;
  }
  .sm-fs-26 {
    font-size: 26px !important;
  }
  .sm-fs-27 {
    font-size: 27px !important;
  }
  .sm-fs-28 {
    font-size: 28px !important;
  }
  .sm-fs-29 {
    font-size: 29px !important;
  }
  .sm-fs-30 {
    font-size: 30px !important;
  }
  .sm-fs-31 {
    font-size: 31px !important;
  }
  .sm-fs-32 {
    font-size: 32px !important;
  }
  .sm-fs-33 {
    font-size: 33px !important;
  }
  .sm-fs-34 {
    font-size: 34px !important;
  }
  .sm-fs-35 {
    font-size: 35px !important;
  }
  .sm-fs-36 {
    font-size: 36px !important;
  }
  .sm-fs-37 {
    font-size: 37px !important;
  }
  .sm-fs-38 {
    font-size: 38px !important;
  }
  .sm-fs-39 {
    font-size: 39px !important;
  }
  .sm-fs-40 {
    font-size: 40px !important;
  }
  .sm-fs-41 {
    font-size: 41px !important;
  }
  .sm-fs-42 {
    font-size: 42px !important;
  }
  .sm-fs-43 {
    font-size: 43px !important;
  }
  .sm-fs-44 {
    font-size: 44px !important;
  }
  .sm-fs-45 {
    font-size: 45px !important;
  }
  .sm-fs-46 {
    font-size: 46px !important;
  }
  .sm-fs-47 {
    font-size: 47px !important;
  }
  .sm-fs-48 {
    font-size: 48px !important;
  }
  .sm-fs-49 {
    font-size: 49px !important;
  }
  .sm-fs-50 {
    font-size: 50px !important;
  }
  .sm-fs-51 {
    font-size: 51px !important;
  }
  .sm-fs-52 {
    font-size: 52px !important;
  }
  .sm-fs-53 {
    font-size: 53px !important;
  }
  .sm-fs-54 {
    font-size: 54px !important;
  }
  .sm-fs-55 {
    font-size: 55px !important;
  }
  .sm-fs-56 {
    font-size: 56px !important;
  }
  .sm-fs-57 {
    font-size: 57px !important;
  }
  .sm-fs-58 {
    font-size: 58px !important;
  }
  .sm-fs-59 {
    font-size: 59px !important;
  }
  .sm-fs-60 {
    font-size: 60px !important;
  }
  .sm-fs-61 {
    font-size: 61px !important;
  }
  .sm-fs-62 {
    font-size: 62px !important;
  }
  .sm-fs-63 {
    font-size: 63px !important;
  }
  .sm-fs-64 {
    font-size: 64px !important;
  }
  .sm-fs-65 {
    font-size: 65px !important;
  }
  .sm-fs-66 {
    font-size: 66px !important;
  }
  .sm-fs-67 {
    font-size: 67px !important;
  }
  .sm-fs-68 {
    font-size: 68px !important;
  }
  .sm-fs-69 {
    font-size: 69px !important;
  }
  .sm-fs-70 {
    font-size: 70px !important;
  }
  .sm-fs-71 {
    font-size: 71px !important;
  }
  .sm-fs-72 {
    font-size: 72px !important;
  }
  .sm-fs-73 {
    font-size: 73px !important;
  }
  .sm-fs-74 {
    font-size: 74px !important;
  }
  .sm-fs-75 {
    font-size: 75px !important;
  }
  .sm-fs-76 {
    font-size: 76px !important;
  }
  .sm-fs-77 {
    font-size: 77px !important;
  }
  .sm-fs-78 {
    font-size: 78px !important;
  }
  .sm-fs-79 {
    font-size: 79px !important;
  }
  .sm-fs-80 {
    font-size: 80px !important;
  }
  .sm-fs-81 {
    font-size: 81px !important;
  }
  .sm-fs-82 {
    font-size: 82px !important;
  }
  .sm-fs-83 {
    font-size: 83px !important;
  }
  .sm-fs-84 {
    font-size: 84px !important;
  }
  .sm-fs-85 {
    font-size: 85px !important;
  }
  .sm-fs-86 {
    font-size: 86px !important;
  }
  .sm-fs-87 {
    font-size: 87px !important;
  }
  .sm-fs-88 {
    font-size: 88px !important;
  }
  .sm-fs-89 {
    font-size: 89px !important;
  }
  .sm-fs-90 {
    font-size: 90px !important;
  }
  .sm-fs-91 {
    font-size: 91px !important;
  }
  .sm-fs-92 {
    font-size: 92px !important;
  }
  .sm-fs-93 {
    font-size: 93px !important;
  }
  .sm-fs-94 {
    font-size: 94px !important;
  }
  .sm-fs-95 {
    font-size: 95px !important;
  }
  .sm-fs-96 {
    font-size: 96px !important;
  }
  .sm-fs-97 {
    font-size: 97px !important;
  }
  .sm-fs-98 {
    font-size: 98px !important;
  }
  .sm-fs-99 {
    font-size: 99px !important;
  }
  .sm-fs-100 {
    font-size: 100px !important;
  }
}
@media (min-width: 992px) {
  .md-fs-0 {
    font-size: 0px !important;
  }
  .md-fs-1 {
    font-size: 1px !important;
  }
  .md-fs-2 {
    font-size: 2px !important;
  }
  .md-fs-3 {
    font-size: 3px !important;
  }
  .md-fs-4 {
    font-size: 4px !important;
  }
  .md-fs-5 {
    font-size: 5px !important;
  }
  .md-fs-6 {
    font-size: 6px !important;
  }
  .md-fs-7 {
    font-size: 7px !important;
  }
  .md-fs-8 {
    font-size: 8px !important;
  }
  .md-fs-9 {
    font-size: 9px !important;
  }
  .md-fs-10 {
    font-size: 10px !important;
  }
  .md-fs-11 {
    font-size: 11px !important;
  }
  .md-fs-12 {
    font-size: 12px !important;
  }
  .md-fs-13 {
    font-size: 13px !important;
  }
  .md-fs-14 {
    font-size: 14px !important;
  }
  .md-fs-15 {
    font-size: 15px !important;
  }
  .md-fs-16 {
    font-size: 16px !important;
  }
  .md-fs-17 {
    font-size: 17px !important;
  }
  .md-fs-18 {
    font-size: 18px !important;
  }
  .md-fs-19 {
    font-size: 19px !important;
  }
  .md-fs-20 {
    font-size: 20px !important;
  }
  .md-fs-21 {
    font-size: 21px !important;
  }
  .md-fs-22 {
    font-size: 22px !important;
  }
  .md-fs-23 {
    font-size: 23px !important;
  }
  .md-fs-24 {
    font-size: 24px !important;
  }
  .md-fs-25 {
    font-size: 25px !important;
  }
  .md-fs-26 {
    font-size: 26px !important;
  }
  .md-fs-27 {
    font-size: 27px !important;
  }
  .md-fs-28 {
    font-size: 28px !important;
  }
  .md-fs-29 {
    font-size: 29px !important;
  }
  .md-fs-30 {
    font-size: 30px !important;
  }
  .md-fs-31 {
    font-size: 31px !important;
  }
  .md-fs-32 {
    font-size: 32px !important;
  }
  .md-fs-33 {
    font-size: 33px !important;
  }
  .md-fs-34 {
    font-size: 34px !important;
  }
  .md-fs-35 {
    font-size: 35px !important;
  }
  .md-fs-36 {
    font-size: 36px !important;
  }
  .md-fs-37 {
    font-size: 37px !important;
  }
  .md-fs-38 {
    font-size: 38px !important;
  }
  .md-fs-39 {
    font-size: 39px !important;
  }
  .md-fs-40 {
    font-size: 40px !important;
  }
  .md-fs-41 {
    font-size: 41px !important;
  }
  .md-fs-42 {
    font-size: 42px !important;
  }
  .md-fs-43 {
    font-size: 43px !important;
  }
  .md-fs-44 {
    font-size: 44px !important;
  }
  .md-fs-45 {
    font-size: 45px !important;
  }
  .md-fs-46 {
    font-size: 46px !important;
  }
  .md-fs-47 {
    font-size: 47px !important;
  }
  .md-fs-48 {
    font-size: 48px !important;
  }
  .md-fs-49 {
    font-size: 49px !important;
  }
  .md-fs-50 {
    font-size: 50px !important;
  }
  .md-fs-51 {
    font-size: 51px !important;
  }
  .md-fs-52 {
    font-size: 52px !important;
  }
  .md-fs-53 {
    font-size: 53px !important;
  }
  .md-fs-54 {
    font-size: 54px !important;
  }
  .md-fs-55 {
    font-size: 55px !important;
  }
  .md-fs-56 {
    font-size: 56px !important;
  }
  .md-fs-57 {
    font-size: 57px !important;
  }
  .md-fs-58 {
    font-size: 58px !important;
  }
  .md-fs-59 {
    font-size: 59px !important;
  }
  .md-fs-60 {
    font-size: 60px !important;
  }
  .md-fs-61 {
    font-size: 61px !important;
  }
  .md-fs-62 {
    font-size: 62px !important;
  }
  .md-fs-63 {
    font-size: 63px !important;
  }
  .md-fs-64 {
    font-size: 64px !important;
  }
  .md-fs-65 {
    font-size: 65px !important;
  }
  .md-fs-66 {
    font-size: 66px !important;
  }
  .md-fs-67 {
    font-size: 67px !important;
  }
  .md-fs-68 {
    font-size: 68px !important;
  }
  .md-fs-69 {
    font-size: 69px !important;
  }
  .md-fs-70 {
    font-size: 70px !important;
  }
  .md-fs-71 {
    font-size: 71px !important;
  }
  .md-fs-72 {
    font-size: 72px !important;
  }
  .md-fs-73 {
    font-size: 73px !important;
  }
  .md-fs-74 {
    font-size: 74px !important;
  }
  .md-fs-75 {
    font-size: 75px !important;
  }
  .md-fs-76 {
    font-size: 76px !important;
  }
  .md-fs-77 {
    font-size: 77px !important;
  }
  .md-fs-78 {
    font-size: 78px !important;
  }
  .md-fs-79 {
    font-size: 79px !important;
  }
  .md-fs-80 {
    font-size: 80px !important;
  }
  .md-fs-81 {
    font-size: 81px !important;
  }
  .md-fs-82 {
    font-size: 82px !important;
  }
  .md-fs-83 {
    font-size: 83px !important;
  }
  .md-fs-84 {
    font-size: 84px !important;
  }
  .md-fs-85 {
    font-size: 85px !important;
  }
  .md-fs-86 {
    font-size: 86px !important;
  }
  .md-fs-87 {
    font-size: 87px !important;
  }
  .md-fs-88 {
    font-size: 88px !important;
  }
  .md-fs-89 {
    font-size: 89px !important;
  }
  .md-fs-90 {
    font-size: 90px !important;
  }
  .md-fs-91 {
    font-size: 91px !important;
  }
  .md-fs-92 {
    font-size: 92px !important;
  }
  .md-fs-93 {
    font-size: 93px !important;
  }
  .md-fs-94 {
    font-size: 94px !important;
  }
  .md-fs-95 {
    font-size: 95px !important;
  }
  .md-fs-96 {
    font-size: 96px !important;
  }
  .md-fs-97 {
    font-size: 97px !important;
  }
  .md-fs-98 {
    font-size: 98px !important;
  }
  .md-fs-99 {
    font-size: 99px !important;
  }
  .md-fs-100 {
    font-size: 100px !important;
  }
}
@media (min-width: 1280px) {
  .lg-fs-0 {
    font-size: 0px !important;
  }
  .lg-fs-1 {
    font-size: 1px !important;
  }
  .lg-fs-2 {
    font-size: 2px !important;
  }
  .lg-fs-3 {
    font-size: 3px !important;
  }
  .lg-fs-4 {
    font-size: 4px !important;
  }
  .lg-fs-5 {
    font-size: 5px !important;
  }
  .lg-fs-6 {
    font-size: 6px !important;
  }
  .lg-fs-7 {
    font-size: 7px !important;
  }
  .lg-fs-8 {
    font-size: 8px !important;
  }
  .lg-fs-9 {
    font-size: 9px !important;
  }
  .lg-fs-10 {
    font-size: 10px !important;
  }
  .lg-fs-11 {
    font-size: 11px !important;
  }
  .lg-fs-12 {
    font-size: 12px !important;
  }
  .lg-fs-13 {
    font-size: 13px !important;
  }
  .lg-fs-14 {
    font-size: 14px !important;
  }
  .lg-fs-15 {
    font-size: 15px !important;
  }
  .lg-fs-16 {
    font-size: 16px !important;
  }
  .lg-fs-17 {
    font-size: 17px !important;
  }
  .lg-fs-18 {
    font-size: 18px !important;
  }
  .lg-fs-19 {
    font-size: 19px !important;
  }
  .lg-fs-20 {
    font-size: 20px !important;
  }
  .lg-fs-21 {
    font-size: 21px !important;
  }
  .lg-fs-22 {
    font-size: 22px !important;
  }
  .lg-fs-23 {
    font-size: 23px !important;
  }
  .lg-fs-24 {
    font-size: 24px !important;
  }
  .lg-fs-25 {
    font-size: 25px !important;
  }
  .lg-fs-26 {
    font-size: 26px !important;
  }
  .lg-fs-27 {
    font-size: 27px !important;
  }
  .lg-fs-28 {
    font-size: 28px !important;
  }
  .lg-fs-29 {
    font-size: 29px !important;
  }
  .lg-fs-30 {
    font-size: 30px !important;
  }
  .lg-fs-31 {
    font-size: 31px !important;
  }
  .lg-fs-32 {
    font-size: 32px !important;
  }
  .lg-fs-33 {
    font-size: 33px !important;
  }
  .lg-fs-34 {
    font-size: 34px !important;
  }
  .lg-fs-35 {
    font-size: 35px !important;
  }
  .lg-fs-36 {
    font-size: 36px !important;
  }
  .lg-fs-37 {
    font-size: 37px !important;
  }
  .lg-fs-38 {
    font-size: 38px !important;
  }
  .lg-fs-39 {
    font-size: 39px !important;
  }
  .lg-fs-40 {
    font-size: 40px !important;
  }
  .lg-fs-41 {
    font-size: 41px !important;
  }
  .lg-fs-42 {
    font-size: 42px !important;
  }
  .lg-fs-43 {
    font-size: 43px !important;
  }
  .lg-fs-44 {
    font-size: 44px !important;
  }
  .lg-fs-45 {
    font-size: 45px !important;
  }
  .lg-fs-46 {
    font-size: 46px !important;
  }
  .lg-fs-47 {
    font-size: 47px !important;
  }
  .lg-fs-48 {
    font-size: 48px !important;
  }
  .lg-fs-49 {
    font-size: 49px !important;
  }
  .lg-fs-50 {
    font-size: 50px !important;
  }
  .lg-fs-51 {
    font-size: 51px !important;
  }
  .lg-fs-52 {
    font-size: 52px !important;
  }
  .lg-fs-53 {
    font-size: 53px !important;
  }
  .lg-fs-54 {
    font-size: 54px !important;
  }
  .lg-fs-55 {
    font-size: 55px !important;
  }
  .lg-fs-56 {
    font-size: 56px !important;
  }
  .lg-fs-57 {
    font-size: 57px !important;
  }
  .lg-fs-58 {
    font-size: 58px !important;
  }
  .lg-fs-59 {
    font-size: 59px !important;
  }
  .lg-fs-60 {
    font-size: 60px !important;
  }
  .lg-fs-61 {
    font-size: 61px !important;
  }
  .lg-fs-62 {
    font-size: 62px !important;
  }
  .lg-fs-63 {
    font-size: 63px !important;
  }
  .lg-fs-64 {
    font-size: 64px !important;
  }
  .lg-fs-65 {
    font-size: 65px !important;
  }
  .lg-fs-66 {
    font-size: 66px !important;
  }
  .lg-fs-67 {
    font-size: 67px !important;
  }
  .lg-fs-68 {
    font-size: 68px !important;
  }
  .lg-fs-69 {
    font-size: 69px !important;
  }
  .lg-fs-70 {
    font-size: 70px !important;
  }
  .lg-fs-71 {
    font-size: 71px !important;
  }
  .lg-fs-72 {
    font-size: 72px !important;
  }
  .lg-fs-73 {
    font-size: 73px !important;
  }
  .lg-fs-74 {
    font-size: 74px !important;
  }
  .lg-fs-75 {
    font-size: 75px !important;
  }
  .lg-fs-76 {
    font-size: 76px !important;
  }
  .lg-fs-77 {
    font-size: 77px !important;
  }
  .lg-fs-78 {
    font-size: 78px !important;
  }
  .lg-fs-79 {
    font-size: 79px !important;
  }
  .lg-fs-80 {
    font-size: 80px !important;
  }
  .lg-fs-81 {
    font-size: 81px !important;
  }
  .lg-fs-82 {
    font-size: 82px !important;
  }
  .lg-fs-83 {
    font-size: 83px !important;
  }
  .lg-fs-84 {
    font-size: 84px !important;
  }
  .lg-fs-85 {
    font-size: 85px !important;
  }
  .lg-fs-86 {
    font-size: 86px !important;
  }
  .lg-fs-87 {
    font-size: 87px !important;
  }
  .lg-fs-88 {
    font-size: 88px !important;
  }
  .lg-fs-89 {
    font-size: 89px !important;
  }
  .lg-fs-90 {
    font-size: 90px !important;
  }
  .lg-fs-91 {
    font-size: 91px !important;
  }
  .lg-fs-92 {
    font-size: 92px !important;
  }
  .lg-fs-93 {
    font-size: 93px !important;
  }
  .lg-fs-94 {
    font-size: 94px !important;
  }
  .lg-fs-95 {
    font-size: 95px !important;
  }
  .lg-fs-96 {
    font-size: 96px !important;
  }
  .lg-fs-97 {
    font-size: 97px !important;
  }
  .lg-fs-98 {
    font-size: 98px !important;
  }
  .lg-fs-99 {
    font-size: 99px !important;
  }
  .lg-fs-100 {
    font-size: 100px !important;
  }
}
/*
  Spacing Utility
*/
.m-0 {
  margin: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

