@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

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

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 1);
  -moz-flex-basis: calc(100% / 12 * 1);
  -ms-flex-preferred-size: calc(100% / 12 * 1);
  flex-basis: calc(100% / 12 * 1);
  max-width: calc(100% / 12 * 1);
}

.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 2);
  -moz-flex-basis: calc(100% / 12 * 2);
  -ms-flex-preferred-size: calc(100% / 12 * 2);
  flex-basis: calc(100% / 12 * 2);
  max-width: calc(100% / 12 * 2);
}

.col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 3);
  -moz-flex-basis: calc(100% / 12 * 3);
  -ms-flex-preferred-size: calc(100% / 12 * 3);
  flex-basis: calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
}

.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 4);
  -moz-flex-basis: calc(100% / 12 * 4);
  -ms-flex-preferred-size: calc(100% / 12 * 4);
  flex-basis: calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
}

.col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 5);
  -moz-flex-basis: calc(100% / 12 * 5);
  -ms-flex-preferred-size: calc(100% / 12 * 5);
  flex-basis: calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
}

.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 6);
  -moz-flex-basis: calc(100% / 12 * 6);
  -ms-flex-preferred-size: calc(100% / 12 * 6);
  flex-basis: calc(100% / 12 * 6);
  max-width: calc(100% / 12 * 6);
}

.col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 7);
  -moz-flex-basis: calc(100% / 12 * 7);
  -ms-flex-preferred-size: calc(100% / 12 * 7);
  flex-basis: calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
}

.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 8);
  -moz-flex-basis: calc(100% / 12 * 8);
  -ms-flex-preferred-size: calc(100% / 12 * 8);
  flex-basis: calc(100% / 12 * 8);
  max-width: calc(100% / 12 * 8);
}

.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 9);
  -moz-flex-basis: calc(100% / 12 * 9);
  -ms-flex-preferred-size: calc(100% / 12 * 9);
  flex-basis: calc(100% / 12 * 9);
  max-width: calc(100% / 12 * 9);
}

.col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 10);
  -moz-flex-basis: calc(100% / 12 * 10);
  -ms-flex-preferred-size: calc(100% / 12 * 10);
  flex-basis: calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
}

.col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 11);
  -moz-flex-basis: calc(100% / 12 * 11);
  -ms-flex-preferred-size: calc(100% / 12 * 11);
  flex-basis: calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
}

.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-flex-basis: calc(100% / 12 * 12);
  -moz-flex-basis: calc(100% / 12 * 12);
  -ms-flex-preferred-size: calc(100% / 12 * 12);
  flex-basis: calc(100% / 12 * 12);
  max-width: calc(100% / 12 * 12);
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 1);
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 2);
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 3);
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 4);
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 5);
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 6);
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 7);
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 8);
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 9);
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 10);
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 11);
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: calc(100% / 12 * 12);
}

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 560px) {
  .container {
    width: 560px;
  }

  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 1);
    -moz-flex-basis: calc(100% / 12 * 1);
    -ms-flex-preferred-size: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }

  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 2);
    -moz-flex-basis: calc(100% / 12 * 2);
    -ms-flex-preferred-size: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }

  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 3);
    -moz-flex-basis: calc(100% / 12 * 3);
    -ms-flex-preferred-size: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }

  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 4);
    -moz-flex-basis: calc(100% / 12 * 4);
    -ms-flex-preferred-size: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }

  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 5);
    -moz-flex-basis: calc(100% / 12 * 5);
    -ms-flex-preferred-size: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }

  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 6);
    -moz-flex-basis: calc(100% / 12 * 6);
    -ms-flex-preferred-size: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }

  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 7);
    -moz-flex-basis: calc(100% / 12 * 7);
    -ms-flex-preferred-size: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }

  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 8);
    -moz-flex-basis: calc(100% / 12 * 8);
    -ms-flex-preferred-size: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }

  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 9);
    -moz-flex-basis: calc(100% / 12 * 9);
    -ms-flex-preferred-size: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }

  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 10);
    -moz-flex-basis: calc(100% / 12 * 10);
    -ms-flex-preferred-size: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }

  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 11);
    -moz-flex-basis: calc(100% / 12 * 11);
    -ms-flex-preferred-size: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }

  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 12);
    -moz-flex-basis: calc(100% / 12 * 12);
    -ms-flex-preferred-size: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }

  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 1);
  }

  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 2);
  }

  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 3);
  }

  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 4);
  }

  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 5);
  }

  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 6);
  }

  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 7);
  }

  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 8);
  }

  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 9);
  }

  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 10);
  }

  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 11);
  }

  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 12);
  }

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

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 960px) {
  .container {
    width: 960px;
  }

  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 1);
    -moz-flex-basis: calc(100% / 12 * 1);
    -ms-flex-preferred-size: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }

  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 2);
    -moz-flex-basis: calc(100% / 12 * 2);
    -ms-flex-preferred-size: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }

  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 3);
    -moz-flex-basis: calc(100% / 12 * 3);
    -ms-flex-preferred-size: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }

  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 4);
    -moz-flex-basis: calc(100% / 12 * 4);
    -ms-flex-preferred-size: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }

  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 5);
    -moz-flex-basis: calc(100% / 12 * 5);
    -ms-flex-preferred-size: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }

  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 6);
    -moz-flex-basis: calc(100% / 12 * 6);
    -ms-flex-preferred-size: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }

  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 7);
    -moz-flex-basis: calc(100% / 12 * 7);
    -ms-flex-preferred-size: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }

  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 8);
    -moz-flex-basis: calc(100% / 12 * 8);
    -ms-flex-preferred-size: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }

  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 9);
    -moz-flex-basis: calc(100% / 12 * 9);
    -ms-flex-preferred-size: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }

  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 10);
    -moz-flex-basis: calc(100% / 12 * 10);
    -ms-flex-preferred-size: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }

  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 11);
    -moz-flex-basis: calc(100% / 12 * 11);
    -ms-flex-preferred-size: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }

  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 12);
    -moz-flex-basis: calc(100% / 12 * 12);
    -ms-flex-preferred-size: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }

  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 1);
  }

  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 2);
  }

  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 3);
  }

  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 4);
  }

  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 5);
  }

  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 6);
  }

  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 7);
  }

  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 8);
  }

  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 9);
  }

  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 10);
  }

  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 11);
  }

  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 12);
  }

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

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }

  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 1);
    -moz-flex-basis: calc(100% / 12 * 1);
    -ms-flex-preferred-size: calc(100% / 12 * 1);
    flex-basis: calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }

  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 2);
    -moz-flex-basis: calc(100% / 12 * 2);
    -ms-flex-preferred-size: calc(100% / 12 * 2);
    flex-basis: calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }

  .col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 3);
    -moz-flex-basis: calc(100% / 12 * 3);
    -ms-flex-preferred-size: calc(100% / 12 * 3);
    flex-basis: calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }

  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 4);
    -moz-flex-basis: calc(100% / 12 * 4);
    -ms-flex-preferred-size: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }

  .col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 5);
    -moz-flex-basis: calc(100% / 12 * 5);
    -ms-flex-preferred-size: calc(100% / 12 * 5);
    flex-basis: calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }

  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 6);
    -moz-flex-basis: calc(100% / 12 * 6);
    -ms-flex-preferred-size: calc(100% / 12 * 6);
    flex-basis: calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }

  .col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 7);
    -moz-flex-basis: calc(100% / 12 * 7);
    -ms-flex-preferred-size: calc(100% / 12 * 7);
    flex-basis: calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }

  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 8);
    -moz-flex-basis: calc(100% / 12 * 8);
    -ms-flex-preferred-size: calc(100% / 12 * 8);
    flex-basis: calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }

  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 9);
    -moz-flex-basis: calc(100% / 12 * 9);
    -ms-flex-preferred-size: calc(100% / 12 * 9);
    flex-basis: calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }

  .col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 10);
    -moz-flex-basis: calc(100% / 12 * 10);
    -ms-flex-preferred-size: calc(100% / 12 * 10);
    flex-basis: calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }

  .col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 11);
    -moz-flex-basis: calc(100% / 12 * 11);
    -ms-flex-preferred-size: calc(100% / 12 * 11);
    flex-basis: calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }

  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-flex-basis: calc(100% / 12 * 12);
    -moz-flex-basis: calc(100% / 12 * 12);
    -ms-flex-preferred-size: calc(100% / 12 * 12);
    flex-basis: calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }

  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 1);
  }

  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 2);
  }

  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 3);
  }

  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 4);
  }

  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 5);
  }

  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 6);
  }

  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 7);
  }

  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 8);
  }

  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 9);
  }

  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 10);
  }

  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 11);
  }

  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: calc(100% / 12 * 12);
  }

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

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
/************* LAYOUT *************/
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body {
  background: #a5cb4f;
  background-color: #a5cb4f;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #666666;
  font-size: 1.6rem;
}

