@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1000px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1000px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1000px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1000px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1000px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1000px) {
  .container {
    max-width: 1020px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 1000px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1020px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1000px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1000px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1000px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1000px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .full, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .full, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .full, body.dlform > main .form > form .form_body .form_row .body .full {
  width: 100%;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .half, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .half, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .half, body.dlform > main .form > form .form_body .form_row .body .half {
  width: 48.7%;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .half.two_column, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .half.two_column, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .half.two_column, body.dlform > main .form > form .form_body .form_row .body .half.two_column {
  float: left;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .half.two_column.right, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .half.two_column.right, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .half.two_column.right, body.dlform > main .form > form .form_body .form_row .body .half.two_column.right {
  float: right;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .tq, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .tq, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .tq, body.dlform > main .form > form .form_body .form_row .body .tq {
  width: 66.6%;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .tq.two_column, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .tq.two_column, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .tq.two_column, body.dlform > main .form > form .form_body .form_row .body .tq.two_column {
  float: left;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .tq.right, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .tq.right, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .tq.right, body.dlform > main .form > form .form_body .form_row .body .tq.right {
  float: right;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .quarter, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .quarter, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .quarter, body.dlform > main .form > form .form_body .form_row .body .quarter {
  width: 31%;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .quarter.two_column, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .quarter.two_column, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .quarter.two_column, body.dlform > main .form > form .form_body .form_row .body .quarter.two_column {
  float: left;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .quarter.right, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .quarter.right, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .quarter.right, body.dlform > main .form > form .form_body .form_row .body .quarter.right {
  float: right;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .short, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .short, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .short, body.dlform > main .form > form .form_body .form_row .body .short {
  width: 33%;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body p.notice, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body p.notice, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body p.notice, body.dlform > main .form > form .form_body .form_row .body p.notice,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body ul.error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body ul.error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body ul.error,
body.dlform > main .form > form .form_body .form_row .body ul.error {
  margin-top: -0.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  clear: both;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body ul.error li, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body ul.error li, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body ul.error li, body.dlform > main .form > form .form_body .form_row .body ul.error li {
  margin-bottom: 0.25rem;
  line-height: 1.3;
  color: #f96f00;
  font-size: 0.875rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=text], body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=text], body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=text], body.dlform > main .form > form .form_body .form_row .body input[type=text],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=tel],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=tel],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=tel],
body.dlform > main .form > form .form_body .form_row .body input[type=tel],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=email],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=email],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=email],
body.dlform > main .form > form .form_body .form_row .body input[type=email],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body select,
body.dlform > main .form > form .form_body .form_row .body select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body textarea,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body textarea,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body textarea,
body.dlform > main .form > form .form_body .form_row .body textarea {
  margin-bottom: 1.25rem;
  padding: 0 0.5rem;
  display: block;
  height: 2.5rem;
  color: #000;
  font-size: 1.125rem;
  line-height: 2.5rem;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  outline: none;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=text].form-error, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=text].form-error, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=text].form-error, body.dlform > main .form > form .form_body .form_row .body input[type=text].form-error, body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=text].error, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=text].error, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=text].error, body.dlform > main .form > form .form_body .form_row .body input[type=text].error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=tel].form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=tel].form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=tel].form-error,
body.dlform > main .form > form .form_body .form_row .body input[type=tel].form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=tel].error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=tel].error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=tel].error,
body.dlform > main .form > form .form_body .form_row .body input[type=tel].error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=email].form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=email].form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=email].form-error,
body.dlform > main .form > form .form_body .form_row .body input[type=email].form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=email].error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=email].error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=email].error,
body.dlform > main .form > form .form_body .form_row .body input[type=email].error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body select.form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body select.form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body select.form-error,
body.dlform > main .form > form .form_body .form_row .body select.form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body select.error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body select.error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body select.error,
body.dlform > main .form > form .form_body .form_row .body select.error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body textarea.form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body textarea.form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body textarea.form-error,
body.dlform > main .form > form .form_body .form_row .body textarea.form-error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body textarea.error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body textarea.error,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body textarea.error,
body.dlform > main .form > form .form_body .form_row .body textarea.error {
  background-color: #feebd0;
  border: 1px solid #f99200;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=text]::-webkit-input-placeholder, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=text]::-webkit-input-placeholder, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=text]::-webkit-input-placeholder, body.dlform > main .form > form .form_body .form_row .body input[type=text]::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=tel]::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=tel]::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=tel]::-webkit-input-placeholder,
body.dlform > main .form > form .form_body .form_row .body input[type=tel]::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=email]::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=email]::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=email]::-webkit-input-placeholder,
body.dlform > main .form > form .form_body .form_row .body input[type=email]::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body select::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body select::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body select::-webkit-input-placeholder,
body.dlform > main .form > form .form_body .form_row .body select::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body textarea::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body textarea::-webkit-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body textarea::-webkit-input-placeholder,
body.dlform > main .form > form .form_body .form_row .body textarea::-webkit-input-placeholder {
  color: #999;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=text]::-moz-placeholder, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=text]::-moz-placeholder, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=text]::-moz-placeholder, body.dlform > main .form > form .form_body .form_row .body input[type=text]::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=tel]::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=tel]::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=tel]::-moz-placeholder,
body.dlform > main .form > form .form_body .form_row .body input[type=tel]::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=email]::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=email]::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=email]::-moz-placeholder,
body.dlform > main .form > form .form_body .form_row .body input[type=email]::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body select::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body select::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body select::-moz-placeholder,
body.dlform > main .form > form .form_body .form_row .body select::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body textarea::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body textarea::-moz-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body textarea::-moz-placeholder,
body.dlform > main .form > form .form_body .form_row .body textarea::-moz-placeholder {
  color: #999;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=text]::-ms-input-placeholder, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=text]::-ms-input-placeholder, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=text]::-ms-input-placeholder, body.dlform > main .form > form .form_body .form_row .body input[type=text]::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=tel]::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=tel]::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=tel]::-ms-input-placeholder,
body.dlform > main .form > form .form_body .form_row .body input[type=tel]::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=email]::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=email]::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=email]::-ms-input-placeholder,
body.dlform > main .form > form .form_body .form_row .body input[type=email]::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body select::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body select::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body select::-ms-input-placeholder,
body.dlform > main .form > form .form_body .form_row .body select::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body textarea::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body textarea::-ms-input-placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body textarea::-ms-input-placeholder,
body.dlform > main .form > form .form_body .form_row .body textarea::-ms-input-placeholder {
  color: #999;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=text]::placeholder, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=text]::placeholder, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=text]::placeholder, body.dlform > main .form > form .form_body .form_row .body input[type=text]::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=tel]::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=tel]::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=tel]::placeholder,
body.dlform > main .form > form .form_body .form_row .body input[type=tel]::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=email]::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=email]::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=email]::placeholder,
body.dlform > main .form > form .form_body .form_row .body input[type=email]::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body select::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body select::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body select::placeholder,
body.dlform > main .form > form .form_body .form_row .body select::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body textarea::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body textarea::placeholder,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body textarea::placeholder,
body.dlform > main .form > form .form_body .form_row .body textarea::placeholder {
  color: #999;
}


body.form > main .form_wrapper > section > .inner > .form_body .form_row .body select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body select,
body.dlform > main .form > form .form_body .form_row .body select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.5rem;
  background-image: url(../img/common/bg_select.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body select::-ms-expand, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body select::-ms-expand, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body select::-ms-expand, body.dlform > main .form > form .form_body .form_row .body select::-ms-expand {
  display: none;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=checkbox], body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=checkbox], body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=checkbox], body.dlform > main .form > form .form_body .form_row .body input[type=checkbox],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=radio],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=radio],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=radio],
body.dlform > main .form > form .form_body .form_row .body input[type=radio] {
  display: none;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=checkbox] + label, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=checkbox] + label, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=checkbox] + label, body.dlform > main .form > form .form_body .form_row .body input[type=checkbox] + label,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=radio] + label,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=radio] + label,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=radio] + label,
body.dlform > main .form > form .form_body .form_row .body input[type=radio] + label {
  margin-bottom: 1rem;
  display: inline-block;
}


