@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body, html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-feature-settings: "pkna";
  margin: 0;
}

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

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

p {
  margin-top: 0;
}

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

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

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

dd {
  margin: 0 0 0.5rem;
}

dt {
  font-weight: 400;
}

ol, ul {
  padding-left: 0;
  list-style: none;
}
ol li, ul li {
  margin-bottom: 0.3rem;
}
ol li:last-child, ul li:last-child {
  margin-bottom: 0;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

img {
  border-style: none;
  -webkit-backface-visibility: hidden;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1.25rem;
  padding-bottom: 0;
  text-align: left;
  caption-side: bottom;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

em {
  font-style: normal;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

sub, sup {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

code, kbd, pre, samp {
  margin-bottom: 1rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

select {
  word-wrap: normal;
}
select::-ms-expand {
  display: none;
}

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

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  background-color: #ffffff;
  color: #666666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS UI Gothic", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  }
}

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

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

small {
  font-size: 11px;
  font-size: 0.6875rem;
}

strong {
  font-weight: bolder;
}

em {
  font-style: normal;
}

a {
  background-color: transparent;
  color: #666666;
  text-decoration: none;
}
a.c-link-inline {
  display: inline;
  color: #007bff;
  border-bottom: 1px dotted #007bff;
  margin: 0 0.5rem;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1.25rem;
  padding-bottom: 0;
  color: #cccccc;
  text-align: left;
  caption-side: bottom;
}

img {
  display: block;
  border-style: none;
  -webkit-backface-visibility: hidden;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.sp-label {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-label {
    display: block;
  }
}

.l-container {
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 870px;
  }
  .l-container--fluid-md {
    max-width: 100% !important;
    padding: 0;
  }
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.l-row--no-gutters > .l-row__col, .l-row--no-gutters > [class*=l-row__col--] {
  padding-right: 0;
  padding-left: 0;
}
.l-row__align-items__end {
  align-items: flex-end;
}

.l-row__col--1, .l-row__col--2, .l-row__col--3, .l-row__col--4, .l-row__col--5, .l-row__col--6, .l-row__col--7, .l-row__col--8, .l-row__col--9, .l-row__col--10, .l-row__col--11, .l-row__col--12, .l-row__col, .l-row__col--auto,
.l-row__col--sm-1, .l-row__col--sm-2, .l-row__col--sm-3, .l-row__col--sm-4, .l-row__col--sm-5, .l-row__col--sm-6, .l-row__col--sm-7, .l-row__col--sm-8, .l-row__col--sm-9, .l-row__col--sm-10, .l-row__col--sm-11, .l-row__col--sm-12, .l-row__col--sm, .l-row__col--sm-auto,
.l-row__col--md-1, .l-row__col--md-2, .l-row__col--md-3, .l-row__col--md-4, .l-row__col--md-5, .l-row__col--md-6, .l-row__col--md-7, .l-row__col--md-8, .l-row__col--md-9, .l-row__col--md-10, .l-row__col--md-11, .l-row__col--md-12, .l-row__col--md, .l-row__col--md-auto,
.l-row__col--lg-1, .l-row__col--lg-2, .l-row__col--lg-3, .l-row__col--lg-4, .l-row__col--lg-5, .l-row__col--lg-6, .l-row__col--lg-7, .l-row__col--lg-8, .l-row__col--lg-9, .l-row__col--lg-10, .l-row__col--lg-11, .l-row__col--lg-12, .l-row__col--lg, .l-row__col--lg-auto,
.l-row__col--xl-1, .l-row__col--xl-2, .l-row__col--xl-3, .l-row__col--xl-4, .l-row__col--xl-5, .l-row__col--xl-6, .l-row__col--xl-7, .l-row__col--xl-8, .l-row__col--xl-9, .l-row__col--xl-10, .l-row__col--xl-11, .l-row__col--xl-12, .l-row__col--xl, .l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.l-row__col {
  flex: 1 0 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  word-break: break-all;
}

.l-row__col--auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.l-row__col--offset-1 {
  margin-left: 8.3333333333%;
}

.l-row__col--2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.l-row__col--offset-2 {
  margin-left: 16.6666666667%;
}

.l-row__col--3 {
  flex: 0 0 25%;
  max-width: 25%;
}

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

.l-row__col--4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.l-row__col--offset-4 {
  margin-left: 33.3333333333%;
}

.l-row__col--5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.l-row__col--offset-5 {
  margin-left: 41.6666666667%;
}

.l-row__col--6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

.l-row__col--7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.l-row__col--offset-7 {
  margin-left: 58.3333333333%;
}

.l-row__col--8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.l-row__col--offset-8 {
  margin-left: 66.6666666667%;
}

.l-row__col--9 {
  flex: 0 0 75%;
  max-width: 75%;
}

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

.l-row__col--10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.l-row__col--offset-10 {
  margin-left: 83.3333333333%;
}

.l-row__col--11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.l-row__col--offset-11 {
  margin-left: 91.6666666667%;
}

.l-row__col--12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--offset-12 {
  margin-left: 100%;
}

.l-row__col--order-0 {
  order: 0;
}

.l-row__col--order-1 {
  order: 1;
}

.l-row__col--order-2 {
  order: 2;
}

.l-row__col--order-3 {
  order: 3;
}

.l-row__col--order-4 {
  order: 4;
}

.l-row__col--order-5 {
  order: 5;
}

.l-row__col--order-6 {
  order: 6;
}

.l-row__col--order-7 {
  order: 7;
}

.l-row__col--order-8 {
  order: 8;
}

.l-row__col--order-9 {
  order: 9;
}

.l-row__col--order-10 {
  order: 10;
}

.l-row__col--order-11 {
  order: 11;
}

.l-row__col--order-12 {
  order: 12;
}

.l-row__col--order-first {
  order: -1;
}

.l-row__col--order-last {
  order: 13;
}

@media screen and (min-width: 480px) {
  .l-row__col--sm {
    flex: 1 0 0;
    max-width: 100%;
  }
  .l-row__col--sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .l-row__col--offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .l-row__col--order-sm-1 {
    order: 1;
  }
  .l-row__col--sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .l-row__col--offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .l-row__col--order-sm-2 {
    order: 2;
  }
  .l-row__col--sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }
  .l-row__col--order-sm-3 {
    order: 3;
  }
  .l-row__col--sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .l-row__col--offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .l-row__col--order-sm-4 {
    order: 4;
  }
  .l-row__col--sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .l-row__col--offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .l-row__col--order-sm-5 {
    order: 5;
  }
  .l-row__col--sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }
  .l-row__col--order-sm-6 {
    order: 6;
  }
  .l-row__col--sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .l-row__col--offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .l-row__col--order-sm-7 {
    order: 7;
  }
  .l-row__col--sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .l-row__col--offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .l-row__col--order-sm-8 {
    order: 8;
  }
  .l-row__col--sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }
  .l-row__col--order-sm-9 {
    order: 9;
  }
  .l-row__col--sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .l-row__col--offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .l-row__col--order-sm-10 {
    order: 10;
  }
  .l-row__col--sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .l-row__col--offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .l-row__col--order-sm-11 {
    order: 11;
  }
  .l-row__col--sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--offset-sm-12 {
    margin-left: 100%;
  }
  .l-row__col--order-sm-12 {
    order: 12;
  }
  .l-row__col--order-sm-first {
    order: -1;
  }
  .l-row__col--order-sm-last {
    order: 13;
  }
}
@media screen and (min-width: 768px) {
  .l-row__col--md {
    flex: 1 0 0;
    max-width: 100%;
  }
  .l-row__col--md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .l-row__col--offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .l-row__col--order-md-1 {
    order: 1;
  }
  .l-row__col--md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .l-row__col--offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .l-row__col--order-md-2 {
    order: 2;
  }
  .l-row__col--md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }
  .l-row__col--order-md-3 {
    order: 3;
  }
  .l-row__col--md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .l-row__col--offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .l-row__col--order-md-4 {
    order: 4;
  }
  .l-row__col--md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .l-row__col--offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .l-row__col--order-md-5 {
    order: 5;
  }
  .l-row__col--md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }
  .l-row__col--order-md-6 {
    order: 6;
  }
  .l-row__col--md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .l-row__col--offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .l-row__col--order-md-7 {
    order: 7;
  }
  .l-row__col--md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .l-row__col--offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .l-row__col--order-md-8 {
    order: 8;
  }
  .l-row__col--md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }
  .l-row__col--order-md-9 {
    order: 9;
  }
  .l-row__col--md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .l-row__col--offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .l-row__col--order-md-10 {
    order: 10;
  }
  .l-row__col--md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .l-row__col--offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .l-row__col--order-md-11 {
    order: 11;
  }
  .l-row__col--md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--offset-md-12 {
    margin-left: 100%;
  }
  .l-row__col--order-md-12 {
    order: 12;
  }
  .l-row__col--order-md-first {
    order: -1;
  }
  .l-row__col--order-md-last {
    order: 13;
  }
}
@media screen and (min-width: 830px) {
  .l-row__col--lg {
    flex: 1 0 0;
    max-width: 100%;
  }
  .l-row__col--lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .l-row__col--offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .l-row__col--order-lg-1 {
    order: 1;
  }
  .l-row__col--lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .l-row__col--offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .l-row__col--order-lg-2 {
    order: 2;
  }
  .l-row__col--lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }
  .l-row__col--order-lg-3 {
    order: 3;
  }
  .l-row__col--lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .l-row__col--offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .l-row__col--order-lg-4 {
    order: 4;
  }
  .l-row__col--lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .l-row__col--offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .l-row__col--order-lg-5 {
    order: 5;
  }
  .l-row__col--lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }
  .l-row__col--order-lg-6 {
    order: 6;
  }
  .l-row__col--lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .l-row__col--offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .l-row__col--order-lg-7 {
    order: 7;
  }
  .l-row__col--lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .l-row__col--offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .l-row__col--order-lg-8 {
    order: 8;
  }
  .l-row__col--lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }
  .l-row__col--order-lg-9 {
    order: 9;
  }
  .l-row__col--lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .l-row__col--offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .l-row__col--order-lg-10 {
    order: 10;
  }
  .l-row__col--lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .l-row__col--offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .l-row__col--order-lg-11 {
    order: 11;
  }
  .l-row__col--lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--offset-lg-12 {
    margin-left: 100%;
  }
  .l-row__col--order-lg-12 {
    order: 12;
  }
  .l-row__col--order-lg-first {
    order: -1;
  }
  .l-row__col--order-lg-last {
    order: 13;
  }
}
@media screen and (min-width: 1023px) {
  .l-row__col--xl {
    flex: 1 0 0;
    max-width: 100%;
  }
  .l-row__col--xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .l-row__col--offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .l-row__col--order-xl-1 {
    order: 1;
  }
  .l-row__col--xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .l-row__col--offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .l-row__col--order-xl-2 {
    order: 2;
  }
  .l-row__col--xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }
  .l-row__col--order-xl-3 {
    order: 3;
  }
  .l-row__col--xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .l-row__col--offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .l-row__col--order-xl-4 {
    order: 4;
  }
  .l-row__col--xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .l-row__col--offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .l-row__col--order-xl-5 {
    order: 5;
  }
  .l-row__col--xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }
  .l-row__col--order-xl-6 {
    order: 6;
  }
  .l-row__col--xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .l-row__col--offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .l-row__col--order-xl-7 {
    order: 7;
  }
  .l-row__col--xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .l-row__col--offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .l-row__col--order-xl-8 {
    order: 8;
  }
  .l-row__col--xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }
  .l-row__col--order-xl-9 {
    order: 9;
  }
  .l-row__col--xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .l-row__col--offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .l-row__col--order-xl-10 {
    order: 10;
  }
  .l-row__col--xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .l-row__col--offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .l-row__col--order-xl-11 {
    order: 11;
  }
  .l-row__col--xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--offset-xl-12 {
    margin-left: 100%;
  }
  .l-row__col--order-xl-12 {
    order: 12;
  }
  .l-row__col--order-xl-first {
    order: -1;
  }
  .l-row__col--order-xl-last {
    order: 13;
  }
}
.l-row__col--column-between-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.l-row__col--column-around-center {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 767px) {
  .l-body {
    width: 100%;
    overflow-x: hidden;
  }
}

body > #main {
  margin-top: 0;
}
body > #main > .l-section:first-of-type .l-container {
  width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  body > #main > .l-section:first-of-type {
    margin-top: 0 !important;
  }
  body > #main > .l-section:first-of-type .l-container {
    width: 100%;
    padding: 0;
  }
  body > #main > .l-section:first-of-type .l-container .l-main > .l-contents {
    width: 95%;
    margin: 10px auto 0 auto;
  }
}

.l-main {
  position: relative;
}
.l-main > .l-section {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-main > .l-section {
    width: 95%;
    margin-top: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }
  .l-main > .l-section > .c-form {
    width: 100%;
  }
}
.l-main--mini {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-main--mini {
    max-width: 95%;
  }
}
.l-main--col2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.l-main--col2.reverse {
  flex-direction: row;
}
.l-main--col2 .l-main {
  width: calc(100% - 285px);
  margin-bottom: 0;
  padding-bottom: 0;
}
.l-main--col2 .l-main > .l-section:first-of-type {
  margin-top: 0;
}
.l-main--col2 .l-main > .l-section:first-of-type .c-ttl {
  margin-top: 0;
}
.l-main--col2 .l-side {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .l-main--col2 {
    flex-direction: column;
  }
  .l-main--col2.reverse {
    flex-direction: column;
  }
  .l-main--col2 .l-main {
    width: 100%;
    margin-bottom: 4rem;
  }
  .l-main--col2 .l-side {
    width: 100%;
    min-width: inherit;
  }
}