#container {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}

/************* DISPLAY *************/
.hidden-md {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .hidden-md {
    display: none;
  }
}

.hidden-xs {
  display: none;
}
@media screen and (min-width: 960px) {
  .hidden-xs {
    display: inline-block;
  }
}

/************* TEXT *************/
h1, h2, h3, h4, h5, h6 {
  font-family: "Shuei MaruGo B", "秀英丸ゴシック B", sans-serif;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

a {
  color: #200c79;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
a[target=_blank]::after {
  content: "";
  background-image: url("../img/icon_blanklink.svg");
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: -0.25rem;
  background-size: contain;
  vertical-align: middle;
}

.c-red, .fc-red {
  color: #c44 !important;
}

.fc-point {
  color: #200c79 !important;
}

.fc-sub {
  color: #a5cb4f !important;
}

.b {
  font-weight: bold;
}

p {
  margin-bottom: 1.5rem;
}

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

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

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

.caption {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
  margin: 0.5rem 0;
}
.caption:before {
  display: inline-block;
  content: "※";
  padding-right: 0.5rem;
}

/************* MARGIN PADDING *************/
.pd {
  padding: 15px !important;
}
@media screen and (min-width: 960px) {
  .pd {
    padding: 20px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/************* BORDER *************/
hr {
  height: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 670px;
  margin: 30px auto;
  border-top: 8px solid #e7f4c7;
}

/************* CONTENTS WIDTH *************/
#contents,
#contents-top,
#contents-bottom {
  width: 100%;
  margin: 0;
}
#contents .color,
#contents-top .color,
#contents-bottom .color {
  background: #FFFFFF;
  background-color: #FFFFFF;
}
#contents .logo,
#contents .btn-wrap,
#contents .inner,
#contents section,
#contents-top .logo,
#contents-top .btn-wrap,
#contents-top .inner,
#contents-top section,
#contents-bottom .logo,
#contents-bottom .btn-wrap,
#contents-bottom .inner,
#contents-bottom section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #contents .logo,
#contents .btn-wrap,
#contents .inner,
#contents section,
#contents-top .logo,
#contents-top .btn-wrap,
#contents-top .inner,
#contents-top section,
#contents-bottom .logo,
#contents-bottom .btn-wrap,
#contents-bottom .inner,
#contents-bottom section {
    max-width: 670px;
  }
}

/************* BUTTON *************/
.btn-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 35px 15px 10px;
}
@media screen and (min-width: 960px) {
  .btn-wrap {
    padding: 0;
    max-width: 670px;
  }
}
.btn-wrap.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.3s, opacity 0.3s, visibility 0.3s;
  z-index: 9999;
  margin: 30px 0;
  padding: 0 15px;
}
.btn-wrap.fixed.hidden {
  bottom: -300px;
  opacity: 0;
  visibility: hidden;
}

/************* CONTENTS *************/
.border {
  border: none;
}
@media screen and (min-width: 960px) {
  .border {
    border-right: 8px solid #e7f4c7;
    border-left: 8px solid #e7f4c7;
  }
}