body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=radio] + label,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=radio] + label,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=radio] + label,
body.dlform > main .form > form .form_body .form_row .body input[type=radio] + label {
  margin-right: 0.8rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=radio] + label:before, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=radio] + label:before, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=radio] + label:before, body.dlform > main .form > form .form_body .form_row .body input[type=radio] + label:before {
  margin-right: 0.625rem;
  content: '';
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
  background-color: #fff;
  border: 0.25rem solid #fff;
  vertical-align: -0.1rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=radio]:checked + label:before, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=radio]:checked + label:before, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=radio]:checked + label:before, body.dlform > main .form > form .form_body .form_row .body input[type=radio]:checked + label:before {
  background-color: #999;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=checkbox] + label, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=checkbox] + label, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=checkbox] + label, body.dlform > main .form > form .form_body .form_row .body input[type=checkbox] + label {
  margin-right: 1rem;
  min-width: 10em;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=checkbox] + label:before, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=checkbox] + label:before, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=checkbox] + label:before, body.dlform > main .form > form .form_body .form_row .body input[type=checkbox] + label:before {
  margin-right: 0.625rem;
  content: '';
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: -0.2rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=checkbox]:checked + label:before, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=checkbox]:checked + label:before, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=checkbox]:checked + label:before, body.dlform > main .form > form .form_body .form_row .body input[type=checkbox]:checked + label:before {
  background-image: url(../img/common/icon_check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.6875rem;
}


body.form > main .form_wrapper > section > .inner > .form_body .form_row .body textarea,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body textarea,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body textarea,
body.dlform > main .form > form .form_body .form_row .body textarea {
  padding: 0.5rem;
  height: auto;
  line-height: 1.6;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.body input[type=text], body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.address_body input[type=text], body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.pref_body input[type=text], body.dlform > main .form > form .form_body .form_row .has-danger.body input[type=text],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.body input[type=tel],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.address_body input[type=tel],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.pref_body input[type=tel],
body.dlform > main .form > form .form_body .form_row .has-danger.body input[type=tel],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.body input[type=email],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.address_body input[type=email],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.pref_body input[type=email],
body.dlform > main .form > form .form_body .form_row .has-danger.body input[type=email],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.body select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.address_body select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.pref_body select,
body.dlform > main .form > form .form_body .form_row .has-danger.body select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.body textarea,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.address_body textarea,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .has-danger.pref_body textarea,
body.dlform > main .form > form .form_body .form_row .has-danger.body textarea,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .has-danger input[type=text],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .has-danger input[type=text],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .has-danger input[type=text],
body.dlform > main .form > form .form_body .form_row .body .has-danger input[type=text],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .has-danger input[type=tel],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .has-danger input[type=tel],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .has-danger input[type=tel],
body.dlform > main .form > form .form_body .form_row .body .has-danger input[type=tel],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .has-danger input[type=email],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .has-danger input[type=email],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .has-danger input[type=email],
body.dlform > main .form > form .form_body .form_row .body .has-danger input[type=email],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .has-danger select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .has-danger select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .has-danger select,
body.dlform > main .form > form .form_body .form_row .body .has-danger select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .has-danger textarea,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .has-danger textarea,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .has-danger textarea,
body.dlform > main .form > form .form_body .form_row .body .has-danger textarea {
  background-color: #feebd0;
  border: 1px solid #f99200;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .form-control-feedback, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .form-control-feedback, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .form-control-feedback, body.dlform > main .form > form .form_body .form_row .body .form-control-feedback {
  clear: both;
  margin-top: -0.5em;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #f96f00;
  font-size: 0.875rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body label span.required, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body label span.required, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body label span.required, body.dlform > main .form > form .form_body .form_row .body label span.required {
  padding: 0 0.25em;
  display: inline;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.125rem;
  background-color: #f68b31;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .head,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_head,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_head, body.dlform > main .form > form .form_body .form_row .head {
  font-size: 1.125rem;
  line-height: 1.5;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .head .required, body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_head .required, body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_head .required, body.dlform > main .form > form .form_body .form_row .head .required {
  margin-left: 0.5em;
  padding: 0 0.25em;
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.125rem;
  background-color: #f68b31;
  vertical-align: 0.1em;
}

@-webkit-keyframes global_nav {
  0% {
    top: -4.25rem;
  }
  100% {
    top: 0;
  }
}

@keyframes global_nav {
  0% {
    top: -4.25rem;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes menu_on {
  0% {
    height: 0;
    opacity: 0;
  }
  1% {
    height: auto;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu_on {
  0% {
    height: 0;
    opacity: 0;
  }
  1% {
    height: auto;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu_off {
  0% {
    height: auto;
    opacity: 1;
  }
  99% {
    height: auto;
    opacity: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes menu_off {
  0% {
    height: auto;
    opacity: 1;
  }
  99% {
    height: auto;
    opacity: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

body {
  margin: 0;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.3;
  color: #333;
  background-color: #fff;
}

a {
  color: #3c63bc;
  vertical-align: bottom;
  text-decoration: none;
}

a:hover,
a:active {
  color: #3c63bc;
  text-decoration: underline;
}

a:visited {
  color: #3c63bc;
}

img,
svg {
  vertical-align: top;
}

img {
  max-width: 100%;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 0.0625rem solid #d1d1d1;
}

@font-face {
  font-family: 'CONDENSEicon';
  src: url("../fonts/CONDENSEicon.eot") format("embedded-opentype"), url("../fonts/CONDENSEicon.woff") format("woff"), url("../fonts/CONDENSEicon.otf") format("opentype");
}

.iconfont {
  font-family: 'CONDENSEicon';
}

i[class^="icon_"] {
  display: inline-block;
}

i.icon_pdf {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../img/common/icon_pdf.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  vertical-align: middle;
}

.btn {
  display: inline-block;
  text-align: center;
  line-height: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
  border: 0;
  outline: none;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.btn a {
  text-decoration: none;
}

.btn::before, .btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn:hover,
.btn a:hover, .btn:active,
.btn a:active, .btn:focus,
.btn a:focus {
  text-decoration: none;
}

.btn.btn_curtain {
  overflow: hidden;
  font-size: 1.125rem;
}

.btn.btn_curtain::before {
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: all;
  transition-property: all;
}

.btn.btn_curtain:hover::before {
  right: 0;
}

.btn.btn_a {
  padding: 0.3125rem 0.875rem;
  border: 0.0625rem solid #333;
  color: #333;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
}

.btn.btn_a:hover {
  border: 0.0625rem solid #3c63bc;
  color: #fff;
  background-color: #3c63bc;
}

.btn.btn_b {
  padding: 0.75rem 4.6875rem 1rem 4.6875rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #f99200;
}

.btn.btn_b:hover {
  background-color: #fbab45;
}

.btn.btn_b > span {
  margin-bottom: 0.4em;
  display: block;
  font-size: 1rem;
}

.btn.btn_b > span::before, .btn.btn_b > span::after {
  padding: 0 0.5em;
  content: '';
  display: inline-block;
  background-image: url(../img/common/line_02.svg);
  background-size: 0.875rem 1.6875rem;
  background-repeat: no-repeat;
  background-position: left top;
  width: 0.875rem;
  height: 1.6875rem;
  vertical-align: middle;
}

.btn.btn_b > span::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.btn.btn_c {
  padding: 1.25rem 3rem;
  color: #045c89;
  background-color: #fff;
}

.btn.btn_c::before {
  background-color: #13007c;
}

.btn.btn_c::after {
  top: 0;
  right: 1.25rem;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/arrow_01_blue.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 9px 18px;
}

.btn.btn_c:hover {
  color: #fff;
}

.btn.btn_c:hover::after {
  background-image: url(../img/common/arrow_01_white.svg);
}

.btn.btn_d {
  padding: 1.25rem 3rem;
  color: #fff;
  background-color: #13007c;
}

.btn.btn_d::before {
  background-color: #3c63bc;
}

.btn.btn_d::after {
  top: 0;
  right: 1.25rem;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/arrow_01_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 9px 18px;
}

.btn.btn_d.btn_d_orange {
  background-color: #f68b31;
}

.btn.btn_d.btn_d_orange::before {
  background-color: #fbab45;
}

.btn.btn_e {
  padding: 0.875rem 3rem 0.925rem 3rem;
  color: #fff;
  line-height: 1.4;
  background-color: #f68b31;
}

.btn.btn_e::before {
  background-color: #fbab45;
}

.btn.btn_e::after {
  top: 0;
  right: 1.25rem;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/arrow_01_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 9px 18px;
}

.btn.btn_e small {
  font-size: 0.875rem;
}

.btn.btn_f {
  padding: 0.75rem 4.6875rem 1rem 4.6875rem;
  color: #888888;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #fff;
}

.btn.btn_f:hover {
  background-color: #d1d1d1;
}

.btn.btn_f > span {
  margin-bottom: 0.4em;
  display: block;
  font-size: 1rem;
}

.btn.btn_f > span::before, .btn.btn_f > span::after {
  padding: 0 0.5em;
  content: '';
  display: inline-block;
  background-image: url(../img/common/line_03.svg);
  background-size: 0.875rem 1.6875rem;
  background-repeat: no-repeat;
  background-position: left top;
  width: 0.875rem;
  height: 1.6875rem;
  vertical-align: middle;
}

.btn.btn_f > span::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.btn.btn_action {
  padding: 1.25rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-box-shadow: 0.125rem 0.1875rem 0 #d0d0d0;
          box-shadow: 0.125rem 0.1875rem 0 #d0d0d0;
}

.btn.btn_action:hover {
  -webkit-box-shadow: 0.125rem 0.1875rem 0 #bbbbbb;
          box-shadow: 0.125rem 0.1875rem 0 #bbbbbb;
}

.btn.btn_action.btn_inquiry {
  background-color: #888;
}

.btn.btn_action.btn_inquiry:hover {
  background-color: #a1a1a1;
}

.btn.btn_action.btn_download {
  background-color: #f99200;
}

.btn.btn_action.btn_download:hover {
  background-color: #fbab45;
}

.btn.btn_action.btn_regist {
  background-color: #13007c;
}

.btn.btn_action.btn_regist:hover {
  background-color: #3c63bc;
}

.btn.btn_transparent, .btn.btn_transparent_reverse {
  padding: 0.625rem 2.5rem;
}

.btn.btn_transparent::before, .btn.btn_transparent_reverse::before {
  background-color: #3c63bc;
}

.btn.btn_transparent::after, .btn.btn_transparent_reverse::after {
  top: 0;
  right: 0.625rem;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/arrow_01_black.svg);
  background-position: right center;
  background-repeat: no-repeat;
}

.btn.btn_transparent:hover, .btn.btn_transparent_reverse:hover {
  color: #fff;
  border: 1px solid #3c63bc;
}

.btn.btn_transparent:hover::after, .btn.btn_transparent_reverse:hover::after {
  background-image: url(../img/common/arrow_01_white.svg);
}

.btn.btn_transparent {
  border: 1px solid #333;
  color: #333;
}

.btn.btn_transparent_reverse {
  border: 1px solid #fff;
  color: #fff;
}

.btn.btn_transparent_reverse::after {
  background-image: url(../img/common/arrow_01_white.svg);
}

.btn.btn_news {
  padding: 1.25rem;
  border: 0.0625rem solid #888;
}

.btn.btn_news::after {
  background-image: url(../img/common/arrow_01_gray.svg);
}

.btn.btn_fluid {
  width: 100%;
  display: block;
}

.btn.btn_thin {
  padding: 0.75rem;
}

.heading_01,
.heading_02,
.heading_03,
.heading_04 {
  text-align: center;
  color: #333;
}

.heading_01.with_arrow:after,
.heading_02.with_arrow:after,
.heading_03.with_arrow:after,
.heading_04.with_arrow:after {
  margin: 0.5em auto 0.75em auto;
  content: '';
  display: block;
  width: 2.25rem;
  height: 1.1875rem;
  background-image: url(../img/common/arrow_02_gray.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(1.39);
          transform: scaleX(1.39);
}

.heading_01.heading_reverse.with_arrow:after,
.heading_02.heading_reverse.with_arrow:after,
.heading_03.heading_reverse.with_arrow:after,
.heading_04.heading_reverse.with_arrow:after {
  background-image: url(../img/common/arrow_02_white.svg);
  opacity: 0.4;
}

.heading_01.heading_reverse,
.heading_02.heading_reverse,
.heading_03.heading_reverse,
.heading_04.heading_reverse {
  color: #fff;
}

.heading_01 {
  margin-bottom: 1em;
  font-size: 3rem;
}

.heading_01 span {
  font-size: 2rem;
  color: #888;
}

.heading_02 {
  margin-bottom: 1em;
  font-size: 2rem;
  line-height: 1.6;
}

.heading_03 {
  margin-bottom: 1em;
  font-size: 2rem;
  text-align: left;
  line-height: 1.6;
}

.heading_03.with_line {
  padding-bottom: 0.5em;
  background-image: url(../img/common/line_01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.heading_03.with_thin_line {
  padding-bottom: 0.5em;
  border-bottom: 0.0625rem solid #d1d1d1;
}

.heading_03 span {
  font-size: 1.3125rem;
}

.heading_04 {
  margin-bottom: 1em;
  font-size: 1.3125rem;
  text-align: left;
  line-height: 1.4;
}

.heading_04.with_line {
  padding-bottom: 0.5em;
  border-bottom: 0.0625rem solid #d1d1d1;
}

.img_heading {
  margin-bottom: 3.75rem;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.text_body p,
.text_body .paragraph {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.8;
}

.list_wrapper {
  margin-bottom: 2rem;
  padding: 1.2rem 1.5rem;
  background-color: #e8e8e8;
}

.list_wrapper li {
  font-size: 1.125rem;
  line-height: 1.6;
  vertical-align: middle;
}

.square_list li {
  padding: 0.3rem 0 0.3rem 1.5rem;
}

.square_list li::before {
  margin-left: -1.5rem;
  margin-right: 0.75rem;
  content: '■';
  display: inline;
  color: #13007c;
  font-size: 0.75rem;
}

.decimal_list li {
  margin-left: 1.5em;
  padding: 0.3rem 0;
  list-style-type: decimal;
}

.table_01 {
  border-collapse: collapse;
}

.table_01 > tbody > tr > td,
.table_01 > tbody > tr > th {
  font-size: 1.125rem;
  line-height: 1.8;
  vertical-align: top;
  padding-top: 1.25rem;
}

.table_01 > tbody > tr:first-child > td,
.table_01 > tbody > tr:first-child > th {
  padding-top: 0;
}

.table_01 > tbody > tr > th {
  min-width: 10em;
  white-space: nowrap;
}

.table_02 {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
}

.table_02.five_columns th, .table_02.five_columns td {
  width: 19.9%;
}

.table_02.two_columns th {
  width: 60%;
}

.table_02 th,
.table_02 td {
  border: 0.0625rem solid #d1d1d1;
  font-size: 1.125rem;
}

.table_02 thead th {
  padding: 1.5rem 1rem;
  color: #fff;
  background-color: #3c63bc;
  font-weight: 700;
}

.table_02 tbody td,
.table_02 tbody th {
  padding: 0.5rem 1rem;
}

.table_02 tbody th {
  background-color: #e8e8e8;
}

.table_02 .num {
  text-align: center;
}

.table_02 strong {
  font-weight: 700;
}

#release_nav {
  padding: 0.5rem 1.5rem;
  border-bottom: 0.0625rem solid #d1d1d1;
  position: relative;
}

#release_nav .wrapper > span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.5rem;
  display: block;
  background-color: #fff;
  background-image: url(../img/common/arrow_01_gray.svg);
  background-repeat: no-repeat;
  background-size: 0.5rem 1rem;
  cursor: pointer;
}

#release_nav .wrapper > span.prev {
  left: 0;
  background-position: 0.5rem center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#release_nav .wrapper > span.next {
  right: 0;
  background-position: 0.5rem center;
}

#release_nav .wrapper > ul {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#release_nav .wrapper > ul li a {
  margin: 0 0.25em;
  padding: 0.25em 0.5em;
  white-space: nowrap;
  color: #888;
  display: block;
}

#release_nav .wrapper > ul li a:hover {
  color: #3c63bc;
}

#release_nav .wrapper > ul li.current a {
  color: #fff;
  background-color: #13007c;
}

#release_nav .wrapper > ul li.current a:hover {
  color: #fff;
  text-decoration: none;
}

ul.release_list li {
  margin-bottom: 2.5rem;
}

ul.release_list .image {
  border: 0.0625rem solid #d1d1d1;
  text-align: center;
}

ul.release_list .image a {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: all;
  transition-property: all;
}

ul.release_list .image a:hover {
  opacity: 0.7;
}

ul.release_list .image img {
  max-height: 9.375rem;
}

ul.release_list .image.noimage a {
  height: 9.375rem;
  background-image: url(../img/common/noimage.png);
  background-position: center center;
  background-repeat: no-repeat;
}

ul.release_list .date {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}

ul.release_list .title a {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
}

ul.release_list .title a:hover {
  color: #3c63bc;
}

.social_block {
  text-align: right;
}

.social_block ul {
  display: inline-block;
}

.social_block ul li {
  margin-left: 0.3125rem;
  display: inline-block;
  height: 1.25rem;
  vertical-align: top;
}

.social_block ul li.google {
  width: 60px;
}

.social_block ul li.pocket {
  width: 87px;
  overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .heading_03.with_line {
    background-image: url(../img/common/line_01@2x.png);
    background-position: 70% bottom;
    background-size: auto 0.375rem;
  }
  ul.release_list .image.noimage a {
    background-image: url(../img/common/noimage@2x.png);
    background-size: 7rem 5.9375rem;
  }
}

.block_01 {
  padding: 3.75rem 0 5.5rem 0;
}

.block_02 {
  margin: 3.75rem 0;
}

.block_03 {
  margin-bottom: 2.5rem;
  padding: 2.5rem 90px;
  border: 0.0625rem solid #d1d1d1;
}

.block_04 {
  margin: 3.75rem 0 5.5rem 0;
}

.block_05 {
  padding: 3.75rem 0;
}

.sp_elm {
  display: none;
}

#global_header {
  margin-bottom: -4.25rem;
  background-color: #fff;
  border-bottom: 0.0625rem solid #d1d1d1;
}

#global_header::after {
  content: "";
  display: table;
  clear: both;
}

#global_header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20000000;
  -webkit-animation: global_nav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          animation: global_nav 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#global_header .logo {
  padding: 0.6875rem 0;
  float: left;
}

#global_header .logo > *::after {
  content: "";
  display: table;
  clear: both;
}

#global_header .logo > * a {
  display: inline-block;
  color: #13007c;
}

#global_header .logo > * a:hover {
  text-decoration: none;
}

#global_header .logo > * span {
  line-height: 2.8125rem;
  font-size: 0.875rem;
  font-weight: 700;
}

#global_header .logo > * img {
  margin-right: 0.625rem;
  float: left;
  width: 2.8125rem;
  height: 2.8125rem;
}

#global_header nav {
  float: right;
}

#global_header nav a:hover {
  text-decoration: none;
}

#global_header nav .wrapper > ul::after {
  content: "";
  display: table;
  clear: both;
}

#global_header nav .wrapper > ul > li {
  margin: 0 1.25rem;
  position: relative;
  float: left;
}

#global_header nav .wrapper > ul > li.dropdown {
  margin: 0 0.625rem;
}

#global_header nav .wrapper > ul > li.dropdown span {
  padding: 0 0.625rem;
  display: block;
  cursor: pointer;
  height: 4.1875rem;
  line-height: 4.1875rem;
}

#global_header nav .wrapper > ul > li:hover.dropdown span {
  color: #13007c;
}

#global_header nav .wrapper > ul > li.btn_block {
  margin-right: 0;
  line-height: 4.1875rem;
}

#global_header nav .child {
  position: absolute;
  border-top: 0.0625rem solid #d1d1d1;
  left: -0.5rem;
  top: 4.1875rem;
  width: 11.5625rem;
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 20000000;
}

#global_header nav .child ul {
  position: absolute;
  width: 11.5625rem;
  height: auto;
}

#global_header nav .child ul a {
  padding: 0.875rem 1rem;
  display: block;
  color: #fff;
  background-color: #13007c;
}

#global_header nav .child ul a:hover {
  background-color: #3c63bc;
}

#global_header nav .child ul li.global {
  display: none;
}

#global_footer {
  padding-top: 2.5rem;
  border-top: 0.0625rem solid #d1d1d1;
  line-height: 1;
  font-size: 0.875rem;
}

#global_footer .logo img {
  width: 13.125rem;
  height: 1.0625rem;
}

#global_footer h2 {
  margin-bottom: 1.25rem;
  font-weight: 700;
}

#global_footer ul li ul li {
  margin-bottom: 0.9375rem;
}

#global_footer a {
  color: #333;
}

#global_footer .footer_bottom {
  margin-top: 3.4375rem;
  padding: 0.75rem 0;
  color: #fff;
  background-color: #13007c;
  font-size: 0.75rem;
}

#global_footer .footer_bottom a {
  color: #fff;
}

#global_footer .footer_bottom nav ul li {
  margin-right: 1.875rem;
  display: inline-block;
}

#global_footer .footer_bottom .copyright {
  text-align: right;
}

#action_area {
  padding: 2.5rem 0;
  background-color: #e8e8e8;
}

body > main {
  padding-top: 4.25rem;
}

body > main #flow {
  background-color: #0e84c1;
}

body > main #flow strong {
  font-weight: 700;
}

body > main #flow ol li .inner {
  padding: 1rem 0.9375rem;
  background-color: #fff;
}

body > main #flow ol li .inner h2 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d1d1d1;
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: bold;
}

body > main #flow ol li .inner h2 div {
  padding-top: 0.2em;
  display: table-cell;
  vertical-align: top;
  width: 99%;
}

body > main #flow ol li .inner h2 div.num {
  padding-top: 0;
  padding-right: 0.25rem;
  width: auto;
  white-space: nowrap;
}

body > main #flow ol li .inner h2 div.num span {
  margin-right: 0.2rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  background-color: #3c63bc;
  border-radius: 2rem;
}

body > main #flow ol li .inner .text_body {
  padding: 1rem 0;
}

body > main #flow ol li .inner .text_body p {
  font-size: 1rem;
}

body > main #flow .notice {
  margin-top: 1rem;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #fff;
}

body.basic > main #mainvisual {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 12.5rem;
  overflow: hidden;
}

body.form > main .text_body p {
  margin-bottom: 0;
}

body.form > main .text_body p.notice {
  margin-top: 0;
  font-size: 0.875rem;
  color: #888;
}

body.form > main #step li span {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  padding: 1rem 1.5rem 1rem 0.5rem;
  background-image: linear-gradient(-45deg, #3c63bc 25%, #466bbf 25%, #466bbf 50%, #3c63bc 50%, #3c63bc 75%, #466bbf 75%, #466bbf);
  background-size: 0.75rem 0.75rem;
  position: relative;
}

body.form > main #step li span::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: -0.3125rem;
  bottom: 0;
  width: 1.25rem;
  z-index: 2;
  background-image: url(../img/common/form_step.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.form > main #step li.current span {
  background-image: none;
  background-color: #13007c;
}

body.form > main #step li:last-child span::after {
  display: none;
}

body.form > main #error {
  margin-bottom: 2.5rem;
}

body.form > main #error p {
  padding: 0.3125rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: #f96f00;
  line-height: 1.3;
}

body.form > main .form_wrapper {
  margin-bottom: 6.25rem;
}

body.form > main .form_wrapper > section > .inner {
  border: 0.0625rem solid #d1d1d1;
  border-left: 0.0625rem solid #d1d1d1;
  border-right: 0.0625rem solid #d1d1d1;
}

