@charset "UTF-8";

/* ----------------------------------------------------------------
      Sanitize
----------------------------------------------------------------- */
/*! sanitize.css v13.0.0 | MIT License | github.com/csstools/sanitize.css */

/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}



/* ----------------------------------------------------------------
      Base
  ----------------------------------------------------------------- */
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }

  html,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  ol,
  li,
  dl {
    margin: 0;
    padding: 0;
  }

  html {
    font-size: 62.5%;
  }

  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    font-family: "Noto Sans JP","Hiragino Sans","Meiryo","Hiragino Kaku Gothic ProN",sans-serif;
    color: #3e3a39;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.57143;
    word-wrap: break-word;
  }

  ul,ol {
    list-style-type: none;
  }

  a {
    text-decoration: none;
  }

  em {
  font-style: normal;
  font-weight: bold;
  }

  .main-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 0;
  }

  .indent {
    text-indent: 1em;
  }

  .clearfix::after {
  content: "";
  display: block;
  clear: both;
  }

  /* button-reset */

  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }

  /* FontAwesome Control
  ----------------------------------------------- */

  .fa-small {
    font-size: 0.9em;
  }

  .fa-gray {
    color: #707f86;
  }

  .fa-royalblue {
    color: #004386;
  }

  .fa-blue {
    color: #0098d8;
  }

  .fa-black {
    color: #000000;
  }

  .fa-paleblue {
    color: #a0caec;
  }

  .fa-duskyblue {
    color: #4f81bd;
  }

  /* bluegreen */
  .fa-bg {
    color: rgb(77,173,199);
  }

  .fa-orange {
    color: #f6aa00;
  }
  
  .fa-white {
    color: #fff;
  }

  .fa-bluegreen {
    color: #00a199;
  }

  ß.fa-palegreen {
    color: #bae2e0;
  }

  .fa-pk {
    color: #dd5b8f;
  }


  /* Display Control
  ----------------------------------------------- */
  .block {
    display: block !important;
  }

  .inline-block {
    display: inline-block !important;
  }

  .inline {
    display: inline !important;
  }

  .none {
    display: none !important;
  }


  /* clearfix Control
  ----------------------------------------------- */
  .c-clearfix {
    zoom: 1;
  }
  
  .c-clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* Align Control
  ----------------------------------------------- */
  .ta-l {
    text-align: left !important;
  }

  .ta-c {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .ta-r {
    text-align: right !important;
  }

  .va-t {
    vertical-align: top !important;
  }

  .va-m {
    vertical-align: middle !important;
  }

  .va-b {
    vertical-align: bottom !important;
  }

  /* Font-weight Control
  ----------------------------------------------- */

  .fw-normal {
    font-weight: normal !important;
  }

  .fw-bold {
    font-weight: bold !important;
  }

  /* Font-color Control
  ----------------------------------------------- */
  .fc {
    color: #333 !important;
  }

  .fc-02 {
    color: #006fbc !important;
  }

  .fc-03 {
    color: #ff538c !important;
  }

  .fc-04 {
    color: #ff8124 !important;
  }

  .fc-05 {
    color: #dc0000 !important;
  }

  .fc-05-02 {
    color: #DB2B58 !important;
  }

  /* Font-size Control
  ----------------------------------------------- */
  .fs-10 {
    font-size: 10px !important;
    font-size: 1rem !important;
  }

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

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

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

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

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

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

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

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

  /* kome Control
  ----------------------------------------------- */
  .kome {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
  }

  @media only screen and (max-width: 640px) {
    .kome {
      font-size: 11px;
      font-size: 1.1rem;
    }
  }
  /* span */
  span.kome {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
    text-indent: -1rem;
    padding-left: 1rem;
  }
  span.komeInBlock {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    display: inline-block;
    text-indent: -1rem;
  }

  @media only screen and (max-width: 640px) {
    span.kome {
      font-size: 11px;
      font-size: 1.1rem;
    }
  }
  /* span inline-block*/
  @media only screen and (max-width: 640px) {
    span.komeInBlock {
      font-size: 11px;
      font-size: 1.1rem;
    }
  }

  /* Link Control
  ----------------------------------------------- */
  .link-com-arrow-01:before,
  .link-com-arrow-02:before {
    content: "";
    display: block;
  }

  .link-com-arrow-01:before,
  .link-com-arrow-02:before {
    background-image: url(/common_a/img/sprite.png);
  }

  /* .link-com-arrow-01 */
  .link-com-arrow-01 {
    padding-left: 25px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .link-com-arrow-01:before {
    width: 15px;
    height: 15px;
    background-position: -48px -45px;
    position: absolute;
    top: .15em;
    left: 0;
  }

  @media only screen and (max-width: 640px) {
    .link-com-arrow-01 {
      font-size: 13px;
      font-size: 1.3rem;
      padding-left: 22px;
    }
    .link-com-arrow-01:before {
      top: .05em;
    }
  }
  /* .link-com-arrow-02 */
  .link-com-arrow-02 {
    padding-left: 10px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .link-com-arrow-02:before {
    width: 4px;
    height: 6px;
    background-position: -87px -55px;
    position: absolute;
    top: .5em;
    left: 0;
  }

  @media only screen and (max-width: 640px) {
    .link-com-arrow-02 {
      font-size: 13px;
      font-size: 1.3rem;
      padding-left: 10px;
    }
    .link-com-arrow-02:before {
      top: .5em;
    }
  }

  /* .link-border */
  .link-border {
    position: relative;
    display: inline-block;
  }
  .link-border:hover:before,
  .link-border:active:before,
  .link-border:focus:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #ff96b9;
  }
  .link-border:hover img,
  .link-border:focus img,
  .link-border:active img {
    opacity: 1;
  }

  /* White Space Control
  ----------------------------------------------- */
  .ws-nowrap {
    white-space: nowrap !important;
  }

  /* Border Control
  ----------------------------------------------- */
  .border-top-none {
    border-top: none !important;
  }

  .border-right-none {
    border-right: none !important;
  }

  .border-bottom-none {
    border-bottom: none !important;
  }

  .border-left-none {
    border-left: none !important;
  }

  .border {
    border: 1px solid #e6e6e6;
  }

  /* Width Control
  ----------------------------------------------- */
  .w-5 {
    width: 5% !important;
  }

  .w-10 {
    width: 10% !important;
  }

  .w-15 {
    width: 15% !important;
  }

  .w-20 {
    width: 20% !important;
  }

  .w-25 {
    width: 25% !important;
  }

  .w-30 {
    width: 30% !important;
  }

  .w-35 {
    width: 35% !important;
  }

  .w-40 {
    width: 40% !important;
  }

  .w-45 {
    width: 45% !important;
  }

  .w-50 {
    width: 50% !important;
  }

  .w-55 {
    width: 55% !important;
  }

  .w-60 {
    width: 60% !important;
  }

  .w-65 {
    width: 65% !important;
  }

  .w-70 {
    width: 70% !important;
  }

  .w-75 {
    width: 75% !important;
  }

  .w-80 {
    width: 80% !important;
  }

  .w-85 {
    width: 85% !important;
  }

  .w-90 {
    width: 90% !important;
  }

  .w-95 {
    width: 95% !important;
  }

  .w-100 {
    width: 100% !important;
  }

  /* Margin and Padding Control
  ----------------------------------------------- */
  .pt-0 {
    padding-top: 0 !important;
  }

  .pr-0 {
    padding-right: 0 !important;
  }

  .pb-0 {
    padding-bottom: 0 !important;
  }

  .pl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

  .pt-5 {
    padding-top: 5px !important;
  }

  .pr-5 {
    padding-right: 5px !important;
  }

  .pb-5 {
    padding-bottom: 5px !important;
  }

  .pl-5 {
    padding-left: 5px !important;
  }

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

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

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

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

  .pt-10 {
    padding-top: 10px !important;
  }

  .pr-10 {
    padding-right: 10px !important;
  }

  .pb-10 {
    padding-bottom: 10px !important;
  }

  .pl-10 {
    padding-left: 10px !important;
  }

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

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

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

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

  .pt-15 {
    padding-top: 15px !important;
  }

  .pr-15 {
    padding-right: 15px !important;
  }

  .pb-15 {
    padding-bottom: 15px !important;
  }

  .pl-15 {
    padding-left: 15px !important;
  }

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

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

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

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

  .pt-20 {
    padding-top: 20px !important;
  }

  .pr-20 {
    padding-right: 20px !important;
  }

  .pb-20 {
    padding-bottom: 20px !important;
  }

  .pl-20 {
    padding-left: 20px !important;
  }

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

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

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

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

  .pt-25 {
    padding-top: 25px !important;
  }

  .pr-25 {
    padding-right: 25px !important;
  }

  .pb-25 {
    padding-bottom: 25px !important;
  }

  .pl-25 {
    padding-left: 25px !important;
  }

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

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

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

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

  .pt-30 {
    padding-top: 30px !important;
  }

  .pr-30 {
    padding-right: 30px !important;
  }

  .pb-30 {
    padding-bottom: 30px !important;
  }

  .pl-30 {
    padding-left: 30px !important;
  }

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

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

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

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

  .pt-35 {
    padding-top: 35px !important;
  }

  .pr-35 {
    padding-right: 35px !important;
  }

  .pb-35 {
    padding-bottom: 35px !important;
  }

  .pl-35 {
    padding-left: 35px !important;
  }

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

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

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

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

  .pt-40 {
    padding-top: 40px !important;
  }

  .pr-40 {
    padding-right: 40px !important;
  }

  .pb-40 {
    padding-bottom: 40px !important;
  }

  .pl-40 {
    padding-left: 40px !important;
  }

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

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

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

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

  .pt-45 {
    padding-top: 45px !important;
  }

  .pr-45 {
    padding-right: 45px !important;
  }

  .pb-45 {
    padding-bottom: 45px !important;
  }

  .pl-45 {
    padding-left: 45px !important;
  }

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

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

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

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

  .pt-50 {
    padding-top: 50px !important;
  }

  .pr-50 {
    padding-right: 50px !important;
  }

  .pb-50 {
    padding-bottom: 50px !important;
  }

  .pl-50 {
    padding-left: 50px !important;
  }

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

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

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

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

  .pt-55 {
    padding-top: 55px !important;
  }

  .pr-55 {
    padding-right: 55px !important;
  }

  .pb-55 {
    padding-bottom: 55px !important;
  }

  .pl-55 {
    padding-left: 55px !important;
  }

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

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

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

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

  .pt-60 {
    padding-top: 60px !important;
  }

  .pr-60 {
    padding-right: 60px !important;
  }

  .pb-60 {
    padding-bottom: 60px !important;
  }

  .pl-60 {
    padding-left: 60px !important;
  }

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

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

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

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

  .pt-65 {
    padding-top: 65px !important;
  }

  .pr-65 {
    padding-right: 65px !important;
  }

  .pb-65 {
    padding-bottom: 65px !important;
  }

  .pl-65 {
    padding-left: 65px !important;
  }

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

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

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

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

  .pt-70 {
    padding-top: 70px !important;
  }

  .pr-70 {
    padding-right: 70px !important;
  }

  .pb-70 {
    padding-bottom: 70px !important;
  }

  .pl-70 {
    padding-left: 70px !important;
  }

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

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

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

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

  .pt-75 {
    padding-top: 75px !important;
  }

  .pr-75 {
    padding-right: 75px !important;
  }

  .pb-75 {
    padding-bottom: 75px !important;
  }

  .pl-75 {
    padding-left: 75px !important;
  }

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

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

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

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

  .pt-80 {
    padding-top: 80px !important;
  }

  .pr-80 {
    padding-right: 80px !important;
  }

  .pb-80 {
    padding-bottom: 80px !important;
  }

  .pl-80 {
    padding-left: 80px !important;
  }

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

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

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

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

  .pt-85 {
    padding-top: 85px !important;
  }

  .pr-85 {
    padding-right: 85px !important;
  }

  .pb-85 {
    padding-bottom: 85px !important;
  }

  .pl-85 {
    padding-left: 85px !important;
  }

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

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

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

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

  .pt-90 {
    padding-top: 90px !important;
  }

  .pr-90 {
    padding-right: 90px !important;
  }

  .pb-90 {
    padding-bottom: 90px !important;
  }

  .pl-90 {
    padding-left: 90px !important;
  }

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

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

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

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

  .pt-95 {
    padding-top: 95px !important;
  }

  .pr-95 {
    padding-right: 95px !important;
  }

  .pb-95 {
    padding-bottom: 95px !important;
  }

  .pl-95 {
    padding-left: 95px !important;
  }

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

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

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

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

  .pt-100 {
    padding-top: 100px !important;
  }

  .pr-100 {
    padding-right: 100px !important;
  }

  .pb-100 {
    padding-bottom: 100px !important;
  }

  .pl-100 {
    padding-left: 100px !important;
  }

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

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

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

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

  .margin-delete {
    margin: 0 !important;
  }

  .padding-delete {
    padding: 0 !important;
  }

  .margin-0auto {
    margin: 0 auto !important;
  }