.headline {
  border-radius: 0;
  padding: 15px 0;
  text-align: center;
  color: #200c79;
  background: #e7f4c7;
}

section {
  border-radius: 0;
  background: #FFFFFF;
  margin: 0 !important;
}
@media screen and (min-width: 960px) {
  section {
    border-radius: 10px;
    border-right: 8px solid #e7f4c7;
    border-left: 8px solid #e7f4c7;
    border-bottom: 8px solid #e7f4c7;
    margin: 30px auto !important;
  }
}
.color section {
  margin: 0 auto !important;
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px 0 10px;
  font-size: 1.6rem;
  background: #ffad0c;
  color: #FFFFFF;
  box-sizing: border-box;
  font-family: "Shuei MaruGo B", "秀英丸ゴシック B", sans-serif;
}
@media screen and (min-width: 960px) {
  .ribbon {
    padding: 0 30px 0 20px;
    height: 40px;
    line-height: 40px;
  }
}
.ribbon::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 15px 10px 15px 0px;
  border-color: transparent #FFFFFF transparent transparent;
  border-style: solid;
}
@media screen and (min-width: 960px) {
  .ribbon::after {
    border-width: 20px 10px 20px 0px;
  }
}

.icon {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}

#main-visual {
  position: relative;
  overflow: hidden;
  padding: 20px 0 30px;
}
@media screen and (min-width: 960px) {
  #main-visual {
    padding: 40px 0 60px;
  }
}
#main-visual h1 {
  color: #FFFFFF;
  transform: rotate(-4deg);
  line-height: 1.25;
  background: right top 20px/20% url("../../img/common/star-right.png") no-repeat, left bottom 30px/20% url("../../img/common/star-left.png") no-repeat;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  #main-visual h1 {
    max-width: none;
  }
}
#main-visual h1 .title {
  text-align: center;
  font-size: 60px;
  max-width: 299px;
  min-width: 299px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #main-visual h1 .title {
    font-size: 120px;
    max-width: 550px;
    min-width: auto;
  }
}
#main-visual h1 .title::before, #main-visual h1 .title::after {
  content: "";
  display: block;
}
#main-visual h1 .title::before {
  width: 90%;
  height: 20px;
  margin: 0 auto;
  background: center center/100% url("../../img/common/bg-fukidashi.svg") no-repeat;
}
@media screen and (min-width: 960px) {
  #main-visual h1 .title::before {
    height: 40px;
  }
}
#main-visual h1 .title::after {
  width: 105%;
  height: 15px;
  margin: 0 auto 0 -5%;
  background: left top/200% url("../../img/common/bg-stripe.svg") no-repeat;
}
#main-visual h1 .sub-title {
  margin: 0 auto;
  max-width: 235px;
  color: #200c79;
  font-size: 14px;
  letter-spacing: 0.25rem;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
}
@media screen and (min-width: 960px) {
  #main-visual h1 .sub-title {
    font-size: 18px;
    max-width: 480px;
  }
}
#main-visual h1 .sub-title span {
  font-size: 180%;
  color: #ffd5ac;
}
#main-visual h1 .sub-title div {
  white-space: nowrap;
}
#main-visual h1 .sub-title div:first-child {
  margin-right: auto;
}
#main-visual h1 .sub-title div:last-child {
  margin-left: auto;
}
#main-visual h1 .sub-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -10px;
  height: 15px;
  width: 30px;
  background: top left/contain url("../../img/common/waa.svg") no-repeat;
}
@media screen and (min-width: 960px) {
  #main-visual h1 .sub-title::before {
    top: -17px;
    left: -20px;
    height: 18px;
    width: 50px;
  }
}

#present-area {
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
  padding: 0 15px 15px;
  /*      QUESTION AREA     */
}
@media screen and (min-width: 960px) {
  #present-area {
    padding: 0;
  }
}
#present-area .present-item {
  background: #FFFFFF;
  padding: 30px 15px 15px;
  border-radius: 10px;
  position: relative;
  flex: 1;
  margin-top: 15px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  #present-area .present-item {
    margin-top: 0;
    padding: 20px;
    width: auto;
    min-width: auto;
    max-width: none;
  }
}
#present-area .present-item + .present-item {
  margin-top: 30px;
}
#present-area .present-image {
  margin: 0 auto 20px;
  max-width: 560px;
  overflow: hidden;
}
#present-area .present-image img {
  width: 100%;
  height: auto;
  max-width: 560px;
  max-height: 360px;
  min-height: 240px;
  object-fit: contain;
  margin: auto;
}
@media screen and (min-width: 960px) {
  #present-area .present-image img {
    min-height: 280px;
  }
}
#present-area .badge {
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -25px;
  height: 80px;
  line-height: 80px;
  border-radius: 80px;
  background: #ffad0c;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  #present-area .badge {
    top: -10px;
  }
}
#present-area .badge h3 {
  text-align: center;
  margin: 0;
  line-height: 80px;
  color: #FFFFFF;
  z-index: 999;
  white-space: nowrap;
  height: 60px;
  width: 60px;
  position: relative;
  font-size: 30px;
}
#present-area .badge h3 span {
  line-height: 1;
  font-size: 15px;
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
#present-area .badge h3::after {
  content: "名";
  display: inline-block;
  font-size: 15px;
}
#present-area .present-title {
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  color: #200c79;
}
#present-area .present-title h3 {
  margin-bottom: 1rem;
  font-size: 125%;
  color: #200c79;
  position: relative;
  display: inline-block;
  padding: 0 10px 2px;
  width: fit-content;
  margin: auto auto 1rem;
  background-image: linear-gradient(transparent 50%, #ffd5ac 0%);
}
#present-area .present-title h4 {
  font-size: 110%;
}
#present-area .present-title .sub-title {
  font-size: 100%;
  color: #200c79;
  font-weight: normal;
}
#present-area::after {
  content: "プレゼントを選ぶ";
  text-align: center;
  font-family: "Shuei MaruGo B", "秀英丸ゴシック B", sans-serif;
  color: #FFFFFF;
  display: block;
  background-color: #a5cb4f;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  font-size: 20px;
  height: 100px;
  line-height: 60px;
  bottom: -99px;
}
@media screen and (min-width: 960px) {
  #present-area::after {
    font-size: 30px;
    height: 130px;
    line-height: 100px;
    bottom: -129px;
  }
}