body.form > main .form_wrapper > section > .inner > header {
  padding: 1.875rem 2.3125rem;
  background-color: #f3f3f3;
}

body.form > main .form_wrapper > section > .inner > header h1 {
  font-size: 1.125rem;
  font-weight: bold;
}

body.form > main .form_wrapper > section > .inner > header p {
  margin-top: 0.6em;
  font-size: 1rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row {
  margin: 0 2rem;
  border-bottom: 1px dotted #999;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row::after {
  content: "";
  display: table;
  clear: both;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row:last-child {
  border-bottom: 0;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .head,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_head,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_head {
  padding: 1.625rem 0;
  width: 35%;
  float: left;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body {
  padding-top: 1.25rem;
  width: 63%;
  float: right;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body::after,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body::after,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body::after {
  content: "";
  display: table;
  clear: both;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .form_btn,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .form_btn,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .form_btn {
  margin-bottom: 1.25rem;
  padding: 0 2rem;
  display: inline-block;
  width: auto;
  height: 2.5rem;
  color: #fff;
  font-size: 1rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #999;
  text-decoration: none;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .form_btn:hover,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .form_btn:hover,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .form_btn:hover {
  background-color: #ccc;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .form_btn.right,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .form_btn.right,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .form_btn.right {
  float: right;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .media,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .web,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .video,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .media,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .web,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .video,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .media,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .web,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .video {
  padding: 1.25rem 1.25rem 0 1.25rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .media p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .web p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .video p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .media p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .web p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .video p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .media p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .web p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .video p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .media p.price,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .web p.price,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .video p.price,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .media p.price,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .web p.price,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .video p.price,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .media p.price,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .web p.price,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .video p.price {
  color: #000;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .media,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .media,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .media {
  margin-bottom: 1rem;
  background-color: #ceecf0;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .media p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .media p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .media p {
  color: #08a1b3;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .media input[type=radio] + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .media input[type=radio] + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .media input[type=radio] + label:before {
  -webkit-box-shadow: 0 0 0 1px #08a1b3;
          box-shadow: 0 0 0 1px #08a1b3;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .media input[type=radio]:checked + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .media input[type=radio]:checked + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .media input[type=radio]:checked + label:before {
  background-color: #08a1b3;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .web,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .web,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .web {
  margin-bottom: 1rem;
  background-color: #cfe6f3;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .web p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .web p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .web p {
  color: #0e84c1;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .web input[type=radio] + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .web input[type=radio] + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .web input[type=radio] + label:before {
  -webkit-box-shadow: 0 0 0 1px #0e84c1;
          box-shadow: 0 0 0 1px #0e84c1;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .web input[type=radio]:checked + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .web input[type=radio]:checked + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .web input[type=radio]:checked + label:before {
  background-color: #0e84c1;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .video,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .video,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .video {
  margin-bottom: 1.25rem;
  background-color: #deeaec;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .video p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .video p,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .video p {
  color: #217281;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .video input[type=radio] + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .video input[type=radio] + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .video input[type=radio] + label:before {
  -webkit-box-shadow: 0 0 0 1px #217281;
          box-shadow: 0 0 0 1px #217281;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .video input[type=radio]:checked + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .video input[type=radio]:checked + label:before,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .video input[type=radio]:checked + label:before {
  background-color: #217281;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .group_head,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .group_head,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .group_head {
  margin-bottom: 0.5em;
  font-size: 1.125rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .group,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .group,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .group {
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.25rem 0 1.25rem;
  background-color: #e8e8e8;
  font-size: 1.125rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .release_date,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .release_date,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .release_date {
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.25rem 0 1.25rem;
  background-color: #e8e8e8;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .release_date input[type=text],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .release_date input[type=text],
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .release_date input[type=text] {
  margin-left: 1.5rem;
  padding-right: 3rem;
  background-image: url(../img/common/bg_date.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
  display: inline-block;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .release_date input[type=radio] + label,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .release_date input[type=radio] + label,
body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .release_date input[type=radio] + label {
  margin-bottom: 1.75rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.address {
  padding-bottom: 1.15rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .head {
  width: 16%;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body {
  padding-top: 0;
  width: 84%;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body p.notice,
body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body ul.error {
  margin-top: 1rem;
  margin-bottom: 0;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block::after {
  content: "";
  display: table;
  clear: both;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block .address_head {
  padding-bottom: 1rem;
  width: 25%;
  float: left;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block input[type=text],
body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block input[type=tel],
body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block input[type=email],
body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block select,
body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block textarea {
  margin-bottom: 0;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block .address_body {
  width: 75%;
  float: right;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block .zip {
  display: inline-block;
  vertical-align: top;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block .zip + button {
  margin-left: 0.75rem;
  display: inline-block;
  margin-bottom: 0;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.terms .body {
  margin: 0;
  padding-top: 1rem;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.terms .body input[type=checkbox] + label {
  margin-bottom: 1rem;
  padding: 1.25rem;
  background-color: #e8e8e8;
  width: 100%;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.terms .body input[type=checkbox]:checked + label {
  background-color: #fff;
}

body.form > main .form_wrapper > section > .inner > .form_body .form_row.terms .body input[type=checkbox].error + label {
  background-color: #feebd0;
}

body.form > main .form_wrapper > section.last > .inner {
  border-bottom: 0.0625rem solid #d1d1d1;
}

body.form > main .form_wrapper .recaptcha .form-control-feedback {
  margin-top: 0.75rem;
  line-height: 1.3;
  color: #f96f00;
  font-size: 0.875rem;
}

body.form > main .form_wrapper #btn_area {
  margin-top: 2.5rem;
}

body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body > p,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body > p,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body > p {
  margin-bottom: 1.25rem;
  padding: 0.625rem 0;
  font-size: 1.125rem;
}

body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body > p.address,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body > p.address,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body > p.address {
  line-height: 1.3;
}

body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body .media,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body .web,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body .video,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body .media,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body .web,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body .video,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body .media,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body .web,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body .video {
  padding-bottom: 1.25rem;
}

body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body .media p,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body .web p,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body .video p,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body .media p,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body .web p,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body .video p,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body .media p,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body .web p,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body .video p {
  margin-bottom: 0.875rem;
}

body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body .media ul.notice li,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body .web ul.notice li,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body .video ul.notice li,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body .media ul.notice li,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body .web ul.notice li,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body .video ul.notice li,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body .media ul.notice li,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body .web ul.notice li,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body .video ul.notice li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  line-height: 1.3;
  color: #333;
}

body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .body .media,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .address_body .media,
body.form > main .form_wrapper.confirm > section > .inner > .form_body .form_row .pref_body .media {
  margin-bottom: 1.25rem;
}

body.form > main #terms {
  margin-bottom: 6.25rem;
}

body.form > main #terms h1 {
  padding: 0.625rem;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  background-color: #e8e8e8;
}

body.form > main #terms .iframe_wrapper {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

body.form > main #terms .iframe_wrapper iframe {
  display: block;
  width: 100%;
  height: 28.125rem;
}

body.form > main #complete {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

body.form > main #complete h2 {
  margin-bottom: 3.75rem;
  text-align: center;
  font-size: 2rem;
}

body.form > main #complete p {
  font-size: 1.125rem;
  line-height: 1.6;
}

body.form > main #flow ol li.flow1 .inner .body {
  margin-top: 0.4375rem;
  margin-bottom: -0.4375rem;
  background-image: url(../img/common/icon_check_lg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6.5rem 6.5rem;
  min-height: 9.375rem;
}

body.dlform > main .heading_01 span {
  margin-top: 0.5em;
  display: block;
}

body.dlform > main #mainvisual {
  margin-bottom: 2rem;
}

body.dlform > main .social_block {
  padding: 1rem;
  background-color: #f3f3f3;
  text-align: left;
}

body.dlform > main .text_body {
  margin-bottom: 3.75rem;
}

body.dlform > main .form > form {
  border: 1px solid #ccc;
}

body.dlform > main .form > form .lead {
  padding: 1.75rem;
  background-color: #f3f3f3;
  font-size: 0.875rem;
  line-height: 1.3;
}

body.dlform > main .form > form > .inner > p.error {
  padding: 1.75rem;
  font-size: 0.875rem;
  color: #f96f00;
}

body.dlform > main .form > form .form_body {
  padding: 0 1.25rem;
}

body.dlform > main .form > form .form_body .form_row {
  border-bottom: 1px dotted #999;
}

body.dlform > main .form > form .form_body .form_row:last-child {
  border-bottom: 0;
}

body.dlform > main .form > form .form_body .form_row .head {
  margin: 1.25rem 0 0.875rem 0;
}

body.dlform > main .form > form .form_body .form_row .body input[type=text],
body.dlform > main .form > form .form_body .form_row .body input[type=tel],
body.dlform > main .form > form .form_body .form_row .body input[type=email],
body.dlform > main .form > form .form_body .form_row .body select,
body.dlform > main .form > form .form_body .form_row .body textarea {
  width: 100%;
}

body.dlform > main .form > form .form_body .form_row.terms .body {
  margin-top: 1.25rem;
}

body.dlform > main .form > form .form_body .form_row.terms .body input[type=checkbox] + label {
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 2.85rem;
  text-indent: -2.85rem;
  background-color: #f3f3f3;
  line-height: 1.6;
  width: 100%;
}

body.dlform > main .form > form .form_body .form_row.terms .body input[type=checkbox] + label:before {
  margin-left: 1rem;
}

body.dlform > main .form > form .form_body .form_row.terms .body input[type=checkbox]:checked + label {
  background-color: #fff;
}

body.dlform > main .form > form .form_body .form_row.terms .body input[type=checkbox].error + label {
  background-color: #feebd0;
}

body.dlform > main .form > form .btn_area {
  padding: 1.25rem;
  background-color: #e8e8e8;
}

body.dlform > main .form > .inner.complete {
  border: 1px solid #ccc;
  padding: 1.75rem;
  line-height: 1.3;
}

body.dlform > main .form > .inner.complete h2 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}

body.dlform > main .social_block.sp_elm {
  margin-top: 3rem;
}

body.dlform > main .templates {
  margin-top: -1rem;
  margin-bottom: 3.75rem;
  font-size: 0.875rem;
}

body.dlform > main .templates h3 {
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  color: #002b89;
  background-color: #e1ecfe;
  font-weight: 700;
}

body.dlform > main .templates h3 i {
  margin-right: 0.5em;
}

body.dlform > main .templates div[class^=list_] ul li {
  padding: 0.625rem 0.5rem 0.625rem 0.75rem;
  border-bottom: 0.0625rem solid #d1d1d1;
}

body.dlform > main .templates div[class^=list_] ul li:last-child {
  border-bottom: 0.0625rem solid #fff;
}

body#index main #mainvisual {
  padding: 6.25rem 0;
  color: #fff;
  background-image: url(../img/index/bg_mainvisual.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

body#index main #mainvisual h2 {
  margin-bottom: 2.5rem;
  line-height: 1.3;
}

body#index main #mainvisual .text1 {
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 30px;
}

body#index main #mainvisual .text2 {
  margin-left: 0.25em;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}

body#index main #mainvisual .text3 {
  margin-top: 1rem;
  display: block;
  font-size: 3rem;
  font-weight: 700;
}

body#index main #mainvisual p {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.3;
}

body#index main #information {
  background-color: #f3f3f3;
  font-size: 0.875rem;
}

body#index main #information .container > * {
  display: table-cell;
  vertical-align: middle;
}

body#index main #information h2 {
  padding: 1.25rem 1.875rem;
  background-color: #13007c;
  color: #fff;
  white-space: nowrap;
}

body#index main #information ul {
  padding: 1rem 0.875rem;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

body#index main #information ul li {
  padding: 0.25rem 0;
}

body#index main #information a {
  color: #333;
}

body#index main #news2urelease .heading_02 {
  font-size: 1.3rem;
}

body#index main #news2urelease .inner {
  width: 100%;
}

body#index main #news2urelease .inner h3 {
  margin-bottom: 0.9375rem;
  font-size: 2rem;
}

body#index main #news2urelease .inner p {
  margin-bottom: 1.875rem;
  font-size: 1rem;
}

body#index main #news2urelease #about_01 {
  padding: 0 21.5625rem 0 5.3125rem;
  background-image: url(../img/index/img_01.jpg);
}

body#index main #news2urelease #about_02 {
  padding: 0 5.3125rem 0 21.5625rem;
  background-image: url(../img/index/img_02.jpg);
  text-align: right;
}

body#index main #news2urelease #about_02 .inner {
  color: #fff;
}

body#index main #news2urelease #about_02 .btn .icon_pdf {
  margin-left: -1rem;
  margin-right: 0.5rem;
}

body#index main #reason {
  background-color: #0e84c1;
}

body#index main #reason .reason_wrapper {
  margin-bottom: 2.5rem;
}

body#index main #reason figure {
  display: block;
  text-align: center;
}

body#index main #reason figure > div {
  margin-bottom: 1.5625rem;
  height: 13.25rem;
}

body#index main #reason figcaption {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

body#index main #reason #reason_01 img {
  margin-top: 1.75rem;
  width: 15.625rem;
}

body#index main #reason #reason_02 img {
  width: 17.8125rem;
}

body#index main #reason #reason_03 img {
  margin-top: 0.5rem;
  width: 15.75rem;
}

body#index main #users {
  border-bottom: 0.0625rem solid #d1d1d1;
}

body#index main #users .logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#index main #users .logo_wrapper.first {
  margin-bottom: 2rem;
}

body#index main #users .logo_wrapper.first > div {
  width: 33%;
}

body#index main #users .logo_wrapper.last {
  margin: 0 auto;
}

body#index main #users .logo_wrapper.last > div {
  width: 33%;
}

body#index main #users .logo_wrapper > div {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body#index main #users .logo_wrapper .nec img {
  height: 2.5625rem;
}

body#index main #users .logo_wrapper .kindai img {
  height: 2.6875rem;
}

body#index main #users .logo_wrapper .zkai img {
  height: 2.25rem;
}

body#index main #users .logo_wrapper .newbalance img {
  height: 2.75rem;
}

body#index main #users .logo_wrapper .wacoal img {
  height: 4.75rem;
}

body#index main #plans section > a {
  padding: 1.25rem 1.875rem;
  display: block;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  position: relative;
  min-height: 17.9375rem;
}

body#index main #plans section > a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 1;
}

body#index main #plans section > a .btn {
  z-index: 2;
}

body#index main #plans section > a header {
  margin-bottom: 0.875rem;
  min-height: 3.6rem;
}

body#index main #plans section > a header .note {
  margin-bottom: 0.2rem;
}

body#index main #plans section > a header h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

body#index main #plans section > a .lead {
  padding-top: 1.25rem;
  border-top: 0.0625rem dotted #fff;
  min-height: 4.375rem;
}

body#index main #plans section > a .price {
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 1.5rem;
  vertical-align: bottom;
}

body#index main #plans section > a .price span {
  font-size: 3.125rem;
  font-weight: bold;
}

body#index main #plans section > a footer .btn {
  padding: 0.75rem;
  background-color: #fff;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 9px 18px;
  position: relative;
  z-index: 2;
}

body#index main #plans section > a footer .btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: all;
  transition-property: all;
}

body#index main #plans section > a:hover {
  text-decoration: none;
}

body#index main #plans section > a:hover::after {
  opacity: 0.2;
}

body#index main #plans section > a:hover footer .btn::after {
  opacity: 0.5;
}

body#index main #plans #plan_media a {
  background-color: #08a1b3;
  background-image: linear-gradient(-45deg, #08a1b3 25%, #15a6b7 25%, #15a6b7 50%, #08a1b3 50%, #08a1b3 75%, #15a6b7 75%, #15a6b7);
  background-size: 0.75rem 0.75rem;
}

body#index main #plans #plan_media a .balloon {
  padding: 0 0;
  position: absolute;
  left: -4.375rem;
  top: 3.1875rem;
  width: 7.0625rem;
  height: 7.0625rem;
  color: #fff;
  background-image: url(../img/common/balloon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 7.0625rem 7.0625rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  z-index: 200;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

body#index main #plans #plan_media a .balloon span {
  font-size: 1.5rem;
}

