@charset "UTF-8";
/*! Spectre.css v0.5.9 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * Modify default styling of address.
 */
address {
  font-style: normal; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  /* 1 (changed) */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400;
  /* (added) */ }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  margin: 0;
  /* 2 */ }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

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

html {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent; }

body {
  background: #fff;
  color: #1e1e1e;
  font-family: Yu Gothic, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", Meiryo, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }

a {
  color: #124b8c;
  outline: none;
  text-decoration: none;
  /*
  &:focus,
  &:hover,
  &:active,
  &.active {
    color: $link-color-dark;
    text-decoration: underline;
  }
*/
  /*&:visited {
    color: $link-color-light;
  }*/ }
  a:focus {
    box-shadow: 0 0 0 0.1rem rgba(18, 75, 140, 0.2); }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5em;
  margin-top: 0; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500; }

h1,
.h1 {
  font-size: 1.75rem; }

h2,
.h2 {
  font-size: 1.6rem; }

h3,
.h3 {
  font-size: 1.4rem; }

h4,
.h4 {
  font-size: 1.2rem; }

h5,
.h5 {
  font-size: 1rem; }

h6,
.h6 {
  font-size: .8rem; }

p {
  margin: 0 0 1.2rem; }

a,
ins,
u {
  text-decoration-skip: ink edges; }

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none; }

kbd {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: .1rem .2rem;
  background: #111;
  color: #fff;
  font-size: 0.7rem; }

mark {
  background: #ffe9b3;
  color: #1e1e1e;
  border-bottom: 0.05rem solid #ffd367;
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem 0; }

blockquote {
  border-left: 0.1rem solid #b7b7b7;
  margin-left: 0;
  padding: 0.4rem 0.8rem; }
  blockquote p:last-child {
    margin-bottom: 0; }