#question-area {
  padding-top: 80px;
}
@media screen and (min-width: 960px) {
  #question-area {
    padding-top: 130px;
  }
}
#question-area .question {
  padding: 20px 20px 40px 60px;
  counter-reset: number 0;
}
@media screen and (min-width: 960px) {
  #question-area .question {
    padding-left: 50px;
  }
}
#question-area .question li {
  display: block;
}
#question-area .question li h4 {
  font-size: 1.3rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  color: #200c79;
  margin: 0.25rem 0;
}
@media screen and (min-width: 960px) {
  #question-area .question li h4 {
    font-size: 1.3rem;
  }
}
#question-area .question .required {
  position: relative;
}
#question-area .question .required:after {
  content: "＼必須／";
  font-size: 1.2rem;
  position: absolute;
  left: -53px;
  top: -24px;
  color: #ffad0c;
  font-family: "Shuei MaruGo B", "秀英丸ゴシック B", sans-serif;
  display: block;
}
@media screen and (min-width: 960px) {
  #question-area .question .required:after {
    left: -48px;
    top: -22px;
  }
}
#question-area .question li.q-text, #question-area .question .q-text {
  position: relative;
  color: #200c79;
  font-weight: 600 !important;
  font-weight: bold;
  margin: 3rem 0 1.5rem;
}
@media screen and (min-width: 960px) {
  #question-area .question li.q-text, #question-area .question .q-text {
    font-size: 1.6rem;
  }
}
#question-area .question li.q-text:first-child, #question-area .question .q-text:first-child {
  margin-top: 1.5rem;
}
#question-area .question li.q-text:before, #question-area .question .q-text:before {
  counter-increment: number 1;
  content: "Q" counter(number);
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -50px;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  border-radius: 40px;
  background: #a5cb4f;
  color: #FFFFFF;
  font-family: "Shuei MaruGo B", "秀英丸ゴシック B", sans-serif;
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #question-area .question li.q-text:before, #question-area .question .q-text:before {
    top: -4px;
    left: -42px;
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
    line-height: 36px;
  }
}
#question-area .question li.q-text span, #question-area .question .q-text span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400 !important;
  font-weight: normal !important;
  padding: 2px 8px;
  margin-left: 1rem;
  border-radius: 40px;
  border: 1px solid #fdfff9;
  border-color: #200c79;
  line-height: 16px;
  height: 22px;
}
#question-area .question .q-text:before {
  display: none;
}

#qa-present,
#qa-check {
  padding: 0 15px 15px;
}
@media screen and (min-width: 960px) {
  #qa-present,
#qa-check {
    padding: 0 0 30px 0;
  }
}
#qa-present .question,
#qa-check .question {
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #qa-present .question,
#qa-check .question {
    padding: 20px 15px;
  }
}
#qa-present .question .required::after,
#qa-check .question .required::after {
  display: none;
}
#qa-present .question li.q-text, #qa-present .question .q-text,
#qa-check .question li.q-text,
#qa-check .question .q-text {
  margin-top: 0;
}
#qa-present .question li.q-text::before, #qa-present .question .q-text::before,
#qa-check .question li.q-text::before,
#qa-check .question .q-text::before {
  display: none;
}
#qa-present .question label,
#qa-check .question label {
  padding-bottom: 12px;
  background: #FFFFFF;
  width: 100%;
  border-radius: 5px;
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  #qa-present .question label,
#qa-check .question label {
    padding-top: 10px;
    width: 80%;
    font-size: 18px;
  }
}
#qa-present .question input + label,
#qa-check .question input + label {
  padding: 1rem 1rem 1rem 4rem;
}

#qa-present {
  padding-top: 30px;
}
#qa-present .question {
  background: #ffead6;
}
#qa-present .question label {
  border: 2px solid #ffad0c;
}
#qa-present .question input[type=radio] + label:before {
  top: 10px;
  left: 10px;
}
#qa-present .question input[type=radio]:checked + label:after {
  top: 16px;
  left: 16px;
}
#qa-present .question label {
  border: 2px solid #ffad0c;
}
#qa-present .question input[type=checkbox] + label:before {
  top: 12px;
  left: 10px;
}
#qa-present .question input[type=checkbox]:checked + label:after {
  top: 10px;
  left: 16px;
}

#qa-client {
  background: top right/140% url("../img/bg-star.svg") no-repeat, top 30% left/140% url("../img/bg-star.svg") no-repeat, top 60% right/140% url("../img/bg-star.svg") no-repeat, top 90% left/140% url("../img/bg-star.svg") no-repeat;
}
@media screen and (min-width: 960px) {
  #qa-client {
    border-top: 8px solid #e7f4c7;
    border-radius: 10px 10px 0 0;
  }
}

#qa-basic {
  background: #fdfff9;
}

@media screen and (min-width: 960px) {
  #qa-information {
    border-bottom: 8px solid #e7f4c7;
    border-radius: 0;
  }
}
#qa-information h1, #qa-information h2, #qa-information h3, #qa-information h4, #qa-information h5, #qa-information h6 {
  color: #200c79;
}
#qa-information a {
  color: #a5cb4f;
}
#qa-information .scroll-area {
  width: 100%;
  height: 15rem;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  overflow-y: scroll;
  font-size: 85%;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#qa-information .scroll-area ul, #qa-information .scroll-area ol {
  line-height: 1.5;
  padding-left: 2rem;
}
#qa-information .scroll-area ul {
  margin: 0;
  list-style: disc;
}
#qa-information .scroll-area ul li {
  margin-bottom: 0.25rem;
}
#qa-information .scroll-area ol {
  list-style-type: decimal;
}
#qa-information .scroll-area ol li {
  margin-top: 0.25rem;
}
#qa-information .scroll-area h3, #qa-information .scroll-area h4, #qa-information .scroll-area h5, #qa-information .scroll-area h6 {
  margin: 1rem 0;
}
#qa-information .scroll-area h3, #qa-information .scroll-area h4 {
  font-size: 1.6rem;
}
#qa-information .scroll-area h5, #qa-information .scroll-area h6 {
  font-size: 1.4rem;
}
#qa-information .pd h5 {
  margin-bottom: 0;
}