body#index main #plans #plan_media a .balloon .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body#index main #plans #plan_media a footer .btn {
  color: #048999;
  background-image: url(../img/common/arrow_01_plan_a.svg);
}

body#index main #plans #plan_media a footer .btn::after {
  background-color: #08a1b3;
}

body#index main #plans #plan_web a {
  background-color: #0e84c1;
  background-image: linear-gradient(-45deg, #0e84c1 25%, #1a8ac4 25%, #1a8ac4 50%, #0e84c1 50%, #0e84c1 75%, #1a8ac4 75%, #1a8ac4);
  background-size: 0.75rem 0.75rem;
}

body#index main #plans #plan_web a footer .btn {
  color: #045c89;
  background-image: url(../img/common/arrow_01_plan_b.svg);
}

body#index main #plans #plan_web a footer .btn::after {
  background-color: #0e84c1;
}

body#index main #plans #plan_global a {
  background-color: #3c63bc;
  background-image: linear-gradient(-45deg, #3c63bc 25%, #466bbf 25%, #466bbf 50%, #3c63bc 50%, #3c63bc 75%, #466bbf 75%, #466bbf);
  background-size: 0.75rem 0.75rem;
}

body#index main #plans #plan_global a header {
  padding-top: 0.75rem;
}

body#index main #plans #plan_global a footer .btn {
  color: #13007c;
  background-image: url(../img/common/arrow_01_plan_c.svg);
}

body#index main #plans #plan_global a footer .btn::after {
  background-color: #3c63bc;
}

body#index main #plans #plan_movie {
  margin-top: 2.1875rem;
  font-size: 1.125rem;
}

body#index main #plans #plan_movie h3 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-weight: 700;
}

body#index main #plans #plan_movie p {
  line-height: 1.6;
}

body#index main #options {
  background-color: #e8e8e8;
  overflow: hidden;
  width: 100%;
}

body#index main #options .container-fluid, body#index main #options .container-sm, body#index main #options .container-md, body#index main #options .container-lg {
  padding: 0;
  margin: 0;
}

body#index main #options #option_carousel {
  margin-bottom: 2.5rem;
  overflow: hidden;
  height: 14.0625rem;
}

body#index main #options #option_carousel::after {
  content: "";
  display: table;
  clear: both;
}

body#index main #options #option_carousel li {
  margin: 0 15px;
  float: left;
}

body#index main #options #option_carousel li .inner {
  position: relative;
  background-color: #fff;
  width: 14.0625rem;
  height: 14.0625rem;
  text-align: center;
}

body#index main #options #option_carousel li .inner > i {
  padding: 0.75rem 0.75rem 0 0.75rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 9.375rem;
  line-height: 9.375rem;
  font-size: 7.3125rem;
  color: #3c63bc;
}

body#index main #options #option_carousel li .inner > div {
  padding: 0 0.75rem 0.75rem 0.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

body#index main #options #option_carousel li .inner > div p {
  margin-bottom: 0.5em;
  font-size: 0.875rem;
}

body#index main #options #option_carousel li .inner > div h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

body#index main #knowledge .inner {
  display: block;
  border: 0.0625rem solid #d1d1d1;
  text-decoration: none;
}

body#index main #knowledge .inner .category {
  margin-bottom: 1px;
  padding: 0.3rem;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  background-color: #13007c;
}

body#index main #knowledge .inner img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

body#index main #knowledge .inner .text {
  padding: 0.8125rem 0.875rem;
  text-decoration: none;
  color: #333;
  line-height: 1.6;
}

body#index main #knowledge .inner:hover {
  text-decoration: none;
}

body#index main #knowledge .inner:hover img {
  opacity: 0.7;
}

body#index main #knowledge .inner:hover .text {
  color: #3c63bc;
  text-decoration: underline;
}

body#error main .sheep {
  text-align: center;
}

body#error main h2 {
  margin-bottom: 3.75rem;
  font-size: 2rem;
  color: #13007c;
  line-height: 1.5;
}

body#error main ul {
  margin-bottom: 2rem;
}

body#error main ul li {
  font-size: 1.125rem;
}

body#error main .btn_area {
  margin-top: 2rem;
}

body#business main .heading_01 {
  margin-bottom: 0;
}

body#business main #mainvisual {
  background-image: url(../img/business/mainvisual.jpg);
}

body#business main #vision h2.img_heading img {
  width: 17.1875rem;
}

body#business main #spirit {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

body#business main #spirit dl {
  display: table;
  width: 100%;
}

body#business main #spirit dt,
body#business main #spirit dd {
  padding: 1rem;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

body#business main #spirit dt {
  width: 45%;
  white-space: nowrap;
}

body#business main #spirit dd {
  width: 55%;
  font-size: 1.125rem;
}

body#business main #spirit img {
  height: 2rem;
}

body#business main #business_list {
  margin-bottom: 7.5rem;
}

body#business main #business_list .btn {
  max-width: 100%;
  width: 330px;
}

body#company main #mainvisual {
  background-image: url(../img/company/mainvisual.jpg);
}

body#company main #information table {
  border-collapse: collapse;
}

body#company main #information table tr td,
body#company main #information table tr th {
  font-size: 1.125rem;
  line-height: 1.8;
  vertical-align: top;
}

body#company main #information table tr th {
  white-space: nowrap;
}

body#company main #information table tr td td {
  padding-left: 1em;
}

body#company main #information .container > table {
  margin: 0 auto;
  width: auto;
}

body#company main #information .container > table > tbody > tr > td,
body#company main #information .container > table > tbody > tr > th {
  padding-top: 1.25rem;
}

body#company main #information .container > table > tbody > tr:first-child > td,
body#company main #information .container > table > tbody > tr:first-child > th {
  padding-top: 0;
}

body#company main #information .container > table > tbody > tr > th {
  min-width: 10em;
}

body#company main #map {
  margin-top: -1.25rem;
  padding-top: 5rem;
}

body#company main #map_body {
  margin-bottom: 1.5rem;
  height: 20.875rem;
}

body#company main #map_body #map_info {
  line-height: 1.6;
}

body#company main #map_body #map_info .address {
  font-size: 1rem;
}

body#company main #map_body #map_info .info {
  margin-top: 1em;
  font-size: 0.75rem;
}

body#company main #chronology {
  margin-left: 2.25rem;
  padding-bottom: 2rem;
  border-left: 0.5rem solid #d1d1d1;
}

body#company main #chronology > section {
  margin-left: -2.75rem;
}

body#company main #chronology > section > .row {
  margin-bottom: 1.875rem;
}

body#company main #chronology > section .year {
  text-align: center;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 2;
  background-color: #13007c;
  border-radius: 0.1875rem;
}

body#company main #chronology > section .point_wrapper {
  position: relative;
}

body#company main #chronology > section .point_wrapper .point {
  position: absolute;
  top: 1rem;
  left: 2.5rem;
  width: 30px;
  height: 30px;
  background-image: url(../img/company/history_circle.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 30px;
  z-index: 1;
}

body#company main #chronology > section .event {
  position: relative;
  border: 0.0625rem solid #bbb;
}

body#company main #chronology > section .event::before {
  position: absolute;
  content: '';
  top: 1.9rem;
  left: -0.91rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-top: 0.0625rem solid #bbb;
  border-left: 0.0625rem solid #bbb;
  -webkit-transform: scaleY(0.66) rotateZ(-45deg);
          transform: scaleY(0.66) rotateZ(-45deg);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
}

body#company main #chronology > section .event .inner {
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body#company main #chronology > section .event .inner .body {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

body#company main #chronology > section .event .inner .body .date {
  margin-bottom: 0.25em;
  font-size: 1.125rem;
}

body#company main #chronology > section .event .inner .body .text_body p {
  font-size: 1.3125rem;
}

body#company main #chronology > section .event .inner .body .text_body p:last-child {
  margin-bottom: 0;
}

body#company main #chronology > section .event .inner .image {
  margin-left: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-item-align: center;
      align-self: center;
  min-width: 12.75rem;
  width: 12.75rem;
  text-align: center;
}

body#company main #chronology > section .event .inner .image img {
  max-height: 10.5rem;
}

body#company main #chronology > section .event .inner .image img.logo {
  max-height: 7.1875rem;
}

body#company main #chronology > section .event .inner .image img.logo.news2u {
  padding: 0.90625rem;
}

body#message main #mainvisual {
  text-align: center;
  background-color: #f7d400;
}

body#message main #mainvisual img {
  margin-top: 1.25rem;
  display: inline-block;
}

body#message main #message_body {
  margin-top: -1.75rem;
}

body#message main #kambara,
body#message main #masuda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18.75rem;
  background-repeat: no-repeat;
  background-position: left top;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

body#message main #kambara .message,
body#message main #masuda .message {
  margin-bottom: 0.95em;
  font-size: 2rem;
  line-height: 1.5;
}

body#message main #kambara .name,
body#message main #masuda .name {
  margin-left: 0.125em;
  font-size: 1.125rem;
}

body#message main #kambara {
  background-image: url(../img/message/bg_01.jpg);
}

body#message main #masuda {
  background-image: url(../img/message/bg_02.jpg);
}

body#message main #masuda > div {
  padding-left: 3.4375rem;
}

body#philosophy main #mainvisual {
  background-image: url(../img/philosophy/mainvisual.jpg);
}

body#philosophy main .box {
  border: 1px solid #d1d1d1;
  padding: 40px 90px;
}

body#philosophy main .box li {
  position: relative;
  line-height: 32px;
  font-size: 1.125rem;
}

body#philosophy main .box li + li {
  margin-top: 30px;
}

body#philosophy main .box li span {
  position: absolute;
  left: 350px;
}

body#service.index main #reason_header .heading_02 {
  color: #13007c;
}

body#service.index main #support p,
body#service.index main #delivery_suport p,
body#service.index main #other p {
  margin-bottom: 0;
}

body#service.index main #support,
body#service.index main #delivery_support {
  color: #fff;
  background-color: #0e84c1;
}

body#service.index main #support .image {
  margin-bottom: 2.25rem;
  height: 10.625rem;
  text-align: center;
}

body#service.index main #support .check .image {
  padding-top: 0.875rem;
}

body#service.index main #support .check .image img {
  height: 9.375rem;
}

body#service.index main #support .advice .image img {
  height: 10.3125rem;
}

body#service.index main #support .template .image {
  padding-top: 0.4375rem;
}

body#service.index main #support .template .image img {
  height: 10.1875rem;
}

body#service.index main #support h3 {
  margin-bottom: 1em;
  font-size: 1.3125rem;
  text-align: center;
}

body#service.index main #delivery_support {
  border-top: 0.0625rem solid #fff;
}

body#service.index main #delivery_support .image {
  text-align: center;
}

body#service.index main #delivery_support .image img {
  height: 12.5rem;
}

body#service.index main #delivery_support .text_body {
  margin-top: 3.125rem;
}

body#service.index main #other .image {
  margin-bottom: 2.5rem;
  text-align: center;
}

body#service.index main #other .image img {
  height: 9rem;
}

body#service.index main #other h3 {
  margin-bottom: 1em;
  font-size: 1.3125rem;
  text-align: center;
}

body#service.plans main .text_body p {
  margin-bottom: 0;
}

body#service.plans main #plans_block {
  margin: -2rem 0 0 0;
}

body#service.plans main #plans_block .inner {
  margin: 0 -30px;
}

body#service.plans main #plans_block #plans_table {
  display: none;
  border-collapse: separate;
  border-spacing: 30px 0;
}

body#service.plans main #plans_block #plans_table > thead > tr > th,
body#service.plans main #plans_block #plans_table > thead > tr > td,
body#service.plans main #plans_block #plans_table > tbody > tr > th,
body#service.plans main #plans_block #plans_table > tbody > tr > td {
  width: 33%;
  vertical-align: top;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.lead, body#service.plans main #plans_block #plans_table > thead > tr > th.media, body#service.plans main #plans_block #plans_table > thead > tr > th.web {
  padding: 1.5rem;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.lead {
  background-color: #e8e8e8;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.lead p {
  margin-bottom: 1.5em;
  font-size: 1.5rem;
  line-height: 1.5;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.lead p img {
  margin-right: 0.5em;
  vertical-align: middle;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.lead p.notice {
  font-size: 0.875rem;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.lead p.notice:last-child {
  margin-bottom: 0;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media, body#service.plans main #plans_block #plans_table > thead > tr > th.web {
  color: #fff;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media h2,
body#service.plans main #plans_block #plans_table > thead > tr > th.media p, body#service.plans main #plans_block #plans_table > thead > tr > th.web h2,
body#service.plans main #plans_block #plans_table > thead > tr > th.web p {
  line-height: 1.5;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media h2, body#service.plans main #plans_block #plans_table > thead > tr > th.web h2 {
  margin-bottom: 0.75em;
  font-size: 1.5rem;
  font-weight: bold;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media p, body#service.plans main #plans_block #plans_table > thead > tr > th.web p {
  margin-bottom: 0.75em;
  font-size: 1.125rem;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan {
  border-top: 1px dotted #fff;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li {
  padding: 0.625rem 0.25rem;
  border-bottom: 1px dotted #fff;
  position: relative;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .num,
body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .price,
body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .img_btn, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .num,
body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .price,
body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .img_btn {
  display: table-cell;
  vertical-align: middle;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .num,
body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .price, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .num,
body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .price {
  font-size: 1.125rem;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .num span,
body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .price span, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .num span,
body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .price span {
  font-size: 2rem;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .num, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .num {
  white-space: nowrap;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .price, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .price {
  padding-right: 0.875rem;
  text-align: right;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .price span, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .price span {
  font-weight: bold;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .img_btn, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .img_btn {
  white-space: nowrap;
  width: 1.5625rem;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_row .img_btn img, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_row .img_btn img {
  padding-top: 0.25rem;
  width: 1.5625rem;
  height: auto;
  cursor: pointer;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_detail, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_detail {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 200;
  right: -8.59375rem;
  top: 0;
  width: auto;
  padding: 0.5rem;
  border: 1px solid #ccc;
  color: #000;
  font-size: 0.875rem;
  background-color: #fff;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_detail .arrow, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_detail .arrow {
  margin-left: -0.9375rem;
  content: '';
  display: block;
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  left: 50%;
  bottom: -0.9375rem;
  z-index: -1;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_detail .close,
body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_detail .smt_head, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_detail .close,
body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_detail .smt_head {
  display: none;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_detail table, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_detail table {
  width: 18rem;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_detail table th,
body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_detail table td, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_detail table th,
body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_detail table td {
  padding: 0.25rem 0.35rem;
  border-bottom: 1px solid #fff;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media ul.plan li .plan_detail table th, body#service.plans main #plans_block #plans_table > thead > tr > th.web ul.plan li .plan_detail table th {
  width: 6rem;
  background-color: #e8e8e8;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.media {
  background-image: linear-gradient(-45deg, #08a1b3 25%, #15a6b7 25%, #15a6b7 50%, #08a1b3 50%, #08a1b3 75%, #15a6b7 75%, #15a6b7);
  background-size: 0.75rem 0.75rem;
}

body#service.plans main #plans_block #plans_table > thead > tr > th.web {
  background-image: linear-gradient(-45deg, #0e84c1 25%, #1a8ac4 25%, #1a8ac4 50%, #0e84c1 50%, #0e84c1 75%, #1a8ac4 75%, #1a8ac4);
  background-size: 0.75rem 0.75rem;
}

body#service.plans main #plans_block #plans_table > tbody:before {
  content: '\a0';
  line-height: 30px;
  display: block;
}

body#service.plans main #plans_block #plans_table > tbody > tr > td,
body#service.plans main #plans_block #plans_table > tbody > tr > th {
  padding: 0.625rem 0.5rem;
  vertical-align: middle;
  height: 5.2rem;
}

body#service.plans main #plans_block #plans_table > tbody > tr > th {
  border-bottom: 1px dotted #999;
  font-size: 1.125rem;
  line-height: 1.3;
}

body#service.plans main #plans_block #plans_table > tbody > tr > td {
  border-bottom: 1px solid #fff;
  text-align: center;
}

body#service.plans main #plans_block #plans_table > tbody > tr > td.media {
  color: #08a1b3;
  background-color: #ceecf0;
}

body#service.plans main #plans_block #plans_table > tbody > tr > td.web {
  color: #0e84c1;
  background-color: #cfe6f3;
}

body#service.plans main #plans_block #plans_table > tbody > tr > td img {
  width: 2.25rem;
}

body#service.plans main #plans_block #plans_table > tbody > tr > td .text {
  font-size: 1.5rem;
}

body#service.plans main #plans_block #plans_table > tbody > tr > td .notice {
  margin-top: 0.5em;
  font-size: 0.875rem;
}

body#service.plans main #plans_block #plans_table > tbody > tr:first-child > th {
  border-top: 1px dotted #999;
}

body#service.plans main #plans_block #plans_table > tbody > tr:first-child > td {
  border-top: 1px solid #fff;
}

body#service.options main .text_body p {
  margin-bottom: 0;
}

body#service.options main #options_header .lead .notice {
  font-size: 0.875rem;
  color: #888;
}

body#service.options main .options_section h2 {
  padding-left: 0.5rem;
}

body#service.options main .options_section h2 i.fa {
  margin-right: 0.75rem;
  color: #13007c;
  display: inline-block;
}

body#service.options main .options_section section {
  margin-bottom: 2rem;
}

body#service.options main .options_section section header {
  margin-bottom: 0.75rem;
  display: table;
  width: 100%;
}