.l-section {
  margin: 20px auto 0;
}
.l-section.bg-color {
  background: #eeeeee !important;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-section.bg-color {
    padding: 50px 0;
  }
}
.l-section--in {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-section--in {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-section {
    margin: 20px auto 0;
  }
}

.l-side {
  padding: 0;
}
.l-side .l-section--in {
  border-left: 1px solid #b0d08a;
  border-right: 1px solid #b0d08a;
}
.l-side .l-section.record dl {
  padding: 12px;
  border-bottom: 1px solid #b0d08a;
  display: flex;
  flex-wrap: wrap;
}
.l-side .l-section.record dt {
  display: flex;
  align-items: center;
  width: 75px;
  padding: 2px 0;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #333333;
}
.l-side .l-section.record dd {
  width: calc(100% - 75px);
  font-weight: bold;
  padding: 2px 0;
}
.l-side .l-section.record dd:last-of-type {
  font-size: 18px;
  font-size: 1.125rem;
}
.l-side .l-section.record dd .yobi {
  background-color: #b0d08a;
  border-radius: 3px;
  margin-left: 5px;
  padding: 0 5px;
  color: #ffffff;
}
.l-side .l-section.record .c-localnav__item .list_label span {
  color: #519003;
}
.l-side .l-section.support .l-section--in {
  padding: 12px;
  border-bottom: 1px solid #b0d08a;
}
.l-side .l-section.support .support-box {
  display: flex;
  margin-bottom: 12px;
}
.l-side .l-section.support .support-box .c-figure {
  width: 70px;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-side .l-section.support .support-box .txt {
  width: calc(100% - 70px);
}
.l-side .l-section.support .support-box .txt > p {
  margin-left: 10px;
  margin-bottom: 0;
}
.l-side .l-section.support .support-box .txt .comment {
  line-height: 1.4;
  margin-top: 2px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.l-side .l-section.support .support-box .txt .u-fc-green {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}
.l-side .l-section.support .support-box .name {
  display: flex;
}

.c-header__in {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: inherit;
  padding: 0;
  background-color: #519003;
}
@media screen and (max-width: 767px) {
  .c-header-logo img {
    height: 42px;
  }
}

.c-footer {
  margin-top: 2rem;
  background-color: #519003;
}
.c-footer-copy__text {
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  text-align: center;
  padding: 8px 0;
}
.c-footer-copy__text p {
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .grad-wrap .grad-item {
    position: relative;
    z-index: 0;
    overflow: auto;
    height: 500px;
    padding: 15px;
    text-align: left;
    border: 1px solid #cccccc;
  }
}
@media screen and (max-width: 767px) {
  .grad-wrap {
    position: relative;
    padding-bottom: 55px;
    text-align: center;
  }
  .grad-wrap .grad-trigger {
    display: none;
  }
  .grad-wrap .grad-trigger:checked ~ .grad-btn {
    border: 1px solid #cccccc;
  }
  .grad-wrap .grad-trigger:checked ~ .grad-btn::after {
    content: "閉じる";
    color: #333333;
  }
  .grad-wrap .grad-trigger:checked ~ .grad-item {
    height: auto;
  }
  .grad-wrap .grad-trigger:checked ~ .grad-item::before {
    background: none;
  }
  .grad-wrap .grad-trigger:checked ~ .grad-item::after {
    display: none;
  }
  .grad-wrap .grad-btn {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
    text-align: center;
    line-height: 30px;
    background-color: #ededed;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
  .grad-wrap .grad-btn::after {
    content: "続きを見る";
    position: relative;
    z-index: 1;
  }
  .grad-wrap .grad-item {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 280px;
    padding: 15px;
    text-align: left;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }
}

.c-localnav__item {
  margin-bottom: 0;
  border-bottom: 1px solid #b0d08a;
}
.c-localnav__item .list_label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fafff3;
}
.c-localnav__item .list_label::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  padding-right: 20px;
  background: url("../img/icon/icon_arrow_green.png") no-repeat right center;
  background-size: 15px 15px;
}
.c-localnav__item .list_label.item {
  height: 68px;
  background: #f7ffea;
  background: linear-gradient(to bottom, #f7ffea 0%, #ecfcd3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7ffea", endColorstr="#ecfcd3", GradientType=0);
}
.c-localnav__item .list_label.item span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.c-localnav__item .list_label.record span {
  background: url("../img/icon/icon_record_m.png") no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
}
.c-localnav__item .list_label.contact span {
  background: url("../img/icon/icon_contact_m.png") no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
}
.c-localnav__item .list_label.init span {
  background: url("../img/icon/icon_menu_m.png") no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
}
.c-localnav__item .list_label.guide span {
  background: url("../img/icon/icon_guide_m.png") no-repeat left center;
  background-size: 15px 15px;
  padding-left: 25px;
}
.c-localnav__item .list_label:hover {
  background: #ffff99;
}
@media screen and (max-width: 767px) {
  .c-localnav__item .list_label {
    font-size: 14px;
    font-size: 0.875rem;
    background: #f7ffea;
    background: linear-gradient(to bottom, #f7ffea 0%, #ecfcd3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7ffea", endColorstr="#ecfcd3", GradientType=0);
  }
}

.c-ttl-h1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 1px solid #666666;
}
.c-ttl-h1 h1 {
  position: relative;
  width: 100%;
  margin: 0 auto !important;
}
.c-ttl-h1 .c-ttl__label {
  color: #666666;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1 .c-ttl__label span.pc-show {
    display: inline-block !important;
  }
}
.c-ttl-h1 .c-ttl__shoulder {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-left: 10px;
  color: #666666 !important;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 36px;
}
.c-ttl-h1 .c-ttl__shoulder strong {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-ttl-h1 {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100%;
    margin-bottom: 0.5rem;
    margin-left: -50%;
    margin-right: -50%;
    padding: 4px 0;
  }
  .c-ttl-h1 h1 {
    position: relative;
    display: block;
    text-align: center;
  }
  .c-ttl-h1 h1 .c-ttl__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
  }
  .c-ttl-h1 h1 .c-ttl__shoulder {
    position: absolute;
    top: 0px;
    right: 10px;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .c-ttl-h1 h1 .c-ttl__shoulder span {
    display: none;
  }
  .c-ttl-h1 h1 .c-ttl__shoulder strong {
    font-weight: normal;
  }
}

.c-ttl-h2 {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  padding: 8px 10px;
  color: #666666;
}
.c-ttl-h2 dt, .c-ttl-h2 h1, .c-ttl-h2 h2, .c-ttl-h2 h3, .c-ttl-h2 h4, .c-ttl-h2 h5, .c-ttl-h2 h6, .c-ttl-h2 p {
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-ttl-h2 dt .c-ttl__label, .c-ttl-h2 h1 .c-ttl__label, .c-ttl-h2 h2 .c-ttl__label, .c-ttl-h2 h3 .c-ttl__label, .c-ttl-h2 h4 .c-ttl__label, .c-ttl-h2 h5 .c-ttl__label, .c-ttl-h2 h6 .c-ttl__label, .c-ttl-h2 p .c-ttl__label {
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-ttl-h2 dt .c-ttl__label strong, .c-ttl-h2 h1 .c-ttl__label strong, .c-ttl-h2 h2 .c-ttl__label strong, .c-ttl-h2 h3 .c-ttl__label strong, .c-ttl-h2 h4 .c-ttl__label strong, .c-ttl-h2 h5 .c-ttl__label strong, .c-ttl-h2 h6 .c-ttl__label strong, .c-ttl-h2 p .c-ttl__label strong {
  margin-right: 10px;
}
.c-ttl-h2 dt .c-ttl__label span, .c-ttl-h2 h1 .c-ttl__label span, .c-ttl-h2 h2 .c-ttl__label span, .c-ttl-h2 h3 .c-ttl__label span, .c-ttl-h2 h4 .c-ttl__label span, .c-ttl-h2 h5 .c-ttl__label span, .c-ttl-h2 h6 .c-ttl__label span, .c-ttl-h2 p .c-ttl__label span {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-ttl-h2 {
    position: relative;
    right: 50%;
    left: 50%;
    margin-left: -50%;
    margin-right: -50%;
    width: 100%;
    border-right: none;
    border-left: none;
  }
}

.c-ttl-h4 {
  position: relative;
  padding-left: 10px;
  background-color: #d8eec0;
  border: 1px solid #b0d08a;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #479501;
}
.c-ttl-h4 h4, .c-ttl-h4 p {
  display: block;
  position: relative;
  margin: 0;
  line-height: 28px;
}
.c-ttl-h4 .c-ttl__label {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-ttl-h4 .c-ttl__shoulder {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #519003;
}
@media screen and (max-width: 767px) {
  .c-ttl-h4 .c-ttl__label, .c-ttl-h4 .txt-jp {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
  .c-ttl-h4 .c-ttl__shoulder {
    display: none;
  }
}

.c-basic-txt {
  color: #666666;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-basic-txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-txt p {
  margin-bottom: 10px;
}
.c-basic-txt strong {
  font-weight: bold;
}
.c-basic-txt .c-basic-txt--img {
  text-align: center;
  margin: 0 auto 10px;
}
.c-basic-txt img {
  display: inline-block;
}

.pc-center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pc-center {
    text-align: center;
  }
}

.sp-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sp-center {
    text-align: left;
  }
}

.c-link {
  display: inline-flex;
  align-items: flex-start;
}
.c-link-inline span {
  display: inline !important;
}

.c-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 36px;
  margin: 0;
  padding: 0 10px;
  min-width: 180px;
  width: auto;
  box-sizing: border-box;
  border-radius: 4px;
}
.c-btn__label {
  display: inline-block;
  white-space: nowrap;
  line-height: 34px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-btn__label.txt-13 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-btn-w100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
  }
  .c-btn__label {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.c-btn-normal {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 49%, #f2f2f2 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f2f2f2", GradientType=0);
  border: 1px solid #cccccc;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-btn-normal {
    display: block;
    width: 120px;
    text-align: center;
  }
}
.c-btn-normal .c-btn__label {
  color: #434343;
  text-shadow: -1px -1px 0px #ffffff;
}
.c-btn-normal:hover {
  opacity: 0.9;
}
.c-btn-normal.disabled, .c-btn-normal:disabled {
  background: #cccccc;
  opacity: 1;
}
.c-btn-normal.disabled span, .c-btn-normal:disabled span {
  color: #666666 !important;
  text-shadow: none;
}

.c-btn-primary {
  background: #7baa3f;
  background: linear-gradient(to bottom, #7baa3f 50%, #73a039 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7baa3f", endColorstr="#73a039", GradientType=0);
  border: 1px solid #7baa3f;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
.c-btn-primary .c-btn__label {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  text-shadow: -1px -1px 0px #519003;
}
.c-btn-primary:hover {
  opacity: 0.9;
}

.c-btn.back {
  position: relative;
  display: block;
  overflow: hidden;
  width: 58px;
  min-width: inherit;
  height: 36px;
  padding: 0;
  text-align: right;
  border-radius: 0;
}
.c-btn.back .c-btn__label {
  width: 37px;
  line-height: 34px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: left;
  text-indent: 5px;
}
.c-btn.back::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  transform: rotate(-135deg);
}

.recordList {
  color: #666666;
  border-bottom: 1px solid #519003;
}
.recordList > dt {
  cursor: pointer;
  background: #f7ffea;
  background: linear-gradient(to bottom, #f7ffea 50%, #ecfcd3 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7ffea", endColorstr="#ecfcd3", GradientType=0);
  border: 1px solid #519003;
  border-bottom: none;
  box-sizing: border-box !important;
  width: 100%;
}
.recordList > dt .mailTitle {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 2px 0 10px 0;
}
.recordList > dt .mailTitle strong {
  display: block;
  margin: 0 0 0 10px;
  padding: 8px 0 0 20px;
}
.recordList > dt .mailTitle .status {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 100%;
}
.recordList > dt .mailTitle .status span {
  display: block;
  line-height: 23px;
  width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: #009900;
}
.recordList > dt .mailTitle .status span.kakutei {
  background: #b0d08a;
}
.recordList > dt .mailTitle .status span.mikakutei {
  background: #ff6600;
}
.recordList > dt .mailTitle .status ul {
  float: right;
}
.recordList > dt .mailTitle .status ul li {
  float: left;
}
.recordList > dt .mailTitle .status ul li a.c-btn {
  display: block;
  margin: 0;
  margin-left: 2px;
  padding: 0;
  min-width: 90px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  text-align: center;
  letter-spacing: 0;
}
.recordList > dt .mailTitle strong span {
  display: none;
}
.recordList > dt p.date {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0 0 0 30px;
}
.recordList > dt.switchOn strong {
  background: url("../img/icon/icon_open.gif") no-repeat 0 10px;
  padding-left: 22px;
}
.recordList > dt.nowOpen strong {
  background: url("../img/icon/icon_close.gif") no-repeat 0 10px;
}
.recordList > dt.cancel {
  background-color: #cccccc;
  border-color: #666666;
}
.recordList > dt.cancel .status span {
  background-color: #999999;
}
.recordList > dt.cancel strong {
  color: #666666;
}
@media screen and (max-width: 767px) {
  .recordList > dt.unsettled .btn {
    display: none;
  }
  .recordList > dt .status {
    right: 5px;
    top: 10px;
  }
  .recordList > dt .status span {
    width: 80px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
  }
}
.recordList > dd .mailContent {
  border-left: 1px solid #519003;
  border-right: 1px solid #519003;
  padding: 6px 20px 18px 20px;
  line-height: 140%;
  font-size: 14px;
  font-size: 0.875rem;
}
.recordList > dd .mailContent .btnArea {
  text-align: center;
  margin: 10px 0 0 0;
}
.recordList > dd .mailContent .btnArea a {
  margin: 0 auto;
}
.recordList > dd .mailContent .itemName-line {
  border-bottom: 1px solid #cccccc;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.recordList > dd .mailContent .itemName-line .name {
  display: flex;
  width: 80%;
  padding: 10px 0;
}
.recordList > dd .mailContent .itemName-line .name span {
  margin-right: 10px;
}
.recordList > dd .mailContent .itemName-line .quantity {
  width: 20%;
  text-align: right;
}
.recordList > dd .mailContent .order-detail.reply .itemName {
  color: #007bff;
}
.recordList > dd .mailContent .order-detail.reply .itemName span {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}
.recordList > dd .mailContent .mailTxt {
  padding: 8px 12px;
  margin-top: 6px;
  line-height: 18px;
  background: url("../img/common/bg_mailcnt.jpg") repeat 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.recordList > dd .mailContent .btn-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 10px 0;
  background: #FFFFCC;
}
.recordList > dd .mailContent .btn-area span {
  line-height: 30px;
  margin: 0 5px;
  color: #996600;
}
.recordList > dd .mailContent .btn-area ul {
  display: flex;
}
.recordList > dd .mailContent .btn-area ul li {
  margin-bottom: 0;
}
.recordList > dd .mailContent .btn-area ul li a {
  display: block;
  margin: 0 2px;
  padding-left: 0;
  padding-right: 0;
  height: 30px;
  line-height: 30px;
  width: 120px;
  min-width: 120px;
  text-align: center;
  letter-spacing: 0;
}
.recordList > dd p.itemName {
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.recordList > dd p.date {
  font-size: 11px;
  font-size: 0.6875rem;
}
.recordList > dd p.itemNameB {
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0033ff;
}
.recordList > dd p.dateB {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #0033ff;
}
.recordList > dd .contact {
  margin: 10px 0 0;
  padding: 10px;
  background-color: #ededed;
}
.recordList > dd .contact textarea {
  width: 100%;
  max-width: 650px;
  height: 120px;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.recordList > dd .contact textarea + p {
  margin-bottom: 0;
}
.recordList > dd .contact a.c-btn {
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.recordList > dd .contact a.c-btn .c-btn__label {
  line-height: 28px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.recordList > dd.cancel {
  background-color: #eeeeee;
  border-color: #666666;
}
.recordList > dd .mailContent .itemName {
  margin-top: 10px;
}
.recordList > dd .mailContent .quantity span {
  display: none;
}
@media screen and (max-width: 767px) {
  .recordList > dd .mailContent {
    padding: 6px 15px 18px 15px;
  }
  .recordList > dd .mailContent .order-detail-item {
    margin-bottom: 10px;
  }
  .recordList > dd .mailContent .order-detail-item .itemName-line {
    display: block;
    position: relative;
  }
  .recordList > dd .mailContent .order-detail-item .itemName-line .name {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  .recordList > dd .mailContent .order-detail-item .itemName-line .name span {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .recordList > dd .mailContent .order-detail-item .itemName-line .name strong {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
  .recordList > dd .mailContent .order-detail-item .itemName-line .quantity {
    position: absolute;
    bottom: 10px;
    left: 100px;
    width: auto;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .recordList > dd .mailContent .order-detail-item .itemName-line .quantity:before {
    content: "[";
  }
  .recordList > dd .mailContent .order-detail-item .itemName-line .quantity:after {
    content: "]";
  }
  .recordList > dd .mailContent .order-detail-item .itemName-line .quantity strong {
    font-weight: normal;
  }
}

.allOpenBtn {
  display: block;
  margin-bottom: 0;
  line-height: 35px;
  height: 35px;
  background: #d8eec0;
  background: #d8eec0;
  border: 1px solid #519003;
  border-bottom: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  border-radius: 5px 5px 0 0;
}
.allOpenBtn + .block {
  width: 100%;
}
.allOpenBtn strong {
  background: url("../img/icon/icon_open.gif") no-repeat 11px center;
  padding: 0 0 0 32px;
  line-height: 35px;
  height: 35px;
}

.switchHat strong {
  background: url("../img/icon/icon_open.gif") no-repeat 11px center;
  padding: 0 0 0 32px;
  line-height: 35px;
  height: 35px;
}

p.nowOpen strong {
  background: url("../img/icon/icon_close.gif") no-repeat 11px center;
}

#TB_window {
  width: 500px !important;
  margin-left: -250px !important;
}
#TB_window iframe {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  #TB_window {
    width: 95% !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    margin: 0 !important;
  }
  #TB_window .c-btn-primary {
    background-color: #f62a00 !important;
  }
}

.p-subwindow {
  height: 100vh;
  width: 100vw;
}
.p-subwindow_size {
  height: 100%;
}
.p-subwindow .winWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.p-subwindow .winWrap .baseDtl {
  width: 100%;
}
.p-subwindow .winWrap .baseDtl > p {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
}
.p-subwindow .winWrap .baseDtl .c-content-nav {
  justify-content: center;
  width: calc(100% - 20px);
  margin: 0 10px;
}
.p-subwindow .winWrap .baseDtl .c-content-nav > div {
  text-align: center;
  padding: 0 10px;
}
.p-subwindow .winWrap .baseDtl .c-content-nav .c-btn {
  display: block;
  min-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-device-width: 768px) {
  .p-subwindow .c-btn-normal {
    background: linear-gradient(to bottom, #ffffff 49%, #f2f2f2 51%);
    border: 1px solid #cccccc;
    min-width: 120px !important;
    width: 120px !important;
  }
  .p-subwindow .c-btn-normal .c-btn__label {
    color: #434343;
    text-shadow: -1px -1px 0 #ffffff;
  }
  .p-subwindow .c-btn-primary {
    min-width: 120px !important;
    width: 120px !important;
    background: linear-gradient(to bottom, #7baa3f 50%, #73a039 50%);
    border: 1px solid #7baa3f;
    color: #ffffff;
    transition: 0.3s;
    cursor: pointer;
  }
  .p-subwindow .c-btn-primary:hover {
    opacity: 0.9;
  }
  .p-subwindow .c-btn-primary .c-btn__label {
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-shadow: -1px -1px 0 #519003;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60%;
  width: 60%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  background-color: #ffffff;
  padding: 40px;
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], button, input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  display: inline-block;
  border: none;
  border-radius: 0;
  outline: none;
}

button, input[type=submit] {
  background: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.c-form-box {
  padding: 10px;
  background: #ffffff;
  border: 5px solid #cbedf7;
}
@media screen and (min-width: 768px) {
  .c-form-box {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    width: 95%;
    margin: 20px auto;
  }
  .c-form .c-table-wrap {
    margin-bottom: 0;
  }
  .c-form .c-table-wrap tr:last-of-type td {
    border-bottom: none !important;
    border-radius: 0 !important;
  }
  .c-form .c-table-wrap + p {
    margin-top: 10px !important;
  }
}

.c-form__search {
  padding: 15px 20px 8px;
  margin: 15px 0;
  background: #eeeeee;
}
@media screen and (max-width: 767px) {
  .c-form__search {
    padding: 15px 10px 8px;
  }
}
.c-form__search-in {
  display: flex;
  margin-bottom: 4px;
}
.c-form__search .txt-note {
  margin-bottom: 0;
  font-size: 90%;
}
.c-form__search .c-btn {
  display: block;
  padding: 0;
  width: 60px;
  min-width: 60px;
  text-align: center;
}
.c-form__search-input {
  width: calc(100% - 70px);
  margin-right: 10px;
  display: flex;
}
.c-form__search-input .c-btn {
  border-radius: 0 5px 5px 0;
}
.c-form__search-input input[type=text].c-form-text {
  width: calc(100% - 60px);
  border-radius: 5px 0 0 5px;
  border: 1px solid #cccccc;
  border-right: none;
}

.c-form-select {
  position: relative;
  display: block;
  width: 100%;
  min-height: 36px;
  line-height: 34px;
  background-color: #ffffff;
}
@media all and (-ms-high-contrast: none) {
  .c-form-select {
    background: #ffffff;
    padding-right: 5px;
  }
}
.c-form-select::before {
  content: "▼";
  position: absolute;
  right: 10px;
  line-height: 40px;
}
.c-form-select select {
  width: 100%;
  padding: 0 0 0 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.c-form .c-form-input {
  display: block;
  min-height: 36px;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 34px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.c-form .c-form-input:focus {
  border-color: #519003;
  background: #ebf7ff;
}
.c-form .c-form-input.mini3 {
  max-width: 90px;
}
.c-form .c-form-input.form-calender {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input {
    max-width: 400px;
  }
  .c-form .c-form-input.mini {
    max-width: 300px;
  }
  .c-form .c-form-input.mini2 {
    max-width: 150px;
  }
  .c-form .c-form-input.mini3 {
    max-width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-password {
    max-width: 300px;
  }
}

input[type=text].c-form-text {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 5px;
}

.c-form-radio {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form-radio {
    min-width: 300px;
    word-break: keep-all;
  }
}
.c-form-radio input {
  display: none !important;
}
.c-form-radio label {
  cursor: pointer;
  width: 50%;
  padding: 10px;
  color: #959595;
  text-align: center;
  border: 1px solid #959595;
  border-right: none;
  font-size: 14px;
  font-size: 0.875rem;
  transition: 0.2s;
}
.c-form-radio label:first-of-type {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #959595;
}
.c-form-radio label:last-of-type {
  border-radius: 0 3px 3px 0;
}
@media screen and (min-width: 768px) {
  .c-form-radio label {
    max-width: 200px;
  }
}
.c-form-radio input[type=radio]:checked + .switch-on {
  background-color: #519003;
  color: #ffffff;
  border: none;
}
.c-form-radio--long {
  flex-wrap: wrap;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
  border-radius: 5px;
}
.c-form-radio--long label {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border: 1px solid #959595;
  border-top: none;
  border-left: none;
  border-radius: 0;
}
.c-form-radio--long label:first-of-type {
  border-left: none;
  border-radius: 0;
}
.c-form-radio--long label:last-of-type {
  border-radius: 0 0 5px 0;
}

.c-form-checkbox__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__list {
    justify-content: flex-start;
  }
}
.c-form-checkbox__list .c-form-checkbox {
  cursor: pointer;
  width: 46%;
  padding: 10px 5px;
  margin: 0 5px 5px;
  border: 1px solid #959595;
  border-radius: 3px;
  text-align: left;
}
.c-form-checkbox__input {
  display: none !important;
}
.c-form-checkbox__parts {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  word-break: break-all;
}
.c-form-checkbox__parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 13px;
  height: 13px;
  border: 1px solid #959595;
  border-radius: 3px;
  background: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__parts {
    padding-left: 20px;
    padding-right: 0;
  }
}
.c-form-checkbox__input:checked + .c-form-checkbox__parts {
  color: #666666;
}
.c-form-checkbox__input:checked + .c-form-checkbox__parts::before {
  background: #007bff;
  border-color: #007bff;
}
.c-form-checkbox__input:checked + .c-form-checkbox__parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 2;
  width: 5px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 150px;
  padding: 3px 10px;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .c-form-textarea {
    max-width: 400px;
  }
}

.c-form-req {
  position: relative;
  padding-right: 50px;
}
.c-form-req::after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 30px;
  margin-top: -10px;
  line-height: 20px;
  color: #ffffff;
  background: #cc0000;
  font-size: 10px;
  font-size: 0.625rem;
}

.c-input--req {
  background: #ffe8e8;
}

.c-input--error {
  border-color: #cc0000 !important;
}
.c-input--error.c-form-radio {
  border: 1px solid #cc0000;
  border-radius: 5px;
}

.c-form-box--error {
  margin: 15px auto;
  padding: 20px;
  border: 6px double #cc0000;
  background: #ffdfdf;
}
.c-form-box--error p {
  color: #cc0000;
  font-weight: bold;
  text-align: center;
}
.c-form-box--error__title {
  font-size: 120%;
  background: url(../img/icon/icon_exclamation_red.png) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 25px;
}

.c-form-btnarea {
  text-align: center;
  margin: 20px auto;
}
.c-form-btnarea .c-basic-btn {
  display: inline-block;
  max-width: 300px;
  margin: 5px;
  color: #ffffff;
  font-weight: bold;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.c-form-btnarea .c-basic-btn:hover {
  opacity: 0.9;
}
.c-form-btnarea--reverse {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea--reverse {
    display: block;
  }
}

.c-table {
  width: 100%;
  margin-bottom: 0;
}
.c-table tr {
  border: none;
}
.c-table td a {
  word-break: break-all;
}
.c-table td, .c-table th {
  padding: 5px 10px;
  vertical-align: top;
  box-sizing: border-box;
}
.c-table thead th {
  padding: 5px 0;
  vertical-align: middle;
  background: #d8eec0;
  color: #ffffff;
  border: none;
  border-right: 1px solid #eef3ef;
  font-weight: normal;
}

.c-table-borderless tbody + tbody, .c-table-borderless td, .c-table-borderless th, .c-table-borderless thead th {
  border-bottom: 2px solid #ffffff;
}
.c-table-borderless th {
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
}
.c-table-borderless th.c-table-tbcolor-lv2 {
  background-color: #a9cd7e;
  font-weight: normal;
}
.c-table-borderless td {
  background: #fafff0;
}

.c-table-vertical.c-table-inline-md tbody tr:not(:first-child) th, .c-table-vertical.c-table-inline-md tbody tr td {
  border-bottom: 2px solid #ffffff;
}

.c-table-wrap {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-table {
    margin-bottom: 0;
  }
  .c-table td, .c-table th {
    padding: 0.625rem 0.7rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-table-inline-md colgroup col {
    display: block;
    width: 100%;
  }
  .c-table-inline-md th, .c-table-inline-md td {
    display: block;
    border: none;
    width: 100%;
    min-width: 100%;
  }
  .c-table-wrap {
    margin-bottom: 1.3125rem;
  }
}
.c-table-itemlist {
  margin-bottom: 1rem;
}
.c-table-itemlist .thead {
  display: flex;
  background: #b0d08a;
  color: #ffffff;
}
.c-table-itemlist .thead div {
  padding: 5px 0;
  text-align: center;
}
.c-table-itemlist .tbody .tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  transition: 0.2s;
}
.c-table-itemlist .tbody .tr:hover {
  background: #ffffcc;
}
.c-table-itemlist .tbody .tr .wrap-td {
  display: flex;
}
.c-table-itemlist .tbody .tr .wrap-td:first-of-type {
  width: calc(100% - 134px);
}
.c-table-itemlist .tbody .tr .wrap-td:last-of-type {
  width: 124px;
}
.c-table-itemlist .tbody .tr .status-number {
  display: flex;
  width: 32.424%;
}
.c-table-itemlist .tbody .tr .td.status {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
}
.c-table-itemlist .tbody .tr .td.status div {
  text-align: center;
}
.c-table-itemlist .tbody .tr .td.status div span.iconKikan + p {
  margin-bottom: 0;
  padding-top: 4px;
  color: #28a745;
  font-size: 10px;
  font-size: 0.625rem;
}
.c-table-itemlist .tbody .tr .td.number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
  line-height: 18px;
}
.c-table-itemlist .tbody .tr .td.name {
  display: flex;
  align-items: center;
  width: 67.55%;
  padding: 5px 0;
}
.c-table-itemlist .tbody .tr .td.name p {
  margin-bottom: 0;
  line-height: 1.3;
}
.c-table-itemlist .tbody .tr .td.quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 0;
}
.c-table-itemlist .tbody .tr .td.quantity .quantity-in {
  display: flex;
  justify-content: space-between;
}
.c-table-itemlist .tbody .tr .td.quantity .quantity-in div.input {
  display: flex;
  align-items: center;
  padding: 0;
}
.c-table-itemlist .tbody .tr .td.quantity .quantity-in div.input input.c-form-input {
  margin: 0 4px;
  width: 60px;
  text-align: center;
}
.c-table-itemlist .tbody .tr .td.quantity .quantity-in div.input span {
  width: 40px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}
.c-table-itemlist .tbody .tr .td.quantity .quantity-in .btn img {
  margin: 0;
}
.c-table-itemlist .tbody .tr .td .itemNote {
  display: block;
  margin-top: 3px;
  color: #f62a00;
  font-size: 90%;
}
.c-table-itemlist .separater.sep_color_gray .tr .wrap-td:last-of-type {
  background: #e1e1e1;
}
.c-table-itemlist .separater.sep_color_blue .tr .wrap-td:last-of-type {
  background: #a4bdfc;
}
.c-table-itemlist .separater.sep_color_lblue .tr .wrap-td:last-of-type {
  background: #9fe1e7;
}
.c-table-itemlist .separater.sep_color_gblue .tr .wrap-td:last-of-type {
  background: #46d6db;
}
.c-table-itemlist .separater.sep_color_green .tr .wrap-td:last-of-type {
  background: #7ae7bf;
}
.c-table-itemlist .separater.sep_color_yellow .tr .wrap-td:last-of-type {
  background: #fbd75b;
}
.c-table-itemlist .separater.sep_color_orange .tr .wrap-td:last-of-type {
  background: #ffb878;
}
.c-table-itemlist .separater.sep_color_red .tr .wrap-td:last-of-type {
  background: #ff887c;
}
.c-table-itemlist .separater.sep_color_purple .tr .wrap-td:last-of-type {
  background: #dbadff;
}

@media screen and (max-width: 767px) {
  .c-table-itemlist .thead {
    display: none;
  }
  .c-table-itemlist .tbody .tr {
    position: relative;
    min-height: 61px;
    border-bottom: 1px solid #cccccc;
    align-items: center;
  }
  .c-table-itemlist .tbody .tr .wrap-td:first-of-type {
    position: relative;
    flex-direction: column-reverse;
    width: calc(100% - 80px);
    padding: 5px 5px 5px 10px;
  }
  .c-table-itemlist .tbody .tr .wrap-td:last-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 80px;
    padding: 5px 10px;
    align-content: center;
    flex-wrap: wrap;
  }
  .c-table-itemlist .tbody .tr .status-number {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .c-table-itemlist .tbody .tr .td.status {
    width: auto;
    order: 2;
  }
  .c-table-itemlist .tbody .tr .td.status div {
    display: flex;
  }
  .c-table-itemlist .tbody .tr .td.status div span {
    margin-right: 5px;
  }
  .c-table-itemlist .tbody .tr .td.number {
    margin-right: 10px;
    width: auto;
    font-size: 10px;
    font-size: 0.625rem;
    order: 1;
  }
  .c-table-itemlist .tbody .tr .td.name {
    display: flex;
    width: 100%;
    padding: 0;
  }
  .c-table-itemlist .tbody .tr .td.amount {
    width: 100%;
  }
  .c-table-itemlist .tbody .tr .td.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .c-table-itemlist .tbody .tr .td.quantity .quantity-in {
    display: flex;
    justify-content: space-between;
  }
  .c-table-itemlist .tbody .tr .td.quantity .quantity-in div.input {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .c-table-itemlist .tbody .tr .td.quantity .quantity-in div.input input.c-form-input {
    padding: 0;
    margin: 5px auto 0;
    text-align: center;
  }
  .c-table-itemlist .tbody .tr .td.quantity .quantity-in div.input span {
    width: 100%;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .c-table-itemlist .tbody .td.quantity {
    padding: 5px 10px;
  }
  .c-table-itemlist .tbody .td.quantity .quantity-in div.input input.c-form-input {
    width: 50px;
  }
  .c-table-itemlist .tbody .td.quantity .quantity-in div.input span {
    width: 30px;
    text-align: left;
  }
  .c-table-itemlist .tbody .td.quantity .quantity-in .btn img {
    margin: 0;
  }
}
.c-list {
  margin-bottom: 1.5rem;
}

.c-list-note {
  display: block;
  color: #777777;
}
.c-list-note > li {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-list-note > li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.c-list-note .c-list__mark {
  position: absolute;
  top: 0px;
  left: 0px;
}

p.c-list-note {
  position: relative;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  p.c-list-note {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.c-list-order {
  padding-left: 0;
}
.c-list-order > li {
  position: relative;
  padding-left: 2rem;
}
.c-list-order > li > .c-list__mark {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #996600;
  font-weight: 700;
  border-radius: 1.2rem;
}
.c-list-order > li > .c-list__mark:after {
  content: ".";
}

.c-list-order_v2 {
  padding-left: 0;
}
.c-list-order_v2 > li {
  position: relative;
  padding-left: 2rem;
}
.c-list-order_v2 > li > .c-list__mark {
  position: absolute;
  top: 2px;
  left: 0;
  color: #996600;
  font-weight: 700;
  font-size: 87.5%;
}

.c-badge {
  display: block;
  margin: 1px auto;
  padding: 0;
  width: 60px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  font-size: 10px;
  font-size: 0.625rem;
}
.c-badge.iconZaiko {
  background-color: #e3f240;
}
.c-badge.iconNini {
  color: #ffffff;
  background-color: #ff6600;
}
.c-badge.iconKikan {
  color: #ffffff;
  background-color: #28a745;
}

.c-btn .c-badge {
  position: relative;
  top: -1px;
}

.c-responsive-img, .img-fluid {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.c-responsive-img__link {
  width: 100%;
}

.c-figure {
  display: table;
  position: relative;
  margin: 0 auto 1.5rem 0;
}
.c-figure.u-ta-c {
  margin-left: auto;
}
.c-figure.u-ta-r {
  margin-right: 0;
  margin-left: auto;
}
.c-figure .img-wrap, .c-figure__img {
  margin-bottom: 0;
}
.c-figure__img {
  line-height: 1;
  max-width: 100%;
  height: auto;
}

.img-wrap {
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: inherit;
  text-align: center;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-figure__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .img-wrap {
    margin-bottom: 1.3125rem;
  }
  .c-figure {
    margin: 0 auto 1.3125rem 0;
  }
  .c-figure__img {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.messege-normal {
  text-align: center;
  background: #ededed;
  padding: 15px;
}
.messege-normal p {
  margin-bottom: 0;
}
.messege-sorry {
  padding: 10px 15px;
  background: #fbe3ee;
}
.messege-sorry .inner {
  background: url("../img/icon/icon_attention_r.png") no-repeat left center;
  background-size: 15px 15px;
  padding-left: 40px;
}
.messege-sorry p {
  margin-bottom: 0;
  line-height: 1.3;
}
.messege-sorry .ttl {
  margin-bottom: 2px;
  color: #cc0000;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
.messege-sorry .txt {
  font-size: 12px;
  font-size: 0.75rem;
}

.c-message {
  position: relative;
  padding: 8px 15px 10px 15px;
  margin-bottom: 15px;
  text-align: left;
  border-radius: 4px;
}
.c-message--error {
  background: #f5e8e4;
  color: #f62a00;
  border: 1px solid #f62a00;
}
.c-message--error ul {
  margin: 0 10px;
}
.c-message--error ul li {
  margin: 5px 0 0;
  padding-left: 20px;
  font-weight: bold;
  background: url("../img/icon/icon_error.png") no-repeat 0 2px;
}
.c-message--error > p {
  margin: 5px 10px 0;
}
.c-message--info {
  background: #e9f6db;
  color: #3399cc;
  border: 1px solid #8bcf6d;
}
.c-message--info ul.msg {
  margin: 0 10px;
}
.c-message--info ul.msg li {
  margin: 5px 0 0;
  padding-left: 20px;
  font-weight: bold;
  background: url("../img/icon/icon_ok.png") no-repeat 3px 4px;
}

div.error, div.msgArea {
  padding: 4px 0 7px 0;
  margin: 10px 0 0 0;
  width: 100%;
}
div.error {
  position: relative;
  border: 1px solid #cc3300;
  background-color: #f5e8e4;
  color: #cc3300;
  text-align: left;
}
div.error ul {
  margin: 0 10px;
}
div.error ul li {
  margin: 5px 0 0 0;
  padding-left: 20px;
  font-weight: bold;
  background: url("../img/icon/icon_error.png") no-repeat 0 2px;
}
div.error > p {
  margin: 5px 10px 0 10px;
}
div.msgArea {
  position: relative;
  border: 1px solid #8bcf6d;
  background-color: #e9f6db;
  color: #3399cc;
}
div.msgArea ul.msg {
  margin: 0 10px;
}
div.msgArea ul.msg li {
  margin: 5px 0 0;
  padding: 0;
  padding-left: 20px;
  font-weight: bold;
  background: url("../img/icon/icon_ok.png") no-repeat 3px 4px;
}

.c-news__media {
  margin-top: -1rem;
}
.c-news__media .c-news__ttl {
  width: 100%;
}
.c-news__media .c-news__ttl h1, .c-news__media .c-news__ttl h2, .c-news__media .c-news__ttl h3, .c-news__media .c-news__ttl h4, .c-news__media .c-news__ttl h5, .c-news__media .c-news__ttl h6, .c-news__media .c-news__ttl p {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.c-news__media .c-news__detail {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-news__media .c-news__detail.c-media-vertical-md .c-news__property {
    margin: 0 0 2px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .c-news__media .c-news__detail.c-media-vertical-md .c-news__property time {
    padding-right: 1rem;
    margin-right: 1rem;
  }
  .c-news__media .c-news__detail.c-media-vertical-md .c-news__ttl {
    margin: 0;
    text-align: left;
  }
}
.c-news__media a.c-btn {
  height: auto;
  padding: 0;
  border-radius: 0;
}
.c-news__media a.c-btn:hover .c-news__detail {
  background-color: #ffff99 !important;
}
.c-news__media a.c-btn .c-link {
  text-align: left;
  font-weight: normal;
  padding-right: 20px;
  background: url("../img/icon/icon_arrow_green.png") no-repeat right center;
}
.c-news__media a.c-btn .c-link span {
  display: inline;
  margin: 5px 0;
  line-height: 1.6;
}
.c-news__media a.c-btn .c-news__ttl-txt {
  position: relative;
  font-weight: normal;
  line-height: 1.4;
}
.c-news__media > div {
  margin-bottom: 0;
}
.c-news__media > div article {
  height: 100%;
  position: relative;
}
.c-news__media > div article a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.c-news__media > div article a.a100.in-link {
  position: relative;
  z-index: 5;
}
.c-news__media > div article .c-news__detail .c-news__ttl {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.c-news__media > div article .c-news__detail .c-news__property {
  margin-bottom: 5px;
}
.c-news__media > div article .c-news__detail .c-news__property time {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-news__media {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    margin-right: -50%;
  }
}

.c-news__media .c-list__item .c-news__detail .c-news__ttl {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  background: none;
  padding-right: 0;
}
.c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__property {
  width: 150px;
  font-size: 12px;
  font-size: 0.75rem;
  text-indent: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__property {
    width: 100%;
    text-indent: 0;
    margin-bottom: 2px;
  }
}
.c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__ttl-in {
  display: flex;
  color: #007bff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__ttl-in .c-badge {
  margin: 0;
  padding-bottom: 1px;
  background: #ffffff;
  border: 1px solid #f62a00;
  border-radius: 2px;
  text-align: center;
}
.c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__ttl-in .c-badge.iconUnread {
  border-color: #ff6600;
  color: #ff6600;
}
.c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__ttl-in .c-badge.iconReply {
  border-color: #28a745;
  color: #28a745;
}
.c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__ttl-in h2 {
  color: #666666;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__ttl-in {
    width: calc(100% - 150px);
    padding-top: 2px;
  }
  .c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__ttl-in .c-badge {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__ttl-in .c-badge {
    width: 40px;
    min-width: 40px;
    margin-right: 10px;
    white-space: nowrap;
  }
  .c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__ttl-in .c-badge span {
    display: none;
  }
  .c-news__media .c-list__item .c-news__detail .c-news__ttl .c-news__ttl-in h2 {
    width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.c-news__media .c-list__item .c-news__detail .c-news__body {
  position: relative;
  margin-top: 5px;
  margin-left: 150px;
  padding: 0;
  line-height: 1.4;
  max-height: 2rem;
  overflow-y: hidden;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-news__media .c-list__item .c-news__detail .c-news__body:before {
  position: absolute;
  top: 1rem;
  right: 0;
  content: "";
  width: 3rem;
  height: 1rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
}
.c-news__media .c-list__item .c-news__detail .c-news__body:after {
  position: absolute;
  top: 1rem;
  right: 0;
  content: "…";
}
@media screen and (max-width: 767px) {
  .c-news__media .c-list__item .c-news__detail .c-news__body {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-news__media .c-list__item .c-news__detail .c-news__ttl {
    display: block;
  }
  .c-news__media .c-list__item .c-news__detail .c-news__ttl > strong {
    width: 100%;
    margin-bottom: 2px;
  }
  .c-news__media .c-list__item .c-news__detail .c-news__ttl h2 {
    width: 100%;
    padding-top: 0;
    color: #000000;
    font-weight: normal;
  }
}
.c-news__media .c-list__item.unread {
  background-color: #ffffcc;
}
.c-news__media .c-list__item.unread .c-news__body:before {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffcc 50%);
}
.c-news__media article > a.c-btn .c-news__detail {
  padding-right: 35px;
  background: url("../img/icon/icon_arrow_green.png") no-repeat right 15px center;
}
.c-news__media article > a.c-btn:hover .c-news__detail .c-news__body:before {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffff99 50%);
}
@media screen and (max-width: 767px) {
  .c-news__media {
    width: 100%;
    left: inherit;
    right: inherit;
    margin-left: inherit;
    margin-right: inherit;
  }
}

.c-gnav {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-gnav {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .c-gnav {
    height: 52px;
  }
}
.c-gnav .l-container {
  max-width: 100%;
  padding: 0;
}
.c-gnav__list {
  position: relative;
  display: flex;
  text-align: center;
}
.c-gnav__item {
  flex-grow: 3;
  margin-bottom: 0;
  border-right: 1px solid #d8eec0;
}
.c-gnav__item.order span, .c-gnav__item.history span {
  width: 2rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .c-gnav__item {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .c-gnav__item {
    width: 14.2857142857%;
  }
}
.c-gnav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #eef3ef;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-gnav__link {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .c-gnav__link {
    height: 52px;
  }
}
.c-gnav__link span {
  font-size: 10px;
  font-size: 0.625rem;
}
.c-gnav__link:hover {
  cursor: pointer;
}
.c-gnav__link.active:hover {
  color: #519003;
}

.c-gnav__item {
  flex-grow: 3;
  margin-bottom: 0;
  border-right: 1px solid #d8eec0;
}
@media screen and (max-width: 767px) {
  .c-gnav__item {
    width: 16.6666666667%;
  }
  .c-gnav__item.fax {
    display: none;
  }
  .c-gnav__item.home span {
    background: url("../img/icon/icon_home_g.png") no-repeat center 2px;
    background-size: 18px 18px;
    padding-top: 22px;
  }
  .c-gnav__item.order span {
    display: block;
    padding-top: 22px;
    background: url("../img/icon/icon_cart_g.png") no-repeat center 2px;
    background-size: 18px 18px;
  }
  .c-gnav__item.history span {
    display: block;
    padding-top: 22px;
    background: url("../img/icon/icon_history_g.png") no-repeat center 4px;
    background-size: 15px 15px;
  }
  .c-gnav__item.info span {
    padding-top: 22px;
    background: url("../img/icon/icon_info_g.png") no-repeat center 4px;
    background-size: 15px 15px;
  }
  .c-gnav__item.inquiry span {
    padding-top: 22px;
    background: url("../img/icon/icon_mail_g.png") no-repeat center 4px;
    background-size: 16px 16px;
  }
  .c-gnav__item.mamapan span {
    padding-top: 22px;
    background: url("../img/icon/icon_akashiya_c.png") no-repeat center 4px;
    background-size: 16px 16px;
  }
  .c-gnav__item.shop span {
    padding-top: 22px;
    background: url("../img/icon/icon_akashiya_c.png") no-repeat center 4px;
    background-size: 16px 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-gnav__item {
    width: 14.2857142857%;
  }
  .c-gnav__item.home span {
    padding-top: 34px;
    background: url("../img/icon/icon_home_g.png") no-repeat center 5px;
    background-size: 24px 24px;
  }
  .c-gnav__item.order span {
    padding-top: 34px;
    padding-inline: 10px;
    background: url("../img/icon/icon_cart_g.png") no-repeat center 2px;
    background-size: 28px 28px;
  }
  .c-gnav__item.history span {
    padding-top: 34px;
    background: url("../img/icon/icon_history_g.png") no-repeat center 7px;
    background-size: 22px 22px;
  }
  .c-gnav__item.info span {
    padding-top: 34px;
    background: url("../img/icon/icon_info_g.png") no-repeat center 7px;
    background-size: 22px 22px;
  }
  .c-gnav__item.inquiry span {
    padding-top: 34px;
    background: url("../img/icon/icon_mail_g.png") no-repeat center 7px;
    background-size: 24px 24px;
  }
  .c-gnav__item.fax span {
    padding-top: 34px;
    background: url("../img/icon/icon_fax_g.png") no-repeat center 8px;
    background-size: 24px 24px;
  }
  .c-gnav__item.mamapan span {
    padding-top: 34px;
    background: url("../img/icon/icon_akashiya_c.png") no-repeat center 6px;
    background-size: 24px 24px;
  }
  .c-gnav__item.shop span {
    padding-top: 34px;
    background: url("../img/icon/icon_akashiya_c.png") no-repeat center 6px;
    background-size: 24px 24px;
  }
}

.c-gnav-sub {
  display: block;
}
.c-gnav-sub__list {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}
.c-gnav-sub__list li {
  margin: 0;
}
.c-gnav-sub__list li .c-btn {
  padding: 0.5rem 1.875rem;
  margin-bottom: 0;
  font-weight: 400;
}
.c-gnav-sub__item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  .c-gnav-sub__item {
    padding-right: 20px;
  }
}
.c-gnav-sub__item.guide .c-btn__label {
  background: url("../img/icon/icon_guide-b_m.png") no-repeat left center;
  background-size: 16px 16px;
  padding-left: 21px;
  color: #d8eec0;
  min-height: 16px;
}
.c-gnav-sub__item.setting .c-btn__label {
  background: url("../img/icon/icon_menu_m.png") no-repeat left center;
  background-size: 16px 16px;
  padding-left: 21px;
  color: #d8eec0;
  min-height: 16px;
}
.c-gnav-sub__item.logout .c-btn__label {
  background: url("../img/icon/icon_logout_m.png") no-repeat left center;
  background-size: 16px 16px;
  padding-left: 21px;
  color: #d8eec0;
  min-height: 16px;
}
@media screen and (max-width: 767px) {
  .c-gnav-sub__item.guide, .c-gnav-sub__item.setting, .c-gnav-sub__item.logout {
    display: none;
  }
}
.c-gnav-sub__item.menu {
  position: relative;
  width: 42px;
}
@media screen and (min-width: 768px) {
  .c-gnav-sub__item.menu {
    display: none;
  }
}
.c-gnav-sub__item.menu .c-menu {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-gnav-sub__item.menu .c-menu input {
  display: none;
}
.c-gnav-sub__item.menu .c-menu input:checked ~ label span {
  background: rgba(255, 255, 255, 0);
}
.c-gnav-sub__item.menu .c-menu input:checked ~ label span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.c-gnav-sub__item.menu .c-menu input:checked ~ label span::after {
  top: 0;
  transform: rotate(-45deg);
}
.c-gnav-sub__item.menu .c-menu label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
  margin-bottom: 0;
  z-index: 100;
  cursor: pointer;
}
.c-gnav-sub__item.menu .c-menu label span, .c-gnav-sub__item.menu .c-menu label span::before, .c-gnav-sub__item.menu .c-menu label span::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 25px;
  background: #ffffff;
  border-radius: 3px;
  transition: 0.5s;
}
.c-gnav-sub__item.menu .c-menu label span::before {
  bottom: 8px;
}
.c-gnav-sub__item.menu .c-menu label span::after {
  top: 8px;
}
.c-gnav-sub__item.menu .c-menu ul {
  position: absolute;
  top: 42px;
  right: 0;
  display: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #519003;
  list-style: none;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.c-gnav-sub__item.menu .c-menu ul li {
  text-align: left;
}
.c-gnav-sub__item.menu .c-menu ul li a {
  display: block;
  padding: 0 15px 0 30px;
  line-height: 39px;
  background: #ffffff;
  border: 1px solid #519003;
  border-bottom: none;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-gnav-sub__item.menu .c-menu ul li a:hover {
  background: #FFFFCC;
}
.c-gnav-sub__item.menu .c-menu #c-menu_bar01:checked ~ #c-links01 {
  display: block;
  opacity: 1;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-gnav-sub__item.menu .c-menu ul {
    width: 100vw;
  }
  .c-gnav-sub__item.menu .c-menu ul li a {
    color: #000000;
    line-height: 40px;
  }
  .c-gnav-sub__item.menu .c-menu ul li a:hover {
    background: #FFFFCC;
  }
}
.c-gnav-sub .c-btn__label {
  font-size: 13px;
  font-size: 0.8125rem;
}

.c-content-nav.top {
  margin-bottom: 1rem;
}
.c-content-nav.bottom {
  margin-top: 1rem;
}
.c-content-nav .left {
  text-align: left;
}
.c-content-nav .center {
  text-align: center;
}
.c-content-nav .right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-content-nav {
    position: relative;
    display: flex;
    width: 95%;
    margin: 0 auto;
  }
  .c-content-nav > div {
    position: relative;
  }
  .c-content-nav > div.left {
    padding-left: 0;
  }
  .c-content-nav > div.center .c-btn {
    min-width: inherit;
    width: inherit;
  }
  .c-content-nav > div a.back {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-content-nav.top {
    margin-bottom: 0.5rem;
  }
}
.c-content-nav.top + .c-form {
  margin-top: 0;
}

.p-top .c-news__media .c-list__item .c-news__detail {
  border: 1px solid #b0d08a;
  border-top: none;
  min-height: 64px;
}
.p-top .c-news__media .c-list__item.claim {
  position: relative;
  background-color: #ffffcc;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
}
.p-top .c-news__media .c-list__item.claim .c-news__detail {
  border: none;
}
.p-top .c-news__media .c-list__item.claim .c-news__detail .c-news__ttl {
  justify-content: flex-start;
}
.p-top .c-news__media .c-list__item.claim .c-news__detail .c-news__ttl .c-news__property {
  width: 100px;
}
.p-top .c-news__media .c-list__item.claim .c-news__detail .c-news__ttl .c-news__property time {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-top .c-news__media .c-list__item.claim .c-news__detail .c-news__ttl .c-news__ttl-in {
    width: calc(100% - 100px);
  }
}
.p-top .c-news__media .c-list__item.claim .c-news__detail + p .c-link {
  width: 240px;
  height: 32px;
  border-radius: 4px;
}
.p-top .c-news__media .c-list__item.claim .c-news__detail + p .c-link .c-btn__label {
  line-height: 32px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top .c-news__media .c-list__item.claim .c-btn-normal {
    line-height: inherit;
  }
}
.p-top .c-news__media + a.listFootBtn {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  background-color: #d8eec0;
  padding-left: 10px;
  color: #479501;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #b0d08a;
}
.p-top .c-news__media + a.listFootBtn:hover {
  background-color: #b0d08a;
  color: #ffffff;
}
.p-top .l-side .record .messege-normal, .p-top .l-side .menu .messege-sorry {
  border-bottom: 1px solid #b0d08a;
  background: none;
}
.p-top .l-main .messege-sorry {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-top .main > .l-section > .l-container {
    margin-top: 1rem;
  }
  .p-top .main > .l-section > .l-container > .c-figure {
    display: none;
  }
  .p-top .main > .l-section > .l-container .l-main .c-localnav {
    border-left: 1px solid #b0d08a;
    border-right: 1px solid #b0d08a;
  }
  .p-top .l-main, .p-top .l-main > .l-section {
    margin-bottom: 0;
  }
  .p-top .l-side {
    width: 95%;
    margin: 0 auto;
  }
  .p-top .l-side > .l-section.menu {
    display: none;
  }
}

body.state-logoff .c-header {
  background-color: #519003;
  height: 50px;
}
body.state-logoff .c-content-nav {
  height: inherit;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body.state-logoff .c-content-nav {
    width: 100%;
    justify-content: space-between;
  }
  body.state-logoff .c-content-nav > div {
    padding: 0;
  }
  body.state-logoff .c-content-nav > div a {
    width: 100%;
    min-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  body.state-logoff.p-login .c-header {
    display: none;
  }
}

.p-login .login {
  width: 440px;
  margin: 60px auto;
  text-align: center;
  border: 1px solid #cccccc;
  box-shadow: 0 0 5px #cccccc;
  border-radius: 8px;
  background: linear-gradient(0deg, #eeeeee 0%, #ffffff 100%);
}
.p-login .login .titleArea {
  display: inline-block;
  padding-top: 45px;
  text-align: center;
}
.p-login .login .titleArea img {
  width: 160px;
}
.p-login .login .titleArea p {
  margin-bottom: 0;
}
.p-login .login .titleArea h1 {
  display: block;
  margin-top: 1rem;
  color: #519003;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
.p-login .login .loginInfo {
  margin: 0 30px;
  padding-top: 15px;
}
.p-login .login .loginInfo .error, .p-login .login .loginInfo .msgArea {
  margin-bottom: 10px;
}
.p-login .login .loginInfo dl {
  margin-top: 15px;
}
.p-login .login .loginInfo dt {
  margin-bottom: 5px;
  color: #666666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: left;
}
.p-login .login .loginInfo dd {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-login .login .loginInfo dd .c-form-input {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-login .login .loginInfo .c-form-checkbox {
  margin-top: 10px;
}
.p-login .login .loginInfo .c-form-checkbox__parts {
  margin-bottom: 0;
}
.p-login .login .loginInfo .btnArea {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.p-login .login .loginInfo .btnArea .check {
  text-align: left;
}
.p-login .login .loginInfo .btnArea .check li {
  text-align: left;
}
.p-login .login .loginInfo .btnArea .c-btn {
  margin-top: 20px;
  min-width: 100%;
  text-align: center;
}
.p-login .login .loginInfo .btnArea .c-btn .c-btn__label {
  margin: 0 auto;
}
.p-login .login .loginInfo .btnArea .c-btn-primary {
  background: #7baa3f;
  background: linear-gradient(to bottom, #7baa3f 50%, #73a039 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7baa3f", endColorstr="#73a039", GradientType=0);
  border: 1px solid #7baa3f;
  border-radius: 4px;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-login .login {
    width: 100%;
    margin: 10px auto;
  }
  .p-login .login .titleArea {
    padding-top: 20px;
  }
  .p-login .login .titleArea h1 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-login .login .loginInfo {
    margin: 0 20px;
  }
  .p-login .login .loginInfo dt {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
  .p-login .login .loginInfo dd input {
    max-width: 100%;
  }
  .p-login .login .loginInfo .c-form-checkbox {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-login .login .loginInfo .c-form {
    margin-bottom: 20px;
    text-align: right;
  }
  .p-login .login .loginInfo .c-form .btnArea {
    display: block;
    margin-bottom: 0;
  }
  .p-login .login .loginInfo .c-form .btnArea .check {
    text-align: left;
  }
  .p-login .login .loginInfo .c-form .btnArea .c-btn {
    display: block;
    margin-top: 10px;
    margin-right: 0;
    width: 128px;
    text-align: center;
  }
}

.l-main .l-contents > p.u-ta-c {
  margin-left: 10px;
  margin-right: 10px;
}

.p-agree .roleTtl {
  margin: 15px 0;
}
.p-agree .roleTtl span {
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-agree .roleTtl p {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-agree .roleTtl {
    border-bottom: none;
  }
  .p-agree .roleTtl span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-agree .roleTtl span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-agree div.roleTxt strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-agree div.roleTxt {
    height: 500px;
    overflow: auto;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
  }
}
@media screen and (max-width: 767px) {
  .p-agree div.tkr_media_box {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-agree div.tkr_media_box strong {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-agree #roleTxt_Area {
    padding: 15px 10px 10px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #cccccc;
  }
  .p-agree #btn_more_con {
    text-align: center;
  }
  .p-agree #btn_more_con a {
    display: block;
    margin: 10px auto;
    line-height: 30px;
    background-color: #ededed;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333333;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none;
  }
  .p-agree .c-content-nav {
    margin-top: 40px;
  }
}
.p-agree .l-main--mini .c-content-nav {
  justify-content: flex-start;
}
.p-agree .l-main--mini .c-content-nav .l-row__col--4:first-of-type {
  text-align: center;
}
.p-agree .l-main--mini .c-content-nav .c-btn-normal {
  display: inline;
  padding: 0;
  width: inherit;
  min-width: inherit;
  box-shadow: none;
  background: none;
  border: none;
}
.p-agree .l-main--mini .c-content-nav .c-btn-normal .c-btn__label {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .p-agree #btn_more_con {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-guide .l-main > .l-section {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    margin-right: -50%;
  }
  .p-guide .l-main > .l-section > .l-contents {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-item .c-form {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    margin-right: -50%;
  }
}
.p-item .c-table-customer .wrap-td .title, .p-item .c-table-itemlist .wrap-td .title, .p-item .c-table-note .wrap-td .title {
  width: 100px;
  text-indent: 0.5rem;
}
.p-item .c-table-customer .theader, .p-item .c-table-itemlist .theader, .p-item .c-table-note .theader {
  display: none;
}
.p-item .c-table-customer .wrap-td {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.p-item .c-table-customer .wrap-td .c-form-input {
  width: 190px;
}
.p-item .c-table-customer .wrap-td .customer {
  position: relative;
}
.p-item .c-table-customer .wrap-td .customer .c-form-input {
  min-width: 312px;
}
.p-item .c-table-customer .wrap-td .customer select {
  position: relative;
  background: url("../img/icon/icon_arrow-dwn_g.svg") no-repeat center;
  background-size: 13px auto;
  background-position: right 10px center;
  padding-right: 32px;
}
.p-item .c-table-customer .wrap-td .button {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.p-item .c-table-customer .wrap-td .button .btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  margin: 0;
  padding: 10px 15px;
  color: #ffffff;
  line-height: 1;
  background-color: #2196f3;
  border-radius: 5px;
}
.p-item .c-table-customer .wrap-td .button .btn::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 3px solid #435743;
  border-radius: 5px;
}
.p-item .c-table-customer .wrap-td .button .btn.on::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 16px;
  width: 4px;
  height: 10px;
  border-bottom: 4px solid #435743;
  border-right: 4px solid #435743;
  transform: rotateZ(30deg);
}
.p-item .c-table-customer .wrap-td .button .btn span {
  display: block;
  margin-left: 18px;
}
.p-item .c-table-itemlist .wrap-td, .p-item .c-table-itemlist .wrap-td > div {
  display: flex;
  align-items: center;
}
.p-item .c-table-itemlist .tbody .tr .wrap-td.info {
  width: calc(100% - 160px);
}
.p-item .c-table-itemlist .tbody .tr .wrap-td.input {
  width: 260px;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.status {
  flex-direction: column;
  width: 75px;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.status .c-badge {
  width: 75px;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.status .c-badge:empty {
  display: none;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.status p {
  margin: 1px 0 0;
  font-size: 10px;
  font-size: 0.625rem;
  color: #3d6c02;
  text-align: center;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.name {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: calc(100% - 185px);
}
.p-item .c-table-itemlist .tbody .wrap-td .td.name p.item-name {
  width: calc(100% - 45px);
}
.p-item .c-table-itemlist .tbody .wrap-td .td.number {
  width: 100px;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.quantity {
  width: 70px;
  padding: 5px 7px 5px 10px;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.quantity .quantity-in .btn {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.quantity .quantity-in .btn img {
  max-width: inherit;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.delivery {
  width: 175px;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.delivery .form-calender {
  width: 110px;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.delivery label {
  position: relative;
  height: 36px;
  margin: 0 5px;
  padding: 0 5px 0 22px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 35px;
  border-radius: 5px;
  cursor: pointer;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.delivery label::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid #435743;
  border-radius: 4px;
  background: #ffffff;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.delivery [type=checkbox]:checked ~ label {
  color: #ffffff;
  background-color: #2196f3;
}
.p-item .c-table-itemlist .tbody .wrap-td .td.delivery [type=checkbox]:checked ~ label::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 9px;
  width: 4px;
  height: 8px;
  border-bottom: 3px solid #435743;
  border-right: 3px solid #435743;
  transform: rotateZ(30deg);
}
.p-item .c-table-itemlist .tbody .wrap-td .td.delivery [type=checkbox]:checked ~ .form-calender {
  pointer-events: none;
  background-color: #cccccc;
}
.p-item .c-table-note .wrap-td {
  display: flex;
  align-items: flex-start;
}
.p-item .c-table-note .tbody .wrap-td .td.title {
  padding-top: 10px;
}
.p-item .c-table-note .tbody .wrap-td .td.input {
  width: calc(100% - 100px);
}
.p-item .c-table-note .tbody .c-form-textarea {
  max-width: inherit;
  height: 75px;
}
.p-item .enabled {
  background-color: #dddddd;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-item .ui-widget-content .day-weekday a, .p-item .ui-widget-content .day-sunday a, .p-item .ui-widget-content .day-saturday a {
  border: 1px solid #e5e5e5;
  background: #fdf14a;
  color: #454545;
}
.p-item .ui-widget-content .noActive, .p-item .ui-widget-content .day-holiday, .p-item .ui-widget-content .day-r_holiday {
  filter: opacity(0.5);
  pointer-events: none;
}
.p-item .ui-widget-content .noActive a, .p-item .ui-widget-content .day-holiday a, .p-item .ui-widget-content .day-r_holiday a {
  background: #dddddd;
}
.p-item .stock-house, .p-item .stock-maker, .p-item .stock-route, .p-item .stock-order {
  padding: 0 6px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
}
.p-item .stock-house {
  background-color: #519003;
}
.p-item .stock-maker {
  background-color: #ffb236;
}
.p-item .stock-route {
  background-color: #ffb236;
}
.p-item .stock-order {
  background-color: #ff7c80;
}
@media screen and (max-width: 767px) {
  .p-item .c-table-customer .theader, .p-item .c-table-itemlist .theader, .p-item .c-table-note .theader {
    display: block;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.title, .p-item .c-table-note .tbody .tr .wrap-td .td.title {
    display: none;
  }
  .p-item .c-table-itemlist .tbody .tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td:last-of-type {
    padding: 0;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td.info {
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 14px);
    padding: 10px 7px 5px;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td.input {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td.input .td {
    width: auto;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.status {
    order: 3;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: calc(100% - 110px);
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.status .c-badge {
    width: 60px;
    margin: 1px;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.status p {
    margin: 1px 0 1px 10px;
    line-height: 18px;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.number {
    justify-content: flex-start;
    order: 2;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.name {
    width: 100%;
    order: 1;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.quantity .quantity-in .btn {
    display: none;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.quantity .quantity-in div.input {
    display: flex;
    flex-direction: row;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.quantity .quantity-in div.input .sp-label {
    width: 40px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.quantity .quantity-in div.input input.c-form-input {
    margin: 0 auto;
    width: 90px;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.delivery {
    padding: 5px 0;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.delivery label {
    line-height: 38px;
  }
  .p-item .c-table-note .tbody .wrap-td .td.input {
    width: 100%;
    padding: 0.5rem;
  }
  .p-item .stock-house, .p-item .stock-maker, .p-item .stock-route {
    top: 0.25rem;
    right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .p-item .c-table-customer .wrap-td .title, .p-item .c-table-itemlist .wrap-td .title, .p-item .c-table-note .wrap-td .title {
    width: 70px;
    text-indent: 0;
  }
  .p-item .c-table-customer .wrap-td {
    flex-wrap: wrap;
    padding: 0 0.5rem;
    width: calc(100% - 1rem);
  }
  .p-item .c-table-customer .wrap-td .td.input {
    width: calc(100% - 70px);
  }
  .p-item .c-table-customer .wrap-td .td.button {
    margin: 5px 0 0 70px;
  }
  .p-item .c-table-customer .wrap-td .c-form-input {
    width: 100%;
  }
  .p-item .c-table-itemlist .tbody .tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.status {
    width: calc(100% - 70px);
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.status .c-badge {
    width: 50px;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.status p {
    margin-left: 5px;
  }
  .p-item .c-table-itemlist .tbody .tr .wrap-td .td.number {
    width: 65px;
    margin-right: 5px;
  }
}

.searchMessage {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #cc0000;
}

.p-record .itemName {
  display: flex;
}
.p-record .itemName .name {
  width: calc(100% - 160px);
}
.p-record .itemName .request, .p-record .itemName .confirmed {
  width: 80px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
}
.p-record .itemName .request {
  background-color: #ff9e03;
}
.p-record .itemName .confirmed {
  background-color: #3d6c02;
}
.p-record .recordList > dt {
  width: 100%;
  border: 1px solid #519003;
  border-bottom: none;
  background: #f7ffea;
  background: linear-gradient(to bottom, #f7ffea 0%, #ecfcd3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7ffea", endColorstr="#ecfcd3", GradientType=0);
  box-sizing: border-box !important;
}
.p-record .recordList > dt .mailTitle .status {
  position: absolute;
  top: 10px;
  right: 5px;
  line-height: 100%;
}
.p-record .recordList > dt .mailTitle .status span {
  width: 80px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
}
.p-record .recordList > dd {
  margin-bottom: 0;
}
.p-record .recordList > dd .mailContent .itemName-line {
  display: block;
  position: relative;
}
.p-record .recordList > dd .mailContent .itemName-line.cancel {
  background-color: #dddddd;
}
.p-record .recordList > dd .mailContent .itemName-line .quantity, .p-record .recordList > dd .mailContent .itemName-line .request, .p-record .recordList > dd .mailContent .itemName-line .confirmed {
  position: absolute;
  top: 0px;
}
.p-record .recordList > dd .mailContent .itemName-line .quantity span, .p-record .recordList > dd .mailContent .itemName-line .request span, .p-record .recordList > dd .mailContent .itemName-line .confirmed span {
  display: none;
}
.p-record .recordList > dd .mailContent .itemName-line .quantity {
  right: 160px;
}
.p-record .recordList > dd .mailContent .itemName-line .quantity .unit {
  display: inline;
}
.p-record .recordList > dd .mailContent .itemName-line .request {
  right: 80px;
}
.p-record .recordList > dd .mailContent .itemName-line .confirmed {
  right: 0px;
}
.p-record .recordList > dd .mailContent .itemName-line .name {
  align-items: flex-start;
  width: calc(100% - 250px);
}
.p-record .recordList > dd .mailContent .itemName-line .name .stock-house, .p-record .recordList > dd .mailContent .itemName-line .name .stock-maker, .p-record .recordList > dd .mailContent .itemName-line .name .stock-order {
  margin: 0 0 0 10px;
  padding: 0 6px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
}
.p-record .recordList > dd .mailContent .itemName-line .name .stock-house {
  background-color: #519003;
}
.p-record .recordList > dd .mailContent .itemName-line .name .stock-maker {
  background-color: #ffb236;
}
.p-record .recordList > dd .mailContent .itemName-line .name .stock-order {
  background-color: #ff7c80;
}
.p-record .recordList > dd .mailContent .itemName-line .quantity {
  width: 80px;
  padding: 10px 0;
  text-align: center;
}
.p-record .recordList > dd .mailContent .itemName-line .request, .p-record .recordList > dd .mailContent .itemName-line .confirmed {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
}
.p-record .recordList > dd .mailContent .itemName-line .request {
  background-color: rgba(255, 178, 54, 0.3);
}
.p-record .recordList > dd .mailContent .itemName-line .request strong {
  font-weight: normal;
}
.p-record .recordList > dd .mailContent .itemName-line .confirmed {
  background-color: rgba(184, 213, 149, 0.3);
}
.p-record .recordList > dd .mailContent .order-detail-item .mailTxt {
  margin: 0;
  padding: 0;
  background: inherit;
  line-height: 140%;
}
.p-record .info-wrap {
  display: flex;
  justify-content: space-between;
}
.p-record .info-wrap__left {
  width: 60%;
  margin-right: 5px;
}
.p-record .info-wrap__right {
  display: flex;
  justify-content: space-around;
  width: 40%;
}
.p-record .info-wrap__left .wrap, .p-record .info-wrap__right .wrap {
  width: 50%;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-record .itemName {
    display: flex;
  }
  .p-record .itemName .name {
    width: calc(100% - 140px);
  }
  .p-record .itemName .request, .p-record .itemName .confirmed {
    width: 70px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-record .recordList > dd .mailContent .itemName-line .name {
    width: calc(100% - 145px);
  }
  .p-record .recordList > dd .mailContent .itemName-line .name strong {
    width: calc(100% - 40px);
  }
  .p-record .recordList > dd .mailContent .itemName-line .name [class^=stock] {
    position: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
  }
  .p-record .recordList > dd .mailContent .itemName-line .request, .p-record .recordList > dd .mailContent .itemName-line .confirmed {
    position: absolute;
    bottom: 10px;
    width: 70px;
    height: 100%;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-record .recordList > dd .mailContent .itemName-line .request {
    right: 70px;
  }
  .p-record .recordList > dd .mailContent .itemName-line .confirmed {
    right: 0px;
  }
  .p-record .recordList > dd .mailContent .itemName-line .quantity {
    top: inherit;
    right: inherit;
    bottom: 0;
    padding: 0px;
  }
  .p-record .info-wrap {
    flex-wrap: wrap;
    margin-right: 0;
  }
  .p-record .info-wrap__left, .p-record .info-wrap__right {
    width: 100%;
    margin-right: 0;
  }
  .p-record .info-wrap__right .wrap {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .p-record .itemName .request, .p-record .itemName .confirmed {
    display: none;
  }
  .p-record .recordList > dd .mailContent .itemName-line {
    padding-bottom: 28px;
  }
  .p-record .recordList > dd .mailContent .itemName-line .name {
    width: 100%;
  }
  .p-record .recordList > dd .mailContent .itemName-line .quantity {
    bottom: 28px;
  }
  .p-record .recordList > dd .mailContent .itemName-line .request, .p-record .recordList > dd .mailContent .itemName-line .confirmed {
    bottom: 4px;
    left: 0px;
    top: inherit;
    right: inherit;
    width: calc(50% - 2px);
    height: 20px;
  }
  .p-record .recordList > dd .mailContent .itemName-line .request:before, .p-record .recordList > dd .mailContent .itemName-line .confirmed:before {
    position: absolute;
    left: 0px;
    content: "";
    display: block;
    width: 50%;
    text-align: center;
    color: #ffffff;
  }
  .p-record .recordList > dd .mailContent .itemName-line .request strong, .p-record .recordList > dd .mailContent .itemName-line .confirmed strong {
    position: absolute;
    right: 0px;
    width: 50%;
    text-align: center;
  }
  .p-record .recordList > dd .mailContent .itemName-line .request {
    left: 0;
    right: auto;
  }
  .p-record .recordList > dd .mailContent .itemName-line .request:before {
    content: "希望納期";
    background-color: #ff9e03;
  }
  .p-record .recordList > dd .mailContent .itemName-line .confirmed {
    left: auto;
    right: 0%;
  }
  .p-record .recordList > dd .mailContent .itemName-line .confirmed:before {
    content: "確定納期";
    background-color: #3d6c02;
  }
}

@media screen and (max-width: 767px) {
  .p-contact .c-form-textarea {
    width: calc(100% - 1.4rem);
  }
  .p-contact .recordList > dt {
    background: #f7ffea;
    background: linear-gradient(to bottom, #f7ffea 0%, #ecfcd3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7ffea", endColorstr="#ecfcd3", GradientType=0);
  }
  .p-contact .recordList > dd {
    margin-bottom: 0;
  }
  .p-contact .recordList > dd textarea {
    width: calc(100% - 8px);
  }
  .p-contact .recordList > dd .mailContent .order-detail {
    border: none;
  }
  .p-contact .recordList > dd .mailContent .order-detail .wrap {
    display: block;
  }
  .p-contact .recordList > dd .mailContent .order-detail .wrap .itemName {
    margin-top: 10px;
    padding: 0;
    width: 100% !important;
    border: none;
    background: none;
    text-align: left;
  }
  .p-contact .recordList > dd .mailContent .order-detail .wrap .mailTxt {
    padding: 8px 12px;
    margin-top: 6px;
    line-height: 18px;
    background: url("../img/common/bg_mailcnt.jpg") repeat 0 0;
    border: none;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact .recordList > dd .mailContent .btn-area {
    display: none;
  }
  .p-contact .c-form + .l-section {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    margin-right: -50%;
  }
  .p-contact .c-form + .l-section > .l-contents {
    width: 95%;
    margin: 0 auto;
  }
}
.p-thank .messegeArea {
  background-color: #f4f4f4;
  padding: 45px 40px 50px;
  margin: 30px 100px 0;
  border: 1px solid #cccccc;
  line-height: 160%;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.p-thank .messegeArea > p {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .p-thank .messegeArea {
    margin: 20px 0;
    padding: 20px;
  }
  .p-thank .messegeArea > p {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-init .l-section.customer td {
    text-align: center;
  }
}
.p-init .l-section.delivery .delivery-box {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
  background-color: #fafff0;
}
.p-init .l-section.delivery .delivery-box span:first-of-type {
  width: 50px;
  text-align: center;
}
.p-init .l-section.delivery .delivery-box span:last-of-type {
  width: calc(100% - 50px);
}
.p-init .l-section.delivery .delivery-box:last-of-type {
  margin-bottom: 0;
}
.p-init .l-section.mail input {
  display: inline-block;
}
.p-init .l-section.mail input + span {
  color: #666666;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-init .l-section.mail input {
    max-width: inherit;
  }
}
.p-init .c-form .l-contents .c-table tr td p {
  margin: 0;
  margin-top: 5px;
  font-size: 10px;
  font-size: 0.625rem;
}
.p-init .c-form .l-contents + .l-contents tr th {
  background: #17a2b8 !important;
}
.p-init .c-form .l-contents + .l-contents tr td {
  background: #d7f4f7 !important;
}
@media screen and (max-width: 767px) {
  .p-init .c-form .l-contents {
    margin-bottom: 1.5rem;
  }
  .p-init .c-form .l-contents .c-table tr td p {
    margin: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-init .l-main > .l-section {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    margin-right: -50%;
  }
  .p-init .l-main > .l-section > .l-contents {
    width: 95%;
    margin: 0 auto;
  }
}

.p-claim .c-list_color li {
  background-color: rgba(184, 213, 149, 0.3);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.p-claim .c-list_color li:nth-of-type(odd) {
  background-color: rgba(184, 213, 149, 0.5);
}
.p-claim .c-list_color li p {
  margin-bottom: 0;
  line-height: 32px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-claim .c-list_color li p .icon {
  display: inline-block;
  padding: 0 5px;
  margin-left: 10px;
  line-height: 20px;
  background-color: #cc0000;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
}
.p-claim .c-list_color li a.c-btn {
  height: 32px !important;
  line-height: 32px !important;
  margin: 0;
}
.p-claim .c-list_color li a.c-btn .c-btn__label {
  line-height: 32px !important;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .p-blog-list .c-content-nav.top + .l-section {
    width: 100%;
    position: relative;
    right: 50%;
    left: 50%;
    margin-left: -50%;
    margin-right: -50%;
  }
}
.p-blog-page .c-news__media {
  margin-top: inherit;
}
.p-blog-page .c-news__media > div .c-news__detail .c-news__ttl {
  display: flex;
  flex-direction: column-reverse;
}
.p-blog-page .c-news__media > div .c-news__detail .c-news__ttl .c-news__property {
  margin-bottom: 0;
  width: auto;
}
.p-blog-page .c-news__media > div .c-news__detail .c-news__ttl .c-news__property .pc-show {
  display: inline-block;
  margin-right: 5px;
}
.p-blog-page .c-news__media > div .c-news__detail .c-news__ttl .c-news__property time {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 5px 0 0 0;
}
.p-blog-page .c-news__media .c-news__detail {
  background: linear-gradient(to bottom, #f7ffea 0%, #ecfcd3 100%);
  border-left: 1px solid #b0d08a;
  border-right: 1px solid #b0d08a;
  border-top: 1px solid #b0d08a;
  padding: 10px 20px;
}
.p-blog-page .c-news__media .c-news__body {
  border-left: 1px solid #b0d08a;
  border-right: 1px solid #b0d08a;
  border-bottom: 1px solid #b0d08a;
  padding: 10px 20px;
}
.p-blog-page .c-news__media .c-news__body > p {
  font-weight: bold;
  margin-bottom: 10px;
}
.p-blog-page .c-news__media .c-news__body .honbun {
  padding: 20px;
  line-height: 1.6;
  background: url("../img/common/bg_mailcnt.jpg") repeat 0 0;
}
.p-blog-page .c-news__media .c-news__body .honbun a {
  color: #007bff;
}
@media screen and (max-width: 767px) {
  .p-blog-page .c-news__media {
    width: 100%;
    position: relative;
    right: 0;
    left: 0;
    margin: 0;
  }
  .p-blog-page .c-news__media .c-news__body {
    padding: 10px;
  }
  .p-blog-page .c-news__media .c-news__body .honbun {
    padding: 10px;
    line-height: 1.4;
  }
}
.p-blog-page .c-ttl__label {
  display: flex;
  justify-content: center;
}

.corp-name {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02rem;
}
.corp-name .name1 {
  position: relative;
  top: -2px;
  margin-right: 5px;
  padding: 3px 8px;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  background: #519003;
}
.corp-name .name2 {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-sales.p-login {
  background: #f6f6f6;
}
.p-sales.p-login .login {
  max-width: 500px;
  width: inherit;
  margin: 60px auto;
  padding: 40px 15px;
  text-align: center;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  background: #ffffff;
}
.p-sales.p-login .login .loginInfo {
  padding-top: 25px;
}
.p-sales.p-login .login .loginInfo .error, .p-sales.p-login .login .loginInfo .msgArea {
  margin: 20px 0;
}
.p-sales.p-login .login .loginInfo dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.p-sales.p-login .login .loginInfo dl dt {
  width: 80px;
  line-height: 36px;
}
.p-sales.p-login .login .loginInfo dl dd {
  width: calc(100% - 80px);
}
.p-sales.p-login .login .loginInfo .btnArea {
  margin: 0;
}
.p-sales.p-login .login .loginInfo .btnArea .check {
  margin-left: 80px;
}
.p-sales.p-login .login .loginInfo .btnArea .check .c-form-checkbox {
  margin-top: 0;
}
.p-sales.p-login .login .loginInfo .btnArea .c-btn-primary {
  width: 100%;
  max-width: 280px;
  min-width: inherit;
  margin-top: 10px;
  border: none;
  background: #4d4d4d;
}
@media screen and (max-width: 479px) {
  .p-sales.p-login .login .loginInfo {
    margin: 0;
  }
  .p-sales.p-login .login .loginInfo .c-form {
    width: 100%;
    margin-bottom: 0;
  }
  .p-sales.p-login .login .loginInfo .btnArea .c-btn-primary {
    max-width: inherit;
  }
}

.p-saleslist {
  background: #f6f6f6;
}
.p-saleslist .head {
  background: #ffffff;
  border-top: 5px solid #519003;
  border-bottom: 1px solid #cccccc;
}
.p-saleslist .head #headIn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
}
.p-saleslist .main {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.p-saleslist .mainIn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
}
.p-saleslist .main .block {
  margin-bottom: 0.5rem;
  padding: 7px;
  width: calc(100% - 14px);
  background: #ffffff;
}
.p-saleslist .main .searchbox dl {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  line-height: 2.5rem;
  margin: 0;
}
.p-saleslist .main .searchbox dt {
  display: flex;
  justify-content: center;
  width: 120px;
  font-weight: bold;
  text-indent: 0.5rem;
}
.p-saleslist .main .searchbox dd {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 130px);
  margin: 0;
}
.p-saleslist .main .searchbox dd div {
  margin: 7px;
  width: calc(100% - 36px - 14px);
}
.p-saleslist .main .searchbox dd div .c-form-input {
  width: 100%;
  height: 36px;
  text-indent: 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.p-saleslist .main .searchbox dd .btn-second {
  opacity: 0;
  overflow: hidden;
  text-indent: -999px;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: #666666;
}
.p-saleslist .main .searchbox em {
  width: 36px;
  height: 36px;
  background-color: #666;
  cursor: pointer;
}
.p-saleslist .main .searchbox em:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: url("../img/icon/icon_search_w.svg") no-repeat center;
  background-size: 16px auto;
  background-position: center;
}
.p-saleslist .main .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  line-height: 3rem;
}
.p-saleslist .main .line-head {
  margin-top: -7px;
  line-height: 2rem;
  border-bottom: 2px solid #dddddd;
}
.p-saleslist .main .line-head .id span {
  color: #666666;
}
.p-saleslist .main .line-wrap .line:nth-child(odd) {
  background: #ffffff;
}
.p-saleslist .main .line-wrap .line:nth-child(even) {
  background: #f6f6f6;
}
.p-saleslist .main .line-wrap .line:hover {
  background: #fffdeb;
}
.p-saleslist .main .line-wrap .line .name {
  text-align: left;
  text-indent: 0.5rem;
}
.p-saleslist .main .line-wrap .line .btn a {
  padding: 0.5rem 1rem;
  background: #519003;
  color: #ffffff;
  border-radius: 5px;
}
.p-saleslist .main .line .id {
  width: 100px;
  color: #ce6313;
  text-align: center;
}
.p-saleslist .main .line .name {
  width: calc(100% - 220px);
  text-align: center;
}
.p-saleslist .main .line .btn {
  margin-left: auto;
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .p-saleslist .main .searchbox dl {
    padding-right: 7px;
    line-height: inherit;
  }
  .p-saleslist .main .searchbox dt {
    display: none;
  }
  .p-saleslist .main .searchbox dd {
    width: 100%;
  }
  .p-saleslist .main .searchbox dd div {
    width: calc(100% - 50px - 14px);
  }
  .p-saleslist .main .searchbox dd div .c-form-input {
    height: 30px;
  }
  .p-saleslist .main .searchbox dd .btn-second {
    width: 50px;
    height: 30px;
  }
  .p-saleslist .main .searchbox dd:before {
    top: 12px;
    right: 15px;
  }
  .p-saleslist .main .line {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  .p-saleslist .main .line-head {
    display: none;
  }
  .p-saleslist .main .line .btn {
    display: none;
  }
  .p-saleslist .main .line-wrap .line {
    position: relative;
    position: relative;
  }
  .p-saleslist .main .line-wrap .line a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .p-saleslist .main .line-wrap .line .id, .p-saleslist .main .line-wrap .line .name {
    width: 100%;
    line-height: 1.5;
    text-align: left;
  }
  .p-saleslist .main .line-wrap .line .id {
    margin-bottom: 2px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-saleslist .main .line-wrap .line .id::before {
    content: "[ コード ]";
    margin-right: 5px;
  }
  .p-saleslist .main .line-wrap .line::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 15px;
    width: 14px;
    height: 14px;
    background: url("../img/icon/icon_blank_g.svg") no-repeat center center;
    background-size: 14px 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 350px) {
  .u-m-sem-0 {
    margin: 0 !important;
  }
  .u-mt-sem-0, .u-my-sem-0 {
    margin-top: 0 !important;
  }
  .u-mr-sem-0, .u-mx-sem-0 {
    margin-right: 0 !important;
  }
  .u-mb-sem-0, .u-my-sem-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-sem-0, .u-mx-sem-0 {
    margin-left: 0 !important;
  }
  .u-m-sem-1 {
    margin: 0.5rem !important;
  }
  .u-mt-sem-1, .u-my-sem-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-sem-1, .u-mx-sem-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-sem-1, .u-my-sem-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-sem-1, .u-mx-sem-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-sem-2 {
    margin: 1rem !important;
  }
  .u-mt-sem-2, .u-my-sem-2 {
    margin-top: 1rem !important;
  }
  .u-mr-sem-2, .u-mx-sem-2 {
    margin-right: 1rem !important;
  }
  .u-mb-sem-2, .u-my-sem-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-sem-2, .u-mx-sem-2 {
    margin-left: 1rem !important;
  }
  .u-m-sem-3 {
    margin: 1.5rem !important;
  }
  .u-mt-sem-3, .u-my-sem-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-sem-3, .u-mx-sem-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-sem-3, .u-my-sem-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-sem-3, .u-mx-sem-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-sem-4 {
    margin: 2rem !important;
  }
  .u-mt-sem-4, .u-my-sem-4 {
    margin-top: 2rem !important;
  }
  .u-mr-sem-4, .u-mx-sem-4 {
    margin-right: 2rem !important;
  }
  .u-mb-sem-4, .u-my-sem-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-sem-4, .u-mx-sem-4 {
    margin-left: 2rem !important;
  }
  .u-m-sem-5 {
    margin: 3rem !important;
  }
  .u-mt-sem-5, .u-my-sem-5 {
    margin-top: 3rem !important;
  }
  .u-mr-sem-5, .u-mx-sem-5 {
    margin-right: 3rem !important;
  }
  .u-mb-sem-5, .u-my-sem-5 {
    margin-bottom: 3rem !important;
  }
  .u-ml-sem-5, .u-mx-sem-5 {
    margin-left: 3rem !important;
  }
  .u-p-sem-0 {
    padding: 0 !important;
  }
  .u-pt-sem-0, .u-py-sem-0 {
    padding-top: 0 !important;
  }
  .u-pr-sem-0, .u-px-sem-0 {
    padding-right: 0 !important;
  }
  .u-pb-sem-0, .u-py-sem-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-sem-0, .u-px-sem-0 {
    padding-left: 0 !important;
  }
  .u-p-sem-1 {
    padding: 0.5rem !important;
  }
  .u-pt-sem-1, .u-py-sem-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-sem-1, .u-px-sem-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-sem-1, .u-py-sem-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-sem-1, .u-px-sem-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-sem-2 {
    padding: 1rem !important;
  }
  .u-pt-sem-2, .u-py-sem-2 {
    padding-top: 1rem !important;
  }
  .u-pr-sem-2, .u-px-sem-2 {
    padding-right: 1rem !important;
  }
  .u-pb-sem-2, .u-py-sem-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-sem-2, .u-px-sem-2 {
    padding-left: 1rem !important;
  }
  .u-p-sem-3 {
    padding: 1.5rem !important;
  }
  .u-pt-sem-3, .u-py-sem-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-sem-3, .u-px-sem-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-sem-3, .u-py-sem-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-sem-3, .u-px-sem-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-sem-4 {
    padding: 2rem !important;
  }
  .u-pt-sem-4, .u-py-sem-4 {
    padding-top: 2rem !important;
  }
  .u-pr-sem-4, .u-px-sem-4 {
    padding-right: 2rem !important;
  }
  .u-pb-sem-4, .u-py-sem-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-sem-4, .u-px-sem-4 {
    padding-left: 2rem !important;
  }
  .u-p-sem-5 {
    padding: 3rem !important;
  }
  .u-pt-sem-5, .u-py-sem-5 {
    padding-top: 3rem !important;
  }
  .u-pr-sem-5, .u-px-sem-5 {
    padding-right: 3rem !important;
  }
  .u-pb-sem-5, .u-py-sem-5 {
    padding-bottom: 3rem !important;
  }
  .u-pl-sem-5, .u-px-sem-5 {
    padding-left: 3rem !important;
  }
  .u-m-sem-auto {
    margin: auto !important;
  }
  .u-mt-sem-auto, .u-my-sem-auto {
    margin-top: auto !important;
  }
  .u-mr-sem-auto, .u-mx-sem-auto {
    margin-right: auto !important;
  }
  .u-mb-sem-auto, .u-my-sem-auto {
    margin-bottom: auto !important;
  }
  .u-ml-sem-auto, .u-mx-sem-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 480px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }
  .u-mt-sm-0, .u-my-sm-0 {
    margin-top: 0 !important;
  }
  .u-mr-sm-0, .u-mx-sm-0 {
    margin-right: 0 !important;
  }
  .u-mb-sm-0, .u-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-sm-0, .u-mx-sm-0 {
    margin-left: 0 !important;
  }
  .u-m-sm-1 {
    margin: 0.5rem !important;
  }
  .u-mt-sm-1, .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-sm-1, .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-sm-1, .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-sm-1, .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-sm-2 {
    margin: 1rem !important;
  }
  .u-mt-sm-2, .u-my-sm-2 {
    margin-top: 1rem !important;
  }
  .u-mr-sm-2, .u-mx-sm-2 {
    margin-right: 1rem !important;
  }
  .u-mb-sm-2, .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-sm-2, .u-mx-sm-2 {
    margin-left: 1rem !important;
  }
  .u-m-sm-3 {
    margin: 1.5rem !important;
  }
  .u-mt-sm-3, .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-sm-3, .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-sm-3, .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-sm-3, .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-sm-4 {
    margin: 2rem !important;
  }
  .u-mt-sm-4, .u-my-sm-4 {
    margin-top: 2rem !important;
  }
  .u-mr-sm-4, .u-mx-sm-4 {
    margin-right: 2rem !important;
  }
  .u-mb-sm-4, .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-sm-4, .u-mx-sm-4 {
    margin-left: 2rem !important;
  }
  .u-m-sm-5 {
    margin: 3rem !important;
  }
  .u-mt-sm-5, .u-my-sm-5 {
    margin-top: 3rem !important;
  }
  .u-mr-sm-5, .u-mx-sm-5 {
    margin-right: 3rem !important;
  }
  .u-mb-sm-5, .u-my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .u-ml-sm-5, .u-mx-sm-5 {
    margin-left: 3rem !important;
  }
  .u-p-sm-0 {
    padding: 0 !important;
  }
  .u-pt-sm-0, .u-py-sm-0 {
    padding-top: 0 !important;
  }
  .u-pr-sm-0, .u-px-sm-0 {
    padding-right: 0 !important;
  }
  .u-pb-sm-0, .u-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-sm-0, .u-px-sm-0 {
    padding-left: 0 !important;
  }
  .u-p-sm-1 {
    padding: 0.5rem !important;
  }
  .u-pt-sm-1, .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-sm-1, .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-sm-1, .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-sm-1, .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-sm-2 {
    padding: 1rem !important;
  }
  .u-pt-sm-2, .u-py-sm-2 {
    padding-top: 1rem !important;
  }
  .u-pr-sm-2, .u-px-sm-2 {
    padding-right: 1rem !important;
  }
  .u-pb-sm-2, .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-sm-2, .u-px-sm-2 {
    padding-left: 1rem !important;
  }
  .u-p-sm-3 {
    padding: 1.5rem !important;
  }
  .u-pt-sm-3, .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-sm-3, .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-sm-3, .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-sm-3, .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-sm-4 {
    padding: 2rem !important;
  }
  .u-pt-sm-4, .u-py-sm-4 {
    padding-top: 2rem !important;
  }
  .u-pr-sm-4, .u-px-sm-4 {
    padding-right: 2rem !important;
  }
  .u-pb-sm-4, .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-sm-4, .u-px-sm-4 {
    padding-left: 2rem !important;
  }
  .u-p-sm-5 {
    padding: 3rem !important;
  }
  .u-pt-sm-5, .u-py-sm-5 {
    padding-top: 3rem !important;
  }
  .u-pr-sm-5, .u-px-sm-5 {
    padding-right: 3rem !important;
  }
  .u-pb-sm-5, .u-py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .u-pl-sm-5, .u-px-sm-5 {
    padding-left: 3rem !important;
  }
  .u-m-sm-auto {
    margin: auto !important;
  }
  .u-mt-sm-auto, .u-my-sm-auto {
    margin-top: auto !important;
  }
  .u-mr-sm-auto, .u-mx-sm-auto {
    margin-right: auto !important;
  }
  .u-mb-sm-auto, .u-my-sm-auto {
    margin-bottom: auto !important;
  }
  .u-ml-sm-auto, .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }
  .u-mt-md-0, .u-my-md-0 {
    margin-top: 0 !important;
  }
  .u-mr-md-0, .u-mx-md-0 {
    margin-right: 0 !important;
  }
  .u-mb-md-0, .u-my-md-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-md-0, .u-mx-md-0 {
    margin-left: 0 !important;
  }
  .u-m-md-1 {
    margin: 0.5rem !important;
  }
  .u-mt-md-1, .u-my-md-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-md-1, .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-md-1, .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-md-1, .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-md-2 {
    margin: 1rem !important;
  }
  .u-mt-md-2, .u-my-md-2 {
    margin-top: 1rem !important;
  }
  .u-mr-md-2, .u-mx-md-2 {
    margin-right: 1rem !important;
  }
  .u-mb-md-2, .u-my-md-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-md-2, .u-mx-md-2 {
    margin-left: 1rem !important;
  }
  .u-m-md-3 {
    margin: 1.5rem !important;
  }
  .u-mt-md-3, .u-my-md-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-md-3, .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-md-3, .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-md-3, .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-md-4 {
    margin: 2rem !important;
  }
  .u-mt-md-4, .u-my-md-4 {
    margin-top: 2rem !important;
  }
  .u-mr-md-4, .u-mx-md-4 {
    margin-right: 2rem !important;
  }
  .u-mb-md-4, .u-my-md-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-md-4, .u-mx-md-4 {
    margin-left: 2rem !important;
  }
  .u-m-md-5 {
    margin: 3rem !important;
  }
  .u-mt-md-5, .u-my-md-5 {
    margin-top: 3rem !important;
  }
  .u-mr-md-5, .u-mx-md-5 {
    margin-right: 3rem !important;
  }
  .u-mb-md-5, .u-my-md-5 {
    margin-bottom: 3rem !important;
  }
  .u-ml-md-5, .u-mx-md-5 {
    margin-left: 3rem !important;
  }
  .u-p-md-0 {
    padding: 0 !important;
  }
  .u-pt-md-0, .u-py-md-0 {
    padding-top: 0 !important;
  }
  .u-pr-md-0, .u-px-md-0 {
    padding-right: 0 !important;
  }
  .u-pb-md-0, .u-py-md-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-md-0, .u-px-md-0 {
    padding-left: 0 !important;
  }
  .u-p-md-1 {
    padding: 0.5rem !important;
  }
  .u-pt-md-1, .u-py-md-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-md-1, .u-px-md-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-md-1, .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-md-1, .u-px-md-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-md-2 {
    padding: 1rem !important;
  }
  .u-pt-md-2, .u-py-md-2 {
    padding-top: 1rem !important;
  }
  .u-pr-md-2, .u-px-md-2 {
    padding-right: 1rem !important;
  }
  .u-pb-md-2, .u-py-md-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-md-2, .u-px-md-2 {
    padding-left: 1rem !important;
  }
  .u-p-md-3 {
    padding: 1.5rem !important;
  }
  .u-pt-md-3, .u-py-md-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-md-3, .u-px-md-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-md-3, .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-md-3, .u-px-md-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-md-4 {
    padding: 2rem !important;
  }
  .u-pt-md-4, .u-py-md-4 {
    padding-top: 2rem !important;
  }
  .u-pr-md-4, .u-px-md-4 {
    padding-right: 2rem !important;
  }
  .u-pb-md-4, .u-py-md-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-md-4, .u-px-md-4 {
    padding-left: 2rem !important;
  }
  .u-p-md-5 {
    padding: 3rem !important;
  }
  .u-pt-md-5, .u-py-md-5 {
    padding-top: 3rem !important;
  }
  .u-pr-md-5, .u-px-md-5 {
    padding-right: 3rem !important;
  }
  .u-pb-md-5, .u-py-md-5 {
    padding-bottom: 3rem !important;
  }
  .u-pl-md-5, .u-px-md-5 {
    padding-left: 3rem !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-mt-md-auto, .u-my-md-auto {
    margin-top: auto !important;
  }
  .u-mr-md-auto, .u-mx-md-auto {
    margin-right: auto !important;
  }
  .u-mb-md-auto, .u-my-md-auto {
    margin-bottom: auto !important;
  }
  .u-ml-md-auto, .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 830px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }
  .u-mt-lg-0, .u-my-lg-0 {
    margin-top: 0 !important;
  }
  .u-mr-lg-0, .u-mx-lg-0 {
    margin-right: 0 !important;
  }
  .u-mb-lg-0, .u-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-lg-0, .u-mx-lg-0 {
    margin-left: 0 !important;
  }
  .u-m-lg-1 {
    margin: 0.5rem !important;
  }
  .u-mt-lg-1, .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-lg-1, .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-lg-1, .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-lg-1, .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-lg-2 {
    margin: 1rem !important;
  }
  .u-mt-lg-2, .u-my-lg-2 {
    margin-top: 1rem !important;
  }
  .u-mr-lg-2, .u-mx-lg-2 {
    margin-right: 1rem !important;
  }
  .u-mb-lg-2, .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-lg-2, .u-mx-lg-2 {
    margin-left: 1rem !important;
  }
  .u-m-lg-3 {
    margin: 1.5rem !important;
  }
  .u-mt-lg-3, .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-lg-3, .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-lg-3, .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-lg-3, .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-lg-4 {
    margin: 2rem !important;
  }
  .u-mt-lg-4, .u-my-lg-4 {
    margin-top: 2rem !important;
  }
  .u-mr-lg-4, .u-mx-lg-4 {
    margin-right: 2rem !important;
  }
  .u-mb-lg-4, .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-lg-4, .u-mx-lg-4 {
    margin-left: 2rem !important;
  }
  .u-m-lg-5 {
    margin: 3rem !important;
  }
  .u-mt-lg-5, .u-my-lg-5 {
    margin-top: 3rem !important;
  }
  .u-mr-lg-5, .u-mx-lg-5 {
    margin-right: 3rem !important;
  }
  .u-mb-lg-5, .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .u-ml-lg-5, .u-mx-lg-5 {
    margin-left: 3rem !important;
  }
  .u-p-lg-0 {
    padding: 0 !important;
  }
  .u-pt-lg-0, .u-py-lg-0 {
    padding-top: 0 !important;
  }
  .u-pr-lg-0, .u-px-lg-0 {
    padding-right: 0 !important;
  }
  .u-pb-lg-0, .u-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-lg-0, .u-px-lg-0 {
    padding-left: 0 !important;
  }
  .u-p-lg-1 {
    padding: 0.5rem !important;
  }
  .u-pt-lg-1, .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-lg-1, .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-lg-1, .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-lg-1, .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-lg-2 {
    padding: 1rem !important;
  }
  .u-pt-lg-2, .u-py-lg-2 {
    padding-top: 1rem !important;
  }
  .u-pr-lg-2, .u-px-lg-2 {
    padding-right: 1rem !important;
  }
  .u-pb-lg-2, .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-lg-2, .u-px-lg-2 {
    padding-left: 1rem !important;
  }
  .u-p-lg-3 {
    padding: 1.5rem !important;
  }
  .u-pt-lg-3, .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-lg-3, .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-lg-3, .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-lg-3, .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-lg-4 {
    padding: 2rem !important;
  }
  .u-pt-lg-4, .u-py-lg-4 {
    padding-top: 2rem !important;
  }
  .u-pr-lg-4, .u-px-lg-4 {
    padding-right: 2rem !important;
  }
  .u-pb-lg-4, .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-lg-4, .u-px-lg-4 {
    padding-left: 2rem !important;
  }
  .u-p-lg-5 {
    padding: 3rem !important;
  }
  .u-pt-lg-5, .u-py-lg-5 {
    padding-top: 3rem !important;
  }
  .u-pr-lg-5, .u-px-lg-5 {
    padding-right: 3rem !important;
  }
  .u-pb-lg-5, .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .u-pl-lg-5, .u-px-lg-5 {
    padding-left: 3rem !important;
  }
  .u-m-lg-auto {
    margin: auto !important;
  }
  .u-mt-lg-auto, .u-my-lg-auto {
    margin-top: auto !important;
  }
  .u-mr-lg-auto, .u-mx-lg-auto {
    margin-right: auto !important;
  }
  .u-mb-lg-auto, .u-my-lg-auto {
    margin-bottom: auto !important;
  }
  .u-ml-lg-auto, .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1023px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }
  .u-mt-xl-0, .u-my-xl-0 {
    margin-top: 0 !important;
  }
  .u-mr-xl-0, .u-mx-xl-0 {
    margin-right: 0 !important;
  }
  .u-mb-xl-0, .u-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .u-ml-xl-0, .u-mx-xl-0 {
    margin-left: 0 !important;
  }
  .u-m-xl-1 {
    margin: 0.5rem !important;
  }
  .u-mt-xl-1, .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-xl-1, .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-xl-1, .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-xl-1, .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .u-m-xl-2 {
    margin: 1rem !important;
  }
  .u-mt-xl-2, .u-my-xl-2 {
    margin-top: 1rem !important;
  }
  .u-mr-xl-2, .u-mx-xl-2 {
    margin-right: 1rem !important;
  }
  .u-mb-xl-2, .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-xl-2, .u-mx-xl-2 {
    margin-left: 1rem !important;
  }
  .u-m-xl-3 {
    margin: 1.5rem !important;
  }
  .u-mt-xl-3, .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-xl-3, .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-xl-3, .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-xl-3, .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .u-m-xl-4 {
    margin: 2rem !important;
  }
  .u-mt-xl-4, .u-my-xl-4 {
    margin-top: 2rem !important;
  }
  .u-mr-xl-4, .u-mx-xl-4 {
    margin-right: 2rem !important;
  }
  .u-mb-xl-4, .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-xl-4, .u-mx-xl-4 {
    margin-left: 2rem !important;
  }
  .u-m-xl-5 {
    margin: 3rem !important;
  }
  .u-mt-xl-5, .u-my-xl-5 {
    margin-top: 3rem !important;
  }
  .u-mr-xl-5, .u-mx-xl-5 {
    margin-right: 3rem !important;
  }
  .u-mb-xl-5, .u-my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .u-ml-xl-5, .u-mx-xl-5 {
    margin-left: 3rem !important;
  }
  .u-p-xl-0 {
    padding: 0 !important;
  }
  .u-pt-xl-0, .u-py-xl-0 {
    padding-top: 0 !important;
  }
  .u-pr-xl-0, .u-px-xl-0 {
    padding-right: 0 !important;
  }
  .u-pb-xl-0, .u-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .u-pl-xl-0, .u-px-xl-0 {
    padding-left: 0 !important;
  }
  .u-p-xl-1 {
    padding: 0.5rem !important;
  }
  .u-pt-xl-1, .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .u-pr-xl-1, .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .u-pb-xl-1, .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-xl-1, .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .u-p-xl-2 {
    padding: 1rem !important;
  }
  .u-pt-xl-2, .u-py-xl-2 {
    padding-top: 1rem !important;
  }
  .u-pr-xl-2, .u-px-xl-2 {
    padding-right: 1rem !important;
  }
  .u-pb-xl-2, .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .u-pl-xl-2, .u-px-xl-2 {
    padding-left: 1rem !important;
  }
  .u-p-xl-3 {
    padding: 1.5rem !important;
  }
  .u-pt-xl-3, .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .u-pr-xl-3, .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .u-pb-xl-3, .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-xl-3, .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .u-p-xl-4 {
    padding: 2rem !important;
  }
  .u-pt-xl-4, .u-py-xl-4 {
    padding-top: 2rem !important;
  }
  .u-pr-xl-4, .u-px-xl-4 {
    padding-right: 2rem !important;
  }
  .u-pb-xl-4, .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .u-pl-xl-4, .u-px-xl-4 {
    padding-left: 2rem !important;
  }
  .u-p-xl-5 {
    padding: 3rem !important;
  }
  .u-pt-xl-5, .u-py-xl-5 {
    padding-top: 3rem !important;
  }
  .u-pr-xl-5, .u-px-xl-5 {
    padding-right: 3rem !important;
  }
  .u-pb-xl-5, .u-py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .u-pl-xl-5, .u-px-xl-5 {
    padding-left: 3rem !important;
  }
  .u-m-xl-auto {
    margin: auto !important;
  }
  .u-mt-xl-auto, .u-my-xl-auto {
    margin-top: auto !important;
  }
  .u-mr-xl-auto, .u-mx-xl-auto {
    margin-right: auto !important;
  }
  .u-mb-xl-auto, .u-my-xl-auto {
    margin-bottom: auto !important;
  }
  .u-ml-xl-auto, .u-mx-xl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-fc-main {
  color: #519003 !important;
}
.u-fc-white {
  color: #ffffff !important;
}
.u-fc-red {
  color: #cc0000 !important;
}
.u-fc-green {
  color: #519003 !important;
}
.u-fc-blur {
  color: #2d83ba !important;
}
.u-fc--muted {
  color: #666666 !important;
}

.u-fw-l {
  font-weight: lighter !important;
}
.u-fw-n {
  font-weight: normal !important;
}
.u-fw-b {
  font-weight: bold !important;
}

.u-ta-l {
  text-align: left !important;
}
.u-ta-c {
  text-align: center !important;
}
.u-ta-r {
  text-align: right !important;
}

p.u-ta-c, p.u-ta-r {
  display: block;
  display: block;
}
p.u-ta-c > * {
  margin-right: auto;
  margin-left: auto;
}

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

.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

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

.text-white {
  color: #ffffff !important;
}
.text-primary {
  color: #519003 !important;
}
.text-secondary {
  color: #2d83ba !important;
}
.text-success {
  color: #b0d08a !important;
}
.text-info {
  color: #17a2b8 !important;
}
.text-warning {
  color: #ffb236 !important;
}
.text-danger {
  color: #f62a00 !important;
}
.text-light {
  color: #ffffff !important;
}
.text-dark {
  color: #3d6c02 !important;
}
.text-accent {
  color: #da2d5b !important;
}
.text-neutral {
  color: #eef3ef !important;
}
.text-body {
  color: #333333 !important;
}
.text-muted {
  color: #cccccc !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #003360 !important;
}
a.text-secondary:focus, a.text-secondary:hover {
  color: #0a6ebd !important;
}
a.text-success:focus, a.text-success:hover {
  color: #506e1d !important;
}
a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}
a.text-warning:focus, a.text-warning:hover {
  color: #e98f00 !important;
}
a.text-danger:focus, a.text-danger:hover {
  color: #aa1d00 !important;
}
a.text-light:focus, a.text-light:hover {
  color: #d9d9d9 !important;
}
a.text-dark:focus, a.text-dark:hover {
  color: #060606 !important;
}
a.text-accent:focus, a.text-accent:hover {
  color: #9f1c3f !important;
}
a.text-neutral:focus, a.text-neutral:hover {
  color: #a8d4f5 !important;
}
a.text-muted:focus, a.text-muted:hover {
  color: #404040 !important;
}

.text-hide {
  border: 0;
  background-color: transparent;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}

a:focus, button:focus {
  outline: none;
}

.pc-show {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block !important;
  }
}

.sp-show {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}

.sp-hidden {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sp-hidden {
    display: block !important;
  }
}

.sp-over-show {
  display: none !important;
}
@media screen and (min-width: 480px) {
  .sp-over-show {
    display: block !important;
  }
}

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

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

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

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

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

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

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

.u-flex {
  display: flex !important;
}

.u-inline-flex {
  display: inline-flex !important;
}

@media screen and (min-width: 480px) {
  .u-sm-none {
    display: none !important;
  }
  .u-sm-inline {
    display: inline !important;
  }
  .u-sm-inline-block {
    display: inline-block !important;
  }
  .u-sm-block {
    display: block !important;
  }
  .u-sm-table {
    display: table !important;
  }
  .u-sm-table-row {
    display: table-row !important;
  }
  .u-sm-table-cell {
    display: table-cell !important;
  }
  .u-sm-flex {
    display: flex !important;
  }
  .u-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .u-md-none {
    display: none !important;
  }
  .u-md-inline {
    display: inline !important;
  }
  .u-md-inline-block {
    display: inline-block !important;
  }
  .u-md-block {
    display: block !important;
  }
  .u-md-table {
    display: table !important;
  }
  .u-md-table-row {
    display: table-row !important;
  }
  .u-md-table-cell {
    display: table-cell !important;
  }
  .u-md-flex {
    display: flex !important;
  }
  .u-md-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 830px) {
  .u-lg-none {
    display: none !important;
  }
  .u-lg-inline {
    display: inline !important;
  }
  .u-lg-inline-block {
    display: inline-block !important;
  }
  .u-lg-block {
    display: block !important;
  }
  .u-lg-table {
    display: table !important;
  }
  .u-lg-table-row {
    display: table-row !important;
  }
  .u-lg-table-cell {
    display: table-cell !important;
  }
  .u-lg-flex {
    display: flex !important;
  }
  .u-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1023px) {
  .u-xl-none {
    display: none !important;
  }
  .u-xl-inline {
    display: inline !important;
  }
  .u-xl-inline-block {
    display: inline-block !important;
  }
  .u-xl-block {
    display: block !important;
  }
  .u-xl-table {
    display: table !important;
  }
  .u-xl-table-row {
    display: table-row !important;
  }
  .u-xl-table-cell {
    display: table-cell !important;
  }
  .u-xl-flex {
    display: flex !important;
  }
  .u-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .u-print-none {
    display: none !important;
  }
  .u-print-inline {
    display: inline !important;
  }
  .u-print-inline-block {
    display: inline-block !important;
  }
  .u-print-block {
    display: block !important;
  }
  .u-print-table {
    display: table !important;
  }
  .u-print-table-row {
    display: table-row !important;
  }
  .u-print-table-cell {
    display: table-cell !important;
  }
  .u-print-flex {
    display: flex !important;
  }
  .u-print-inline-flex {
    display: inline-flex !important;
  }
}
.u-flex {
  display: -ms-flexbox;
  display: block;
}

.u-inline-flex {
  display: inline-flex;
}

.u-flex-row {
  flex-direction: row !important;
}
.u-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.u-flex-column {
  flex-direction: column !important;
}
.u-flex-column-reverse {
  flex-direction: column-reverse !important;
}
.u-flex-wrap {
  flex-wrap: wrap !important;
}
.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.u-flex-nowrap {
  flex-wrap: nowrap !important;
}
.u-flex-fill {
  flex: 1 1 auto !important;
}
.u-flex-grow-0 {
  flex-grow: 0 !important;
}
.u-flex-grow-1 {
  flex-grow: 1 !important;
}
.u-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.u-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  justify-content: flex-start !important;
}
.u-justify-content-end {
  justify-content: flex-end !important;
}
.u-justify-content-center {
  justify-content: center !important;
}
.u-justify-content-between {
  justify-content: space-between !important;
}
.u-justify-content-around {
  justify-content: space-around !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}
.u-align-items-end {
  align-items: flex-end !important;
}
.u-align-items-center {
  align-items: center !important;
}
.u-align-items-baseline {
  align-items: baseline !important;
}
.u-align-items-stretch {
  align-items: stretch !important;
}
.u-align-content-start {
  align-content: flex-start !important;
}
.u-align-content-end {
  align-content: flex-end !important;
}
.u-align-content-center {
  align-content: center !important;
}
.u-align-content-between {
  align-content: space-between !important;
}
.u-align-content-around {
  align-content: space-around !important;
}
.u-align-content-stretch {
  align-content: stretch !important;
}
.u-align-self-auto {
  align-self: auto !important;
}
.u-align-self-start {
  align-self: flex-start !important;
}
.u-align-self-end {
  align-self: flex-end !important;
}
.u-align-self-center {
  align-self: center !important;
}
.u-align-self-baseline {
  align-self: baseline !important;
}
.u-align-self-stretch {
  align-self: stretch !important;
}

.u-flex-center {
  display: -ms-flexbox;
  display: block;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 480px) {
  .u-flex-sm-row {
    flex-direction: row !important;
  }
  .u-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .u-flex-sm-column {
    flex-direction: column !important;
  }
  .u-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .u-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .u-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .u-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .u-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .u-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .u-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .u-justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .u-justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .u-justify-content-sm-center {
    justify-content: center !important;
  }
  .u-justify-content-sm-between {
    justify-content: space-between !important;
  }
  .u-justify-content-sm-around {
    justify-content: space-around !important;
  }
  .u-align-items-sm-start {
    align-items: flex-start !important;
  }
  .u-align-items-sm-end {
    align-items: flex-end !important;
  }
  .u-align-items-sm-center {
    align-items: center !important;
  }
  .u-align-items-sm-baseline {
    align-items: baseline !important;
  }
  .u-align-items-sm-stretch {
    align-items: stretch !important;
  }
  .u-align-content-sm-start {
    align-content: flex-start !important;
  }
  .u-align-content-sm-end {
    align-content: flex-end !important;
  }
  .u-align-content-sm-center {
    align-content: center !important;
  }
  .u-align-content-sm-between {
    align-content: space-between !important;
  }
  .u-align-content-sm-around {
    align-content: space-around !important;
  }
  .u-align-content-sm-stretch {
    align-content: stretch !important;
  }
  .u-align-self-sm-auto {
    align-self: auto !important;
  }
  .u-align-self-sm-start {
    align-self: flex-start !important;
  }
  .u-align-self-sm-end {
    align-self: flex-end !important;
  }
  .u-align-self-sm-center {
    align-self: center !important;
  }
  .u-align-self-sm-baseline {
    align-self: baseline !important;
  }
  .u-align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 768px) {
  .u-flex-md-row {
    flex-direction: row !important;
  }
  .u-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .u-flex-md-column {
    flex-direction: column !important;
  }
  .u-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .u-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .u-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-flex-md-fill {
    flex: 1 1 auto !important;
  }
  .u-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .u-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .u-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .u-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .u-justify-content-md-start {
    justify-content: flex-start !important;
  }
  .u-justify-content-md-end {
    justify-content: flex-end !important;
  }
  .u-justify-content-md-center {
    justify-content: center !important;
  }
  .u-justify-content-md-between {
    justify-content: space-between !important;
  }
  .u-justify-content-md-around {
    justify-content: space-around !important;
  }
  .u-align-items-md-start {
    align-items: flex-start !important;
  }
  .u-align-items-md-end {
    align-items: flex-end !important;
  }
  .u-align-items-md-center {
    align-items: center !important;
  }
  .u-align-items-md-baseline {
    align-items: baseline !important;
  }
  .u-align-items-md-stretch {
    align-items: stretch !important;
  }
  .u-align-content-md-start {
    align-content: flex-start !important;
  }
  .u-align-content-md-end {
    align-content: flex-end !important;
  }
  .u-align-content-md-center {
    align-content: center !important;
  }
  .u-align-content-md-between {
    align-content: space-between !important;
  }
  .u-align-content-md-around {
    align-content: space-around !important;
  }
  .u-align-content-md-stretch {
    align-content: stretch !important;
  }
  .u-align-self-md-auto {
    align-self: auto !important;
  }
  .u-align-self-md-start {
    align-self: flex-start !important;
  }
  .u-align-self-md-end {
    align-self: flex-end !important;
  }
  .u-align-self-md-center {
    align-self: center !important;
  }
  .u-align-self-md-baseline {
    align-self: baseline !important;
  }
  .u-align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 830px) {
  .u-flex-lg-row {
    flex-direction: row !important;
  }
  .u-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .u-flex-lg-column {
    flex-direction: column !important;
  }
  .u-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .u-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .u-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .u-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .u-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .u-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .u-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .u-justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .u-justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .u-justify-content-lg-center {
    justify-content: center !important;
  }
  .u-justify-content-lg-between {
    justify-content: space-between !important;
  }
  .u-justify-content-lg-around {
    justify-content: space-around !important;
  }
  .u-align-items-lg-start {
    align-items: flex-start !important;
  }
  .u-align-items-lg-end {
    align-items: flex-end !important;
  }
  .u-align-items-lg-center {
    align-items: center !important;
  }
  .u-align-items-lg-baseline {
    align-items: baseline !important;
  }
  .u-align-items-lg-stretch {
    align-items: stretch !important;
  }
  .u-align-content-lg-start {
    align-content: flex-start !important;
  }
  .u-align-content-lg-end {
    align-content: flex-end !important;
  }
  .u-align-content-lg-center {
    align-content: center !important;
  }
  .u-align-content-lg-between {
    align-content: space-between !important;
  }
  .u-align-content-lg-around {
    align-content: space-around !important;
  }
  .u-align-content-lg-stretch {
    align-content: stretch !important;
  }
  .u-align-self-lg-auto {
    align-self: auto !important;
  }
  .u-align-self-lg-start {
    align-self: flex-start !important;
  }
  .u-align-self-lg-end {
    align-self: flex-end !important;
  }
  .u-align-self-lg-center {
    align-self: center !important;
  }
  .u-align-self-lg-baseline {
    align-self: baseline !important;
  }
  .u-align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1023px) {
  .u-flex-xl-row {
    flex-direction: row !important;
  }
  .u-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .u-flex-xl-column {
    flex-direction: column !important;
  }
  .u-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .u-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .u-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .u-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .u-flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .u-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .u-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .u-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .u-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .u-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .u-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .u-justify-content-xl-center {
    justify-content: center !important;
  }
  .u-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .u-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .u-align-items-xl-start {
    align-items: flex-start !important;
  }
  .u-align-items-xl-end {
    align-items: flex-end !important;
  }
  .u-align-items-xl-center {
    align-items: center !important;
  }
  .u-align-items-xl-baseline {
    align-items: baseline !important;
  }
  .u-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .u-align-content-xl-start {
    align-content: flex-start !important;
  }
  .u-align-content-xl-end {
    align-content: flex-end !important;
  }
  .u-align-content-xl-center {
    align-content: center !important;
  }
  .u-align-content-xl-between {
    align-content: space-between !important;
  }
  .u-align-content-xl-around {
    align-content: space-around !important;
  }
  .u-align-content-xl-stretch {
    align-content: stretch !important;
  }
  .u-align-self-xl-auto {
    align-self: auto !important;
  }
  .u-align-self-xl-start {
    align-self: flex-start !important;
  }
  .u-align-self-xl-end {
    align-self: flex-end !important;
  }
  .u-align-self-xl-center {
    align-self: center !important;
  }
  .u-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .u-align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.bg-primary {
  background-color: #519003 !important;
}

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

.bg-secondary {
  background-color: #2196f3 !important;
}

a.bg-key:focus, a.bg-key:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #0c7cd5 !important;
}

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

a.bg-key:focus, a.bg-key:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #5f8222 !important;
}

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #3d6c02 !important;
}

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

.bg-accent {
  background-color: #da2d5b !important;
}

a.bg-key:focus, a.bg-key:hover, button.bg-accent:focus, button.bg-accent:hover {
  background-color: #b42047 !important;
}

.bg-neutral {
  background-color: #eef3ef !important;
}

a.bg-key:focus, a.bg-key:hover, button.bg-neutral:focus, button.bg-neutral:hover {
  background-color: #bfdff8 !important;
}

.bg-muted {
  background-color: #666666 !important;
}

a.bg-key:focus, a.bg-key:hover, button.bg-muted:focus, button.bg-muted:hover {
  background-color: #4d4d4d !important;
}

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

.border {
  border: 1px solid #eeeeee !important;
}
.border-top {
  border-top: 1px solid #eeeeee !important;
}
.border-right {
  border-right: 1px solid #eeeeee !important;
}
.border-bottom {
  border-bottom: 1px solid #eeeeee !important;
}
.border-left {
  border-left: 1px solid #eeeeee !important;
}

.border-0 {
  border: none !important;
}
.border-top-0 {
  border-top: none !important;
}
.border-right-0 {
  border-right: none !important;
}
.border-bottom-0 {
  border-bottom: none !important;
}
.border-left-0 {
  border-left: none !important;
}

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

.border-secondary {
  border-color: #2196f3 !important;
}

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

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

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

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

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

.border-dark {
  border-color: #3d6c02 !important;
}

.border-accent {
  border-color: #da2d5b !important;
}

.border-neutral {
  border-color: #eef3ef !important;
}

.border-muted {
  border-color: #666666 !important;
}

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

.rounded {
  border-radius: 15px !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded-top {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}
.rounded-right {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.rounded-bottom {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.rounded-left {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}

#isHtml {
  color: #000000;
}
#isHtml p {
  margin: 0;
  line-height: 1.4;
}
#isHtml table {
  border: 1px solid #333333;
  border-spacing: 1.4;
}
#isHtml th, #isHtml td {
  padding: 2px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
}
#isHtml th {
  font-style: inherit;
  font-weight: bold;
}
#isHtml tr th:first-child, #isHtml tr td:first-child {
  border-left: none;
}
#isHtml tr:first-child th, #isHtml tr:first-child td {
  border-top: none;
}
#isHtml thead + tbody tr:first-child th, #isHtml thead + tbody tr:first-child td {
  border-top: 1px solid #333333;
}
#isHtml img, #isHtml svg {
  vertical-align: bottom;
  max-width: 100% !important;
  max-height: 100% !important;
}/*# sourceMappingURL=style.css.map */