#qa-check .question {
  border-radius: 10px;
  background: #e7f4c7;
}
@media screen and (min-width: 960px) {
  #qa-check .question {
    border-radius: 0 0 10px 10px;
    padding: 20px 25px;
  }
}
#qa-check .question label {
  border: 2px solid #a5cb4f;
}
#qa-check .question input[type=checkbox] + label:before {
  top: 12px;
  left: 10px;
}
#qa-check .question input[type=checkbox]:checked + label:after {
  top: 10px;
  left: 16px;
}

.little-after {
  position: relative;
}
.little-after::after {
  content: "";
  background: top center/contain url("../../img/common/little-after.svg") no-repeat;
  display: inline-block;
  width: 100px;
  height: 75px;
  position: absolute;
  bottom: 30%;
  left: -50px;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .little-after::after {
    width: 60px;
    height: 50px;
    bottom: 28%;
    left: -5px;
    z-index: 999;
  }
}

/************* 内容確認 応募完了・終了 ************* */
#confirm #contents .other,
#closed #contents .other,
#complete #contents .other,
#other #contents .other {
  color: #FFFFFF;
  padding: 0 0 30px;
  width: 100%;
}
#confirm #contents .other h1, #confirm #contents .other h2, #confirm #contents .other h3, #confirm #contents .other h4, #confirm #contents .other h5, #confirm #contents .other h6,
#closed #contents .other h1,
#closed #contents .other h2,
#closed #contents .other h3,
#closed #contents .other h4,
#closed #contents .other h5,
#closed #contents .other h6,
#complete #contents .other h1,
#complete #contents .other h2,
#complete #contents .other h3,
#complete #contents .other h4,
#complete #contents .other h5,
#complete #contents .other h6,
#other #contents .other h1,
#other #contents .other h2,
#other #contents .other h3,
#other #contents .other h4,
#other #contents .other h5,
#other #contents .other h6 {
  color: #200c79;
  margin: 2rem 0 1rem;
  text-align: center;
}
#confirm #contents .other.border,
#closed #contents .other.border,
#complete #contents .other.border,
#other #contents .other.border {
  border-right: none;
  border-left: none;
  border-radius: 0;
}
@media screen and (min-width: 960px) {
  #confirm #contents .other.border,
#closed #contents .other.border,
#complete #contents .other.border,
#other #contents .other.border {
    border: 8px solid #e7f4c7;
    border-radius: 10px;
  }
}
#confirm #contents .other .headline:first-child,
#closed #contents .other .headline:first-child,
#complete #contents .other .headline:first-child,
#other #contents .other .headline:first-child {
  margin-top: -8px;
}
#confirm #contents .other p,
#closed #contents .other p,
#complete #contents .other p,
#other #contents .other p {
  padding: 0 15px;
}
#confirm #contents #main-visual,
#closed #contents #main-visual,
#complete #contents #main-visual,
#other #contents #main-visual {
  padding: 40px 0 40px;
}
@media screen and (min-width: 960px) {
  #confirm #contents #main-visual,
#closed #contents #main-visual,
#complete #contents #main-visual,
#other #contents #main-visual {
    padding-top: 60px;
  }
}
#confirm #contents #main-visual h1 .title,
#closed #contents #main-visual h1 .title,
#complete #contents #main-visual h1 .title,
#other #contents #main-visual h1 .title {
  padding: 10px 0;
  font-size: 36px;
}
@media screen and (min-width: 960px) {
  #confirm #contents #main-visual h1 .title,
#closed #contents #main-visual h1 .title,
#complete #contents #main-visual h1 .title,
#other #contents #main-visual h1 .title {
    font-size: 50px;
  }
}
#confirm #contents #main-visual h1 .title::before,
#closed #contents #main-visual h1 .title::before,
#complete #contents #main-visual h1 .title::before,
#other #contents #main-visual h1 .title::before {
  display: none;
}