body#service.options main .options_section section h3,
body#service.options main .options_section section .price {
  display: table-cell;
  vertical-align: middle;
  border-collapse: collapse;
  border: 0.125rem solid #3c63bc;
}

body#service.options main .options_section section h3 {
  padding: 0.5rem 1rem;
  width: 60%;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background-color: #3c63bc;
}

body#service.options main .options_section section h3 i.fa {
  margin-top: -0.05em;
  margin-right: 0.75rem;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: middle;
}

body#service.options main .options_section section .price {
  padding: 0.375rem 1rem;
  background-color: #fff;
  font-size: 1.5rem;
  text-align: center;
  width: 40%;
}

body#service.options main .options_section section .price strong {
  font-weight: 700;
}

body#service.options main .options_section section .price .notice {
  margin-top: 0.5em;
  font-size: 0.875rem;
}

body#service.options main #options_05 .image,
body#service.options main #options_05 .text_body {
  display: table-cell;
  vertical-align: top;
}

body#service.options main #options_05 .image {
  width: 35%;
  text-align: center;
}

body#service.options main #options_05 .image img {
  width: 70%;
}

body#service.options main #options_05 .image a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

body#service.options main #options_05 .image a:hover {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

body#service.options main #options_06 {
  margin-bottom: 2.5rem;
}

body#service.knowledge main .lead p {
  margin-bottom: 0;
}

body#service.knowledge main #seminar .btn {
  width: 15.625rem;
}

body#service.knowledge main #seminar .block {
  margin-bottom: 2rem;
  padding: 1.75rem 2rem;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body#service.knowledge main #seminar .block:last-child {
  margin-bottom: 0;
}

body#service.knowledge main #seminar .block .body {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

body#service.knowledge main #seminar .block .body h3 {
  margin-bottom: 0.75em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

body#service.knowledge main #seminar .block .body .lead {
  margin-bottom: 0.75em;
}

body#service.knowledge main #seminar .block .body .information {
  margin-bottom: 1.5rem;
}

body#service.knowledge main #seminar .block .body .information p {
  margin-right: 1em;
  margin-bottom: 0.25rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.3;
  vertical-align: middle;
}

body#service.knowledge main #seminar .block .body .information p span {
  margin-right: 0.25em;
  padding: 0.125rem 0.25rem;
  display: inline-block;
  color: #fff;
  background-color: #aaa;
  text-align: center;
  min-width: 4em;
}

body#service.knowledge main #seminar .block .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2rem;
  width: 22.8125rem;
}

body#service.knowledge main #seminar .block .image a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

body#service.knowledge main #seminar .block .image a:hover {
  opacity: 0.7;
}

body#service.knowledge main #seminar .block .image img {
  width: 100%;
  height: auto;
}

body#service.knowledge main #seminar .block .noseminar p {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.6;
}

body#service.knowledge main #seminar .block .noseminar p a {
  color: #333;
}

body#service.knowledge main #case .row {
  margin-bottom: 1.875rem;
}

body#service.knowledge main #case .row:last-child {
  margin-bottom: 0;
}

body#service.knowledge main #case .block {
  color: #333;
  display: block;
  background-color: #f3f3f3;
}

body#service.knowledge main #case .block .body {
  padding: 1.375rem;
  line-height: 1.6;
}

body#service.knowledge main #case .block .body h3 {
  margin-bottom: 0.25rem;
}

body#service.knowledge main #case .block .image {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

body#service.knowledge main #case .block:hover .image {
  opacity: 0.7;
}

body#service.knowledge main #download .block {
  margin-bottom: 2rem;
  color: #333;
  background-color: #f3f3f3;
  background-image: url(../img/common/arrow_04.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body#service.knowledge main #download .block .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14.0625rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

body#service.knowledge main #download .block:hover .image {
  opacity: 0.7;
}

body#service.knowledge main #download .block .body {
  padding: 1rem 1.75rem 0 1.75rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  line-height: 1.6;
}

body#service.knowledge main #download .block .body h3 {
  font-weight: 700;
}

body#service.global main .text_body p {
  margin-bottom: 0;
}

body#service.global main .text_body .notice {
  margin-top: 0.25em;
  font-size: 0.875rem;
  color: #888;
}

body#service.global main > header {
  margin-bottom: 3.75rem;
  background-color: #e8e8e8;
}

body#service.global main > header .container {
  background: url(/assets/img/service/global/bg_mainvisual.png) left bottom no-repeat;
}

body#service.global main .header__inner {
  height: 374px;
  margin-left: 42.92929%;
  padding-top: 2rem;
}

body#service.global main .header__title {
  font-size: 3rem;
  margin-bottom: 1rem;
}

body#service.global main .header__icons {
  margin-bottom: 20px;
}

body#service.global main .header__icons::after {
  content: "";
  display: table;
  clear: both;
}

body#service.global main .header__icons > li {
  float: left;
  width: 90px;
  margin-right: 22px;
}

body#service.global main .header__icons > li:last-child {
  margin-right: 0;
}

body#service.global main .header__privilegeImg--pc {
  display: block;
}

body#service.global main .header__privilegeImg--sp {
  display: none;
}

body#service.global main .basic_plan_table_head {
  background-color: red;
  width: 20%;
}

body#service.global main .basic_plan_table_head th {
  text-align: center;
}

body#service.global main .basic_plan_table_head__word400, body#service.global main .basic_plan_table_head__word100 {
  width: 20%;
}

body#service.global main .basic_plan_table_head__detail {
  width: 40%;
}

body#service.global main .basic_plan_table_body sup {
  font-size: 0.7rem;
}

body#service.global main #information {
  margin-bottom: 3.75rem;
}

body#service.global main #information p {
  padding: 1.25rem 1.5rem 1.25rem 15.9375rem;
  border: 0.0635rem solid #d1d1d1;
  font-size: 0.875rem;
  line-height: 1.6;
  background-image: url(../img/service/global/logo.png);
  background-repeat: no-repeat;
  background-position: 2rem center;
  background-size: 12rem auto;
}

body#service.global main #price {
  border-top: 0.0625rem solid #e8e8e8;
}

body#service.global main #price .heading_03 {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
}

body#service.global main #price .block_02:last-child {
  margin-bottom: 0;
}

body#service.global main #inquiry {
  padding: 2.5rem 0;
  background-color: #e8e8e8;
}

body#service.download main #mainvisual {
  padding: 1.5rem 2rem;
  font-size: 1.125rem;
  color: #fff;
  background-color: #0e84c1;
  background-image: url(../img/service/download/bg_mainvisual.png);
  background-position: right 2rem bottom -2rem;
  background-repeat: no-repeat;
  background-size: 21.875rem auto;
  position: relative;
}

body#service.download main #mainvisual .lead {
  margin-bottom: 0.75rem;
  font-size: 2rem;
  line-height: 1.5;
}

body#service.download main #mainvisual h2 span {
  margin-bottom: 1rem;
  padding: 0.25rem 2.25rem;
  display: inline-block;
  color: #0e84c1;
  background-color: #cfe6f3;
}

body#service.download main #mainvisual strong {
  font-weight: 700;
}

body#service.download main #mainvisual .balloon {
  position: absolute;
  top: 1rem;
  right: 0.75rem;
}

body#service.download main form .lead {
  margin: -1rem 0 2rem 0;
}

body#service.regist main .form_wrapper > section > .inner {
  border-top: none;
}

body#service.regist main .form_wrapper > section:first-child > .inner {
  border-top: 0.0625rem solid #d1d1d1;
}

body#news.index main #mainvisual {
  background-image: url(../img/news/mainvisual.png);
}

body#news.index main .btn_area {
  margin-top: 1.25rem;
}

body#news.index main #aggregate {
  background-color: #f3f3f3;
}

body#news.index main #aggregate .image {
  text-align: center;
}

body#news.index main #aggregate .image a {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: all;
  transition-property: all;
}

body#news.index main #aggregate .image a:hover {
  opacity: 0.7;
}

body#news.index main #aggregate .image img {
  max-height: 12.875rem;
}

body#news.index main #aggregate .image.noimage a {
  height: 12.875rem;
  background-image: url(../img/common/noimage.png);
  background-position: center center;
  background-repeat: no-repeat;
}

body#news.index main #aggregate .date {
  margin-bottom: 0.5em;
  font-size: 1.125rem;
}

body#news.index main #aggregate .title {
  margin-top: 1.25rem;
}

body#news.index main #aggregate .title a {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
}

body#news.index main #aggregate .title a:hover {
  color: #3c63bc;
}

body#news.index main #aggregate #others {
  margin-top: 3.75rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  body#news.index main #aggregate .image.noimage a {
    background-image: url(../img/common/noimage@2x.png);
    background-size: 7rem 5.9375rem;
  }
}

body#news.list main .month_block {
  padding-top: 2.5rem;
  position: relative;
  border-bottom: 0.0625rem solid #d1d1d1;
}

body#news.list main .month_block > h2 {
  position: absolute;
  top: 2.5rem;
  left: 0;
  font-size: 2rem;
  line-height: 1;
}

body#news.list main .month_block:first-child {
  padding-top: 0;
}

body#news.list main .month_block:first-child > h2 {
  top: 0;
}

body#news.detail main #release_body,
body#news.detail main #release_attachment {
  border-bottom: 0.0625rem solid #d1d1d1;
}

body#news.detail main #release_body a {
  overflow-wrap: break-word;
}

body#news.detail main .date {
  color: #888;
  font-size: 1.125rem;
}

body#news.detail main .social_block.upper {
  margin-top: -1rem;
}

body#news.detail main .social_block.lower {
  margin-bottom: 1rem;
}

body#news.detail main .first_image figure {
  margin-bottom: 3.75rem;
  text-align: center;
}

body#news.detail main .first_image figure figcaption {
  margin-top: 1em;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: left;
}

body#news.detail main .first_image figure figcaption a {
  color: #888;
}

body#news.detail main #release_attachment .row {
  margin-bottom: 1rem;
}

body#news.detail main #release_attachment .image {
  border: 0.0625rem solid #d1d1d1;
  text-align: center;
}

body#news.detail main #release_attachment .image a {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: all;
  transition-property: all;
}

body#news.detail main #release_attachment .image a:hover {
  opacity: 0.7;
}

body#news.detail main #release_attachment .image img {
  max-height: 9.375rem;
}

body#news.detail main #release_attachment figcaption {
  margin-top: 1em;
  font-size: 1.125rem;
  line-height: 1.6;
}

body#news.detail main #release_attachment figcaption a {
  color: #333;
}

body#news.detail main #release_attachment figcaption a:hover {
  color: #3c63bc;
}

body#news.detail main #release_attachment .row > ul li {
  margin-bottom: 2rem;
}

body#news.detail main #release_attachment .row > ul li:nth-child(4n+1) {
  clear: both;
}

body#tokusyo main .text_body p {
  margin-bottom: 0;
}

body#privacy main .privacy_block {
  margin-bottom: 4rem;
}

body#privacy main .privacy_block ol {
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

body#privacy main .privacy_block ol li {
  line-height: 1.5;
}

body#social-media-list main .heading_02 {
  font-size: 1.125rem;
  line-height: 1.8;
}

body#social-media-list main .social_media {
  margin-bottom: 2rem;
  border: 0.0625rem solid #d1d1d1;
  background-color: #e8e8e8;
}

body#social-media-list main .social_media h3,
body#social-media-list main .social_media .text_body {
  padding: 1rem;
}

body#social-media-list main .social_media h3 {
  padding-left: 4rem;
  font-size: 1.3125rem;
  line-height: 2rem;
  background-color: #fff;
  background-position: 1rem center;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
}

body#social-media-list main .social_media h3.facebook {
  background-image: url(../img/common/icon_facebook.png);
}

body#social-media-list main .social_media h3.twitter {
  background-image: url(../img/common/icon_twitter.png);
}

body#social-media-list main .social_media h3.flickr {
  background-image: url(../img/common/icon_flickr.png);
}

body#social-media-list main .social_media h3.youtube {
  background-image: url(../img/common/icon_youtube.png);
}

body#social-media-list main .social_media h3.slideshare {
  background-image: url(../img/common/icon_slideshare.png);
}

body#social-media-list main .social_media .text_body p {
  margin-bottom: 0;
}