/*ul,
ol {
  margin: 0 0 $unit-4 $unit-4;
  padding: 0;

  ul,
  ol {
    margin: 0 0 $unit-4 $unit-4;
  }

  li {
    margin-top: $unit-2;
  }
}

ul {
  list-style: disc inside;

  ul {
    list-style-type: circle;
  }
}

ol {
  list-style: decimal inside;

  ol {
    list-style-type: lower-alpha;
  }
}

dl {
  dt {
    font-weight: bold;
  }
  dd {
    margin: $unit-2 0 $unit-4 0;
  }
}
*/
html:lang(ja),
.lang-ja {
  font-family: Yu Gothic, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", sans-serif; }

:lang(ja) ins,
:lang(ja) u {
  border-bottom: 0.05rem solid;
  text-decoration: none; }

:lang(ja) del + del,
:lang(ja) del + s,
:lang(ja) ins + ins,
:lang(ja) ins + u,
:lang(ja) s + del,
:lang(ja) s + s,
:lang(ja) u + ins,
:lang(ja) u + u {
  margin-left: .125em; }

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left; }
  .table.table-striped tbody tr:nth-of-type(odd) {
    background: #f7f7f7; }
  .table tbody tr.active, .table.table-striped tbody tr.active {
    background: #efefef; }
  .table.table-hover tbody tr:hover {
    background: #efefef; }
  .table.table-scroll {
    display: block;
    overflow-x: auto;
    padding-bottom: .75rem;
    white-space: nowrap; }
  .table td,
  .table th {
    padding: 0.6rem 0.4rem; }

.btn {
  appearance: none;
  background: #fff;
  border: 0.05rem solid #124b8c;
  border-radius: 0.1rem;
  color: #124b8c;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: none;
  padding: 0.25rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .btn:focus {
    box-shadow: 0 0 0 0.1rem rgba(18, 75, 140, 0.2); }
  .btn:focus, .btn:hover {
    background: #71abed;
    border-color: #10447e;
    text-decoration: none; }
  .btn:active, .btn.active {
    background: #10447e;
    border-color: #0d3868;
    color: #fff;
    text-decoration: none; }
    .btn:active.loading::after, .btn.active.loading::after {
      border-bottom-color: #fff;
      border-left-color: #fff; }
  .btn[disabled], .btn:disabled, .btn.disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none; }
  .btn.btn-primary {
    background: #124b8c;
    border-color: #10447e;
    color: #fff; }
    .btn.btn-primary:focus, .btn.btn-primary:hover {
      background: #0f3f75;
      border-color: #0d3868;
      color: #fff; }
    .btn.btn-primary:active, .btn.btn-primary.active {
      background: #0e3a6c;
      border-color: #0c335f;
      color: #fff; }
    .btn.btn-primary.loading::after {
      border-bottom-color: #fff;
      border-left-color: #fff; }
  .btn.btn-success {
    background: #32b643;
    border-color: #2faa3f;
    color: #fff; }
    .btn.btn-success:focus {
      box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2); }
    .btn.btn-success:focus, .btn.btn-success:hover {
      background: #30ae40;
      border-color: #2da23c;
      color: #fff; }
    .btn.btn-success:active, .btn.btn-success.active {
      background: #2a9a39;
      border-color: #278e34;
      color: #fff; }
    .btn.btn-success.loading::after {
      border-bottom-color: #fff;
      border-left-color: #fff; }
  .btn.btn-error {
    background: #e85600;
    border-color: #d95000;
    color: #fff; }
    .btn.btn-error:focus {
      box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); }
    .btn.btn-error:focus, .btn.btn-error:hover {
      background: #de5200;
      border-color: #cf4d00;
      color: #fff; }
    .btn.btn-error:active, .btn.btn-error.active {
      background: #c44900;
      border-color: #b54300;
      color: #fff; }
    .btn.btn-error.loading::after {
      border-bottom-color: #fff;
      border-left-color: #fff; }
  .btn.btn-link {
    background: transparent;
    border-color: transparent;
    color: #124b8c; }
    .btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
      color: #0c335f; }
  .btn.btn-sm {
    font-size: 0.7rem;
    height: 1.4rem;
    padding: 0.05rem 0.3rem; }
  .btn.btn-md {
    font-size: 0.9rem;
    height: 2rem;
    padding: 0.35rem 1.25rem; }
  .btn.btn-lg {
    font-size: 1rem;
    height: 2rem;
    padding: 0.35rem 0.6rem; }
  .btn.btn-block {
    display: block;
    width: 100%; }

.form-group:not(:last-child) {
  margin-bottom: 1rem; }

fieldset {
  margin-bottom: 0.8rem; }

legend {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.8rem; }

.form-label {
  display: block;
  line-height: 1.2rem;
  padding: 0.3rem 0;
  font-weight: bold; }
  .form-label.label-sm {
    font-size: 0.7rem;
    padding: 0.1rem 0; }
  .form-label.label-lg {
    font-size: 0.9rem;
    padding: 0.4rem 0; }

.form-input {
  appearance: none;
  background: #fff;
  background-image: none;
  border: 0.05rem solid #9d9d9d;
  border-radius: 0.1rem;
  color: #1e1e1e;
  display: block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  max-width: 100%;
  outline: none;
  padding: 0.25rem 0.6rem;
  position: relative;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  width: 100%; }
  .form-input:focus {
    box-shadow: 0 0 0 0.1rem rgba(18, 75, 140, 0.2);
    border-color: #124b8c; }
  .form-input::placeholder {
    color: #9d9d9d; }
  .form-input.input-sm {
    font-size: 0.7rem;
    height: 1.4rem;
    padding: 0.05rem 0.3rem; }
  .form-input.input-lg {
    font-size: 0.9rem;
    height: 2rem;
    padding: 0.35rem 0.6rem; }
  .form-input.input-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .form-input[type="file"] {
    height: auto; }

textarea.form-input, textarea.form-input.input-lg, textarea.form-input.input-sm {
  height: auto; }

.form-input-hint {
  color: #9d9d9d;
  font-size: 0.7rem;
  margin-top: 0.2rem; }
  .has-success .form-input-hint,
  .is-success + .form-input-hint {
    color: #32b643; }
  .has-error .form-input-hint,
  .is-error + .form-input-hint {
    color: #e85600; }

.form-select {
  appearance: none;
  border: 0.05rem solid #9d9d9d;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: none;
  padding: 0.25rem 0.6rem;
  vertical-align: middle;
  width: 100%;
  background: #fff; }
  .form-select:focus {
    box-shadow: 0 0 0 0.1rem rgba(18, 75, 140, 0.2);
    border-color: #124b8c; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.select-sm {
    font-size: 0.7rem;
    height: 1.4rem;
    padding: 0.05rem 1.1rem 0.05rem 0.3rem; }
  .form-select.select-lg {
    font-size: 0.9rem;
    height: 2rem;
    padding: 0.35rem 1.4rem 0.35rem 0.6rem; }
  .form-select[size], .form-select[multiple] {
    height: auto;
    padding: 0.25rem 0.6rem; }
    .form-select[size] option, .form-select[multiple] option {
      padding: 0.1rem 0.2rem; }
  .form-select:not([multiple]):not([size]) {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
    padding-right: 1.4rem; }

.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1.2rem;
  margin: 0.2rem 0;
  min-height: 1.4rem;
  padding: 0.1rem 0.6rem 0.1rem 1.4rem;
  position: relative; }
  .form-checkbox input,
  .form-radio input,
  .form-switch input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px; }
    .form-checkbox input:focus + .form-icon,
    .form-radio input:focus + .form-icon,
    .form-switch input:focus + .form-icon {
      box-shadow: 0 0 0 0.1rem rgba(18, 75, 140, 0.2);
      border-color: #124b8c; }
    .form-checkbox input:checked + .form-icon,
    .form-radio input:checked + .form-icon,
    .form-switch input:checked + .form-icon {
      background: #124b8c;
      border-color: #124b8c; }
  .form-checkbox .form-icon,
  .form-radio .form-icon,
  .form-switch .form-icon {
    border: 0.05rem solid #9d9d9d;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    transition: background .2s, border .2s, box-shadow .2s, color .2s; }
  .form-checkbox.input-sm,
  .form-radio.input-sm,
  .form-switch.input-sm {
    font-size: 0.7rem;
    margin: 0; }
  .form-checkbox.input-lg,
  .form-radio.input-lg,
  .form-switch.input-lg {
    font-size: 0.9rem;
    margin: 0.3rem 0; }

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem; }

.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #efefef; }

.form-checkbox .form-icon {
  border-radius: 0.1rem; }

.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px; }

.form-checkbox input:indeterminate + .form-icon {
  background: #124b8c;
  border-color: #124b8c; }
  .form-checkbox input:indeterminate + .form-icon::before {
    background: #fff;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 10px; }

.form-radio .form-icon {
  border-radius: 50%; }

.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px; }

.form-switch {
  padding-left: 2.2rem; }
  .form-switch .form-icon {
    background: #9d9d9d;
    background-clip: padding-box;
    border-radius: 0.45rem;
    height: 0.9rem;
    left: 0;
    top: 0.25rem;
    width: 1.6rem; }
    .form-switch .form-icon::before {
      background: #fff;
      border-radius: 50%;
      content: "";
      display: block;
      height: 0.8rem;
      left: 0;
      position: absolute;
      top: 0;
      transition: background .2s, border .2s, box-shadow .2s, color .2s, left .2s;
      width: 0.8rem; }
  .form-switch input:checked + .form-icon::before {
    left: 14px; }
  .form-switch input:active + .form-icon::before {
    background: #f7f7f7; }

.input-group {
  display: flex; }
  .input-group .input-group-addon {
    background: #f7f7f7;
    border: 0.05rem solid #9d9d9d;
    border-radius: 0.1rem;
    line-height: 1.2rem;
    padding: 0.25rem 0.6rem;
    white-space: nowrap; }
    .input-group .input-group-addon.addon-sm {
      font-size: 0.7rem;
      padding: 0.05rem 0.3rem; }
    .input-group .input-group-addon.addon-lg {
      font-size: 0.9rem;
      padding: 0.35rem 0.6rem; }
  .input-group .form-input,
  .input-group .form-select {
    flex: 1 1 auto;
    width: 1%; }
  .input-group .input-group-btn {
    z-index: 1; }
  .input-group .form-input:first-child:not(:last-child),
  .input-group .form-select:first-child:not(:last-child),
  .input-group .input-group-addon:first-child:not(:last-child),
  .input-group .input-group-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .input-group .form-input:not(:first-child):not(:last-child),
  .input-group .form-select:not(:first-child):not(:last-child),
  .input-group .input-group-addon:not(:first-child):not(:last-child),
  .input-group .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -0.05rem; }
  .input-group .form-input:last-child:not(:first-child),
  .input-group .form-select:last-child:not(:first-child),
  .input-group .input-group-addon:last-child:not(:first-child),
  .input-group .input-group-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -0.05rem; }
  .input-group .form-input:focus,
  .input-group .form-select:focus,
  .input-group .input-group-addon:focus,
  .input-group .input-group-btn:focus {
    z-index: 2; }
  .input-group .form-select {
    width: auto; }
  .input-group.input-inline {
    display: inline-flex; }

.has-success .form-input, .form-input.is-success, .has-success
.form-select,
.form-select.is-success {
  background: #f9fdfa;
  border-color: #32b643; }
  .has-success .form-input:focus, .form-input.is-success:focus, .has-success
  .form-select:focus,
  .form-select.is-success:focus {
    box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2); }

.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
  background: #e85600;
  border-color: #e85600; }

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #efefef;
  cursor: not-allowed;
  opacity: .5; }

.form-input[readonly] {
  background-color: #f7f7f7; }

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #efefef;
  cursor: not-allowed;
  opacity: .5; }

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #fff; }

.form-horizontal {
  padding: 0.4rem 0; }
  .form-horizontal .form-group {
    display: flex;
    flex-wrap: wrap; }

.form-inline {
  display: inline-block; }

.label {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: .1rem .2rem;
  background: #efefef;
  color: #2b2b2b;
  display: inline-block; }
  .label.label-rounded {
    border-radius: 5rem;
    padding-left: .4rem;
    padding-right: .4rem; }
  .label.label-primary {
    background: #124b8c;
    color: #fff; }
  .label.label-secondary {
    background: #71abed;
    color: #124b8c; }
  .label.label-success {
    background: #32b643;
    color: #fff; }
  .label.label-warning {
    background: #ffb700;
    color: #fff; }
  .label.label-error {
    background: #e85600;
    color: #fff; }

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

.img-fit-cover {
  object-fit: cover; }

.img-fit-contain {
  object-fit: contain; }

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  .video-responsive::before {
    content: "";
    display: block;
    padding-bottom: 56.25%; }
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

video.video-responsive {
  height: auto;
  max-width: 100%; }
  video.video-responsive::before {
    content: none; }

.video-responsive-4-3::before {
  padding-bottom: 75%; }

.video-responsive-1-1::before {
  padding-bottom: 100%; }

.figure {
  margin: 0 0 0.4rem 0; }
  .figure .figure-caption {
    color: #515151;
    margin-top: 0.4rem; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%; }
  .container.grid-xl {
    max-width: 1016px; }
  .container.grid-lg {
    max-width: 976px; }
  .container.grid-md {
    max-width: 856px; }
  .container.grid-sm {
    max-width: 656px; }
  .container.grid-xs {
    max-width: 496px; }

@media screen and (max-width: 480px) {
  .container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; } }

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important; }

@media (max-width: 1000px) {
  .hide-xl {
    display: none !important; }
  .show-xl {
    display: block !important; } }

@media (max-width: 960px) {
  .hide-lg {
    display: none !important; }
  .show-lg {
    display: block !important; } }

@media (max-width: 840px) {
  .hide-md {
    display: none !important; }
  .show-md {
    display: block !important; } }

@media (max-width: 640px) {
  .hide-sm {
    display: none !important; }
  .show-sm {
    display: block !important; } }

@media (max-width: 480px) {
  .hide-xs {
    display: none !important; }
  .show-xs {
    display: block !important; } }

.col_5 {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .col_5 > div {
    width: 20%;
    padding: 10px; }
    .col_5 > div > div {
      position: relative;
      overflow: hidden; }

@media screen and (max-width: 960px) {
  .col_5 > div {
    width: 25%; } }

@media screen and (max-width: 640px) {
  .col_5 > div {
    width: 33.33333%; } }

.col_4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .col_4 > div {
    width: 25%;
    padding: 10px; }
    .col_4 > div > div {
      position: relative;
      overflow: hidden; }

@media screen and (max-width: 960px) {
  .col_4 > div {
    width: 50%; } }

@media screen and (max-width: 640px) {
  .col_4 > div {
    width: 100%; } }

.col_3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .col_3 > div {
    width: 33.33333%;
    padding: 0.75rem; }
    .col_3 > div > div {
      position: relative;
      overflow: hidden; }

@media screen and (max-width: 960px) {
  .col_3 > div {
    width: 50%; } }

@media screen and (max-width: 640px) {
  .col_3 > div {
    width: 100%; } }

.col_2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .col_2 > div {
    width: 50%;
    padding: 10px; }
    .col_2 > div > div {
      position: relative;
      overflow: hidden; }

@media screen and (max-width: 640px) {
  .col_2 > div {
    width: 100%; } }

.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 4rem; }
  .hero.hero-header {
    padding-bottom: 2rem;
    padding-top: 4.6rem; }
  .hero.hero-sm {
    padding-bottom: 2.8rem;
    padding-top: 2.8rem; }
  .hero.hero-lg {
    padding-bottom: 8rem;
    padding-top: 8rem; }
  .hero .hero-body {
    padding: 0.4rem; }

.navbar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .navbar .navbar-section {
    align-items: center;
    display: flex;
    flex: 1 0 0; }
    .navbar .navbar-section:not(:first-child):last-child {
      justify-content: flex-end; }
  .navbar .navbar-center {
    align-items: center;
    display: flex;
    flex: 0 0 auto; }
  .navbar .navbar-brand {
    font-size: 0.9rem;
    text-decoration: none; }

.accordion input:checked ~ .accordion-header > .icon:first-child, .accordion[open] .accordion-header > .icon:first-child {
  transform: rotate(90deg); }

.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body {
  max-height: 50rem; }

.accordion .accordion-header {
  display: block;
  padding: 0.2rem 0.4rem; }
  .accordion .accordion-header .icon {
    transition: transform .25s; }

.accordion .accordion-body {
  margin-bottom: 0.4rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s; }

summary.accordion-header::-webkit-details-marker {
  display: none; }

.card {
  background: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  display: block; }
  .card .card-header,
  .card .card-body,
  .card .card-footer {
    padding: 0.8rem;
    padding-bottom: 0; }
    .card .card-header:last-child,
    .card .card-body:last-child,
    .card .card-footer:last-child {
      padding-bottom: 0.8rem; }
  .card .card-body {
    flex: 1 1 auto; }
  .card .card-image {
    padding-top: 0.8rem; }
    .card .card-image:first-child {
      padding-top: 0; }
      .card .card-image:first-child img {
        border-top-left-radius: 0.1rem;
        border-top-right-radius: 0.1rem; }
    .card .card-image:last-child img {
      border-bottom-left-radius: 0.1rem;
      border-bottom-right-radius: 0.1rem; }

.chip {
  align-items: center;
  background: #eef0f3;
  border-radius: 5rem;
  display: inline-flex;
  font-size: 90%;
  height: 1.2rem;
  line-height: 0.8rem;
  margin: 0.1rem;
  max-width: 768px;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap; }
  .chip.active {
    background: #124b8c;
    color: #fff; }
  .chip .avatar {
    margin-left: -0.4rem;
    margin-right: 0.2rem; }
  .chip .btn-clear {
    border-radius: 50%;
    transform: scale(0.75); }

.dropdown {
  display: inline-block;
  position: relative; }
  .dropdown .menu {
    animation: slide-down .15s ease 1;
    display: none;
    left: 0;
    max-height: 50vh;
    overflow-y: auto;
    position: absolute;
    top: 100%; }
  .dropdown.dropdown-right .menu {
    left: auto;
    right: 0; }
  .dropdown.active .menu,
  .dropdown .dropdown-toggle:focus + .menu,
  .dropdown .menu:hover {
    display: block; }
  .dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
    border-bottom-right-radius: 0.1rem;
    border-top-right-radius: 0.1rem; }

.section {
  padding: 3rem 1.5rem; }
  @media (min-width: 1000px) {
    .section.is-small {
      padding: 1.5rem 1.5rem; }
    .section.is-medium {
      padding: 6rem 1.5rem; }
    .section.is-large {
      padding: 9rem 1.5rem; } }
  @media (max-width: 960px) {
    .section {
      padding: 2rem 0.75rem; } }

.sectionBlock {
  padding: 0 0 2rem; }

.pageTopLink {
  clear: both;
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 50px;
  text-align: right;
  line-height: 1.2; }
  .pageTopLink a {
    display: block; }
  @media (max-width: 960px) {
    .pageTopLink {
      bottom: 56px; } }

img {
  height: auto;
  max-width: 100%; }

.mainBlock {
  display: flex;
  padding: 0; }
  @media screen and (max-width: 960px) {
    .mainBlock {
      flex-direction: column; } }

.sidebarArea {
  flex: 0 280px;
  margin-top: 2em;
  position: relative;
  display: block; }
  @media screen and (max-width: 960px) {
    .sidebarArea {
      flex: auto;
      width: 100%;
      margin-left: 0; } }

.mainArea {
  flex: 1;
  padding: 0 50px 50px 0;
  background-color: white;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative; }
  @media screen and (max-width: 960px) {
    .mainArea {
      flex: auto;
      padding: 0;
      width: 100%;
      margin-bottom: 30px; } }

.sidebarContent {
  background-color: white;
  margin-bottom: 20px;
  font-size: 0.8rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.sidebarMenu {
  margin-bottom: 1rem; }

.panel-heading {
  padding: 0.25em 0.75em; }

.panel-block {
  padding: 0.25em 0.75em; }

.footer__body {
  background-color: #0075C1;
  color: #fff; }
  .footer__body a {
    color: #fff; }

.footer__content {
  text-align: center;
  padding: 0.95rem 0.5rem;
  font-size: 0.75rem; }

.footer__content ul {
  margin: 0;
  padding: 0; }

.footer__content li {
  display: inline-block;
  /* padding: 0 8px; */
  font-size: 0.7rem; }

.footer__content li::after {
  content: "｜";
  padding: 0px 4px; }

.footer__content li:last-child:after {
  display: none; }

.footer__content--center {
  text-align: center;
  padding: 3.5rem 0.5rem;
  font-size: 0.75rem; }

/*
.footer__left {
  flex: 0 300px;
  line-height: 1.75;
}

.footer__right {
  flex: 1;
  display: flex;
  padding-left: 40px;
}*/
.footer__link {
  margin: 0;
  width: 25%;
  list-style: none !important; }
  .footer__link.is-child {
    width: 100%; }
    .footer__link.is-child a:before {
      display: inline-block;
      margin-right: 9px;
      content: '-'; }

@media screen and (max-width: 640px) {
  .footer__content {
    flex-direction: column;
    padding: 1.5rem 0.5rem 0.5rem; }
  /*.footer__right, .footer__left {
    flex: 100%;
  }

  .footer__right {
    padding-left: 0;
  }*/ }

@media screen and (max-width: 480px) {
  .footer__link {
    width: 100%; }
  /*.footer__right {
    flex-direction: column;
  }*/ }

.footer__copy {
  color: #fff;
  background-color: #666; }

.footer__inner {
  display: flex;
  justify-content: center;
  font-size: 0.65rem;
  padding: 0.75rem 0;
  /*ul {
    margin: 0;
  }

  li {
    display: inline-block;
    margin: 0;
    padding-right: 15px;
    font-size: 0.6rem;
  }*/ }

@media screen and (max-width: 640px) {
  .footer__inner {
    padding: 0.75rem 0 2.75rem; }
  .footer__copy {
    padding: 0.25rem 0.5rem; } }

.flex-table {
  display: flex; }

.flex-th, .flex-td {
  padding: 1.25em 0.75em;
  border-bottom: 1px solid #dbdbdb; }

.flex-th {
  flex: 0 25%;
  /*font-weight: 600;*/ }

.flex-td {
  flex: 1; }

@media all and (max-width: 640px) {
  .flex-table {
    flex-direction: column; }
  .flex-td {
    flex: 100%; }
  .flex-th {
    flex: 100%;
    padding: 0.5em 0.75em 0;
    border-bottom: none; } }

.info-table {
  display: flex; }

.info-th, .info-td {
  padding: 1em 0.25em;
  border-bottom: 1px solid #dbdbdb; }

.info-th {
  flex: 0 16%;
  font-weight: 400; }

.info-td {
  flex: 1; }

@media all and (max-width: 840px) {
  .info-table {
    flex-direction: column; }
  .info-td {
    flex: 100%; }
  .info-th {
    flex: 100%;
    padding: 0.5em 0.75em 0;
    border-bottom: none; } }

.l-header {
  background: #fff;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  box-shadow: 0 2px 0 rgba(219, 219, 219, 0.3); }

.l-drawer {
  position: relative;
  display: flex;
  justify-content: flex-start; }

.l-drawer__logo {
  display: flex;
  height: 60px;
  align-items: center;
  margin-left: 0.75em; }

.l-drawer__logo img {
  width: 198px;
  height: 30px; }

.l-drawer__ttl {
  color: #5f3a25;
  display: flex;
  height: 60px;
  align-items: center;
  margin-left: 0.75em; }

.sp_menu {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  position: fixed;
  top: 20px;
  right: 10px;
  width: 35px;
  height: 22px;
  z-index: 10; }
  .sp_menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    z-index: 10; }
    .sp_menu span:nth-of-type(1) {
      top: 0px; }
    .sp_menu span:nth-of-type(2) {
      top: 10px; }
    .sp_menu span:nth-of-type(3) {
      bottom: 0px; }
  .sp_menu.active span {
    background-color: #000; }
    .sp_menu.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg); }
    .sp_menu.active span:nth-of-type(2) {
      opacity: 0; }
    .sp_menu.active span:nth-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg); }

#nav {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  /*overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;*/
  padding: 0.75rem; }
  #nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible; }
  #nav ul {
    margin: 0;
    padding: 0; }
    #nav ul li {
      list-style-type: none;
      margin-top: 0; }
      #nav ul li a {
        padding: 18px 0;
        transition: all 0.2s ease-in-out;
        text-decoration: none;
        color: #fff;
        border-bottom: 1px solid #fff; }
        #nav ul li a:hover {
          color: #ddd; }
  #nav .gnav {
    position: relative;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/ }
    #nav .gnav .gnav__link {
      display: flex;
      align-items: center; }
    #nav .gnav span.item-jp {
      font-size: 1.25rem;
      letter-spacing: .1em;
      color: #fff;
      display: block; }
    #nav .gnav span.item-en {
      margin-left: 3.33333vw;
      font-size: 0.85rem;
      font-weight: 600;
      color: #99AA99;
      display: block;
      font-family: Oswald,sans-serif; }
    #nav .gnav .sub-item {
      margin-bottom: 1em; }
      #nav .gnav .sub-item a {
        padding: 0 0.75em 0 0.4em;
        border-right: solid 1px #99AA99;
        word-break: keep-all; }
        #nav .gnav .sub-item a:last-child {
          border: none; }

/* header*/
.fixed {
  position: fixed;
  top: 0;
  height: 3.2rem;
  right: 0;
  /* width: 100%;*/
  z-index: 105;
  background: #fff; }

/* field-list */
.field-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .field-list > div {
    padding: 0;
    width: 50%;
    margin: 0;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden; }

@media screen and (max-width: 640px) {
  .field-list > div {
    display: flex;
    width: 100%; } }

.badge {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  padding: 6px 9px 6px 9px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #ea5977;
  color: white;
  margin-right: 0.75rem; }

/* sidebar blog list*/
.tile-img {
  height: 3.5rem;
  width: 3.5rem; }
  .tile-img img {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
    object-fit: cover; }

.mediaText {
  display: flex; }

.mediaText-img, .mediaText-txt {
  padding: 0.5em 0.75em; }

.mediaText-img {
  flex: 0 200px; }

.mediaText-txt {
  flex: 1; }

@media all and (max-width: 840px) {
  .mediaText {
    flex-direction: column; }
  .mediaText-txt {
    flex: 100%; }
  .mediaText-img {
    flex: 100%;
    padding: 0.5em 0.75em 0; } }

@media screen and (max-width: 640px) {
  body {
    font-size: 0.7rem;
    line-height: 1.4;
    line-height: 1.4; }
  a, dd, div, dt, h1, h2, h3, h4, h5, h6, html, label, li, p, span, td, th {
    line-height: 1.4; } }

.message {
  background-color: #fff;
  font-size: 0.65rem;
  margin-bottom: 1rem; }

.message-header {
  align-items: center;
  background-color: #303742;
  color: #fff;
  display: flex;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative; }

.message-body {
  border-radius: 4px;
  padding: 0.75em 1em;
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5; }

.notification {
  background-color: #f5f5f5;
  padding: 2rem;
  position: relative;
  margin-bottom: 1rem; }

@media screen and (max-width: size-sm) {
  .notification {
    padding: 0.75rem; } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.text-primary {
  color: #124b8c !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0f3f75; }

a.text-primary:visited {
  color: #1557a3; }

.text-dark {
  color: #1e1e1e !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #111111; }

a.text-dark:visited {
  color: #2b2b2b; }

.bg-primary {
  background: #124b8c !important;
  color: #fff; }

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

.bg-gray {
  background: #f7f7f7 !important; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

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

.d-flex {
  display: flex; }

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

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

.divider,
.divider-vert {
  display: block;
  position: relative; }
  .divider[data-content]::after,
  .divider-vert[data-content]::after {
    background: #fff;
    color: #9d9d9d;
    content: attr(data-content);
    display: inline-block;
    font-size: 0.7rem;
    padding: 0 0.4rem;
    transform: translateY(-0.65rem); }

.divider {
  border-top: 0.05rem solid #cbcbcb;
  height: 0.05rem;
  margin: 0.4rem 0; }
  .divider[data-content] {
    margin: 0.8rem 0; }

.divider-vert {
  display: block;
  padding: 0.8rem; }
  .divider-vert::before {
    border-left: 0.05rem solid #b7b7b7;
    bottom: 0.4rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0.4rem;
    transform: translateX(-50%); }
  .divider-vert[data-content]::after {
    left: 50%;
    padding: 0.2rem 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }

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

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

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

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

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

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

.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center; }

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

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

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

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

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

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

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

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

.mb-1 {
  margin-bottom: 0.6rem !important; }

.ml-1 {
  margin-left: 0.6rem !important; }

.mr-1 {
  margin-right: 0.6rem !important; }

.mt-1 {
  margin-top: 0.6rem !important; }

.mx-1 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important; }

.my-1 {
  margin-bottom: 0.6rem !important;
  margin-top: 0.6rem !important; }

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

.mb-2 {
  margin-bottom: 1.2rem !important; }

.ml-2 {
  margin-left: 1.2rem !important; }

.mr-2 {
  margin-right: 1.2rem !important; }

.mt-2 {
  margin-top: 1.2rem !important; }

.mx-2 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important; }

.my-2 {
  margin-bottom: 1.2rem !important;
  margin-top: 1.2rem !important; }

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

.mb-3 {
  margin-bottom: 1.8rem !important; }

.ml-3 {
  margin-left: 1.8rem !important; }

.mr-3 {
  margin-right: 1.8rem !important; }

.mt-3 {
  margin-top: 1.8rem !important; }

.mx-3 {
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important; }

.my-3 {
  margin-bottom: 1.8rem !important;
  margin-top: 1.8rem !important; }

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.6rem !important; }

.pl-1 {
  padding-left: 0.6rem !important; }

.pr-1 {
  padding-right: 0.6rem !important; }

.pt-1 {
  padding-top: 0.6rem !important; }

.px-1 {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important; }

.py-1 {
  padding-bottom: 0.6rem !important;
  padding-top: 0.6rem !important; }

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

.pb-2 {
  padding-bottom: 1.2rem !important; }

.pl-2 {
  padding-left: 1.2rem !important; }

.pr-2 {
  padding-right: 1.2rem !important; }

.pt-2 {
  padding-top: 1.2rem !important; }

.px-2 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important; }

.py-2 {
  padding-bottom: 1.2rem !important;
  padding-top: 1.2rem !important; }

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

.pb-3 {
  padding-bottom: 1.8rem !important; }

.pl-3 {
  padding-left: 1.8rem !important; }

.pr-3 {
  padding-right: 1.8rem !important; }

.pt-3 {
  padding-top: 1.8rem !important; }

.px-3 {
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important; }

.py-3 {
  padding-bottom: 1.8rem !important;
  padding-top: 1.8rem !important; }

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

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

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

.text-normal {
  font-weight: normal; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-xl {
  font-size: 1.375em; }


.text-large {
  font-size: 1.2em; }

.text-small {
  font-size: .9em; }

.text-xs {
  font-size: .813em; }


.text-tiny {
  font-size: .8em; }

.text-muted {
  opacity: .8; }