#confirm .column-2 {
  justify-content: flex-start;
}
#confirm .column-2 .column-item {
  width: auto;
}
#confirm .column-2 .column-item + .column-item {
  margin-left: 1.5rem;
}
#confirm .column-2 + .column-2 {
  margin-top: 1rem;
}
#confirm #contents #question-area {
  padding-top: 0;
}
#confirm #contents #question-area.color {
  background: #a5cb4f;
}
#confirm #contents #question-area .question .required::after {
  display: none;
}
#confirm #contents #question-area .question .q-text::before {
  color: #a5cb4f;
  background: #FFFFFF;
  border: 1px dashed #a5cb4f;
}
#confirm #contents #question-area #qa-present .question,
#confirm #contents #question-area #qa-client .question,
#confirm #contents #question-area #qa-basic .question,
#confirm #contents #question-area #qa-check .question {
  text-align: left;
  background: #FFFFFF;
}
#confirm #contents #question-area #qa-present {
  padding: 30px 0 0 0;
}
@media screen and (min-width: 960px) {
  #confirm #contents #question-area #qa-present {
    padding-bottom: 0;
  }
}
#confirm #contents #question-area #qa-present .question {
  text-align: left;
  border-radius: 0;
  padding: 30px 20px 20px 60px;
  border-right: none;
  border-left: none;
  border-top: 8px solid #e7f4c7;
}
@media screen and (min-width: 960px) {
  #confirm #contents #question-area #qa-present .question {
    padding: 30px 20px 20px 50px;
    border-radius: 10px 10px 0 0;
    border-right: 8px solid #e7f4c7;
    border-left: 8px solid #e7f4c7;
  }
}
#confirm #contents #question-area #qa-present .question .required::after {
  display: none;
}
#confirm #contents #question-area #qa-present .question .q-text::before {
  content: "";
  display: inline-block;
  background: #FFFFFF center center/55% url("../img/icon_present.svg") no-repeat;
  border: 1px dashed #a5cb4f;
}
#confirm #contents #question-area #qa-client.border {
  border-radius: 0;
}
@media screen and (min-width: 960px) {
  #confirm #contents #question-area #qa-client.border {
    border-top: 8px solid #e7f4c7;
  }
}
#confirm #contents #question-area #qa-client .question {
  border-radius: 0;
}
#confirm #contents #question-area #qa-basic .question {
  background: #fdfff9;
}
#confirm #contents #question-area #qa-check {
  padding: 0 0 30px 0;
}
#confirm #contents #question-area #qa-check .question {
  text-align: left;
  padding: 30px 20px 20px 50px;
  border: 8px solid #e7f4c7;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
}
@media screen and (min-width: 960px) {
  #confirm #contents #question-area #qa-check .question {
    padding: 30px 20px 20px 60px;
    border: 8px solid #e7f4c7;
  }
}
#confirm #contents #question-area #qa-check .question .required::after {
  display: none;
}
#confirm #contents #question-area #qa-check .question li {
  position: relative;
}
#confirm #contents #question-area #qa-check .question li::before {
  content: "";
  display: inline-block;
  background: #FFFFFF center center/65% url("../img/icon_check.svg") no-repeat;
  border: 1px dashed #a5cb4f;
  position: absolute;
  top: -4px;
  left: -44px;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  border-radius: 40px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #confirm #contents #question-area #qa-check .question li::before {
    top: -8px;
    left: -50px;
  }
}
#confirm #contents #question-area .little-after::after {
  display: none;
}

#closed .bnr-wrap,
#complete .bnr-wrap,
#other .bnr-wrap {
  padding: 15px;
}
#closed .bnr-wrap a,
#complete .bnr-wrap a,
#other .bnr-wrap a {
  display: block;
}
#closed .bnr-wrap a + a,
#complete .bnr-wrap a + a,
#other .bnr-wrap a + a {
  margin-top: 15px;
}
#closed .bnr-wrap a img,
#complete .bnr-wrap a img,
#other .bnr-wrap a img {
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
#closed .bnr-wrap a[target=_blank]::after,
#complete .bnr-wrap a[target=_blank]::after,
#other .bnr-wrap a[target=_blank]::after {
  display: none;
}
#closed .bnr-wrap a:hover,
#complete .bnr-wrap a:hover,
#other .bnr-wrap a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
#closed .headline + .bnr-wrap,
#complete .headline + .bnr-wrap,
#other .headline + .bnr-wrap {
  padding-top: 5px;
}
#closed .btn,
#complete .btn,
#other .btn {
  font-size: 1.8rem;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 2rem;
  width: auto;
  min-width: 300px;
  margin: 2rem auto;
  background-image: -webkit-linear-gradient(left, #f36e93, #f38888);
  background-image: linear-gradient(left, #f36e93, #f38888);
  color: #FFFFFF;
  transition: 0.3s;
}
#closed .btn:hover,
#complete .btn:hover,
#other .btn:hover {
  opacity: 0.8;
}
#closed .btn::after,
#complete .btn::after,
#other .btn::after {
  display: none;
}