@media (max-width: 999.98px) {
  i[class^="icon_"] {
    display: inline-block;
  }
  i.icon_pdf {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../img/common/icon_pdf.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    vertical-align: middle;
  }
  .btn {
    text-decoration: none;
  }
  .btn::before, .btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .btn:hover,
  .btn a:hover {
    text-decoration: none;
  }
  .btn.btn_curtain {
    overflow: hidden;
    font-size: 1.125rem;
  }
  .btn.btn_curtain::before {
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: all;
    transition-property: all;
  }
  .btn.btn_curtain:hover::before {
    right: 0;
  }
  .btn.btn_a {
    padding: 0.3125rem 0.625rem;
    border: 0.0625rem solid #333;
    color: #333;
    font-size: 0.875rem;
    line-height: 1;
    vertical-align: middle;
  }
  .btn.btn_a:hover {
    border: 0.0625rem solid #3c63bc;
    color: #fff;
    background-color: #3c63bc;
  }
  .btn.btn_b {
    padding: 0.75rem 3.125rem 1rem 3.125rem;
    font-size: 1.3125rem;
  }
  .btn.btn_b:hover {
    background-color: #fbab45;
  }
  .btn.btn_b > span {
    margin-bottom: 0.4em;
    display: block;
    font-size: 0.875rem;
  }
  .btn.btn_b > span::before, .btn.btn_b > span::after {
    padding: 0 0.5em;
    content: '';
    display: inline-block;
    background-image: url(../img/common/line_02.svg);
    background-size: 0.875rem 1.6875rem;
    background-repeat: no-repeat;
    background-position: left top;
    width: 0.875rem;
    height: 1.6875rem;
    vertical-align: middle;
  }
  .btn.btn_b > span::after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .btn.btn_c {
    padding: 1rem;
  }
  .btn.btn_c::before {
    background-color: #fff;
  }
  .btn.btn_c:hover {
    color: #045c89;
  }
  .btn.btn_c:hover::after {
    background-image: url(../img/common/arrow_01_blue.svg);
  }
  .btn.btn_d {
    padding: 1rem;
  }
  .btn.btn_d::before {
    background-color: #13007c;
  }
  .btn.btn_e {
    padding: 0.5rem 1rem 0.6rem 1rem;
  }
  .btn.btn_e::before {
    background-color: #f68b31;
  }
  .btn.btn_f {
    padding: 0.75rem 3.125rem 1rem 3.125rem;
    margin-bottom: 10px;
    font-size: 1.3125rem;
  }
  .btn.btn_f:hover {
    background-color: #d1d1d1;
  }
  .btn.btn_f > span {
    margin-bottom: 0.4em;
    display: block;
    font-size: 0.875rem;
  }
  .btn.btn_f > span::before, .btn.btn_f > span::after {
    padding: 0 0.5em;
    content: '';
    display: inline-block;
    background-image: url(../img/common/line_03.svg);
    background-size: 0.875rem 1.6875rem;
    background-repeat: no-repeat;
    background-position: left top;
    width: 0.875rem;
    height: 1.6875rem;
    vertical-align: middle;
  }
  .btn.btn_f > span::after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .btn.btn_action {
    padding: 1rem;
    -webkit-box-shadow: 0 0.1875rem 0 #d0d0d0;
            box-shadow: 0 0.1875rem 0 #d0d0d0;
  }
  .btn.btn_action:hover {
    -webkit-box-shadow: 0 0.1875rem 0 #bbbbbb;
            box-shadow: 0 0.1875rem 0 #bbbbbb;
  }
  .btn.btn_transparent, .btn.btn_transparent_reverse {
    padding: 0.625rem 1.5rem;
  }
  .btn.btn_transparent::before, .btn.btn_transparent_reverse::before {
    background-color: #fff;
  }
  .btn.btn_transparent::after, .btn.btn_transparent_reverse::after {
    background-image: url(../img/common/arrow_01_gray.svg);
  }
  .btn.btn_transparent:hover, .btn.btn_transparent_reverse:hover {
    color: #333;
    border: 1px solid #aaa;
  }
  .btn.btn_transparent:hover::after, .btn.btn_transparent_reverse:hover::after {
    background-image: url(../img/common/arrow_01_gray.svg);
  }
  .btn.btn_transparent {
    border: 1px solid #aaa;
    color: #333;
  }
  .btn.btn_transparent_reverse {
    border: 1px solid #aaa;
    color: #333;
  }
  .btn.btn_transparent_reverse::after {
    background-image: url(../img/common/arrow_01_gray.svg);
  }
  .btn.btn_news {
    padding: 1rem 1.5rem;
  }
  .btn.btn_fluid {
    width: 100%;
    display: block;
  }
  .heading_01 {
    font-size: 2.25rem;
  }
  .heading_01 span {
    font-size: 1.6875rem;
    display: block;
  }
  .heading_02 {
    font-size: 2.25rem;
  }
  .heading_03 {
    font-size: 1.6875rem;
  }
  .img_heading {
    margin-bottom: 3.125rem;
  }
  .container.line {
    padding: 0;
  }
  .table_01 > tbody > tr > th {
    min-width: 0;
    padding-right: 1rem;
  }
  .table_02 th,
  .table_02 td {
    border: none;
  }
  .table_02 thead th {
    padding: 0.5rem 1rem;
    text-align: center;
  }
  .table_02 tbody td,
  .table_02 tbody th {
    padding: 0.5rem 1rem;
    border-bottom: 0.0625rem solid #d1d1d1;
  }
  .table_02 tbody th {
    background-color: transparent;
  }
  #release_nav {
    padding: 0;
    border-bottom: none;
    position: relative;
  }
  #release_nav .wrapper > span {
    display: none;
  }
  #release_nav div.current {
    padding: 1rem;
    color: #fff;
    display: block;
    font-size: 1.125rem;
    background-color: #13007c;
    position: static;
  }
  #release_nav div.current::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    width: 0.625rem;
    background-image: url(../img/common/arrow_01_white.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 0.625rem 1.25rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #release_nav .wrapper {
    position: relative;
  }
  #release_nav .wrapper > ul {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow-x: auto;
    display: block;
    z-index: 2;
    height: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: all;
    transition-property: all;
  }
  #release_nav .wrapper > ul li a {
    margin: 0;
    padding: 1rem;
    color: #fff;
    display: block;
    font-size: 1.125rem;
    background-color: #3c63bc;
    position: relative;
    border-top: 0.0625rem solid #6382c9;
    border-bottom: 0.0625rem solid #06359f;
    text-decoration: none;
  }
  #release_nav .wrapper > ul li a:hover {
    color: #fff;
    text-decoration: none;
  }
  #release_nav .wrapper > ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    width: 0.53125rem;
    background-image: url(../img/common/arrow_01_white.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 0.53125rem 0.875rem;
  }
  #release_nav .wrapper > ul li:first-child a {
    border-top: none;
  }
  #release_nav .wrapper > ul li:last-child a {
    border-bottom: none;
  }
  #release_nav .wrapper > ul li.current a {
    color: #fff;
    background-color: #3c63bc;
  }
  #release_nav .wrapper > ul li.current a:hover {
    color: #fff;
    text-decoration: none;
  }
  #release_nav.active div.current::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  ul.release_list .image {
    margin-bottom: 1rem;
  }
  ul.release_list .image img {
    max-height: 80vw;
  }
  ul.release_list .image.noimage {
    display: none;
  }
  ul.release_list .image.noimage a {
    height: 60vw;
  }
  .social_block {
    text-align: left;
  }
  .social_block ul {
    display: block;
  }
  .social_block ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .social_block ul li {
    margin-left: 0;
    margin-right: 0.5rem;
    margin-bottom: 0.3125rem;
    display: block;
    float: left;
  }
  .social_block ul li.hatena {
    clear: both;
  }
}

@media (max-width: 999.98px) {
  .block_01 {
    padding: 3.125rem 0 3.75rem 0;
  }
  .block_02 {
    margin: 3.125rem 0;
  }
  .block_03 {
    margin-bottom: 2.5rem;
    padding: 1.5rem 1.125rem;
  }
  .block_04 {
    margin: 2.8125rem 0 3.75rem 0;
  }
}

@media (max-width: 999.98px) {
  body.fixed {
    position: fixed;
    width: 100vw;
    height: 100vh;
  }
  a {
    text-decoration: underline;
  }
  .sp_elm {
    display: block;
  }
  .pc_elm {
    display: none;
  }
  #global_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 4.25rem;
    z-index: 20000000;
  }
  #global_header.menu_active nav #menu_btn span {
    border: 0.0625rem solid rgba(153, 153, 153, 0);
  }
  #global_header.menu_active nav #menu_btn span::before {
    -webkit-transform: translateY(0.5rem) rotate(-45deg);
            transform: translateY(0.5rem) rotate(-45deg);
  }
  #global_header.menu_active nav #menu_btn span::after {
    -webkit-transform: translateY(-0.5rem) rotate(45deg);
            transform: translateY(-0.5rem) rotate(45deg);
  }
  #global_header.menu_active nav .wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #global_header .logo {
    float: left;
  }
  #global_header .logo > * span {
    display: none;
  }
  #global_header .logo > * img {
    margin-right: 0;
  }
  #global_header nav #menu_btn {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }
  #global_header nav #menu_btn span {
    position: relative;
    display: block;
    width: 1.5625rem;
    height: 0.125rem;
    border: 0.0625rem solid #999999;
    border-radius: 0.0625rem;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: all;
    transition-property: all;
    z-index: 2000000;
  }
  #global_header nav #menu_btn span::before, #global_header nav #menu_btn span::after {
    position: absolute;
    content: '';
    display: block;
    width: 1.5625rem;
    height: 0.125rem;
    border: 0.0625rem solid #999999;
    border-radius: 0.0625rem;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: all;
    transition-property: all;
  }
  #global_header nav #menu_btn span::before {
    top: -0.5625rem;
    left: -0.0625rem;
  }
  #global_header nav #menu_btn span::after {
    bottom: -0.5625rem;
    left: -0.0625rem;
  }
  #global_header nav a:hover {
    text-decoration: none;
  }
  #global_header nav .wrapper {
    position: absolute;
    top: 4.25rem;
    right: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: all;
    transition-property: all;
    z-index: 100;
  }
  #global_header nav .wrapper > ul > li {
    margin: 0;
    float: none;
  }
  #global_header nav .wrapper > ul > li.dropdown {
    margin: 0;
  }
  #global_header nav .wrapper > ul > li.dropdown span {
    padding: 0.875rem;
    cursor: default;
    height: auto;
    font-size: 1.125rem;
    line-height: 1;
    color: #fff;
    background-color: #13007c;
  }
  #global_header nav .wrapper > ul > li:hover.dropdown span {
    color: #fff;
  }
  #global_header nav .child {
    position: static;
    border-top: none;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    overflow: auto;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-property: none;
    transition-property: none;
  }
  #global_header nav .child ul {
    position: static;
    width: auto;
    height: auto;
  }
  #global_header nav .child ul a {
    padding: 1.5rem 2.25rem 1.5rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: #3c63bc;
    text-decoration: none;
    background-image: url(../img/common/arrow_01_white.svg);
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
    background-size: 9px 14px;
  }
  #global_header nav .child ul li {
    border-top: 0.0625rem solid #6382c9;
    border-bottom: 0.0625rem solid #06359f;
  }
  #global_header nav .child ul li:first-child {
    border-top: none;
  }
  #global_header nav .child ul li:last-child {
    border-bottom: none;
  }
  #global_header nav .child ul li.global {
    display: block;
  }
  #global_header nav .action_btn {
    border-top: 0.0625rem solid #06359f;
    background-color: #3c63bc;
  }
  #global_header nav .action_btn .container {
    padding-top: 1.125rem;
    padding-bottom: 1rem;
    border-top: 0.0625rem solid #6382c9;
    width: 100%;
  }
  #global_header nav .action_btn .btn {
    margin-bottom: 1rem;
    padding: 1rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: normal;
    color: #fff;
    background-color: transparent;
    border: 0.0625rem solid #fff;
  }
  #global_footer {
    padding-top: 0;
    font-size: 1.125rem;
  }
  #global_footer > .container {
    width: 100%;
    overflow: hidden;
  }
  #global_footer > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #global_footer .logo {
    padding: 1.875rem 0;
    text-align: center;
  }
  #global_footer .logo img {
    width: 17.8125rem;
    height: auto;
  }
  #global_footer .footer_link > ul > li {
    padding: 0;
    border-bottom: 0.0625rem solid #d1d1d1;
  }
  #global_footer .footer_link > ul > li > h2 {
    display: block;
  }
  #global_footer .footer_link > ul > li.active > h2::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #global_footer h2 {
    margin-bottom: 0;
    padding: 1.5rem 1rem;
    position: relative;
    font-weight: normal;
    cursor: pointer;
  }
  #global_footer h2::after {
    position: absolute;
    content: '';
    top: 0;
    right: 1.5rem;
    bottom: 0;
    display: block;
    width: 9px;
    height: auto;
    background-image: url(../img/common/arrow_01_darkgray.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 9px 14px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #global_footer .footer_link > ul > li > ul {
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: all;
    transition-property: all;
  }
  #global_footer .footer_link > ul > li > ul > li {
    margin-bottom: 0;
  }
  #global_footer .footer_link > ul > li > ul > li a {
    padding: 1.5rem 2.25rem 1.5rem 1.5rem;
    display: block;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1;
    text-decoration: none;
    border-top: 0.0625rem solid #bbc8e8;
    background-color: #7691d0;
    background-image: url(../img/common/arrow_01_white.svg);
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
    background-size: 9px 14px;
  }
  #global_footer .footer_link > ul > li > ul > li:first-child a {
    border-top: none;
  }
  #global_footer .footer_link > ul > li > ul > li.member {
    display: none;
  }
  #global_footer .facebook_page_plugin {
    background-image: none;
  }
  #global_footer .facebook_page_plugin .wrapper {
    margin: 0 auto;
    padding: 1rem 0 1.5rem 0;
    width: 90vw;
    text-align: center;
  }
  #global_footer .footer_bottom {
    margin-top: 0;
    padding: 1rem 0;
    text-align: center;
  }
  #global_footer .footer_bottom a {
    text-decoration: underline;
  }
  #global_footer .footer_bottom nav {
    margin-bottom: 1rem;
  }
  #global_footer .footer_bottom nav ul li {
    margin: 0 0.5em;
    display: inline-block;
  }
  #global_footer .footer_bottom nav ul li > * {
    display: inline;
  }
  #global_footer .footer_bottom .copyright {
    text-align: center;
    font-size: 0.625rem;
  }
  #action_area, #inquiry {
    padding: 2rem 0 1.25rem 0;
    background-color: #e8e8e8;
  }
  #action_area .row > div, #inquiry .row > div {
    margin-bottom: 0.75rem;
  }
  body > main {
    padding-top: 4.25rem;
  }
  body > main #flow {
    background-color: #0e84c1;
  }
  body > main #flow ol li {
    margin-bottom: 1rem;
  }
  body > main #flow ol li .inner .text_body {
    padding: 1rem 0 0 0;
  }
  body.basic > main #mainvisual {
    background-position: center top;
    background-size: cover;
    height: 32vw;
    max-height: 12.5rem;
  }
}

@media (max-width: 575.98px) {
  body.basic > main #mainvisual {
    background-position: center top;
    background-size: cover;
    height: 32vw;
    max-height: 6.25rem;
  }
}

@media (max-width: 999.98px) {
  body.form > main #error p {
    padding: 0.5rem 1rem;
    text-align: left;
  }
  body.form > main #step {
    margin-top: -1.5rem;
    margin-bottom: -1rem;
  }
  body.form > main #step ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.form > main #step li {
    padding-right: 0;
    width: 33%;
  }
  body.form > main #step li span {
    font-size: 1rem;
    padding: 0.5rem 0.7rem 0.5rem 0.3rem;
  }
  body.form > main #step li span::after {
    top: -0.0625rem;
    right: -0.0625rem;
    bottom: -0.0625rem;
    width: 1.25rem;
    background-size: cover;
  }
  body.form > main #step li:last-child {
    padding-right: 15px;
  }
  body.form > main #step li:last-child span {
    padding: 0.5rem;
  }
  body.form > main .form_wrapper {
    margin-bottom: 3.75rem;
  }
  body.form > main .form_wrapper.confirm {
    margin-top: 3.125rem;
  }
  body.form > main .form_wrapper > section {
    margin-bottom: 1rem;
  }
  body.form > main .form_wrapper > section > .inner {
    border: 0.0625rem solid #ccc;
  }
  body.form > main .form_wrapper > section > .inner > header {
    padding: 1.75rem;
  }
  body.form > main .form_wrapper > section > .inner > header h1 {
    font-size: 1.5625rem;
  }
  body.form > main .form_wrapper > section > .inner > header p {
    font-size: 0.9375rem;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row {
    margin: 0 1rem;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row:last-child {
    border-bottom: 0;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .head,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_head,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_head {
    margin: 1.25rem 0 0.75rem 0;
    padding: 0;
    font-size: 1.25rem;
    width: 100%;
    float: none;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body {
    padding-top: 0;
    width: 100%;
    float: none;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .full,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .full,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .full {
    width: 100%;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .half,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .half,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .half {
    width: 100%;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .half.two_column,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .half.two_column,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .half.two_column {
    float: none;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .half.two_column.right,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .half.two_column.right,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .half.two_column.right {
    float: none;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .tq,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .tq,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .tq {
    width: 100%;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .tq.two_column,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .tq.two_column,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .tq.two_column {
    float: none;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .tq.right,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .tq.right,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .tq.right {
    float: none;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .quarter,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .quarter,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .quarter {
    width: 100%;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .quarter.two_column,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .quarter.two_column,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .quarter.two_column {
    float: none;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .quarter.right,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .quarter.right,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .quarter.right {
    float: none;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .short,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .short,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .short {
    width: 100%;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=checkbox] + label,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body input[type=radio] + label,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=checkbox] + label,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body input[type=radio] + label,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=checkbox] + label,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body input[type=radio] + label {
    display: block;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .form_btn,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .form_btn,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .form_btn {
    display: block;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .form_btn.right,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .form_btn.right,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .form_btn.right {
    float: none;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .media,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .web,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .video,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .media,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .web,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .video,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .media,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .web,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .video {
    padding-bottom: 1.25rem;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .media input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .web input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .video input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .media input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .web input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .video input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .media input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .web input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .video input[type=radio] + label:last-child {
    margin-bottom: 0;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .option,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .group,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .option,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .group,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .option,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .group {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background-color: #e8e8e8;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .option input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .group input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .option input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .group input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .option input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .group input[type=radio] + label:last-child {
    margin-bottom: 0;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .release_date,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .release_date,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .release_date {
    padding-bottom: 1.25rem;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .release_date input[type=text],
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .release_date input[type=text],
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .release_date input[type=text] {
    margin-top: -0.75rem;
    margin-left: 0;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .body .release_date input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .address_body .release_date input[type=radio] + label:last-child,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row .pref_body .release_date input[type=radio] + label:last-child {
    margin-bottom: 0;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .head {
    width: 100%;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body {
    width: 100%;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block::after {
    content: "";
    display: table;
    clear: both;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block .address_head {
    padding-bottom: 0;
    width: 100%;
    float: none;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block input[type=text],
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block input[type=tel],
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block input[type=email],
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block select,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block textarea {
    margin-bottom: 0;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block .address_body {
    width: 100%;
    float: none;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block .zip {
    margin-bottom: 1.25rem !important;
    display: block;
    vertical-align: top;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.address .body .address_block .zip + button {
    margin-left: 0;
    display: block;
    width: 100%;
  }
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.stock .body input[type=checkbox] + label,
  body.form > main .form_wrapper > section > .inner > .form_body .form_row.stock .body input[type=radio] + label {
    display: inline-block;
    min-width: 7.5em;
  }
  body.form > main .form_wrapper > section.last > .inner {
    border-bottom: 0.25rem solid #d1d1d1;
  }
  body.form > main #terms {
    margin-bottom: 3.75rem;
  }
  body.form > main #terms section:first-child {
    margin-bottom: 1rem;
  }
  body.form > main #complete {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  body.dlform > main .heading_01 span {
    margin-top: 0.5em;
    display: block;
  }
  body.dlform > main #mainvisual {
    margin-bottom: 2rem;
  }
  body.dlform > main .social_block {
    padding: 1rem;
    background-color: #f3f3f3;
    text-align: left;
  }
  body.dlform > main .text_body {
    margin-bottom: 3.75rem;
  }
  body.dlform > main .form > form {
    border: 4px solid #ccc;
  }
  body.dlform > main .form > form .form_body .form_row:last-child {
    border-bottom: 0;
  }
  body.dlform > main .form > form .form_body .form_row .head {
    font-weight: bold;
  }
  body.dlform > main .form > form .form_body .form_row .head .required {
    font-weight: normal;
  }
  body.dlform > main .form > form .btn_area {
    padding: 1.25rem 2rem;
    background-color: #e8e8e8;
  }
}

@media (max-width: 999.98px) {
  body#index main #mainvisual {
    padding: 2.25rem 0;
  }
  body#index main #mainvisual h2 {
    margin-bottom: 1.5rem;
  }
  body#index main #mainvisual .text1 {
    display: block;
    font-size: 1.125rem;
  }
  body#index main #mainvisual .text2 {
    margin-top: 0.5rem;
    margin-left: 0;
    display: block;
    font-size: 1.3125rem;
  }
  body#index main #mainvisual .text3 {
    margin-top: 1rem;
    font-size: 1.875rem;
  }
  body#index main #mainvisual .btn {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  body#index main #mainvisual .btn:first-child {
    margin-bottom: 20px;
  }
  body#index main #information h2 {
    padding: 0.75rem 1.125rem;
  }
  body#index main #information ul {
    padding: 0.75rem 1rem;
  }
  body#index main #information ul li {
    padding: 0.25rem 0;
  }
  body#index main #information a {
    text-decoration: underline;
  }
  body#index main #news2urelease #about_01,
  body#index main #news2urelease #about_02 {
    background-position: center bottom;
    background-size: auto 80vw;
    height: auto;
    text-align: center;
  }
  body#index main #news2urelease #about_01 .inner h3,
  body#index main #news2urelease #about_02 .inner h3 {
    margin-bottom: 0.9375rem;
    font-size: 1.6875rem;
  }
  body#index main #news2urelease #about_01 .inner p,
  body#index main #news2urelease #about_02 .inner p {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
  body#index main #news2urelease #about_01 {
    margin-bottom: 3.75rem;
    padding: 0;
    padding-bottom: 80vw;
  }
  body#index main #news2urelease #about_02 {
    padding: 0;
    padding-bottom: 80vw;
    text-align: center;
  }
  body#index main #news2urelease #about_02 .inner {
    color: #333;
  }
  body#index main #news2urelease .btn {
    margin: 1.125rem 30px;
    display: block;
  }
  body#index main #reason .reason_wrapper {
    margin-bottom: 0;
  }
  body#index main #reason .reason_wrapper > div {
    margin-bottom: 3.75rem;
  }
  body#index main #reason figure > div {
    height: auto;
  }
  body#index main #reason figcaption {
    text-align: center;
  }
  body#index main #reason #reason_01 img {
    margin-top: 0;
    width: 90vw;
  }
  body#index main #reason #reason_02 img {
    width: 90vw;
  }
  body#index main #reason #reason_03 img {
    margin-top: 0;
    width: 90vw;
  }
  body#index main #users {
    padding-bottom: 1rem;
  }
  body#index main #users .logo_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#index main #users .logo_wrapper.first {
    margin-bottom: 0;
  }
  body#index main #users .logo_wrapper.first > div {
    width: auto;
  }
  body#index main #users .logo_wrapper.last {
    width: auto;
  }
  body#index main #users .logo_wrapper.last > div {
    width: auto;
  }
  body#index main #users .logo_wrapper > div {
    margin-bottom: 4rem;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  body#index main #users .logo_wrapper > div img {
    height: auto !important;
  }
  body#index main #users .logo_wrapper .nec img {
    width: 38vw;
  }
  body#index main #users .logo_wrapper .kindai img {
    width: 48.66667vw;
  }
  body#index main #users .logo_wrapper .zkai img {
    width: 52vw;
  }
  body#index main #users .logo_wrapper .newbalance img {
    width: 60vw;
  }
  body#index main #users .logo_wrapper .wacoal img {
    width: 26.66667vw;
  }
  body#index main #plans section > a {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    min-height: 0;
    text-decoration: none;
  }
  body#index main #plans section > a header {
    min-height: 0;
  }
  body#index main #plans section > a .lead {
    padding-bottom: 1.25rem;
    min-height: 0;
  }
  body#index main #plans #plan_media a .balloon {
    margin: 0 auto 1rem auto;
    padding: 0.5rem;
    position: relative;
    left: auto;
    top: auto;
    width: 62vw;
    height: auto;
    background-color: #f99200;
    background-image: none;
    background-size: auto;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.2;
    -webkit-transform: scale(1);
            transform: scale(1);
    border-radius: 1rem;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  body#index main #plans #plan_media a .balloon:after {
    position: absolute;
    left: 50%;
    bottom: -2rem;
    content: '';
    display: block;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 2rem solid #f99200;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
  body#index main #plans #plan_media a .balloon br {
    display: none;
  }
  body#index main #plans #plan_media a .balloon span {
    margin-top: 0.25rem;
    display: block;
    font-size: 1.5rem;
  }
  body#index main #plans #plan_media a .balloon .inner {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body#index main #plans #plan_movie {
    margin-top: 0.875rem;
    text-align: center;
  }
  body#index main #plans #plan_movie img {
    max-width: 100%;
  }
  body#index main #plans #plan_movie h3 {
    text-align: center;
  }
  body#index main #plans #plan_movie p {
    line-height: 1.6;
  }
  body#index main #knowledge section {
    margin-bottom: 1.25rem;
  }
  body#index main #knowledge .inner .category {
    font-size: 1.125rem;
  }
  body#index main #knowledge .inner .text {
    padding: 0.8125rem 0.875rem;
    font-size: 1.125rem;
    text-decoration: underline;
  }
}

@media (max-width: 767.98px) {
  body#index main #information .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 999.98px) {
  body#error main .sheep {
    margin-bottom: 2rem;
  }
  body#error main .sheep img {
    max-width: 40vw;
  }
  body#error main h2 {
    margin-bottom: 2rem;
    text-align: center;
  }
  body#error main .btn_area {
    margin-top: 2rem;
  }
}

@media (max-width: 999.98px) {
  body#business main #mainvisual {
    background-image: url(../img/business/sp_mainvisual.jpg);
  }
  body#business main #vision {
    margin-bottom: 1.25rem;
  }
  body#business main #vision h2.img_heading {
    text-align: center;
  }
  body#business main #vision h2.img_heading img {
    width: 60vw;
  }
  body#business main #vision h4.img_heading img {
    max-width: 55vw;
  }
  body#business main #spirit {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  body#business main #spirit dl {
    display: block;
    width: 100%;
  }
  body#business main #spirit dt,
  body#business main #spirit dd {
    padding: 0;
    display: block;
  }
  body#business main #spirit dt {
    width: 100%;
  }
  body#business main #spirit dd {
    margin-top: 0.25em;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  body#business main #spirit img {
    height: 1.25rem;
  }
  body#business main #business_list {
    margin-bottom: 0;
  }
  body#business main #business_list .text_body {
    margin-top: 1.25rem;
  }
  body#business main #business_list .btn {
    width: 100%;
  }
}

@media (max-width: 999.98px) {
  body#company main #mainvisual {
    background-image: url(../img/company/sp_mainvisual.jpg);
  }
  body#company main #information table tr td table,
  body#company main #information table tr td tr {
    display: block;
  }
  body#company main #information table tr td td, body#company main #information table tr td th {
    display: inline;
  }
  body#company main #information table tr td td {
    padding-left: 0.5em;
  }
  body#company main #information .container > table > tbody > tr > th {
    padding-right: 1em;
  }
  body#company main #information .container > table > tbody > tr > th {
    min-width: 0;
  }
  body#company main #chronology > section .point_wrapper {
    position: relative;
  }
  body#company main #chronology > section .point_wrapper .point {
    position: absolute;
    top: 1rem;
    left: 2.5rem;
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.875rem 1.875rem;
  }
  body#company main #chronology > section .event .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body#company main #chronology > section .event .inner .image {
    margin-top: 1.875rem;
    margin-left: 0;
    min-width: 0;
    width: 100%;
    text-align: center;
  }
  body#company main #chronology > section .event .inner .image img {
    max-height: 15rem;
  }
  body#company main #chronology > section .event .inner .image img.logo {
    max-height: 11.25rem;
  }
  body#company main #chronology > section .event .inner .image img.pensees {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  body#company main #map_body {
    margin-bottom: 1.5rem;
    height: 90vw;
  }
  body#company main #map_body #map_info {
    line-height: 1.4;
  }
  body#company main #map_body #map_info .address {
    font-size: 0.875rem;
  }
  body#company main #map_body #map_info .info {
    font-size: 0.625rem;
  }
  body#company main #chronology {
    margin-left: 1.25rem;
    border-left: 0.3125rem solid #d1d1d1;
  }
  body#company main #chronology > section {
    margin-left: -1.5625rem;
  }
  body#company main #chronology > section .year {
    font-size: 1rem;
  }
  body#company main #chronology > section .point_wrapper {
    position: relative;
  }
  body#company main #chronology > section .point_wrapper .point {
    position: absolute;
    top: 0.75rem;
    left: 1.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem 1.25rem;
  }
  body#company main #chronology > section .event {
    position: relative;
    border: 0.0625rem solid #bbb;
  }
  body#company main #chronology > section .event::before {
    top: 1.3rem;
    left: -0.72rem;
    width: 1rem;
    height: 1rem;
  }
  body#company main #chronology > section .event .inner .body .date {
    font-size: 0.875rem;
  }
  body#company main #chronology > section .event .inner .body .text_body p {
    font-size: 1.125rem;
  }
  body#company main #chronology > section .event .inner .image img.logo.news2u {
    padding: 1.125rem;
  }
}

@media (max-width: 999.98px) {
  body#message main #mainvisual {
    background-size: 3.0625rem 3.0625rem;
  }
  body#message main #mainvisual img {
    margin-top: 0.625rem;
  }
  body#message main #message_body {
    margin-top: -1.75rem;
  }
  body#message main #kambara,
  body#message main #masuda {
    padding-top: 70vw;
    display: block;
    height: auto;
    background-position: center top;
    background-size: auto 64vw;
    text-align: center;
  }
  body#message main #kambara .message,
  body#message main #masuda .message {
    margin-bottom: 0.75em;
    font-size: 1.4375rem;
  }
  body#message main #kambara .name,
  body#message main #masuda .name {
    margin-left: 0;
  }
  body#message main #kambara {
    margin-bottom: 3.125rem;
    background-image: url(../img/message/sp_bg_01.jpg);
  }
  body#message main #masuda {
    background-image: url(../img/message/sp_bg_02.jpg);
  }
  body#message main #masuda > div {
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  body#message main #mainvisual img {
    margin-top: 0.625rem;
    width: 17.8125rem;
  }
}

@media (max-width: 999.98px) {
  body#philosophy main .box {
    padding: 20px;
  }
  body#philosophy main .box li + li {
    margin-top: 20px;
  }
  body#philosophy main .box li span {
    position: relative;
    left: auto;
    display: block;
  }
  body#philosophy main .box li img {
    max-height: 24px;
  }
  body#philosophy main .heading_02 {
    font-size: 2rem;
  }
}

@media (max-width: 999.98px) {
  body#service.index main #reason_header .heading_02 {
    font-size: 1.3rem;
  }
  body#service.index main figcaption {
    margin-bottom: 2rem;
  }
  body#service.index main #support .image {
    height: auto;
  }
  body#service.index main #support .check .image {
    padding-top: 0;
  }
  body#service.index main #support .check .image img {
    height: auto;
    max-height: 11.5625rem;
  }
  body#service.index main #support .advice .image img {
    height: auto;
    max-height: 12.625rem;
  }
  body#service.index main #support .template .image {
    padding-top: 0;
  }
  body#service.index main #support .template .image img {
    height: auto;
    max-height: 13.1875rem;
  }
  body#service.index main #support h3 {
    margin-bottom: 0.5em;
    font-size: 1.6875rem;
  }
  body#service.index main #delivery_support .image {
    text-align: center;
  }
  body#service.index main #delivery_support .image img {
    height: auto;
    max-height: 13.8125rem;
  }
  body#service.index main #delivery_support .text_body {
    margin-top: 2rem;
  }
  body#service.index main #other .image {
    margin-bottom: 2rem;
  }
  body#service.index main #other .image img {
    height: auto;
    max-height: 13.125rem;
  }
  body#service.index main #other h3 {
    margin-bottom: 0.5em;
    font-size: 1.6875rem;
  }
}