.app-parts {
  padding: 0 1.5rem;
  color: #666666;
}
@media screen and (min-width: 960px) {
  .app-parts {
    padding: 0 3rem;
  }
}
.app-parts .message {
  font-size: 1.35rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 960px) {
  .app-parts .message {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.app-parts .small {
  font-size: 1.15rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 960px) {
  .app-parts .small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.app-parts .auto-size {
  width: 80%;
  margin: 0 auto;
}
.app-parts h3 {
  font-size: 100%;
  white-space: nowrap;
  margin-top: 1rem !important;
}
@media screen and (min-width: 960px) {
  .app-parts h3 {
    font-size: 105%;
    margin-top: 1.5rem !important;
  }
}
.app-parts .hr_app {
  margin: 10px 0;
  border-top: 2px dotted #f4cb3f;
}
.app-parts .col-xs-12.col-md-6:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.app-parts .row.middle-xs {
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .app-parts .row.middle-xs {
    align-items: center;
  }
}

form*:valid {
  background-color: #fff !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}
form button:valid,
form input[type=button]:valid,
form textarea:valid {
  box-shadow: none !important;
}

*:placeholder-shown {
  background-color: #fffeed !important;
  box-shadow: 0 0 0 1000px #fffeed inset !important;
}

*:-webkit-autofill {
  background-color: #fff !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}

.selectbox {
  position: relative;
  white-space: nowrap;
}
.selectbox::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 40%;
  border-bottom: 2px solid #a5cb4f;
  border-right: 2px solid #a5cb4f;
  transform: rotate(45deg) translateY(-30%);
}
.selectbox.year, .selectbox.month, .selectbox.day {
  width: calc(100% - 1.1rem);
}
.selectbox.year > select, .selectbox.month > select, .selectbox.day > select {
  display: inline-block;
}
.selectbox.year::after, .selectbox.month::after, .selectbox.day::after {
  content: "";
  display: inline-block;
  width: 2rem;
}
.selectbox.year::after {
  content: "年";
}
.selectbox.month::after {
  content: "月";
}
.selectbox.day::after {
  content: "日";
}

.q-group {
  display: block;
}
.q-group label {
  display: inline-block;
  margin-right: 1rem;
  min-width: auto;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input + label {
  display: inline-block;
  min-width: 49%;
  vertical-align: top;
  padding: 0.8rem 1rem 0 4rem;
  margin: 0.5rem 0 0;
  cursor: pointer;
  position: relative;
  line-height: 30px;
}
input + label:before {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid #ddd;
  background-color: #fffeed;
}

input[type=radio] + label:before {
  top: 8px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fffeed;
}

input[type=radio]:checked + label::before,
input[type=checkbox]:checked + label::before {
  border-color: #ffad0c;
  background-color: #fff;
}

input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 8px;
  width: 14px;
  height: 22px;
  border-right: 6px solid #ffad0c;
  border-bottom: 6px solid #ffad0c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  display: block;
  top: 14px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 11px;
  background-color: #ffad0c;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #ffad0c;
}

input {
  vertical-align: middle;
}

select,
input,
input[type=date],
input[type=text],
input[type=address],
input[type=tel],
input[type=number],
input[type=button],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select,
input,
input[type=date],
input[type=text],
input[type=address],
input[type=tel],
input[type=number],
textarea {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
select::placeholder,
input::placeholder,
input[type=date]::placeholder,
input[type=text]::placeholder,
input[type=address]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #ccc;
  width: 80%;
}
select:focus,
input:focus,
input[type=date]:focus,
input[type=text]:focus,
input[type=address]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 1px 2px #ffad0c;
}

select {
  color: #666666;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  background-color: #fffeed !important;
  box-shadow: 0 0 0 1000px #fffeed inset !important;
}
select optopn {
  width: 75%;
}
select option[disabled] {
  color: #ccc;
}
select option[selected] {
  color: #ffad0c;
}
select:valid {
  background-color: #fff !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}

select::-ms-expand {
  display: none;
}

textarea {
  height: 12rem;
}

input[type=text].input_err {
  border: 1px solid #c44;
  background-color: #fdd;
}
input[type=text].input_err::placeholder {
  color: #c44;
}

label + input,
input + input {
  display: inline-block;
  margin-top: 1rem;
}

button {
  margin: 0 auto;
  font-family: "Shuei MaruGo B", "秀英丸ゴシック B", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button:hover, button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: none;
}
button:hover {
  box-shadow: none;
}

input#other-text {
  display: inline-block;
  margin-top: 0.75rem;
  width: 49%;
}
input#other-text[disabled] {
  background: #cccccc;
  cursor: default;
  box-shadow: none;
}
input#other-text .disabled {
  background: #ccc;
  cursor: default;
  box-shadow: none;
}

.checked-view-item {
  display: none;
}

input.checked-view:checked ~ .checked-view-item {
  display: block;
  margin-top: 1rem;
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
li .column-2 .column-item h4 {
  margin-top: 0;
}
li .column-2 + .column-2 {
  margin-top: 2rem;
}

.tel-number,
.p-code {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tel-number .column-item,
.p-code .column-item {
  position: relative;
  margin-top: 0;
}
.tel-number .column-item::before,
.p-code .column-item::before {
  position: absolute;
  content: "−";
  top: 30%;
  left: 0.5rem;
}
.tel-number .column-item:first-child::before,
.p-code .column-item:first-child::before {
  content: "";
  margin-right: 0;
}

.tel-number .column-item {
  flex: 1;
  padding-left: 2rem;
}
.tel-number .column-item:first-child {
  padding-left: 0;
}

.p-code .column-item {
  flex: 3;
  padding-left: 2rem;
}
.p-code .column-item:first-child {
  flex: 2;
  padding-left: 0;
}

#agree + label {
  min-width: auto;
}

.reset,
.return {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  margin: 10px auto;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #ffad0c;
  font-family: "Shuei MaruGo B", "秀英丸ゴシック B", sans-serif;
  color: #ffad0c;
  background: #FFFFFF;
  transition: 0.3s;
  cursor: pointer;
}
.reset:hover, .reset:active,
.return:hover,
.return:active {
  opacity: 0.7;
}
.reset:hover, .reset:active, .reset:focus,
.return:hover,
.return:active,
.return:focus {
  outline: none;
}

#submit-top,
#submit {
  display: block;
  width: 100%;
  font-family: "Shuei MaruGo B", "秀英丸ゴシック B", sans-serif;
  height: 80px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background: #ffad0c !important;
  background-color: #ffad0c !important;
  border: none;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
#submit-top::before,
#submit::before {
  content: "";
  color: #FFFFFF;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 8px;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
#submit-top[disabled],
#submit[disabled] {
  background: #ccc !important;
  background-color: #ccc !important;
  cursor: default;
  box-shadow: none;
}
#submit-top[disabled]::before,
#submit[disabled]::before {
  color: #eee;
}
#submit-top:hover,
#submit:hover {
  box-shadow: none;
}

/* ************ エラーメッセージ ************ */
div .error-message {
  color: #c44;
  margin-top: 0.25rem;
}

/* ************ メールサジェスト ************ */
.autocomplete-items {
  display: flex;
  flex-flow: column;
  border-left: 1px solid #ddd;
  background-color: #fffeed;
  margin-top: -2px;
  z-index: 999;
}
.autocomplete-items > .btn {
  display: block;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0.5rem 1rem;
  color: #200c79;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: transparent;
}
.autocomplete-items > .btn:last-child {
  border-radius: 0 0 2px 2px;
}
.autocomplete-items > .btn:hover, .autocomplete-items > .btn:active, .autocomplete-items > .btn:focus {
  color: #ffad0c;
}

header#header {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  background-color: #FFFFFF;
  height: 40px;
  max-height: 40px;
  width: auto;
}
@media screen and (min-width: 960px) {
  header#header {
    height: 50px;
    max-height: 50px;
  }
}
header#header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 5px 10px 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  header#header .logo {
    max-width: 670px;
  }
}
header#header .logo img {
  width: auto;
  max-width: 760px;
  display: inline-block;
  vertical-align: bottom;
  height: 30px;
}
@media screen and (min-width: 960px) {
  header#header .logo img {
    height: 40px;
  }
}
header#header .logo .collabo {
  display: inline-flex;
  align-items: center;
}
header#header .logo .collabo::after {
  display: block;
  content: "";
  margin: 0 10px;
  background: center/contain url("../../img/common/times.svg") no-repeat;
  height: 18px;
  width: 18px;
}
@media screen and (min-width: 960px) {
  header#header .logo .collabo::after {
    background: center/contain url("../../img/common/times.svg") no-repeat;
    height: 20px;
    width: 20px;
  }
}