@media (max-width: 999.98px) {
  body#service.plans main .text_body p {
    margin-bottom: 0;
  }
  body#service.plans main #smt_block {
    margin-bottom: 0;
  }
  body#service.plans main #smt_block > .lead {
    margin-bottom: 1.5rem;
  }
  body#service.plans main #smt_block > .lead p {
    margin-bottom: 1.5em;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  body#service.plans main #smt_block > .lead p.notice {
    font-size: 0.875rem;
    color: #999999;
  }
  body#service.plans main #smt_block > .lead p.notice.action {
    display: none;
  }
  body#service.plans main #smt_block > .lead p.notice:last-child {
    margin-bottom: 0;
  }
  body#service.plans main #smt_block .tab {
    margin: 0 0.125rem 1.5rem 0.125rem;
  }
  body#service.plans main #smt_block .tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body#service.plans main #smt_block .tab ul li {
    width: 48%;
  }
  body#service.plans main #smt_block .tab ul li a {
    padding: 0.5rem 0;
    display: block;
    font-size: 0.8125rem;
    text-align: center;
    border: 0.125rem solid #fff;
    color: #888;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0 0 0 0.125rem #d1d1d1;
            box-shadow: 0 0 0 0.125rem #d1d1d1;
    width: 100%;
    text-decoration: none;
  }
  body#service.plans main #smt_block .tab ul li.media {
    margin-right: 0.2rem;
  }
  body#service.plans main #smt_block .tab ul li.media.current a {
    color: #fff;
    background-color: #0695a8;
    -webkit-box-shadow: 0 0 0 0.125rem #0695a8;
            box-shadow: 0 0 0 0.125rem #0695a8;
  }
  body#service.plans main #smt_block .tab ul li.web {
    margin-left: 0.2rem;
  }
  body#service.plans main #smt_block .tab ul li.web.current a {
    color: #fff;
    background-color: #0e84c1;
    -webkit-box-shadow: 0 0 0 0.125rem #0e84c1;
            box-shadow: 0 0 0 0.125rem #0e84c1;
  }
  body#service.plans main #smt_block #smt_plans > li > .head {
    margin-bottom: 1rem;
    padding: 1.5rem;
    color: #fff;
  }
  body#service.plans main #smt_block #smt_plans > li > .head h2,
  body#service.plans main #smt_block #smt_plans > li > .head p {
    line-height: 1.3;
  }
  body#service.plans main #smt_block #smt_plans > li > .head h2 {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  body#service.plans main #smt_block #smt_plans > li > .head p {
    margin-bottom: 1em;
    font-size: 1.125rem;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan {
    border-top: 1px dotted #fff;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li {
    padding: 0.625rem 0.25rem;
    border-bottom: 1px dotted #fff;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .num,
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .price,
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .img_btn {
    display: table-cell;
    vertical-align: middle;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .num,
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .price {
    font-size: 1.125rem;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .num span,
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .price span {
    font-size: 2rem;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .num {
    white-space: nowrap;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .price {
    padding-right: 1rem;
    text-align: right;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .price span {
    font-weight: bold;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .img_btn {
    white-space: nowrap;
    width: 1.5625rem;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_row .img_btn img {
    padding-top: 0.25rem;
    width: 1.5625rem;
    height: auto;
    cursor: pointer;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail {
    padding: 0 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 200000002;
    display: none;
    opacity: 0;
    -webkit-animation: menu_off 0.3s ease;
            animation: menu_off 0.3s ease;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail.active {
    display: block;
    height: 100%;
    opacity: 1;
    -webkit-animation: menu_on 0.3s ease;
            animation: menu_on 0.3s ease;
    background-color: rgba(0, 0, 0, 0.56);
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail .close {
    float: right;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail .close img {
    width: 1.5rem;
    vertical-align: middle;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail .smt_head {
    padding: 1rem 1.25rem;
    clear: both;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail .smt_head::after {
    content: "";
    display: table;
    clear: both;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail .smt_head p {
    margin-bottom: 0;
    padding: 0.4rem 0.5rem;
    font-size: 1.125rem;
    float: left;
    line-height: 1;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail .smt_head p.plan {
    margin-right: 0.6rem;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail table,
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail thead,
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail tbody,
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail tr,
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail td,
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail th {
    display: block;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail table {
    padding: 1.25rem 1.75rem;
    background-color: #fff;
    color: #000;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail table th {
    padding: 0.5rem 0.75rem;
    background-color: #e8e8e8;
  }
  body#service.plans main #smt_block #smt_plans > li > .head ul.plan li .plan_detail table td {
    padding: 0.75rem;
  }
  body#service.plans main #smt_block #smt_plans > li > .body > table {
    width: 100%;
  }
  body#service.plans main #smt_block #smt_plans > li > .body > table tr > th,
  body#service.plans main #smt_block #smt_plans > li > .body > table tr > td {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #fff;
  }
  body#service.plans main #smt_block #smt_plans > li > .body > table tr > th {
    font-size: 1.125rem;
    line-height: 1.3;
    color: #666;
  }
  body#service.plans main #smt_block #smt_plans > li > .body > table tr > td {
    padding-left: 0;
    text-align: center;
    width: 7rem;
  }
  body#service.plans main #smt_block #smt_plans > li > .body > table tr > td img {
    width: 2.25rem;
  }
  body#service.plans main #smt_block #smt_plans > li > .body > table tr > td .text {
    font-size: 1.5rem;
  }
  body#service.plans main #smt_block #smt_plans > li > .body > table tr > td .notice {
    margin-top: 0.5em;
    font-size: 0.875rem;
  }
  body#service.plans main #smt_block #smt_plans > li.media > .head {
    background-image: linear-gradient(-45deg, #08a1b3 25%, #15a6b7 25%, #15a6b7 50%, #08a1b3 50%, #08a1b3 75%, #15a6b7 75%, #15a6b7);
    background-size: 0.75rem 0.75rem;
  }
  body#service.plans main #smt_block #smt_plans > li.media > .head ul.plan li .plan_detail .close {
    background-color: #08a1b3;
  }
  body#service.plans main #smt_block #smt_plans > li.media > .head ul.plan li .plan_detail .smt_head {
    background-image: linear-gradient(-45deg, #08a1b3 25%, #15a6b7 25%, #15a6b7 50%, #08a1b3 50%, #08a1b3 75%, #15a6b7 75%, #15a6b7);
    background-size: 0.75rem 0.75rem;
  }
  body#service.plans main #smt_block #smt_plans > li.media > .head ul.plan li .plan_detail .smt_head p.price {
    background-color: #3c63bc;
  }
  body#service.plans main #smt_block #smt_plans > li.media > .body > table tr > th,
  body#service.plans main #smt_block #smt_plans > li.media > .body > table tr > td {
    background-color: #ceecf0;
  }
  body#service.plans main #smt_block #smt_plans > li.media > .body > table tr > td {
    color: #08a1b3;
  }
  body#service.plans main #smt_block #smt_plans > li.web > .head {
    background-image: linear-gradient(-45deg, #0e84c1 25%, #1a8ac4 25%, #1a8ac4 50%, #0e84c1 50%, #0e84c1 75%, #1a8ac4 75%, #1a8ac4);
    background-size: 0.75rem 0.75rem;
  }
  body#service.plans main #smt_block #smt_plans > li.web > .head ul.plan li .plan_detail .close {
    background-color: #0e84c1;
  }
  body#service.plans main #smt_block #smt_plans > li.web > .head ul.plan li .plan_detail .smt_head {
    background-image: linear-gradient(-45deg, #0e84c1 25%, #1a8ac4 25%, #1a8ac4 50%, #0e84c1 50%, #0e84c1 75%, #1a8ac4 75%, #1a8ac4);
    background-size: 0.75rem 0.75rem;
  }
  body#service.plans main #smt_block #smt_plans > li.web > .head ul.plan li .plan_detail .smt_head p.price {
    background-color: #3c63bc;
  }
  body#service.plans main #smt_block #smt_plans > li.web > .body > table tr > th,
  body#service.plans main #smt_block #smt_plans > li.web > .body > table tr > td {
    background-color: #cfe6f3;
  }
  body#service.plans main #smt_block #smt_plans > li.web > .body > table tr > td {
    color: #0e84c1;
  }
}

@media (max-width: 999.98px) {
  body#service.options main .options_section {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  body#service.options main .options_section h2 {
    padding-left: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#service.options main .options_section h2 i.fa {
    font-size: 2.1875rem;
    display: block;
  }
  body#service.options main .options_section section {
    margin-bottom: 1.5rem;
  }
  body#service.options main .options_section section header {
    margin-bottom: 0.75rem;
    display: block;
    border: 0.0625rem solid #3c63bc;
  }
  body#service.options main .options_section section h3,
  body#service.options main .options_section section .price {
    display: block;
    border: none;
  }
  body#service.options main .options_section section h3 {
    width: 100%;
    text-align: center;
    font-weight: normal;
    background-color: #3c63bc;
  }
  body#service.options main .options_section section h3 i.fa {
    margin-top: 0;
    margin-right: 0.5rem;
  }
  body#service.options main .options_section section .price {
    width: 100%;
  }
  body#service.options main #options_05 .image,
  body#service.options main #options_05 .text_body {
    display: block;
  }
  body#service.options main #options_05 .image {
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
  }
  body#service.options main #options_05 .image img {
    max-width: 26.6875rem;
    width: 90vw;
  }
}

@media (max-width: 999.98px) {
  body#service.knowledge main .heading_03 {
    text-align: center;
  }
  body#service.knowledge main #seminar .btn {
    width: 100%;
  }
  body#service.knowledge main #seminar .block {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body#service.knowledge main #seminar .block .body {
    padding: 0.9375rem;
  }
  body#service.knowledge main #seminar .block .body h3 {
    margin-bottom: 0.5em;
  }
  body#service.knowledge main #seminar .block .body .lead {
    margin-bottom: 0.75em;
  }
  body#service.knowledge main #seminar .block .body .information {
    margin-bottom: 1rem;
  }
  body#service.knowledge main #seminar .block .body .information p {
    margin-right: 0;
    margin-bottom: 0.5rem;
    display: block;
  }
  body#service.knowledge main #seminar .block .image {
    margin-left: 0;
    width: auto;
  }
  body#service.knowledge main #seminar .block .noseminar {
    padding: 0.9375rem;
  }
  body#service.knowledge main #case .row {
    margin-bottom: 0;
  }
  body#service.knowledge main #case .row:last-child {
    margin-bottom: -1.25rem;
  }
  body#service.knowledge main #case .block {
    margin-bottom: 1.25rem;
  }
  body#service.knowledge main #case .block .body {
    padding: 0.9375rem;
  }
  body#service.knowledge main #download .block {
    margin-bottom: 1.25rem;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body#service.knowledge main #download .block .image {
    width: auto;
  }
  body#service.knowledge main #download .block .body {
    padding: 0.9375rem;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media (max-width: 999.98px) {
  body#service.global main .text_body .notice {
    margin-top: 0.25em;
    font-size: 0.875rem;
    color: #888;
  }
  body#service.global main > header {
    margin-bottom: 1.5rem;
  }
  body#service.global main > header .container {
    background: url(/assets/img/service/global/bg_sp_mainvisual.png) left 55% no-repeat;
  }
  body#service.global main .heading_03 {
    text-align: center;
  }
  body#service.global main .header__inner {
    height: auto;
    margin-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body#service.global main .header__title {
    font-size: 54px;
    margin-bottom: 18rem;
    text-align: center;
  }
  body#service.global main .header__icons {
    margin-bottom: 20px;
    letter-spacing: -.38em;
    text-align: center;
  }
  body#service.global main .header__icons > li {
    display: inline-block;
    letter-spacing: normal;
    float: none;
    width: 118px;
    margin-right: 25px;
  }
  body#service.global main .header__icons > li:last-child {
    margin-right: 0;
  }
  body#service.global main .header__privilege {
    max-width: 690px;
    margin: 0 auto;
  }
  body#service.global main .header__privilegeImg--pc {
    display: none;
  }
  body#service.global main .header__privilegeImg--sp {
    display: block;
  }
  body#service.global main #sp_basic_plan thead sup {
    font-size: 0.7rem;
  }
  body#service.global main #sp_basic_plan tbody th {
    vertical-align: top;
  }
  body#service.global main #sp_basic_plan .table_02.two_columns th {
    width: 30%;
  }
  body#service.global main #information {
    margin-bottom: 2rem;
  }
  body#service.global main #information p {
    padding: 4.5rem 1.5rem 1.25rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-position: center 1.5rem;
    background-size: 9.375rem auto;
  }
}

@media (max-width: 767.98px) {
  body#service.global main > header .container {
    background-position: left 50%;
    background-size: 100%;
  }
  body#service.global main .header__inner {
    height: auto;
    margin-left: 0;
    padding-top: 2rem;
  }
  body#service.global main .header__title {
    font-size: 40.5px;
    text-align: center;
    margin-bottom: 12rem;
  }
  body#service.global main .header__icons {
    margin-bottom: 2.89855%;
  }
  body#service.global main .header__icons > li {
    width: 16.52174%;
    margin-right: 3.47826%;
  }
  body#service.global main .header__privilege {
    max-width: 690px;
    margin: 0 auto;
  }
  body#service.global main .header__privilegeImg--pc {
    display: none;
  }
  body#service.global main .header__privilegeImg--sp {
    display: block;
  }
}

@media (max-width: 575.98px) {
  body#service.global main > header .container {
    background-position: left 55.5%;
  }
  body#service.global main .header__inner {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  body#service.global main .header__title {
    font-size: 7.5vw;
    margin-bottom: 36vw;
  }
}

@media (max-width: 999.98px) {
  body#service.download main #mainvisual {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    padding-bottom: 47vw;
    background-position: center bottom -2rem;
    background-size: 90vw auto;
    position: relative;
  }
  body#service.download main #mainvisual .lead {
    font-size: 1.3125rem;
  }
  body#service.download main #mainvisual h2 {
    text-align: center;
  }
  body#service.download main #mainvisual h2 span {
    margin-bottom: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  body#service.download main #mainvisual strong {
    font-weight: 700;
  }
  body#service.download main #mainvisual .balloon {
    position: absolute;
    top: auto;
    right: 0.75rem;
    bottom: 1rem;
    width: 37vw;
  }
  body#service.download main #step li {
    width: 50%;
  }
}

@media (max-width: 999.98px) {
  body#service.regist main .form_wrapper > section > .inner {
    border-top: 0.0625rem solid #d1d1d1;
  }
  body#service.regist main #step {
    margin-bottom: 3.125rem;
  }
  body#service.regist main #error {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}

@media (max-width: 999.98px) {
  body#news.index main #mainvisual {
    background-image: url(../img/news/sp_mainvisual.png);
  }
  body#news.index main .heading_03 {
    text-align: center;
  }
  body#news.index main #aggregate {
    background-color: #f3f3f3;
  }
  body#news.index main #aggregate .image img {
    max-height: 60vw;
  }
  body#news.index main #aggregate .image.noimage a {
    height: 60vw;
  }
  body#news.index main #aggregate .date {
    margin-top: 1em;
  }
  body#news.index main #aggregate .title {
    margin-bottom: 2rem;
  }
  body#news.index main #aggregate #slideshare {
    margin-top: 3.75rem;
  }
}

@media (max-width: 999.98px) {
  body#news.list main .month_block {
    margin-left: -15px;
    margin-right: -15px;
    position: static;
  }
  body#news.list main .month_block .row {
    margin-left: 0;
    margin-right: 0;
  }
  body#news.list main .month_block > h2 {
    position: static;
    top: auto;
    left: auto;
    text-align: center;
    margin-bottom: 2rem;
  }
}

@media (max-width: 999.98px) {
  body#news.detail main #release_attachment {
    border-bottom: 0;
  }
  body#news.detail main .social_block.lower {
    margin-bottom: 0;
  }
  body#news.detail main .first_image figure {
    margin-bottom: 3.75rem;
  }
  body#news.detail main .first_image figure figcaption {
    margin-top: 1em;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  body#news.detail main .first_image figure figcaption a {
    color: #888;
  }
  body#news.detail main #release_attachment .row {
    margin-bottom: 1rem;
  }
  body#news.detail main #release_attachment figcaption {
    margin-top: 1em;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  body#news.detail main #release_attachment figcaption a {
    color: #333;
  }
  body#news.detail main #release_attachment figcaption a:hover {
    color: #3c63bc;
  }
}

@media (max-width: 999.98px) {
  body#privacy main .truste {
    text-align: center;
  }
}

@media (max-width: 999.98px) {
  body#social-media-list main .social_media h3 {
    font-size: 1.125rem;
  }
  body#social-media-list main .social_media h3 a {
    text-decoration: underline;
  }
}