footer#footer {
  width: 100%;
  margin: 0;
  z-index: 0;
  position: relative;
  background: #FFFFFF center top/cover url("../img/bg-footer.svg") no-repeat;
  padding-top: 220px;
}
@media screen and (min-width: 960px) {
  footer#footer {
    padding-top: 240px;
  }
}
footer#footer .footer-link {
  position: relative;
  display: block;
  margin-top: -2px;
}
footer#footer .footer-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  footer#footer .footer-link ul {
    padding-bottom: 30px;
  }
}
footer#footer .footer-link ul li {
  display: block;
  border-right: 1px solid #fdfff9;
  border-left: 1px solid #fdfff9;
  margin-left: -1px;
  font-family: "Shuei MaruGo B", "秀英丸ゴシック B", sans-serif;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  footer#footer .footer-link ul li {
    margin: 1rem 0;
  }
}
footer#footer .footer-link ul li + li {
  margin-left: -1px;
}
footer#footer .footer-link a {
  display: block;
  padding: 0 2rem;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.5s;
}
footer#footer .footer-link a[target=_blank]::after {
  background-image: none;
  width: 0;
  height: 0;
  margin: 0;
}
footer#footer .footer-link a:hover {
  opacity: 0.7;
}
footer#footer .copyright {
  display: block;
  font-family: "Shuei MaruGo B", "秀英丸ゴシック B", sans-serif;
  background: #a5cb4f;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.4rem;
}

.go-to-top {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 220px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #a5cb4f center center/contain url("../../img/common/go-to-top.svg") no-repeat;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  .go-to-top {
    width: 80px;
    height: 80px;
    bottom: 240px;
  }
}
.go-to-top a {
  height: 100%;
  width: 100%;
  display: block;
}

/************* 内容確認 応募完了・終了 ************* */
#confirm #footer,
#closed #footer,
#complete #footer,
#other #footer {
  background: #a5cb4f center top/cover url("../../img/common/bg-footer-wh.svg") no-repeat;
}
#confirm #footer .footer-link ul li,
#closed #footer .footer-link ul li,
#complete #footer .footer-link ul li,
#other #footer .footer-link ul li {
  border-right: 1px solid #a5cb4f;
  border-left: 1px solid #a5cb4f;
}
#confirm #footer .footer-link a,
#closed #footer .footer-link a,
#complete #footer .footer-link a,
#other #footer .footer-link a {
  color: #a5cb4f;
}
#confirm .go-to-top,
#closed .go-to-top,
#complete .go-to-top,
#other .go-to-top {
  background: #a5cb4f center center/contain url("../../img/common/go-to-top-wh.svg") no-repeat;
}

#present-area .badge {
  top: -55px;
}
@media screen and (min-width: 960px) {
  #present-area .badge {
    top: -25px;
  }
}
#present-area .badge h3::before {
  content: "各";
  display: inline-block;
  font-size: 15px;
}

.step-section .tel-link {
  color: #ffad0c;
  border-bottom: 1px solid #ffead6;
}
@media screen and (min-width: 960px) {
  .step-section .tel-link {
    color: inherit;
    border-bottom: none;
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    cursor: default;
  }
}
.step-section .ribbon {
  position: absolute;
  top: -1.75rem;
  left: 8px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .step-section .ribbon {
    top: -2.25rem;
  }
}
.step-section h3:not(.headline) {
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .step-section h3:not(.headline) {
    font-size: 2rem;
  }
}
.step-section p {
  font-size: 1.4rem;
}
.step-section .row.middle-xs {
  position: relative;
  border-top: 4px solid #e7f4c7;
  padding-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .step-section .row.middle-xs {
    padding-bottom: 4rem;
  }
}
.step-section .row.middle-xs:first-child {
  padding-top: 4rem;
}
.step-section .row.middle-xs:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.step-section .row.middle-xs:last-child::after {
  display: none;
}
.step-section .row.middle-xs::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e7f4c7;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 960px) {
  .step-section .row.middle-xs::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #e7f4c7;
  }
}
.step-section .row.middle-xs .col-md-2, .step-section .row.middle-xs .col-xs-3 {
  padding: 10px 20px;
}
@media screen and (min-width: 960px) {
  .step-section .row.middle-xs .col-md-2, .step-section .row.middle-xs .col-xs-3 {
    padding: 0;
  }
}
.step-section .row.middle-xs .col-md-6, .step-section .row.middle-xs .col-xs-9 {
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  .step-section .row.middle-xs .col-md-6, .step-section .row.middle-xs .col-xs-9 {
    padding: 15px;
  }
}
.step-section .row.middle-xs .col-md-6 p, .step-section .row.middle-xs .col-xs-9 p {
  font-size: 1.4rem;
}
.step-section .row.middle-xs + .row.middle-xs {
  margin-top: 1rem;
}
.step-section .icon {
  z-index: 2;
  position: relative;
}

.about-section .row.center-xs {
  padding: 0 10px;
}
.about-section .logo, .about-section img {
  width: 80% !important;
  height: auto;
  margin: 0 auto;
  display: block;
}
.about-section .pd {
  padding: 10px !important;
}
@media screen and (min-width: 960px) {
  .about-section .pd {
    padding: 20px !important;
  }
}
.about-section .circle {
  background: #ffad0c;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  position: relative;
}
.about-section .circle > h3 {
  color: #e7f4c7;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .about-section .circle > h3 {
    font-size: 6rem;
  }
}
.about-section .circle > h3 > span {
  color: #FFFFFF;
  display: block;
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .about-section .circle > h3 > span {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
.about-section .circle > h3 > sup {
  position: absolute;
  top: 35px;
  right: 10px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .about-section .circle > h3 > sup {
    font-size: 1.6rem;
    top: 40px;
    right: 15px;
  }
}
