@charset "UTF-8";
/* Scss Document */
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, baku/sass/bootstrap4/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 19, baku/sass/bootstrap4/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 25, baku/sass/bootstrap4/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 35, baku/sass/bootstrap4/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 46, baku/sass/bootstrap4/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff; }

/* line 61, baku/sass/bootstrap4/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important; }

/* line 71, baku/sass/bootstrap4/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 87, baku/sass/bootstrap4/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 96, baku/sass/bootstrap4/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 109, baku/sass/bootstrap4/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

/* line 118, baku/sass/bootstrap4/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 124, baku/sass/bootstrap4/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 131, baku/sass/bootstrap4/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 138, baku/sass/bootstrap4/_reboot.scss */
dt {
  font-weight: 700; }

/* line 142, baku/sass/bootstrap4/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 147, baku/sass/bootstrap4/_reboot.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 151, baku/sass/bootstrap4/_reboot.scss */
b,
strong {
  font-weight: bolder; }

/* line 156, baku/sass/bootstrap4/_reboot.scss */
small {
  font-size: 80%; }

/* line 165, baku/sass/bootstrap4/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 173, baku/sass/bootstrap4/_reboot.scss */
sub {
  bottom: -.25em; }

/* line 174, baku/sass/bootstrap4/_reboot.scss */
sup {
  top: -.5em; }

/* line 181, baku/sass/bootstrap4/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

/* line 198, baku/sass/bootstrap4/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  /* line 207, baku/sass/bootstrap4/_reboot.scss */
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/* line 217, baku/sass/bootstrap4/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/* line 225, baku/sass/bootstrap4/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

/* line 239, baku/sass/bootstrap4/_reboot.scss */
figure {
  margin: 0 0 1rem; }

/* line 249, baku/sass/bootstrap4/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 254, baku/sass/bootstrap4/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 266, baku/sass/bootstrap4/_reboot.scss */
table {
  border-collapse: collapse; }

/* line 270, baku/sass/bootstrap4/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 278, baku/sass/bootstrap4/_reboot.scss */
th {
  text-align: inherit; }

/* line 289, baku/sass/bootstrap4/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem; }

/* line 298, baku/sass/bootstrap4/_reboot.scss */
button {
  border-radius: 0; }

/* line 306, baku/sass/bootstrap4/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 311, baku/sass/bootstrap4/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 322, baku/sass/bootstrap4/_reboot.scss */
button,
input {
  overflow: visible; }

/* line 327, baku/sass/bootstrap4/_reboot.scss */
button,
select {
  text-transform: none; }

/* line 335, baku/sass/bootstrap4/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 343, baku/sass/bootstrap4/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 351, baku/sass/bootstrap4/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

/* line 358, baku/sass/bootstrap4/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

/* line 370, baku/sass/bootstrap4/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 376, baku/sass/bootstrap4/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 391, baku/sass/bootstrap4/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

/* line 403, baku/sass/bootstrap4/_reboot.scss */
progress {
  vertical-align: baseline; }

/* line 408, baku/sass/bootstrap4/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 413, baku/sass/bootstrap4/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 426, baku/sass/bootstrap4/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 435, baku/sass/bootstrap4/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 444, baku/sass/bootstrap4/_reboot.scss */
output {
  display: inline-block; }

/* line 448, baku/sass/bootstrap4/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 453, baku/sass/bootstrap4/_reboot.scss */
template {
  display: none; }

/* line 459, baku/sass/bootstrap4/_reboot.scss */
[hidden] {
  display: none !important; }

/* line 7, baku/sass/bootstrap4/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

/* line 16, baku/sass/bootstrap4/_type.scss */
h1, .h1 {
  font-size: 2.5rem; }

/* line 17, baku/sass/bootstrap4/_type.scss */
h2, .h2 {
  font-size: 2rem; }

/* line 18, baku/sass/bootstrap4/_type.scss */
h3, .h3 {
  font-size: 1.75rem; }

/* line 19, baku/sass/bootstrap4/_type.scss */
h4, .h4 {
  font-size: 1.5rem; }

/* line 20, baku/sass/bootstrap4/_type.scss */
h5, .h5 {
  font-size: 1.25rem; }

/* line 21, baku/sass/bootstrap4/_type.scss */
h6, .h6 {
  font-size: 1rem; }

/* line 23, baku/sass/bootstrap4/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 29, baku/sass/bootstrap4/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 34, baku/sass/bootstrap4/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 39, baku/sass/bootstrap4/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 44, baku/sass/bootstrap4/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 55, baku/sass/bootstrap4/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 67, baku/sass/bootstrap4/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400; }

/* line 73, baku/sass/bootstrap4/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

/* line 84, baku/sass/bootstrap4/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 89, baku/sass/bootstrap4/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 92, baku/sass/bootstrap4/_type.scss */
.list-inline-item {
  display: inline-block; }
  /* line 95, baku/sass/bootstrap4/_type.scss */
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

/* line 106, baku/sass/bootstrap4/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 112, baku/sass/bootstrap4/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 117, baku/sass/bootstrap4/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  /* line 122, baku/sass/bootstrap4/_type.scss */
  .blockquote-footer::before {
    content: "\2014\00A0"; }

/* line 8, baku/sass/bootstrap4/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 14, baku/sass/bootstrap4/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

/* line 29, baku/sass/bootstrap4/_images.scss */
.figure {
  display: inline-block; }

/* line 34, baku/sass/bootstrap4/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

/* line 39, baku/sass/bootstrap4/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/* line 2, baku/sass/bootstrap4/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  /* line 8, baku/sass/bootstrap4/_code.scss */
  a > code {
    color: inherit; }

/* line 14, baku/sass/bootstrap4/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  /* line 22, baku/sass/bootstrap4/_code.scss */
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

/* line 31, baku/sass/bootstrap4/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  /* line 37, baku/sass/bootstrap4/_code.scss */
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

/* line 45, baku/sass/bootstrap4/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 6, baku/sass/bootstrap4/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    /* line 6, baku/sass/bootstrap4/_grid.scss */
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    /* line 6, baku/sass/bootstrap4/_grid.scss */
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    /* line 6, baku/sass/bootstrap4/_grid.scss */
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    /* line 6, baku/sass/bootstrap4/_grid.scss */
    .container {
      max-width: 1140px; } }

/* line 18, baku/sass/bootstrap4/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 28, baku/sass/bootstrap4/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 34, baku/sass/bootstrap4/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  /* line 38, baku/sass/bootstrap4/_grid.scss */
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* line 8, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

/* line 31, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

/* line 36, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

/* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 48, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-first {
  order: -1; }

/* line 50, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-last {
  order: 13; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-0 {
  order: 0; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-1 {
  order: 1; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-2 {
  order: 2; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-3 {
  order: 3; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-4 {
  order: 4; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-5 {
  order: 5; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-6 {
  order: 6; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-7 {
  order: 7; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-8 {
  order: 8; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-9 {
  order: 9; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-10 {
  order: 10; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-11 {
  order: 11; }

/* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.order-12 {
  order: 12; }

/* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%; }

/* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%; }

/* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%; }

/* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%; }

/* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%; }

/* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%; }

/* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%; }

/* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%; }

/* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%; }

/* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%; }

/* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  /* line 31, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 36, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 48, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1; }

  /* line 50, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  /* line 31, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 36, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 48, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1; }

  /* line 50, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  /* line 31, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 36, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 48, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1; }

  /* line 50, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  /* line 31, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 36, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 43, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 48, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1; }

  /* line 50, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11; }

  /* line 53, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  /* line 59, baku/sass/bootstrap4/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
/* line 5, baku/sass/bootstrap4/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  /* line 10, baku/sass/bootstrap4/_tables.scss */
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  /* line 17, baku/sass/bootstrap4/_tables.scss */
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  /* line 22, baku/sass/bootstrap4/_tables.scss */
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  /* line 26, baku/sass/bootstrap4/_tables.scss */
  .table .table {
    background-color: #fff; }

/* line 37, baku/sass/bootstrap4/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem; }

/* line 48, baku/sass/bootstrap4/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6; }
  /* line 51, baku/sass/bootstrap4/_tables.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  /* line 57, baku/sass/bootstrap4/_tables.scss */
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

/* line 65, baku/sass/bootstrap4/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

/* line 78, baku/sass/bootstrap4/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 7, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }
/* line 14, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

/* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  /* line 32, baku/sass/bootstrap4/mixins/_table-row.scss */
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

/* line 7, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }
/* line 14, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

/* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  /* line 32, baku/sass/bootstrap4/mixins/_table-row.scss */
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

/* line 7, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }
/* line 14, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

/* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  /* line 32, baku/sass/bootstrap4/mixins/_table-row.scss */
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

/* line 7, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }
/* line 14, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

/* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5; }
  /* line 32, baku/sass/bootstrap4/mixins/_table-row.scss */
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

/* line 7, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }
/* line 14, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

/* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  /* line 32, baku/sass/bootstrap4/mixins/_table-row.scss */
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

/* line 7, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }
/* line 14, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

/* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  /* line 32, baku/sass/bootstrap4/mixins/_table-row.scss */
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

/* line 7, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }
/* line 14, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

/* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6; }
  /* line 32, baku/sass/bootstrap4/mixins/_table-row.scss */
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

/* line 7, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }
/* line 14, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

/* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  /* line 32, baku/sass/bootstrap4/mixins/_table-row.scss */
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

/* line 7, baku/sass/bootstrap4/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  /* line 32, baku/sass/bootstrap4/mixins/_table-row.scss */
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

/* line 116, baku/sass/bootstrap4/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }
/* line 124, baku/sass/bootstrap4/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 132, baku/sass/bootstrap4/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529; }
  /* line 136, baku/sass/bootstrap4/_tables.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  /* line 142, baku/sass/bootstrap4/_tables.scss */
  .table-dark.table-bordered {
    border: 0; }
  /* line 147, baku/sass/bootstrap4/_tables.scss */
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  /* line 172, baku/sass/bootstrap4/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    /* line 181, baku/sass/bootstrap4/_tables.scss */
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  /* line 172, baku/sass/bootstrap4/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    /* line 181, baku/sass/bootstrap4/_tables.scss */
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  /* line 172, baku/sass/bootstrap4/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    /* line 181, baku/sass/bootstrap4/_tables.scss */
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  /* line 172, baku/sass/bootstrap4/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    /* line 181, baku/sass/bootstrap4/_tables.scss */
    .table-responsive-xl > .table-bordered {
      border: 0; } }
/* line 172, baku/sass/bootstrap4/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  /* line 181, baku/sass/bootstrap4/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0; }

/* line 7, baku/sass/bootstrap4/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 7, baku/sass/bootstrap4/_forms.scss */
    .form-control {
      transition: none; } }
  /* line 33, baku/sass/bootstrap4/_forms.scss */
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  /* line 14, baku/sass/bootstrap4/mixins/_forms.scss */
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  /* line 42, baku/sass/bootstrap4/_forms.scss */
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  /* line 53, baku/sass/bootstrap4/_forms.scss */
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

/* line 62, baku/sass/bootstrap4/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 74, baku/sass/bootstrap4/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

/* line 87, baku/sass/bootstrap4/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 95, baku/sass/bootstrap4/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 102, baku/sass/bootstrap4/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 115, baku/sass/bootstrap4/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  /* line 127, baku/sass/bootstrap4/_forms.scss */
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

/* line 142, baku/sass/bootstrap4/_forms.scss */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 150, baku/sass/bootstrap4/_forms.scss */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 160, baku/sass/bootstrap4/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto; }

/* line 167, baku/sass/bootstrap4/_forms.scss */
textarea.form-control {
  height: auto; }

/* line 176, baku/sass/bootstrap4/_forms.scss */
.form-group {
  margin-bottom: 1rem; }

/* line 180, baku/sass/bootstrap4/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem; }

/* line 190, baku/sass/bootstrap4/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  /* line 196, baku/sass/bootstrap4/_forms.scss */
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

/* line 208, baku/sass/bootstrap4/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 214, baku/sass/bootstrap4/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  /* line 219, baku/sass/bootstrap4/_forms.scss */
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

/* line 224, baku/sass/bootstrap4/_forms.scss */
.form-check-label {
  margin-bottom: 0; }

/* line 228, baku/sass/bootstrap4/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  /* line 235, baku/sass/bootstrap4/_forms.scss */
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

/* line 30, baku/sass/bootstrap4/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

/* line 38, baku/sass/bootstrap4/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

/* line 54, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  /* line 71, baku/sass/bootstrap4/mixins/_forms.scss */
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  /* line 76, baku/sass/bootstrap4/mixins/_forms.scss */
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

/* line 85, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

/* line 95, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  /* line 105, baku/sass/bootstrap4/mixins/_forms.scss */
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  /* line 110, baku/sass/bootstrap4/mixins/_forms.scss */
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

/* line 121, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

/* line 131, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
/* line 135, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 145, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  /* line 148, baku/sass/bootstrap4/mixins/_forms.scss */
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }
/* line 153, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
/* line 159, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }
/* line 166, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
/* line 170, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

/* line 181, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
/* line 185, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
/* line 191, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 30, baku/sass/bootstrap4/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

/* line 38, baku/sass/bootstrap4/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

/* line 54, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  /* line 71, baku/sass/bootstrap4/mixins/_forms.scss */
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  /* line 76, baku/sass/bootstrap4/mixins/_forms.scss */
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

/* line 85, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

/* line 95, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  /* line 105, baku/sass/bootstrap4/mixins/_forms.scss */
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  /* line 110, baku/sass/bootstrap4/mixins/_forms.scss */
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

/* line 121, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 131, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
/* line 135, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 145, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  /* line 148, baku/sass/bootstrap4/mixins/_forms.scss */
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }
/* line 153, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
/* line 159, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }
/* line 166, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
/* line 170, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

/* line 181, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
/* line 185, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
/* line 191, baku/sass/bootstrap4/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 263, baku/sass/bootstrap4/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  /* line 271, baku/sass/bootstrap4/_forms.scss */
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    /* line 277, baku/sass/bootstrap4/_forms.scss */
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    /* line 285, baku/sass/bootstrap4/_forms.scss */
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    /* line 294, baku/sass/bootstrap4/_forms.scss */
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    /* line 301, baku/sass/bootstrap4/_forms.scss */
    .form-inline .form-control-plaintext {
      display: inline-block; }
    /* line 305, baku/sass/bootstrap4/_forms.scss */
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    /* line 312, baku/sass/bootstrap4/_forms.scss */
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    /* line 319, baku/sass/bootstrap4/_forms.scss */
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    /* line 326, baku/sass/bootstrap4/_forms.scss */
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    /* line 330, baku/sass/bootstrap4/_forms.scss */
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

/* line 7, baku/sass/bootstrap4/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 7, baku/sass/bootstrap4/_buttons.scss */
    .btn {
      transition: none; } }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  /* line 24, baku/sass/bootstrap4/_buttons.scss */
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  /* line 31, baku/sass/bootstrap4/_buttons.scss */
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  /* line 38, baku/sass/bootstrap4/_buttons.scss */
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

/* line 53, baku/sass/bootstrap4/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

/* line 64, baku/sass/bootstrap4/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  /* line 18, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  /* line 29, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  /* line 40, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    /* line 50, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

/* line 64, baku/sass/bootstrap4/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  /* line 18, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  /* line 29, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  /* line 40, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    /* line 50, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

/* line 64, baku/sass/bootstrap4/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  /* line 18, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  /* line 29, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  /* line 40, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    /* line 50, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

/* line 64, baku/sass/bootstrap4/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  /* line 18, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  /* line 29, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  /* line 40, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    /* line 50, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

/* line 64, baku/sass/bootstrap4/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  /* line 18, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  /* line 29, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  /* line 40, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    /* line 50, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

/* line 64, baku/sass/bootstrap4/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  /* line 18, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  /* line 29, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  /* line 40, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    /* line 50, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

/* line 64, baku/sass/bootstrap4/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  /* line 18, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  /* line 29, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  /* line 40, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    /* line 50, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

/* line 64, baku/sass/bootstrap4/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  /* line 18, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  /* line 29, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  /* line 40, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    /* line 50, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

/* line 70, baku/sass/bootstrap4/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  /* line 71, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  /* line 76, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  /* line 82, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    /* line 89, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 70, baku/sass/bootstrap4/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  /* line 71, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  /* line 76, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  /* line 82, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    /* line 89, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 70, baku/sass/bootstrap4/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  /* line 71, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  /* line 76, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  /* line 82, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    /* line 89, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 70, baku/sass/bootstrap4/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  /* line 71, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  /* line 76, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  /* line 82, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    /* line 89, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 70, baku/sass/bootstrap4/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  /* line 71, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  /* line 76, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  /* line 82, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    /* line 89, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 70, baku/sass/bootstrap4/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  /* line 71, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  /* line 76, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  /* line 82, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    /* line 89, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 70, baku/sass/bootstrap4/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  /* line 71, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  /* line 76, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  /* line 82, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    /* line 89, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 70, baku/sass/bootstrap4/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  /* line 71, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  /* line 76, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  /* line 82, baku/sass/bootstrap4/mixins/_buttons.scss */
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    /* line 89, baku/sass/bootstrap4/mixins/_buttons.scss */
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 81, baku/sass/bootstrap4/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  /* line 90, baku/sass/bootstrap4/_buttons.scss */
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  /* line 96, baku/sass/bootstrap4/_buttons.scss */
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

/* line 110, baku/sass/bootstrap4/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 114, baku/sass/bootstrap4/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 123, baku/sass/bootstrap4/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }
  /* line 128, baku/sass/bootstrap4/_buttons.scss */
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

/* line 137, baku/sass/bootstrap4/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 3, baku/sass/bootstrap4/_transitions.scss */
.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 3, baku/sass/bootstrap4/_transitions.scss */
    .fade {
      transition: none; } }
  /* line 6, baku/sass/bootstrap4/_transitions.scss */
  .fade:not(.show) {
    opacity: 0; }

/* line 12, baku/sass/bootstrap4/_transitions.scss */
.collapse:not(.show) {
  display: none; }

/* line 17, baku/sass/bootstrap4/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 17, baku/sass/bootstrap4/_transitions.scss */
    .collapsing {
      transition: none; } }

/* line 2, baku/sass/bootstrap4/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

/* line 30, baku/sass/bootstrap4/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
/* line 58, baku/sass/bootstrap4/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 15, baku/sass/bootstrap4/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

/* line 40, baku/sass/bootstrap4/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  /* line 40, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  /* line 40, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  /* line 40, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  /* line 40, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
/* line 51, baku/sass/bootstrap4/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }

@media (min-width: 576px) {
  /* line 51, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; } }
@media (min-width: 768px) {
  /* line 51, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0; } }
@media (min-width: 992px) {
  /* line 51, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; } }
@media (min-width: 1200px) {
  /* line 51, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; } }
/* line 61, baku/sass/bootstrap4/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
/* line 30, baku/sass/bootstrap4/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
/* line 58, baku/sass/bootstrap4/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 74, baku/sass/bootstrap4/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
/* line 30, baku/sass/bootstrap4/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
/* line 58, baku/sass/bootstrap4/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
/* line 84, baku/sass/bootstrap4/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 91, baku/sass/bootstrap4/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
/* line 30, baku/sass/bootstrap4/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
/* line 45, baku/sass/bootstrap4/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none; }
/* line 49, baku/sass/bootstrap4/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
/* line 58, baku/sass/bootstrap4/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
/* line 101, baku/sass/bootstrap4/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 110, baku/sass/bootstrap4/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

/* line 120, baku/sass/bootstrap4/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

/* line 127, baku/sass/bootstrap4/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  /* line 139, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  /* line 143, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  /* line 153, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  /* line 160, baku/sass/bootstrap4/_dropdown.scss */
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

/* line 172, baku/sass/bootstrap4/_dropdown.scss */
.dropdown-menu.show {
  display: block; }

/* line 177, baku/sass/bootstrap4/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

/* line 187, baku/sass/bootstrap4/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

/* line 4, baku/sass/bootstrap4/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  /* line 10, baku/sass/bootstrap4/_button-group.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    /* line 19, baku/sass/bootstrap4/_button-group.scss */
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

/* line 28, baku/sass/bootstrap4/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  /* line 33, baku/sass/bootstrap4/_button-group.scss */
  .btn-toolbar .input-group {
    width: auto; }

/* line 40, baku/sass/bootstrap4/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }
/* line 46, baku/sass/bootstrap4/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
/* line 51, baku/sass/bootstrap4/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 69, baku/sass/bootstrap4/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  /* line 73, baku/sass/bootstrap4/_button-group.scss */
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  /* line 79, baku/sass/bootstrap4/_button-group.scss */
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

/* line 84, baku/sass/bootstrap4/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

/* line 89, baku/sass/bootstrap4/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

/* line 111, baku/sass/bootstrap4/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  /* line 116, baku/sass/bootstrap4/_button-group.scss */
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  /* line 121, baku/sass/bootstrap4/_button-group.scss */
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  /* line 127, baku/sass/bootstrap4/_button-group.scss */
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  /* line 132, baku/sass/bootstrap4/_button-group.scss */
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/* line 152, baku/sass/bootstrap4/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  /* line 156, baku/sass/bootstrap4/_button-group.scss */
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

/* line 7, baku/sass/bootstrap4/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  /* line 14, baku/sass/bootstrap4/_input-group.scss */
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    /* line 25, baku/sass/bootstrap4/_input-group.scss */
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  /* line 33, baku/sass/bootstrap4/_input-group.scss */
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  /* line 40, baku/sass/bootstrap4/_input-group.scss */
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  /* line 46, baku/sass/bootstrap4/_input-group.scss */
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  /* line 47, baku/sass/bootstrap4/_input-group.scss */
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  /* line 52, baku/sass/bootstrap4/_input-group.scss */
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    /* line 56, baku/sass/bootstrap4/_input-group.scss */
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    /* line 58, baku/sass/bootstrap4/_input-group.scss */
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

/* line 69, baku/sass/bootstrap4/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex; }
  /* line 76, baku/sass/bootstrap4/_input-group.scss */
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    /* line 80, baku/sass/bootstrap4/_input-group.scss */
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  /* line 85, baku/sass/bootstrap4/_input-group.scss */
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

/* line 93, baku/sass/bootstrap4/_input-group.scss */
.input-group-prepend {
  margin-right: -1px; }

/* line 94, baku/sass/bootstrap4/_input-group.scss */
.input-group-append {
  margin-left: -1px; }

/* line 102, baku/sass/bootstrap4/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  /* line 118, baku/sass/bootstrap4/_input-group.scss */
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

/* line 130, baku/sass/bootstrap4/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px); }

/* line 135, baku/sass/bootstrap4/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 147, baku/sass/bootstrap4/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px); }

/* line 152, baku/sass/bootstrap4/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 164, baku/sass/bootstrap4/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

/* line 177, baku/sass/bootstrap4/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 186, baku/sass/bootstrap4/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 10, baku/sass/bootstrap4/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

/* line 17, baku/sass/bootstrap4/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

/* line 22, baku/sass/bootstrap4/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  /* line 27, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  /* line 34, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  /* line 43, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  /* line 47, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  /* line 55, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    /* line 58, baku/sass/bootstrap4/_custom-forms.scss */
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

/* line 69, baku/sass/bootstrap4/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  /* line 75, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  /* line 90, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

/* line 110, baku/sass/bootstrap4/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
/* line 115, baku/sass/bootstrap4/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
/* line 121, baku/sass/bootstrap4/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }
/* line 126, baku/sass/bootstrap4/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
/* line 132, baku/sass/bootstrap4/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
/* line 135, baku/sass/bootstrap4/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 146, baku/sass/bootstrap4/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }
/* line 151, baku/sass/bootstrap4/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
/* line 157, baku/sass/bootstrap4/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 168, baku/sass/bootstrap4/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem; }
  /* line 172, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  /* line 179, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      /* line 179, baku/sass/bootstrap4/_custom-forms.scss */
      .custom-switch .custom-control-label::after {
        transition: none; } }
  /* line 191, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  /* line 198, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

/* line 211, baku/sass/bootstrap4/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  /* line 231, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    /* line 240, baku/sass/bootstrap4/_custom-forms.scss */
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  /* line 251, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  /* line 258, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  /* line 264, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-select::-ms-expand {
    opacity: 0; }

/* line 269, baku/sass/bootstrap4/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

/* line 277, baku/sass/bootstrap4/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

/* line 290, baku/sass/bootstrap4/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

/* line 298, baku/sass/bootstrap4/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  /* line 306, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  /* line 311, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  /* line 316, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  /* line 321, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

/* line 326, baku/sass/bootstrap4/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  /* line 342, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

/* line 366, baku/sass/bootstrap4/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  /* line 373, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range:focus {
    outline: none; }
    /* line 378, baku/sass/bootstrap4/_custom-forms.scss */
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    /* line 379, baku/sass/bootstrap4/_custom-forms.scss */
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    /* line 380, baku/sass/bootstrap4/_custom-forms.scss */
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  /* line 383, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range::-moz-focus-outer {
    border: 0; }
  /* line 387, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      /* line 387, baku/sass/bootstrap4/_custom-forms.scss */
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    /* line 398, baku/sass/bootstrap4/_custom-forms.scss */
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  /* line 403, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  /* line 414, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      /* line 414, baku/sass/bootstrap4/_custom-forms.scss */
      .custom-range::-moz-range-thumb {
        transition: none; } }
    /* line 424, baku/sass/bootstrap4/_custom-forms.scss */
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  /* line 429, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  /* line 440, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      /* line 440, baku/sass/bootstrap4/_custom-forms.scss */
      .custom-range::-ms-thumb {
        transition: none; } }
    /* line 453, baku/sass/bootstrap4/_custom-forms.scss */
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  /* line 458, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  /* line 469, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  /* line 474, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  /* line 481, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  /* line 485, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  /* line 489, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  /* line 493, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  /* line 497, baku/sass/bootstrap4/_custom-forms.scss */
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

/* line 503, baku/sass/bootstrap4/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 503, baku/sass/bootstrap4/_custom-forms.scss */
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

/* line 6, baku/sass/bootstrap4/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 14, baku/sass/bootstrap4/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  /* line 23, baku/sass/bootstrap4/_nav.scss */
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

/* line 34, baku/sass/bootstrap4/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  /* line 37, baku/sass/bootstrap4/_nav.scss */
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  /* line 41, baku/sass/bootstrap4/_nav.scss */
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    /* line 49, baku/sass/bootstrap4/_nav.scss */
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  /* line 56, baku/sass/bootstrap4/_nav.scss */
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  /* line 63, baku/sass/bootstrap4/_nav.scss */
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/* line 77, baku/sass/bootstrap4/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem; }
/* line 81, baku/sass/bootstrap4/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

/* line 94, baku/sass/bootstrap4/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

/* line 101, baku/sass/bootstrap4/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

/* line 114, baku/sass/bootstrap4/_nav.scss */
.tab-content > .tab-pane {
  display: none; }
/* line 117, baku/sass/bootstrap4/_nav.scss */
.tab-content > .active {
  display: block; }

/* line 18, baku/sass/bootstrap4/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  /* line 28, baku/sass/bootstrap4/_navbar.scss */
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

/* line 42, baku/sass/bootstrap4/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

/* line 61, baku/sass/bootstrap4/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  /* line 68, baku/sass/bootstrap4/_navbar.scss */
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  /* line 73, baku/sass/bootstrap4/_navbar.scss */
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

/* line 84, baku/sass/bootstrap4/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 99, baku/sass/bootstrap4/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

/* line 108, baku/sass/bootstrap4/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  /* line 121, baku/sass/bootstrap4/_navbar.scss */
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

/* line 128, baku/sass/bootstrap4/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  /* line 147, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  /* line 145, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 158, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      /* line 161, baku/sass/bootstrap4/_navbar.scss */
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 165, baku/sass/bootstrap4/_navbar.scss */
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 172, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    /* line 177, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 184, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  /* line 147, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  /* line 145, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 158, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      /* line 161, baku/sass/bootstrap4/_navbar.scss */
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 165, baku/sass/bootstrap4/_navbar.scss */
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 172, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    /* line 177, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 184, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  /* line 147, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  /* line 145, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 158, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      /* line 161, baku/sass/bootstrap4/_navbar.scss */
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 165, baku/sass/bootstrap4/_navbar.scss */
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 172, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    /* line 177, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 184, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  /* line 147, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  /* line 145, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 158, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      /* line 161, baku/sass/bootstrap4/_navbar.scss */
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 165, baku/sass/bootstrap4/_navbar.scss */
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 172, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    /* line 177, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 184, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
/* line 145, baku/sass/bootstrap4/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  /* line 147, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  /* line 158, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    /* line 161, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    /* line 165, baku/sass/bootstrap4/_navbar.scss */
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  /* line 172, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  /* line 177, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  /* line 184, baku/sass/bootstrap4/_navbar.scss */
  .navbar-expand .navbar-toggler {
    display: none; }

/* line 199, baku/sass/bootstrap4/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
/* line 208, baku/sass/bootstrap4/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  /* line 215, baku/sass/bootstrap4/_navbar.scss */
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
/* line 220, baku/sass/bootstrap4/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
/* line 228, baku/sass/bootstrap4/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
/* line 233, baku/sass/bootstrap4/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
/* line 237, baku/sass/bootstrap4/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  /* line 239, baku/sass/bootstrap4/_navbar.scss */
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

/* line 251, baku/sass/bootstrap4/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
/* line 260, baku/sass/bootstrap4/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  /* line 267, baku/sass/bootstrap4/_navbar.scss */
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
/* line 272, baku/sass/bootstrap4/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
/* line 280, baku/sass/bootstrap4/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
/* line 285, baku/sass/bootstrap4/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
/* line 289, baku/sass/bootstrap4/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  /* line 291, baku/sass/bootstrap4/_navbar.scss */
  .navbar-dark .navbar-text a {
    color: #fff; }
    /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

/* line 5, baku/sass/bootstrap4/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  /* line 16, baku/sass/bootstrap4/_card.scss */
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  /* line 22, baku/sass/bootstrap4/_card.scss */
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  /* line 28, baku/sass/bootstrap4/_card.scss */
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

/* line 34, baku/sass/bootstrap4/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

/* line 41, baku/sass/bootstrap4/_card.scss */
.card-title {
  margin-bottom: 0.75rem; }

/* line 45, baku/sass/bootstrap4/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

/* line 50, baku/sass/bootstrap4/_card.scss */
.card-text:last-child {
  margin-bottom: 0; }

/* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none; }
/* line 59, baku/sass/bootstrap4/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 68, baku/sass/bootstrap4/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  /* line 75, baku/sass/bootstrap4/_card.scss */
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  /* line 80, baku/sass/bootstrap4/_card.scss */
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

/* line 86, baku/sass/bootstrap4/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  /* line 91, baku/sass/bootstrap4/_card.scss */
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

/* line 101, baku/sass/bootstrap4/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

/* line 108, baku/sass/bootstrap4/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

/* line 114, baku/sass/bootstrap4/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 123, baku/sass/bootstrap4/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

/* line 129, baku/sass/bootstrap4/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

/* line 134, baku/sass/bootstrap4/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

/* line 142, baku/sass/bootstrap4/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column; }
  /* line 146, baku/sass/bootstrap4/_card.scss */
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    /* line 142, baku/sass/bootstrap4/_card.scss */
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      /* line 155, baku/sass/bootstrap4/_card.scss */
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

/* line 172, baku/sass/bootstrap4/_card.scss */
.card-group {
  display: flex;
  flex-direction: column; }
  /* line 178, baku/sass/bootstrap4/_card.scss */
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    /* line 172, baku/sass/bootstrap4/_card.scss */
    .card-group {
      flex-flow: row wrap; }
      /* line 186, baku/sass/bootstrap4/_card.scss */
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        /* line 191, baku/sass/bootstrap4/_card.scss */
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        /* line 198, baku/sass/bootstrap4/_card.scss */
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          /* line 201, baku/sass/bootstrap4/_card.scss */
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          /* line 205, baku/sass/bootstrap4/_card.scss */
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        /* line 211, baku/sass/bootstrap4/_card.scss */
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          /* line 214, baku/sass/bootstrap4/_card.scss */
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          /* line 218, baku/sass/bootstrap4/_card.scss */
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        /* line 224, baku/sass/bootstrap4/_card.scss */
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          /* line 227, baku/sass/bootstrap4/_card.scss */
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          /* line 231, baku/sass/bootstrap4/_card.scss */
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        /* line 237, baku/sass/bootstrap4/_card.scss */
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          /* line 240, baku/sass/bootstrap4/_card.scss */
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

/* line 258, baku/sass/bootstrap4/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  /* line 257, baku/sass/bootstrap4/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    /* line 268, baku/sass/bootstrap4/_card.scss */
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

/* line 281, baku/sass/bootstrap4/_card.scss */
.accordion .card {
  overflow: hidden; }
  /* line 285, baku/sass/bootstrap4/_card.scss */
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  /* line 289, baku/sass/bootstrap4/_card.scss */
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  /* line 295, baku/sass/bootstrap4/_card.scss */
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  /* line 301, baku/sass/bootstrap4/_card.scss */
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  /* line 306, baku/sass/bootstrap4/_card.scss */
  .accordion .card .card-header {
    margin-bottom: -1px; }

/* line 1, baku/sass/bootstrap4/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }

/* line 9, baku/sass/bootstrap4/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  /* line 12, baku/sass/bootstrap4/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }
/* line 26, baku/sass/bootstrap4/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
/* line 30, baku/sass/bootstrap4/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
/* line 34, baku/sass/bootstrap4/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d; }

/* line 1, baku/sass/bootstrap4/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

/* line 7, baku/sass/bootstrap4/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  /* line 17, baku/sass/bootstrap4/_pagination.scss */
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  /* line 25, baku/sass/bootstrap4/_pagination.scss */
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  /* line 32, baku/sass/bootstrap4/_pagination.scss */
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

/* line 39, baku/sass/bootstrap4/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
/* line 45, baku/sass/bootstrap4/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
/* line 50, baku/sass/bootstrap4/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
/* line 57, baku/sass/bootstrap4/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

/* line 4, baku/sass/bootstrap4/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
/* line 12, baku/sass/bootstrap4/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
/* line 17, baku/sass/bootstrap4/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

/* line 4, baku/sass/bootstrap4/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
/* line 12, baku/sass/bootstrap4/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
/* line 17, baku/sass/bootstrap4/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

/* line 6, baku/sass/bootstrap4/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  /* line 24, baku/sass/bootstrap4/_badge.scss */
  .badge:empty {
    display: none; }

/* line 30, baku/sass/bootstrap4/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 39, baku/sass/bootstrap4/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

/* line 50, baku/sass/bootstrap4/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }

/* line 50, baku/sass/bootstrap4/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }

/* line 50, baku/sass/bootstrap4/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }

/* line 50, baku/sass/bootstrap4/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }

/* line 50, baku/sass/bootstrap4/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }

/* line 50, baku/sass/bootstrap4/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }

/* line 50, baku/sass/bootstrap4/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }

/* line 50, baku/sass/bootstrap4/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }

/* line 1, baku/sass/bootstrap4/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    /* line 1, baku/sass/bootstrap4/_jumbotron.scss */
    .jumbotron {
      padding: 4rem 2rem; } }

/* line 9, baku/sass/bootstrap4/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* line 5, baku/sass/bootstrap4/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

/* line 14, baku/sass/bootstrap4/_alert.scss */
.alert-heading {
  color: inherit; }

/* line 20, baku/sass/bootstrap4/_alert.scss */
.alert-link {
  font-weight: 700; }

/* line 29, baku/sass/bootstrap4/_alert.scss */
.alert-dismissible {
  padding-right: 4rem; }
  /* line 33, baku/sass/bootstrap4/_alert.scss */
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

/* line 48, baku/sass/bootstrap4/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  /* line 6, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-primary hr {
    border-top-color: #9fcdff; }
  /* line 10, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-primary .alert-link {
    color: #002752; }

/* line 48, baku/sass/bootstrap4/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  /* line 6, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  /* line 10, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-secondary .alert-link {
    color: #202326; }

/* line 48, baku/sass/bootstrap4/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  /* line 6, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-success hr {
    border-top-color: #b1dfbb; }
  /* line 10, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-success .alert-link {
    color: #0b2e13; }

/* line 48, baku/sass/bootstrap4/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  /* line 6, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-info hr {
    border-top-color: #abdde5; }
  /* line 10, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-info .alert-link {
    color: #062c33; }

/* line 48, baku/sass/bootstrap4/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  /* line 6, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  /* line 10, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-warning .alert-link {
    color: #533f03; }

/* line 48, baku/sass/bootstrap4/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  /* line 6, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  /* line 10, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-danger .alert-link {
    color: #491217; }

/* line 48, baku/sass/bootstrap4/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  /* line 6, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-light hr {
    border-top-color: #ececf6; }
  /* line 10, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-light .alert-link {
    color: #686868; }

/* line 48, baku/sass/bootstrap4/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  /* line 6, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  /* line 10, baku/sass/bootstrap4/mixins/_alert.scss */
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
/* line 6, baku/sass/bootstrap4/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

/* line 16, baku/sass/bootstrap4/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 16, baku/sass/bootstrap4/_progress.scss */
    .progress-bar {
      transition: none; } }

/* line 27, baku/sass/bootstrap4/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

/* line 32, baku/sass/bootstrap4/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

/* line 1, baku/sass/bootstrap4/_media.scss */
.media {
  display: flex;
  align-items: flex-start; }

/* line 6, baku/sass/bootstrap4/_media.scss */
.media-body {
  flex: 1; }

/* line 5, baku/sass/bootstrap4/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

/* line 20, baku/sass/bootstrap4/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  /* line 32, baku/sass/bootstrap4/_list-group.scss */
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

/* line 43, baku/sass/bootstrap4/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  /* line 52, baku/sass/bootstrap4/_list-group.scss */
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  /* line 56, baku/sass/bootstrap4/_list-group.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  /* line 66, baku/sass/bootstrap4/_list-group.scss */
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  /* line 74, baku/sass/bootstrap4/_list-group.scss */
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

/* line 89, baku/sass/bootstrap4/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  /* line 94, baku/sass/bootstrap4/_list-group.scss */
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }
/* line 100, baku/sass/bootstrap4/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
/* line 106, baku/sass/bootstrap4/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

/* line 4, baku/sass/bootstrap4/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  /* line 14, baku/sass/bootstrap4/mixins/_list-group.scss */
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

/* line 4, baku/sass/bootstrap4/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  /* line 14, baku/sass/bootstrap4/mixins/_list-group.scss */
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

/* line 4, baku/sass/bootstrap4/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  /* line 14, baku/sass/bootstrap4/mixins/_list-group.scss */
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

/* line 4, baku/sass/bootstrap4/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  /* line 14, baku/sass/bootstrap4/mixins/_list-group.scss */
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

/* line 4, baku/sass/bootstrap4/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  /* line 14, baku/sass/bootstrap4/mixins/_list-group.scss */
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

/* line 4, baku/sass/bootstrap4/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  /* line 14, baku/sass/bootstrap4/mixins/_list-group.scss */
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

/* line 4, baku/sass/bootstrap4/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  /* line 14, baku/sass/bootstrap4/mixins/_list-group.scss */
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

/* line 4, baku/sass/bootstrap4/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  /* line 14, baku/sass/bootstrap4/mixins/_list-group.scss */
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

/* line 1, baku/sass/bootstrap4/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  /* line 13, baku/sass/bootstrap4/mixins/_hover.scss */
  .close:hover {
    color: #000;
    text-decoration: none; }
  /* line 16, baku/sass/bootstrap4/_close.scss */
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }

/* line 32, baku/sass/bootstrap4/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

/* line 42, baku/sass/bootstrap4/_close.scss */
a.close.disabled {
  pointer-events: none; }

/* line 1, baku/sass/bootstrap4/_toasts.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0; }
  /* line 13, baku/sass/bootstrap4/_toasts.scss */
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  /* line 17, baku/sass/bootstrap4/_toasts.scss */
  .toast.showing {
    opacity: 1; }
  /* line 21, baku/sass/bootstrap4/_toasts.scss */
  .toast.show {
    display: block;
    opacity: 1; }
  /* line 26, baku/sass/bootstrap4/_toasts.scss */
  .toast.hide {
    display: none; }

/* line 31, baku/sass/bootstrap4/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/* line 41, baku/sass/bootstrap4/_toasts.scss */
.toast-body {
  padding: 0.75rem; }

/* line 7, baku/sass/bootstrap4/_modal.scss */
.modal-open {
  overflow: hidden; }
  /* line 11, baku/sass/bootstrap4/_modal.scss */
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

/* line 18, baku/sass/bootstrap4/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

/* line 36, baku/sass/bootstrap4/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  /* line 44, baku/sass/bootstrap4/_modal.scss */
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      /* line 44, baku/sass/bootstrap4/_modal.scss */
      .modal.fade .modal-dialog {
        transition: none; } }
  /* line 48, baku/sass/bootstrap4/_modal.scss */
  .modal.show .modal-dialog {
    transform: none; }

/* line 53, baku/sass/bootstrap4/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  /* line 59, baku/sass/bootstrap4/_modal.scss */
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

/* line 67, baku/sass/bootstrap4/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

/* line 84, baku/sass/bootstrap4/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  /* line 94, baku/sass/bootstrap4/_modal.scss */
  .modal-backdrop.fade {
    opacity: 0; }
  /* line 95, baku/sass/bootstrap4/_modal.scss */
  .modal-backdrop.show {
    opacity: 0.5; }

/* line 100, baku/sass/bootstrap4/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  /* line 108, baku/sass/bootstrap4/_modal.scss */
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

/* line 116, baku/sass/bootstrap4/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 123, baku/sass/bootstrap4/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 132, baku/sass/bootstrap4/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  /* line 141, baku/sass/bootstrap4/_modal.scss */
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  /* line 142, baku/sass/bootstrap4/_modal.scss */
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

/* line 146, baku/sass/bootstrap4/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 157, baku/sass/bootstrap4/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  /* line 162, baku/sass/bootstrap4/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    /* line 165, baku/sass/bootstrap4/_modal.scss */
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  /* line 174, baku/sass/bootstrap4/_modal.scss */
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  /* line 178, baku/sass/bootstrap4/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  /* line 185, baku/sass/bootstrap4/_modal.scss */
  .modal-xl {
    max-width: 1140px; } }
/* line 2, baku/sass/bootstrap4/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  /* line 15, baku/sass/bootstrap4/_tooltip.scss */
  .tooltip.show {
    opacity: 0.9; }
  /* line 17, baku/sass/bootstrap4/_tooltip.scss */
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    /* line 23, baku/sass/bootstrap4/_tooltip.scss */
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

/* line 32, baku/sass/bootstrap4/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  /* line 35, baku/sass/bootstrap4/_tooltip.scss */
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    /* line 38, baku/sass/bootstrap4/_tooltip.scss */
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

/* line 46, baku/sass/bootstrap4/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  /* line 49, baku/sass/bootstrap4/_tooltip.scss */
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    /* line 54, baku/sass/bootstrap4/_tooltip.scss */
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

/* line 62, baku/sass/bootstrap4/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  /* line 65, baku/sass/bootstrap4/_tooltip.scss */
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    /* line 68, baku/sass/bootstrap4/_tooltip.scss */
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

/* line 76, baku/sass/bootstrap4/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  /* line 79, baku/sass/bootstrap4/_tooltip.scss */
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    /* line 84, baku/sass/bootstrap4/_tooltip.scss */
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

/* line 108, baku/sass/bootstrap4/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

/* line 1, baku/sass/bootstrap4/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  /* line 20, baku/sass/bootstrap4/_popover.scss */
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    /* line 27, baku/sass/bootstrap4/_popover.scss */
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

/* line 38, baku/sass/bootstrap4/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  /* line 41, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  /* line 45, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  /* line 50, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  /* line 55, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

/* line 61, baku/sass/bootstrap4/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  /* line 64, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  /* line 71, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  /* line 76, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  /* line 81, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

/* line 87, baku/sass/bootstrap4/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  /* line 90, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  /* line 94, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  /* line 99, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  /* line 104, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  /* line 110, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

/* line 122, baku/sass/bootstrap4/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  /* line 125, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  /* line 132, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  /* line 137, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  /* line 142, baku/sass/bootstrap4/_popover.scss */
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

/* line 165, baku/sass/bootstrap4/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  /* line 175, baku/sass/bootstrap4/_popover.scss */
  .popover-header:empty {
    display: none; }

/* line 180, baku/sass/bootstrap4/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

/* line 14, baku/sass/bootstrap4/_carousel.scss */
.carousel {
  position: relative; }

/* line 18, baku/sass/bootstrap4/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y; }

/* line 22, baku/sass/bootstrap4/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  /* line 2, baku/sass/bootstrap4/mixins/_clearfix.scss */
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

/* line 29, baku/sass/bootstrap4/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 29, baku/sass/bootstrap4/_carousel.scss */
    .carousel-item {
      transition: none; } }

/* line 39, baku/sass/bootstrap4/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* line 45, baku/sass/bootstrap4/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

/* line 50, baku/sass/bootstrap4/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

/* line 61, baku/sass/bootstrap4/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }
/* line 67, baku/sass/bootstrap4/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }
/* line 74, baku/sass/bootstrap4/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 74, baku/sass/bootstrap4/_carousel.scss */
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

/* line 87, baku/sass/bootstrap4/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 87, baku/sass/bootstrap4/_carousel.scss */
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  /* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

/* line 111, baku/sass/bootstrap4/_carousel.scss */
.carousel-control-prev {
  left: 0; }

/* line 117, baku/sass/bootstrap4/_carousel.scss */
.carousel-control-next {
  right: 0; }

/* line 125, baku/sass/bootstrap4/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

/* line 133, baku/sass/bootstrap4/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

/* line 136, baku/sass/bootstrap4/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

/* line 146, baku/sass/bootstrap4/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  /* line 160, baku/sass/bootstrap4/_carousel.scss */
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      /* line 160, baku/sass/bootstrap4/_carousel.scss */
      .carousel-indicators li {
        transition: none; } }
  /* line 178, baku/sass/bootstrap4/_carousel.scss */
  .carousel-indicators .active {
    opacity: 1; }

/* line 188, baku/sass/bootstrap4/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
/* line 9, baku/sass/bootstrap4/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

/* line 20, baku/sass/bootstrap4/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }
/* line 39, baku/sass/bootstrap4/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

/* line 50, baku/sass/bootstrap4/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

/* line 3, baku/sass/bootstrap4/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important; }

/* line 4, baku/sass/bootstrap4/utilities/_align.scss */
.align-top {
  vertical-align: top !important; }

/* line 5, baku/sass/bootstrap4/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important; }

/* line 6, baku/sass/bootstrap4/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important; }

/* line 7, baku/sass/bootstrap4/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 8, baku/sass/bootstrap4/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important; }

/* line 6, baku/sass/bootstrap4/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

/* line 6, baku/sass/bootstrap4/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

/* line 6, baku/sass/bootstrap4/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

/* line 6, baku/sass/bootstrap4/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

/* line 6, baku/sass/bootstrap4/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

/* line 6, baku/sass/bootstrap4/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

/* line 6, baku/sass/bootstrap4/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

/* line 6, baku/sass/bootstrap4/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

/* line 13, baku/sass/bootstrap4/utilities/_background.scss */
.bg-white {
  background-color: #fff !important; }

/* line 17, baku/sass/bootstrap4/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 7, baku/sass/bootstrap4/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important; }

/* line 8, baku/sass/bootstrap4/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important; }

/* line 9, baku/sass/bootstrap4/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important; }

/* line 10, baku/sass/bootstrap4/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

/* line 11, baku/sass/bootstrap4/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important; }

/* line 13, baku/sass/bootstrap4/utilities/_borders.scss */
.border-0 {
  border: 0 !important; }

/* line 14, baku/sass/bootstrap4/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important; }

/* line 15, baku/sass/bootstrap4/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important; }

/* line 16, baku/sass/bootstrap4/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 17, baku/sass/bootstrap4/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important; }

/* line 20, baku/sass/bootstrap4/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important; }

/* line 20, baku/sass/bootstrap4/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important; }

/* line 20, baku/sass/bootstrap4/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important; }

/* line 20, baku/sass/bootstrap4/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important; }

/* line 20, baku/sass/bootstrap4/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important; }

/* line 20, baku/sass/bootstrap4/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important; }

/* line 20, baku/sass/bootstrap4/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important; }

/* line 20, baku/sass/bootstrap4/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important; }

/* line 25, baku/sass/bootstrap4/utilities/_borders.scss */
.border-white {
  border-color: #fff !important; }

/* line 33, baku/sass/bootstrap4/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important; }

/* line 36, baku/sass/bootstrap4/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

/* line 40, baku/sass/bootstrap4/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

/* line 44, baku/sass/bootstrap4/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 48, baku/sass/bootstrap4/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 53, baku/sass/bootstrap4/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important; }

/* line 57, baku/sass/bootstrap4/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important; }

/* line 61, baku/sass/bootstrap4/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important; }

/* line 2, baku/sass/bootstrap4/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 11, baku/sass/bootstrap4/utilities/_display.scss */
.d-none {
  display: none !important; }

/* line 12, baku/sass/bootstrap4/utilities/_display.scss */
.d-inline {
  display: inline !important; }

/* line 13, baku/sass/bootstrap4/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 14, baku/sass/bootstrap4/utilities/_display.scss */
.d-block {
  display: block !important; }

/* line 15, baku/sass/bootstrap4/utilities/_display.scss */
.d-table {
  display: table !important; }

/* line 16, baku/sass/bootstrap4/utilities/_display.scss */
.d-table-row {
  display: table-row !important; }

/* line 17, baku/sass/bootstrap4/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 18, baku/sass/bootstrap4/utilities/_display.scss */
.d-flex {
  display: flex !important; }

/* line 19, baku/sass/bootstrap4/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 11, baku/sass/bootstrap4/utilities/_display.scss */
  .d-sm-none {
    display: none !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important; }

  /* line 13, baku/sass/bootstrap4/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important; }

  /* line 14, baku/sass/bootstrap4/utilities/_display.scss */
  .d-sm-block {
    display: block !important; }

  /* line 15, baku/sass/bootstrap4/utilities/_display.scss */
  .d-sm-table {
    display: table !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important; }

  /* line 17, baku/sass/bootstrap4/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important; }

  /* line 18, baku/sass/bootstrap4/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important; }

  /* line 19, baku/sass/bootstrap4/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  /* line 11, baku/sass/bootstrap4/utilities/_display.scss */
  .d-md-none {
    display: none !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_display.scss */
  .d-md-inline {
    display: inline !important; }

  /* line 13, baku/sass/bootstrap4/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important; }

  /* line 14, baku/sass/bootstrap4/utilities/_display.scss */
  .d-md-block {
    display: block !important; }

  /* line 15, baku/sass/bootstrap4/utilities/_display.scss */
  .d-md-table {
    display: table !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important; }

  /* line 17, baku/sass/bootstrap4/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important; }

  /* line 18, baku/sass/bootstrap4/utilities/_display.scss */
  .d-md-flex {
    display: flex !important; }

  /* line 19, baku/sass/bootstrap4/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  /* line 11, baku/sass/bootstrap4/utilities/_display.scss */
  .d-lg-none {
    display: none !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important; }

  /* line 13, baku/sass/bootstrap4/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important; }

  /* line 14, baku/sass/bootstrap4/utilities/_display.scss */
  .d-lg-block {
    display: block !important; }

  /* line 15, baku/sass/bootstrap4/utilities/_display.scss */
  .d-lg-table {
    display: table !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important; }

  /* line 17, baku/sass/bootstrap4/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important; }

  /* line 18, baku/sass/bootstrap4/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important; }

  /* line 19, baku/sass/bootstrap4/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  /* line 11, baku/sass/bootstrap4/utilities/_display.scss */
  .d-xl-none {
    display: none !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important; }

  /* line 13, baku/sass/bootstrap4/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important; }

  /* line 14, baku/sass/bootstrap4/utilities/_display.scss */
  .d-xl-block {
    display: block !important; }

  /* line 15, baku/sass/bootstrap4/utilities/_display.scss */
  .d-xl-table {
    display: table !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important; }

  /* line 17, baku/sass/bootstrap4/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important; }

  /* line 18, baku/sass/bootstrap4/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important; }

  /* line 19, baku/sass/bootstrap4/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  /* line 29, baku/sass/bootstrap4/utilities/_display.scss */
  .d-print-none {
    display: none !important; }

  /* line 30, baku/sass/bootstrap4/utilities/_display.scss */
  .d-print-inline {
    display: inline !important; }

  /* line 31, baku/sass/bootstrap4/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important; }

  /* line 32, baku/sass/bootstrap4/utilities/_display.scss */
  .d-print-block {
    display: block !important; }

  /* line 33, baku/sass/bootstrap4/utilities/_display.scss */
  .d-print-table {
    display: table !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important; }

  /* line 36, baku/sass/bootstrap4/utilities/_display.scss */
  .d-print-flex {
    display: flex !important; }

  /* line 37, baku/sass/bootstrap4/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important; } }
/* line 3, baku/sass/bootstrap4/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  /* line 10, baku/sass/bootstrap4/utilities/_embed.scss */
  .embed-responsive::before {
    display: block;
    content: ""; }
  /* line 15, baku/sass/bootstrap4/utilities/_embed.scss */
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/* line 35, baku/sass/bootstrap4/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

/* line 35, baku/sass/bootstrap4/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 35, baku/sass/bootstrap4/utilities/_embed.scss */
.embed-responsive-3by4::before {
  padding-top: 133.3333333333%; }

/* line 35, baku/sass/bootstrap4/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 11, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important; }

/* line 12, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important; }

/* line 13, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important; }

/* line 14, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important; }

/* line 16, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important; }

/* line 17, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important; }

/* line 18, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/* line 19, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important; }

/* line 20, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important; }

/* line 21, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important; }

/* line 22, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important; }

/* line 23, baku/sass/bootstrap4/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important; }

/* line 25, baku/sass/bootstrap4/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important; }

/* line 26, baku/sass/bootstrap4/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important; }

/* line 27, baku/sass/bootstrap4/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important; }

/* line 28, baku/sass/bootstrap4/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important; }

/* line 29, baku/sass/bootstrap4/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important; }

/* line 31, baku/sass/bootstrap4/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important; }

/* line 32, baku/sass/bootstrap4/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important; }

/* line 33, baku/sass/bootstrap4/utilities/_flex.scss */
.align-items-center {
  align-items: center !important; }

/* line 34, baku/sass/bootstrap4/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important; }

/* line 35, baku/sass/bootstrap4/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important; }

/* line 37, baku/sass/bootstrap4/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important; }

/* line 38, baku/sass/bootstrap4/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important; }

/* line 39, baku/sass/bootstrap4/utilities/_flex.scss */
.align-content-center {
  align-content: center !important; }

/* line 40, baku/sass/bootstrap4/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important; }

/* line 41, baku/sass/bootstrap4/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important; }

/* line 42, baku/sass/bootstrap4/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important; }

/* line 44, baku/sass/bootstrap4/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important; }

/* line 45, baku/sass/bootstrap4/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important; }

/* line 46, baku/sass/bootstrap4/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important; }

/* line 47, baku/sass/bootstrap4/utilities/_flex.scss */
.align-self-center {
  align-self: center !important; }

/* line 48, baku/sass/bootstrap4/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important; }

/* line 49, baku/sass/bootstrap4/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 11, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important; }

  /* line 13, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 14, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  /* line 17, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  /* line 18, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 19, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  /* line 21, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  /* line 22, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 23, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 25, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important; }

  /* line 26, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important; }

  /* line 27, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important; }

  /* line 28, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important; }

  /* line 29, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important; }

  /* line 31, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important; }

  /* line 32, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important; }

  /* line 33, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important; }

  /* line 37, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important; }

  /* line 38, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important; }

  /* line 40, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important; }

  /* line 41, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important; }

  /* line 42, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important; }

  /* line 44, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important; }

  /* line 45, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important; }

  /* line 46, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important; }

  /* line 48, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important; }

  /* line 49, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  /* line 11, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important; }

  /* line 13, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 14, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important; }

  /* line 17, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  /* line 18, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 19, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  /* line 21, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  /* line 22, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 23, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 25, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important; }

  /* line 26, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important; }

  /* line 27, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important; }

  /* line 28, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important; }

  /* line 29, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important; }

  /* line 31, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important; }

  /* line 32, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important; }

  /* line 33, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important; }

  /* line 37, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important; }

  /* line 38, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important; }

  /* line 40, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important; }

  /* line 41, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important; }

  /* line 42, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important; }

  /* line 44, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important; }

  /* line 45, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important; }

  /* line 46, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important; }

  /* line 48, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important; }

  /* line 49, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  /* line 11, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important; }

  /* line 13, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 14, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  /* line 17, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  /* line 18, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 19, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  /* line 21, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  /* line 22, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 23, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 25, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important; }

  /* line 26, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important; }

  /* line 27, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important; }

  /* line 28, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important; }

  /* line 29, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important; }

  /* line 31, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important; }

  /* line 32, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important; }

  /* line 33, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important; }

  /* line 37, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important; }

  /* line 38, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important; }

  /* line 40, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important; }

  /* line 41, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important; }

  /* line 42, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important; }

  /* line 44, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important; }

  /* line 45, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important; }

  /* line 46, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important; }

  /* line 48, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important; }

  /* line 49, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  /* line 11, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important; }

  /* line 13, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 14, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  /* line 17, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  /* line 18, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 19, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  /* line 21, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  /* line 22, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 23, baku/sass/bootstrap4/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 25, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important; }

  /* line 26, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important; }

  /* line 27, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important; }

  /* line 28, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important; }

  /* line 29, baku/sass/bootstrap4/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important; }

  /* line 31, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important; }

  /* line 32, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important; }

  /* line 33, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important; }

  /* line 37, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important; }

  /* line 38, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important; }

  /* line 40, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important; }

  /* line 41, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important; }

  /* line 42, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important; }

  /* line 44, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important; }

  /* line 45, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important; }

  /* line 46, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important; }

  /* line 48, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important; }

  /* line 49, baku/sass/bootstrap4/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important; } }
/* line 5, baku/sass/bootstrap4/utilities/_float.scss */
.float-left {
  float: left !important; }

/* line 6, baku/sass/bootstrap4/utilities/_float.scss */
.float-right {
  float: right !important; }

/* line 7, baku/sass/bootstrap4/utilities/_float.scss */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 5, baku/sass/bootstrap4/utilities/_float.scss */
  .float-sm-left {
    float: left !important; }

  /* line 6, baku/sass/bootstrap4/utilities/_float.scss */
  .float-sm-right {
    float: right !important; }

  /* line 7, baku/sass/bootstrap4/utilities/_float.scss */
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  /* line 5, baku/sass/bootstrap4/utilities/_float.scss */
  .float-md-left {
    float: left !important; }

  /* line 6, baku/sass/bootstrap4/utilities/_float.scss */
  .float-md-right {
    float: right !important; }

  /* line 7, baku/sass/bootstrap4/utilities/_float.scss */
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  /* line 5, baku/sass/bootstrap4/utilities/_float.scss */
  .float-lg-left {
    float: left !important; }

  /* line 6, baku/sass/bootstrap4/utilities/_float.scss */
  .float-lg-right {
    float: right !important; }

  /* line 7, baku/sass/bootstrap4/utilities/_float.scss */
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  /* line 5, baku/sass/bootstrap4/utilities/_float.scss */
  .float-xl-left {
    float: left !important; }

  /* line 6, baku/sass/bootstrap4/utilities/_float.scss */
  .float-xl-right {
    float: right !important; }

  /* line 7, baku/sass/bootstrap4/utilities/_float.scss */
  .float-xl-none {
    float: none !important; } }
/* line 4, baku/sass/bootstrap4/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important; }

/* line 4, baku/sass/bootstrap4/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important; }

/* line 5, baku/sass/bootstrap4/utilities/_position.scss */
.position-static {
  position: static !important; }

/* line 5, baku/sass/bootstrap4/utilities/_position.scss */
.position-relative {
  position: relative !important; }

/* line 5, baku/sass/bootstrap4/utilities/_position.scss */
.position-absolute {
  position: absolute !important; }

/* line 5, baku/sass/bootstrap4/utilities/_position.scss */
.position-fixed {
  position: fixed !important; }

/* line 5, baku/sass/bootstrap4/utilities/_position.scss */
.position-sticky {
  position: sticky !important; }

/* line 10, baku/sass/bootstrap4/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 18, baku/sass/bootstrap4/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  /* line 26, baku/sass/bootstrap4/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

/* line 5, baku/sass/bootstrap4/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 24, baku/sass/bootstrap4/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 3, baku/sass/bootstrap4/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 4, baku/sass/bootstrap4/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 5, baku/sass/bootstrap4/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 6, baku/sass/bootstrap4/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important; }

/* line 7, baku/sass/bootstrap4/utilities/_sizing.scss */
.w-25 {
  width: 25% !important; }

/* line 7, baku/sass/bootstrap4/utilities/_sizing.scss */
.w-50 {
  width: 50% !important; }

/* line 7, baku/sass/bootstrap4/utilities/_sizing.scss */
.w-75 {
  width: 75% !important; }

/* line 7, baku/sass/bootstrap4/utilities/_sizing.scss */
.w-100 {
  width: 100% !important; }

/* line 7, baku/sass/bootstrap4/utilities/_sizing.scss */
.w-auto {
  width: auto !important; }

/* line 7, baku/sass/bootstrap4/utilities/_sizing.scss */
.h-25 {
  height: 25% !important; }

/* line 7, baku/sass/bootstrap4/utilities/_sizing.scss */
.h-50 {
  height: 50% !important; }

/* line 7, baku/sass/bootstrap4/utilities/_sizing.scss */
.h-75 {
  height: 75% !important; }

/* line 7, baku/sass/bootstrap4/utilities/_sizing.scss */
.h-100 {
  height: 100% !important; }

/* line 7, baku/sass/bootstrap4/utilities/_sizing.scss */
.h-auto {
  height: auto !important; }

/* line 11, baku/sass/bootstrap4/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important; }

/* line 12, baku/sass/bootstrap4/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important; }

/* line 16, baku/sass/bootstrap4/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important; }

/* line 17, baku/sass/bootstrap4/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important; }

/* line 19, baku/sass/bootstrap4/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important; }

/* line 20, baku/sass/bootstrap4/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

/* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important; }

/* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important; }

/* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

/* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

/* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important; }

/* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important; }

/* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

/* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

/* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

/* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

/* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important; }

/* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

/* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

/* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

/* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

/* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important; }

/* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

/* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

/* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

/* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

/* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important; }

/* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

/* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

/* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

/* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

/* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important; }

/* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

/* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

/* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

/* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

/* line 55, baku/sass/bootstrap4/utilities/_spacing.scss */
.m-auto {
  margin: auto !important; }

/* line 56, baku/sass/bootstrap4/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important; }

/* line 60, baku/sass/bootstrap4/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important; }

/* line 64, baku/sass/bootstrap4/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

/* line 68, baku/sass/bootstrap4/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  /* line 55, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important; }

  /* line 56, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  /* line 60, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  /* line 64, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  /* line 68, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  /* line 55, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important; }

  /* line 56, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  /* line 60, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  /* line 64, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  /* line 68, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  /* line 55, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important; }

  /* line 56, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  /* line 60, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  /* line 64, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  /* line 68, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  /* line 11, baku/sass/bootstrap4/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important; }

  /* line 12, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  /* line 16, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  /* line 20, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  /* line 34, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important; }

  /* line 35, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  /* line 39, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  /* line 43, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  /* line 47, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  /* line 55, baku/sass/bootstrap4/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important; }

  /* line 56, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  /* line 60, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  /* line 64, baku/sass/bootstrap4/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  /* line 68, baku/sass/bootstrap4/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
/* line 7, baku/sass/bootstrap4/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 11, baku/sass/bootstrap4/utilities/_text.scss */
.text-justify {
  text-align: justify !important; }

/* line 12, baku/sass/bootstrap4/utilities/_text.scss */
.text-wrap {
  white-space: normal !important; }

/* line 13, baku/sass/bootstrap4/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 14, baku/sass/bootstrap4/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 22, baku/sass/bootstrap4/utilities/_text.scss */
.text-left {
  text-align: left !important; }

/* line 23, baku/sass/bootstrap4/utilities/_text.scss */
.text-right {
  text-align: right !important; }

/* line 24, baku/sass/bootstrap4/utilities/_text.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 22, baku/sass/bootstrap4/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important; }

  /* line 23, baku/sass/bootstrap4/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  /* line 22, baku/sass/bootstrap4/utilities/_text.scss */
  .text-md-left {
    text-align: left !important; }

  /* line 23, baku/sass/bootstrap4/utilities/_text.scss */
  .text-md-right {
    text-align: right !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_text.scss */
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  /* line 22, baku/sass/bootstrap4/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important; }

  /* line 23, baku/sass/bootstrap4/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  /* line 22, baku/sass/bootstrap4/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important; }

  /* line 23, baku/sass/bootstrap4/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important; }

  /* line 24, baku/sass/bootstrap4/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important; } }
/* line 30, baku/sass/bootstrap4/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 31, baku/sass/bootstrap4/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 32, baku/sass/bootstrap4/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 36, baku/sass/bootstrap4/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 37, baku/sass/bootstrap4/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important; }

/* line 38, baku/sass/bootstrap4/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 39, baku/sass/bootstrap4/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 40, baku/sass/bootstrap4/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important; }

/* line 41, baku/sass/bootstrap4/utilities/_text.scss */
.font-italic {
  font-style: italic !important; }

/* line 45, baku/sass/bootstrap4/utilities/_text.scss */
.text-white {
  color: #fff !important; }

/* line 6, baku/sass/bootstrap4/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

/* line 6, baku/sass/bootstrap4/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

/* line 6, baku/sass/bootstrap4/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

/* line 6, baku/sass/bootstrap4/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

/* line 6, baku/sass/bootstrap4/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

/* line 6, baku/sass/bootstrap4/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

/* line 6, baku/sass/bootstrap4/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

/* line 6, baku/sass/bootstrap4/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important; }

/* line 17, baku/sass/bootstrap4/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

/* line 51, baku/sass/bootstrap4/utilities/_text.scss */
.text-body {
  color: #212529 !important; }

/* line 52, baku/sass/bootstrap4/utilities/_text.scss */
.text-muted {
  color: #6c757d !important; }

/* line 54, baku/sass/bootstrap4/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 55, baku/sass/bootstrap4/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 59, baku/sass/bootstrap4/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 63, baku/sass/bootstrap4/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important; }

/* line 67, baku/sass/bootstrap4/utilities/_text.scss */
.text-reset {
  color: inherit !important; }

/* line 5, baku/sass/bootstrap4/utilities/_visibility.scss */
.visible {
  visibility: visible !important; }

/* line 9, baku/sass/bootstrap4/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important; }

@media print {
  /* line 13, baku/sass/bootstrap4/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  /* line 24, baku/sass/bootstrap4/_print.scss */
  a:not(.btn) {
    text-decoration: underline; }

  /* line 34, baku/sass/bootstrap4/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /* line 49, baku/sass/bootstrap4/_print.scss */
  pre {
    white-space: pre-wrap !important; }

  /* line 52, baku/sass/bootstrap4/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  /* line 63, baku/sass/bootstrap4/_print.scss */
  thead {
    display: table-header-group; }

  /* line 67, baku/sass/bootstrap4/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 72, baku/sass/bootstrap4/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 79, baku/sass/bootstrap4/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  /* line 92, baku/sass/bootstrap4/_print.scss */
  body {
    min-width: 992px !important; }

  /* line 95, baku/sass/bootstrap4/_print.scss */
  .container {
    min-width: 992px !important; }

  /* line 100, baku/sass/bootstrap4/_print.scss */
  .navbar {
    display: none; }

  /* line 103, baku/sass/bootstrap4/_print.scss */
  .badge {
    border: 1px solid #000; }

  /* line 107, baku/sass/bootstrap4/_print.scss */
  .table {
    border-collapse: collapse !important; }
    /* line 110, baku/sass/bootstrap4/_print.scss */
    .table td,
    .table th {
      background-color: #fff !important; }

  /* line 117, baku/sass/bootstrap4/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }

  /* line 123, baku/sass/bootstrap4/_print.scss */
  .table-dark {
    color: inherit; }
    /* line 126, baku/sass/bootstrap4/_print.scss */
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }

  /* line 134, baku/sass/bootstrap4/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/* Reset ----------------------------------------------------------------- */
/* line 4, baku/sass/foundation/_reset.scss */
li {
  list-style: none; }

/* line 5, baku/sass/foundation/_reset.scss */
a:hover {
  text-decoration: none; }

/* line 7, baku/sass/foundation/_reset.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* line 18, baku/sass/foundation/_reset.scss */
#wrap {
  overflow: hidden; }

/* line 21, baku/sass/foundation/_reset.scss */
img {
  max-width: 100%; }

/* line 22, baku/sass/foundation/_reset.scss */
hr {
  margin: 0; }

/* line 23, baku/sass/foundation/_reset.scss */
figure {
  padding: 0; }

/* line 24, baku/sass/foundation/_reset.scss */
button {
  border: none; }

/* Base ----------------------------------------------------------------- */
/* line 2, baku/sass/foundation/_base.scss */
html {
  font-size: 10px; }
  @media (min-width: 1200px) {
    /* line 2, baku/sass/foundation/_base.scss */
    html {
      font-size: 12px; } }

/* line 8, baku/sass/foundation/_base.scss */
body {
  font-size: 1.5rem;
  margin-top: 6rem; }
  @media (min-width: 992px) {
    /* line 8, baku/sass/foundation/_base.scss */
    body {
      margin-top: calc(5.5rem + 2.5rem); } }

/* line 16, baku/sass/foundation/_base.scss */
h1, h2, h3, h4, h5, p, a, li, tr, td, th, dl, dt, dd, address {
  color: #474747;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-feature-settings: "palt" 1; }

/* line 24, baku/sass/foundation/_base.scss */
ul, figure {
  margin: 0;
  padding: 0; }

/* line 29, baku/sass/foundation/_base.scss */
a:hover {
  color: #DB4D22; }

/* line 34, baku/sass/foundation/_base.scss */
::selection {
  background: #DB4D22;
  color: #F5F3EF; }

/* line 39, baku/sass/foundation/_base.scss */
::-moz-selection {
  background: #DB4D22;
  color: #F5F3EF; }

@font-face {
  font-family: 'font_woff';
  font-style: normal;
  font-weight: 400;
  src: url("lib/fonts/icomoon.ttf") format("woff");
  font-display: swap; }
/* ----------------------------------------------------------------- breadcrumb */
/* line 2, baku/sass/layout/_breadcrumb.scss */
.l-breadcrumb {
  padding: 0.5rem;
  opacity: 0.8; }
  /* line 5, baku/sass/layout/_breadcrumb.scss */
  .l-breadcrumb ol {
    display: flex;
    margin: 0; }
    /* line 8, baku/sass/layout/_breadcrumb.scss */
    .l-breadcrumb ol li {
      line-height: 1;
      font-size: 1.2rem; }
      /* line 11, baku/sass/layout/_breadcrumb.scss */
      .l-breadcrumb ol li a, .l-breadcrumb ol li span {
        line-height: 1;
        color: #F5F3EF;
        transition: all 0.3s ease; }
      /* line 16, baku/sass/layout/_breadcrumb.scss */
      .l-breadcrumb ol li a {
        font-size: 1.2rem; }
        /* line 19, baku/sass/layout/_breadcrumb.scss */
        .l-breadcrumb ol li a:hover span {
          color: #DB4F22; }

/* ----------------------------------------------------------------- footer */
@media (min-width: 768px) {
  /* line 8, baku/sass/layout/_footer.scss */
  .l-footer__top, .l-footer__top span, .l-footer__top span::before {
    transition: all 0.3s ease;
    color: #474747; }
  /* line 12, baku/sass/layout/_footer.scss */
  .l-footer__top:hover {
    background-color: rgba(219, 77, 34, 0.9); }
    /* line 14, baku/sass/layout/_footer.scss */
    .l-footer__top:hover span, .l-footer__top:hover span::before {
      color: #F5F3EF; } }
/* line 19, baku/sass/layout/_footer.scss */
.l-footer__top__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  color: #474747;
  text-align: center; }
/* line 28, baku/sass/layout/_footer.scss */
.l-footer__upper {
  padding: 1rem 0; }
  @media (min-width: 768px) {
    /* line 28, baku/sass/layout/_footer.scss */
    .l-footer__upper {
      padding: 8rem 0; } }
/* line 34, baku/sass/layout/_footer.scss */
.l-footer__logo {
  width: 80%; }
/* line 37, baku/sass/layout/_footer.scss */
.l-footer__info {
  margin-top: 2rem; }
  /* line 39, baku/sass/layout/_footer.scss */
  .l-footer__info p {
    margin-bottom: 0.5rem; }
/* line 44, baku/sass/layout/_footer.scss */
.l-footer__company p {
  color: #474747; }
/* line 48, baku/sass/layout/_footer.scss */
.l-footer__nav-main {
  display: flex;
  flex-wrap: wrap; }
  /* line 51, baku/sass/layout/_footer.scss */
  .l-footer__nav-main ul {
    width: 100%;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      /* line 51, baku/sass/layout/_footer.scss */
      .l-footer__nav-main ul {
        width: 50%; } }
/* line 60, baku/sass/layout/_footer.scss */
.l-footer__nav-sub {
  display: flex;
  flex-wrap: wrap; }
  /* line 63, baku/sass/layout/_footer.scss */
  .l-footer__nav-sub ul {
    width: 100%;
    padding: 0;
    margin: 0; }
/* line 69, baku/sass/layout/_footer.scss */
.l-footer__nav-item {
  width: 100%;
  height: 5rem;
  border-bottom: 1px dotted rgba(71, 71, 71, 0.5);
  box-sizing: border-box; }
  /* line 74, baku/sass/layout/_footer.scss */
  .l-footer__nav-item a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 5rem; }
  @media (min-width: 768px) {
    /* line 69, baku/sass/layout/_footer.scss */
    .l-footer__nav-item {
      border: none;
      height: 3rem; }
      /* line 83, baku/sass/layout/_footer.scss */
      .l-footer__nav-item a {
        line-height: 3rem; } }
/* line 88, baku/sass/layout/_footer.scss */
.l-footer__banner-off {
  background: none;
  box-shadow: none;
  border: 1px solid rgba(245, 243, 239, 0.5);
  box-sizing: border-box;
  border-radius: 0.8rem; }
  /* line 94, baku/sass/layout/_footer.scss */
  .l-footer__banner-off .logo path {
    fill: #F5F3EF; }

/* line 101, baku/sass/layout/_footer.scss */
p.copyr {
  background: #474747;
  width: 100%;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #F5F3EF;
  text-align: center;
  font-weight: normal; }

/* ----------------------------------------------------------------- Header */
/* line 27, baku/sass/layout/_header.scss */
body.home .home.l-header__nav__group__ul__li__item {
  background: rgba(71, 71, 71, 0.1); }
  @media (min-width: 992px) {
    /* line 17, baku/sass/layout/_header.scss */
    body.home .home.l-header__nav__group__ul__li__item:hover {
      background: rgba(71, 71, 71, 0.1); }
      /* line 19, baku/sass/layout/_header.scss */
      body.home .home.l-header__nav__group__ul__li__item:hover span {
        color: rgba(71, 71, 71, 0.8); } }
/* line 32, baku/sass/layout/_header.scss */
body.about .about.l-header__nav__group__ul__li__item {
  background: rgba(71, 71, 71, 0.1); }
  @media (min-width: 992px) {
    /* line 17, baku/sass/layout/_header.scss */
    body.about .about.l-header__nav__group__ul__li__item:hover {
      background: rgba(71, 71, 71, 0.1); }
      /* line 19, baku/sass/layout/_header.scss */
      body.about .about.l-header__nav__group__ul__li__item:hover span {
        color: rgba(71, 71, 71, 0.8); } }
/* line 37, baku/sass/layout/_header.scss */
body.service .service.l-header__nav__group__ul__li__item {
  background: rgba(71, 71, 71, 0.1); }
  @media (min-width: 992px) {
    /* line 17, baku/sass/layout/_header.scss */
    body.service .service.l-header__nav__group__ul__li__item:hover {
      background: rgba(71, 71, 71, 0.1); }
      /* line 19, baku/sass/layout/_header.scss */
      body.service .service.l-header__nav__group__ul__li__item:hover span {
        color: rgba(71, 71, 71, 0.8); } }
/* line 42, baku/sass/layout/_header.scss */
body.point .point.l-header__nav__group__ul__li__item {
  background: rgba(71, 71, 71, 0.1); }
  @media (min-width: 992px) {
    /* line 17, baku/sass/layout/_header.scss */
    body.point .point.l-header__nav__group__ul__li__item:hover {
      background: rgba(71, 71, 71, 0.1); }
      /* line 19, baku/sass/layout/_header.scss */
      body.point .point.l-header__nav__group__ul__li__item:hover span {
        color: rgba(71, 71, 71, 0.8); } }
/* line 47, baku/sass/layout/_header.scss */
body.post-type-archive-works .works.l-header__nav__group__ul__li__item {
  background: rgba(71, 71, 71, 0.1); }
  @media (min-width: 992px) {
    /* line 17, baku/sass/layout/_header.scss */
    body.post-type-archive-works .works.l-header__nav__group__ul__li__item:hover {
      background: rgba(71, 71, 71, 0.1); }
      /* line 19, baku/sass/layout/_header.scss */
      body.post-type-archive-works .works.l-header__nav__group__ul__li__item:hover span {
        color: rgba(71, 71, 71, 0.8); } }
/* line 52, baku/sass/layout/_header.scss */
body.flow .flow.l-header__nav__group__ul__li__item {
  background: rgba(71, 71, 71, 0.1); }
  @media (min-width: 992px) {
    /* line 17, baku/sass/layout/_header.scss */
    body.flow .flow.l-header__nav__group__ul__li__item:hover {
      background: rgba(71, 71, 71, 0.1); }
      /* line 19, baku/sass/layout/_header.scss */
      body.flow .flow.l-header__nav__group__ul__li__item:hover span {
        color: rgba(71, 71, 71, 0.8); } }
/* line 57, baku/sass/layout/_header.scss */
body.company .company.l-header__nav__group__ul__li__item {
  background: rgba(71, 71, 71, 0.1); }
  @media (min-width: 992px) {
    /* line 17, baku/sass/layout/_header.scss */
    body.company .company.l-header__nav__group__ul__li__item:hover {
      background: rgba(71, 71, 71, 0.1); }
      /* line 19, baku/sass/layout/_header.scss */
      body.company .company.l-header__nav__group__ul__li__item:hover span {
        color: rgba(71, 71, 71, 0.8); } }

@media (min-width: 992px) {
  /* line 68, baku/sass/layout/_header.scss */
  .l-header__nav__group__ul__li__item:hover {
    background: #DB4D22;
    color: #F5F3EF; }
    /* line 71, baku/sass/layout/_header.scss */
    .l-header__nav__group__ul__li__item:hover span, .l-header__nav__group__ul__li__item:hover span::before {
      color: #F5F3EF; }
  /* line 75, baku/sass/layout/_header.scss */
  .l-header__nav__group__ul__li__item, .l-header__nav__group__ul__li__item span, .l-header__nav__group__ul__li__item span::before {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; } }

/********* ページを読み込んだときここから */
/* line 84, baku/sass/layout/_header.scss */
.l-header {
  height: 6rem;
  padding: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background-color: #F5F3EF;
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    /* line 84, baku/sass/layout/_header.scss */
    .l-header {
      height: calc(5.5rem + 2.5rem); } }
  /* line 97, baku/sass/layout/_header.scss */
  .l-header__logo-wrap {
    height: 6rem;
    padding: 0 0 0 1.5rem; }
    @media (min-width: 992px) {
      /* line 97, baku/sass/layout/_header.scss */
      .l-header__logo-wrap {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        position: absolute;
        top: 2.5rem;
        height: 5.5rem;
        padding: 0 0 0 1.5rem; } }
    /* line 108, baku/sass/layout/_header.scss */
    .l-header__logo-wrap__logo {
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      height: 2.6rem; }
      /* line 112, baku/sass/layout/_header.scss */
      .l-header__logo-wrap__logo a {
        z-index: 1000; }
      @media (min-width: 992px) {
        /* line 108, baku/sass/layout/_header.scss */
        .l-header__logo-wrap__logo {
          height: 3.8rem; } }
  /* line 120, baku/sass/layout/_header.scss */
  .l-header__nav {
    box-shadow: 0 5px 15px rgba(71, 71, 71, 0.2);
    background-color: #F5F3EF; }
    @media (min-width: 992px) {
      /* line 120, baku/sass/layout/_header.scss */
      .l-header__nav {
        box-shadow: none;
        height: 100%;
        flex-wrap: wrap-reverse; } }
    @media (min-width: 992px) {
      /* line 129, baku/sass/layout/_header.scss */
      .l-header__nav__group {
        height: 5.5rem;
        width: 100%;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease; } }
    /* line 136, baku/sass/layout/_header.scss */
    .l-header__nav__group__ul {
      background-color: #F5F3EF;
      width: 100%; }
      @media (min-width: 992px) {
        /* line 136, baku/sass/layout/_header.scss */
        .l-header__nav__group__ul {
          width: auto;
          padding-right: 1.5rem; } }
      /* line 143, baku/sass/layout/_header.scss */
      .l-header__nav__group__ul__li {
        border-bottom: solid 1px rgba(71, 71, 71, 0.2); }
        @media (min-width: 992px) {
          /* line 143, baku/sass/layout/_header.scss */
          .l-header__nav__group__ul__li {
            border: none; } }
        /* line 148, baku/sass/layout/_header.scss */
        .l-header__nav__group__ul__li__item {
          padding: 1.2rem;
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          height: 100%;
          font-family: "Noto Serif JP", serif; }
          @media (min-width: 992px) {
            /* line 148, baku/sass/layout/_header.scss */
            .l-header__nav__group__ul__li__item {
              padding: 0;
              justify-content: center; }
              /* line 159, baku/sass/layout/_header.scss */
              .l-header__nav__group__ul__li__item span, .l-header__nav__group__ul__li__item span::before {
                color: #474747; }
              /* line 162, baku/sass/layout/_header.scss */
              .l-header__nav__group__ul__li__item:hover {
                background-color: #DB4D22; }
                /* line 164, baku/sass/layout/_header.scss */
                .l-header__nav__group__ul__li__item:hover span, .l-header__nav__group__ul__li__item:hover span::before {
                  color: #F5F3EF; } }
    /* line 175, baku/sass/layout/_header.scss */
    .l-header__nav__subgroup {
      background-color: #DB4D22; }
      @media (min-width: 992px) {
        /* line 175, baku/sass/layout/_header.scss */
        .l-header__nav__subgroup {
          height: 2.5rem;
          width: 100%;
          background-color: #DB4D22; } }
      /* line 182, baku/sass/layout/_header.scss */
      .l-header__nav__subgroup__ul {
        width: 100%;
        flex-direction: inherit;
        flex-wrap: wrap; }
        @media (min-width: 992px) {
          /* line 182, baku/sass/layout/_header.scss */
          .l-header__nav__subgroup__ul {
            height: 100%; } }
        /* line 190, baku/sass/layout/_header.scss */
        .l-header__nav__subgroup__ul__catch h1 {
          font-size: 1.2rem;
          padding-top: 0.4rem; }
        /* line 195, baku/sass/layout/_header.scss */
        .l-header__nav__subgroup__ul__li {
          width: 50%;
          padding: 0;
          border-bottom: solid 1px rgba(245, 243, 239, 0.2); }
          @media (min-width: 992px) {
            /* line 195, baku/sass/layout/_header.scss */
            .l-header__nav__subgroup__ul__li {
              width: auto;
              margin-right: 1.6rem;
              border: none; } }
          /* line 204, baku/sass/layout/_header.scss */
          .l-header__nav__subgroup__ul__li a {
            font-size: 1.3rem;
            padding: 2rem;
            width: 100%;
            display: block; }
            @media (min-width: 992px) {
              /* line 204, baku/sass/layout/_header.scss */
              .l-header__nav__subgroup__ul__li a {
                padding: 0;
                text-align: center;
                vertical-align: middle;
                line-height: 2.5rem; } }
          /* line 216, baku/sass/layout/_header.scss */
          .l-header__nav__subgroup__ul__li:nth-child(even) {
            border-right: solid 1px rgba(245, 243, 239, 0.2); }
            @media (min-width: 992px) {
              /* line 216, baku/sass/layout/_header.scss */
              .l-header__nav__subgroup__ul__li:nth-child(even) {
                border: none; } }
        /* line 223, baku/sass/layout/_header.scss */
        .l-header__nav__subgroup__ul__con {
          width: 100%;
          padding: 0.8rem; }
          @media (min-width: 992px) {
            /* line 223, baku/sass/layout/_header.scss */
            .l-header__nav__subgroup__ul__con {
              width: auto;
              padding: 0;
              height: 100%; } }
          /* line 231, baku/sass/layout/_header.scss */
          .l-header__nav__subgroup__ul__con__btn {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 4.6rem;
            padding: 2.3rem;
            border-radius: 0.5rem;
            box-shadow: 0 1px 3px rgba(71, 71, 71, 0.4); }
            /* line 238, baku/sass/layout/_header.scss */
            .l-header__nav__subgroup__ul__con__btn span, .l-header__nav__subgroup__ul__con__btn span::before {
              color: #F5F3EF; }
            @media (min-width: 992px) {
              /* line 231, baku/sass/layout/_header.scss */
              .l-header__nav__subgroup__ul__con__btn {
                width: auto;
                height: 100%;
                padding: 0 2.3rem;
                font-size: 1.6rem;
                border-radius: 0;
                box-shadow: none; } }

/* line 262, baku/sass/layout/_header.scss */
.l-dropdown__toggle {
  border: none;
  background: initial; }
  /* line 265, baku/sass/layout/_header.scss */
  .l-dropdown__toggle:focus {
    outline: none; }
  /* line 268, baku/sass/layout/_header.scss */
  .l-dropdown__toggle::after {
    content: none; }
/* line 272, baku/sass/layout/_header.scss */
.l-dropdown__icon {
  position: absolute;
  right: 1.2rem;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    /* line 272, baku/sass/layout/_header.scss */
    .l-dropdown__icon {
      right: 0.5rem; } }
  /* line 279, baku/sass/layout/_header.scss */
  .l-dropdown__icon::before {
    color: #474747; }
/* line 284, baku/sass/layout/_header.scss */
.l-dropdown.show .l-dropdown__toggle {
  transition: all 0.3s ease;
  background-color: #DB4D22; }
  /* line 287, baku/sass/layout/_header.scss */
  .l-dropdown.show .l-dropdown__toggle p, .l-dropdown.show .l-dropdown__toggle span, .l-dropdown.show .l-dropdown__toggle span::before {
    color: #F5F3EF; }
  /* line 290, baku/sass/layout/_header.scss */
  .l-dropdown.show .l-dropdown__toggle .l-dropdown__icon {
    transform: rotateX(180deg); }
/* line 296, baku/sass/layout/_header.scss */
.l-dropdown__menu {
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.6rem;
  border-radius: 0; }
  @media (min-width: 992px) {
    /* line 296, baku/sass/layout/_header.scss */
    .l-dropdown__menu {
      position: fixed !important;
      width: 100vw;
      left: 0;
      top: 0;
      margin-top: calc(5.5rem + 2.5rem);
      box-shadow: 0 5px 15px rgba(71, 71, 71, 0.2); } }
  /* line 315, baku/sass/layout/_header.scss */
  .l-dropdown__menu.show {
    height: 68rem; }
    @media (min-width: 768px) {
      /* line 315, baku/sass/layout/_header.scss */
      .l-dropdown__menu.show {
        height: 70.9rem; } }
    @media (min-width: 992px) {
      /* line 315, baku/sass/layout/_header.scss */
      .l-dropdown__menu.show {
        height: 53.2rem; } }

/********* ページを読み込んだときここまで */
/********* 下にスクロールしてるときここから */
/* line 330, baku/sass/layout/_header.scss */
.l-header.is-fixed {
  position: fixed;
  box-shadow: 0 5px 15px rgba(71, 71, 71, 0.2);
  transform: translateY(-6rem); }
  @media (min-width: 992px) {
    /* line 330, baku/sass/layout/_header.scss */
    .l-header.is-fixed {
      transform: translateY(-2px);
      height: 4.5rem; }
      /* line 337, baku/sass/layout/_header.scss */
      .l-header.is-fixed .l-header__nav__group {
        height: 4.5rem; }
      /* line 340, baku/sass/layout/_header.scss */
      .l-header.is-fixed .l-header__logo-wrap {
        top: 0;
        height: 4.5rem; }
      /* line 344, baku/sass/layout/_header.scss */
      .l-header.is-fixed .l-header__logo-wrap__logo {
        height: 3rem; }
      /* line 347, baku/sass/layout/_header.scss */
      .l-header.is-fixed .dropdown-menu {
        margin-top: 4.5rem; } }

/********* 下にスクロールしてるときここまで */
/********* 上にスクロールしてるときここから */
/* line 355, baku/sass/layout/_header.scss */
.l-header.is-show {
  transform: translateY(0); }
  @media (min-width: 992px) {
    /* line 355, baku/sass/layout/_header.scss */
    .l-header.is-show {
      height: calc(5.5rem + 2.5rem); }
      /* line 359, baku/sass/layout/_header.scss */
      .l-header.is-show .l-header__nav__group {
        height: 5.5rem; }
      /* line 362, baku/sass/layout/_header.scss */
      .l-header.is-show .l-header__logo-wrap {
        top: 2.5rem;
        height: 5.5rem; }
      /* line 366, baku/sass/layout/_header.scss */
      .l-header.is-show .l-header__logo-wrap__logo {
        height: 3.8rem; }
      /* line 369, baku/sass/layout/_header.scss */
      .l-header.is-show .dropdown-menu {
        margin-top: calc(5.5rem + 2.5rem); } }

/********* 上にスクロールしてるときここまで */
/********************* スマホ時のヘッダーボタン */
/* line 381, baku/sass/layout/_header.scss */
.l-header .l-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1100;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background-color: #474747;
  border-radius: 0 !important;
  border: none; }
  /* line 396, baku/sass/layout/_header.scss */
  .l-header .l-toggler span {
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #F5F3EF;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
    /* line 404, baku/sass/layout/_header.scss */
    .l-header .l-toggler span:nth-child(1) {
      transform: translateY(-12px); }
    /* line 405, baku/sass/layout/_header.scss */
    .l-header .l-toggler span:nth-child(2) {
      transform: translateY(-5px); }
    /* line 406, baku/sass/layout/_header.scss */
    .l-header .l-toggler span:nth-child(3) {
      transform: translateY(2px); }
  /* line 408, baku/sass/layout/_header.scss */
  .l-header .l-toggler__text {
    margin-top: 1rem;
    transform: translateY(14px);
    font-size: 8px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: #F5F3EF; }
  @media (min-width: 992px) {
    /* line 381, baku/sass/layout/_header.scss */
    .l-header .l-toggler {
      display: none; } }

/* line 424, baku/sass/layout/_header.scss */
.l-toggler.active {
  background-color: #474747; }
  /* line 427, baku/sass/layout/_header.scss */
  .l-toggler.active span:nth-child(1) {
    transform: rotate(-135deg) translateY(5px) translateX(5px); }
  /* line 428, baku/sass/layout/_header.scss */
  .l-toggler.active span:nth-child(2) {
    width: 0; }
  /* line 429, baku/sass/layout/_header.scss */
  .l-toggler.active span:nth-child(3) {
    transform: rotate(135deg) translateY(5px) translateX(-5px); }

/* スニペット：l-header：Sub:無 Mega:有 ここまで */
/* line 437, baku/sass/layout/_header.scss */
.l-header-en-jp__en {
  font-size: 1.7rem; }
@media (min-width: 992px) {
  /* line 436, baku/sass/layout/_header.scss */
  .l-header-en-jp {
    position: relative;
    width: 9.5rem;
    height: 2rem; }
    /* line 444, baku/sass/layout/_header.scss */
    .l-header-en-jp span {
      transition: all 0.3s ease;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: block;
      line-height: 2rem;
      font-weight: bold; }
    /* line 454, baku/sass/layout/_header.scss */
    .l-header-en-jp__en {
      opacity: 1; }
    /* line 457, baku/sass/layout/_header.scss */
    .l-header-en-jp__jp {
      opacity: 0; } }

@media (min-width: 992px) {
  /* line 465, baku/sass/layout/_header.scss */
  .l-header__nav__group__ul__li__item:hover .l-header-en-jp__en {
    opacity: 0; }
  /* line 468, baku/sass/layout/_header.scss */
  .l-header__nav__group__ul__li__item:hover .l-header-en-jp__jp {
    opacity: 1; } }

/* ----------------------------------------------------------------- pagetitle */
/* line 3, baku/sass/layout/_pagetitle.scss */
.l-pagetitle {
  position: relative;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 9, baku/sass/layout/_pagetitle.scss */
  .l-pagetitle__text {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 6rem 0; }
    /* line 14, baku/sass/layout/_pagetitle.scss */
    .l-pagetitle__text__title {
      text-align: center; }
      /* line 16, baku/sass/layout/_pagetitle.scss */
      .l-pagetitle__text__title__en {
        font-size: 4.2rem;
        color: #F5F3EF;
        line-height: 1;
        margin: 0; }
        /* line 21, baku/sass/layout/_pagetitle.scss */
        .l-pagetitle__text__title__en::after {
          content: "";
          display: block;
          width: 10rem;
          height: 0.4rem;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          background: #DB4D22;
          margin: 1rem auto; }
      /* line 27, baku/sass/layout/_pagetitle.scss */
      .l-pagetitle__text__title__ja {
        font-size: 1.5rem;
        color: #F5F3EF;
        font-weight: bold;
        line-height: 1; }
    /* line 35, baku/sass/layout/_pagetitle.scss */
    .l-pagetitle__text__p {
      color: #F5F3EF;
      max-width: 37rem;
      margin: 1rem auto 0;
      line-height: 1.8; }
    /* line 42, baku/sass/layout/_pagetitle.scss */
    .l-pagetitle__text__service {
      font-size: 3rem; }
      /* line 44, baku/sass/layout/_pagetitle.scss */
      .l-pagetitle__text__service span {
        font-size: 3.6rem;
        font-weight: bold;
        display: inline-block; }
  /* line 51, baku/sass/layout/_pagetitle.scss */
  .l-pagetitle__info {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 6rem 0 5rem; }
    /* line 56, baku/sass/layout/_pagetitle.scss */
    .l-pagetitle__info__h1 {
      color: #F5F3EF;
      padding: 0;
      font-weight: bold; }
    /* line 61, baku/sass/layout/_pagetitle.scss */
    .l-pagetitle__info__line {
      margin: 1rem 0 0.8rem;
      border-top: 1px solid rgba(245, 243, 239, 0.8); }
    /* line 65, baku/sass/layout/_pagetitle.scss */
    .l-pagetitle__info__status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0; }
      /* line 71, baku/sass/layout/_pagetitle.scss */
      .l-pagetitle__info__status .p_date {
        color: #F5F3EF; }
      /* line 75, baku/sass/layout/_pagetitle.scss */
      .l-pagetitle__info__status .p-info__sns .bzb-sns-btn {
        display: table-cell;
        margin: 0;
        padding: 6px 0 0 0; }
        /* line 79, baku/sass/layout/_pagetitle.scss */
        .l-pagetitle__info__status .p-info__sns .bzb-sns-btn li {
          font-size: 13px;
          vertical-align: top;
          margin: 0 2px;
          display: inline-block; }
  /* line 90, baku/sass/layout/_pagetitle.scss */
  .l-pagetitle__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5; }

/* ----------------------------------------------------------------- Sidebar */
/* ----------------------------------------------------------------- main */
/* line 3, baku/sass/layout/_main.scss */
.l-main {
  margin: 0;
  padding: 0;
  background: none; }

/* ----------------------------------------------------------------- Component__animation */
/* ----------------------------------------------------------------- Component__button */
/* -------------------------------- ボタンここから */
/* line 12, baku/sass/object/component/_button.scss */
.c-btn {
  border-radius: 0.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-weight: bold; }
  /* line 22, baku/sass/object/component/_button.scss */
  .c-btn:hover {
    text-decoration: none !important; }
  @media (min-width: 992px) {
    /* line 24, baku/sass/object/component/_button.scss */
    .c-btn, .c-btn span, .c-btn span::before {
      transition: all 0.3s ease; } }
  /* line 27, baku/sass/object/component/_button.scss */
  .c-btn-s {
    height: 4rem; }
  /* line 28, baku/sass/object/component/_button.scss */
  .c-btn-m {
    height: 4.6rem; }
  /* line 29, baku/sass/object/component/_button.scss */
  .c-btn-l {
    height: 11rem; }
  /* line 33, baku/sass/object/component/_button.scss */
  .c-btn-box_s {
    width: 100%;
    max-width: 18rem;
    margin: 0 auto; }
  /* line 38, baku/sass/object/component/_button.scss */
  .c-btn-box_m {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto; }
  /* line 43, baku/sass/object/component/_button.scss */
  .c-btn-box_l {
    width: 100%;
    max-width: 36rem;
    margin: 0 auto; }
  /* line 51, baku/sass/object/component/_button.scss */
  .c-btn-nomal {
    background: #474747; }
    /* line 53, baku/sass/object/component/_button.scss */
    .c-btn-nomal span, .c-btn-nomal span::before {
      color: #F5F3EF; }
  /* line 58, baku/sass/object/component/_button.scss */
  .c-btn-contents1 {
    background: #89480C; }
    /* line 60, baku/sass/object/component/_button.scss */
    .c-btn-contents1 span, .c-btn-contents1 span::before {
      color: #F5F3EF; }
  /* line 65, baku/sass/object/component/_button.scss */
  .c-btn-contents2 {
    background: #302F67; }
    /* line 67, baku/sass/object/component/_button.scss */
    .c-btn-contents2 span, .c-btn-contents2 span::before {
      color: #F5F3EF; }
  /* line 72, baku/sass/object/component/_button.scss */
  .c-btn-contents3 {
    background: #D17519; }
    /* line 74, baku/sass/object/component/_button.scss */
    .c-btn-contents3 span, .c-btn-contents3 span::before {
      color: #F5F3EF; }
  /* line 79, baku/sass/object/component/_button.scss */
  .c-btn-cv {
    background: linear-gradient(90deg, #21D4FD, #B721FF); }
    /* line 81, baku/sass/object/component/_button.scss */
    .c-btn-cv span, .c-btn-cv span::before {
      color: #F5F3EF; }
  /* line 86, baku/sass/object/component/_button.scss */
  .c-btn-float {
    box-shadow: 0 1px 3px rgba(71, 71, 71, 0.4); }
    @media (min-width: 768px) {
      /* line 89, baku/sass/object/component/_button.scss */
      .c-btn-float:hover {
        box-shadow: 0 5px 15px rgba(71, 71, 71, 0.2);
        transform: translateY(-3px); } }
  /* line 98, baku/sass/object/component/_button.scss */
  .c-btn-ghost_p {
    border: 2px solid rgba(219, 77, 34, 0.7);
    color: #DB4D22; }
    /* line 101, baku/sass/object/component/_button.scss */
    .c-btn-ghost_p span, .c-btn-ghost_p span::before {
      color: #DB4D22; }
    @media (min-width: 768px) {
      /* line 105, baku/sass/object/component/_button.scss */
      .c-btn-ghost_p:hover {
        border: 1px solid #db4d22;
        background-color: #db4d22; }
        /* line 108, baku/sass/object/component/_button.scss */
        .c-btn-ghost_p:hover span, .c-btn-ghost_p:hover span::before {
          color: #F5F3EF; } }
  /* line 114, baku/sass/object/component/_button.scss */
  .c-btn-ghost_w {
    border: 2px solid rgba(245, 243, 239, 0.5); }
    /* line 116, baku/sass/object/component/_button.scss */
    .c-btn-ghost_w span, .c-btn-ghost_w span::before {
      color: #F5F3EF; }
    @media (min-width: 768px) {
      /* line 120, baku/sass/object/component/_button.scss */
      .c-btn-ghost_w:hover {
        border: 1px solid #F5F3EF;
        background-color: #f5f3ef; }
        /* line 123, baku/sass/object/component/_button.scss */
        .c-btn-ghost_w:hover span, .c-btn-ghost_w:hover span::before {
          color: #DB4D22; } }
  /* line 129, baku/sass/object/component/_button.scss */
  .c-btn-ghost_c3 {
    border: 2px solid rgba(209, 117, 25, 0.5);
    color: #D17519; }
    /* line 132, baku/sass/object/component/_button.scss */
    .c-btn-ghost_c3 span, .c-btn-ghost_c3 span::before {
      color: #D17519; }
    @media (min-width: 768px) {
      /* line 136, baku/sass/object/component/_button.scss */
      .c-btn-ghost_c3:hover {
        border: 1px solid #d17519;
        background-color: #d17519; }
        /* line 139, baku/sass/object/component/_button.scss */
        .c-btn-ghost_c3:hover span, .c-btn-ghost_c3:hover span::before {
          color: #F5F3EF; } }
  /* line 145, baku/sass/object/component/_button.scss */
  .c-btn-ghost_c4 {
    border: 2px solid rgba(21, 136, 118, 0.5);
    color: #158876; }
    /* line 148, baku/sass/object/component/_button.scss */
    .c-btn-ghost_c4 span, .c-btn-ghost_c4 span::before {
      color: #158876; }
    @media (min-width: 768px) {
      /* line 152, baku/sass/object/component/_button.scss */
      .c-btn-ghost_c4:hover {
        border: 1px solid #158876;
        background-color: #158876; }
        /* line 155, baku/sass/object/component/_button.scss */
        .c-btn-ghost_c4:hover span, .c-btn-ghost_c4:hover span::before {
          color: #F5F3EF; } }
  /* line 161, baku/sass/object/component/_button.scss */
  .c-btn-ghost_c5 {
    border: 2px solid rgba(86, 40, 126, 0.5);
    color: #56287E; }
    /* line 164, baku/sass/object/component/_button.scss */
    .c-btn-ghost_c5 span, .c-btn-ghost_c5 span::before {
      color: #56287E; }
    @media (min-width: 768px) {
      /* line 168, baku/sass/object/component/_button.scss */
      .c-btn-ghost_c5:hover {
        border: 1px solid #56287e;
        background-color: #56287e; }
        /* line 171, baku/sass/object/component/_button.scss */
        .c-btn-ghost_c5:hover span, .c-btn-ghost_c5:hover span::before {
          color: #F5F3EF; } }
  @media (min-width: 768px) {
    /* line 179, baku/sass/object/component/_button.scss */
    .c-btn-banner {
      position: relative;
      overflow: hidden; }
      /* line 183, baku/sass/object/component/_button.scss */
      .c-btn-banner::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #F5F3EF;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.3s ease; }
      /* line 196, baku/sass/object/component/_button.scss */
      .c-btn-banner:hover::after {
        opacity: 0.3; } }

/* line 205, baku/sass/object/component/_button.scss */
.c-card:hover .c-btn-ghost_p {
  border: 1px solid #db4d22;
  background-color: #db4d22; }
  /* line 208, baku/sass/object/component/_button.scss */
  .c-card:hover .c-btn-ghost_p span, .c-card:hover .c-btn-ghost_p span::before {
    color: #F5F3EF; }
/* line 213, baku/sass/object/component/_button.scss */
.c-card:hover .c-btn-ghost_w {
  border: 1px solid #F5F3EF;
  background-color: #f5f3ef; }
  /* line 216, baku/sass/object/component/_button.scss */
  .c-card:hover .c-btn-ghost_w span, .c-card:hover .c-btn-ghost_w span::before {
    color: #DB4D22; }

/* line 225, baku/sass/object/component/_button.scss */
.c-btn-box-baku {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  overflow: hidden; }
  /* line 232, baku/sass/object/component/_button.scss */
  .c-btn-box-baku__btn {
    position: relative;
    z-index: 2;
    max-width: 27.7rem; }
  /* line 237, baku/sass/object/component/_button.scss */
  .c-btn-box-baku__en {
    position: absolute;
    text-align: center;
    color: #fff;
    opacity: 0.1;
    font-size: 10rem;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto; }

/* line 251, baku/sass/object/component/_button.scss */
.c-btn-cv-baku1 {
  background: linear-gradient(90deg, #F9D423, #FF4E50); }
  /* line 253, baku/sass/object/component/_button.scss */
  .c-btn-cv-baku1 span, .c-btn-cv-baku1 span::before {
    color: #F5F3EF; }
/* line 258, baku/sass/object/component/_button.scss */
.c-btn-cv-baku2 {
  background: linear-gradient(90deg, #21D4FD, #B721FF); }
  /* line 260, baku/sass/object/component/_button.scss */
  .c-btn-cv-baku2 span, .c-btn-cv-baku2 span::before {
    color: #F5F3EF; }
/* line 266, baku/sass/object/component/_button.scss */
.c-btn-en1 {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0.1;
  font-size: 8rem;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto; }

/* ----------------------------------------------------------------- Component__card */
/* line 53, baku/sass/object/component/_card.scss */
.about .about.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .about .about.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .about .about.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .about .about.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .about .about.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .about .about.c-card p {
    color: #DB4D22; }

/* line 54, baku/sass/object/component/_card.scss */
.service .service.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .service .service.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .service .service.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .service .service.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .service .service.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .service .service.c-card p {
    color: #DB4D22; }

/* line 55, baku/sass/object/component/_card.scss */
.point .point.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .point .point.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .point .point.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .point .point.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .point .point.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .point .point.c-card p {
    color: #DB4D22; }

/* line 56, baku/sass/object/component/_card.scss */
.company .company.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .company .company.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .company .company.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .company .company.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .company .company.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .company .company.c-card p {
    color: #DB4D22; }

/* line 58, baku/sass/object/component/_card.scss */
.sample01-c-animation .sample01-c-animation.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-c-animation .sample01-c-animation.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-c-animation .sample01-c-animation.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-c-animation .sample01-c-animation.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-c-animation .sample01-c-animation.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-c-animation .sample01-c-animation.c-card p {
    color: #DB4D22; }

/* line 59, baku/sass/object/component/_card.scss */
.sample01-c-button .sample01-c-button.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-c-button .sample01-c-button.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-c-button .sample01-c-button.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-c-button .sample01-c-button.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-c-button .sample01-c-button.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-c-button .sample01-c-button.c-card p {
    color: #DB4D22; }

/* line 60, baku/sass/object/component/_card.scss */
.sample01-c-card .sample01-c-card.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-c-card .sample01-c-card.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-c-card .sample01-c-card.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-c-card .sample01-c-card.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-c-card .sample01-c-card.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-c-card .sample01-c-card.c-card p {
    color: #DB4D22; }

/* line 61, baku/sass/object/component/_card.scss */
.sample01-c-icon .sample01-c-icon.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-c-icon .sample01-c-icon.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-c-icon .sample01-c-icon.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-c-icon .sample01-c-icon.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-c-icon .sample01-c-icon.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-c-icon .sample01-c-icon.c-card p {
    color: #DB4D22; }

/* line 62, baku/sass/object/component/_card.scss */
.sample01-c-layout .sample01-c-layout.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-c-layout .sample01-c-layout.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-c-layout .sample01-c-layout.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-c-layout .sample01-c-layout.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-c-layout .sample01-c-layout.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-c-layout .sample01-c-layout.c-card p {
    color: #DB4D22; }

/* line 63, baku/sass/object/component/_card.scss */
.sample01-c-link .sample01-c-link.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-c-link .sample01-c-link.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-c-link .sample01-c-link.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-c-link .sample01-c-link.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-c-link .sample01-c-link.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-c-link .sample01-c-link.c-card p {
    color: #DB4D22; }

/* line 64, baku/sass/object/component/_card.scss */
.sample01-c-list .sample01-c-list.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-c-list .sample01-c-list.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-c-list .sample01-c-list.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-c-list .sample01-c-list.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-c-list .sample01-c-list.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-c-list .sample01-c-list.c-card p {
    color: #DB4D22; }

/* line 65, baku/sass/object/component/_card.scss */
.sample01-c-media .sample01-c-media.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-c-media .sample01-c-media.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-c-media .sample01-c-media.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-c-media .sample01-c-media.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-c-media .sample01-c-media.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-c-media .sample01-c-media.c-card p {
    color: #DB4D22; }

/* line 66, baku/sass/object/component/_card.scss */
.sample01-c-table .sample01-c-table.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-c-table .sample01-c-table.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-c-table .sample01-c-table.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-c-table .sample01-c-table.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-c-table .sample01-c-table.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-c-table .sample01-c-table.c-card p {
    color: #DB4D22; }

/* line 67, baku/sass/object/component/_card.scss */
.sample01-c-title .sample01-c-title.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-c-title .sample01-c-title.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-c-title .sample01-c-title.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-c-title .sample01-c-title.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-c-title .sample01-c-title.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-c-title .sample01-c-title.c-card p {
    color: #DB4D22; }

/* line 68, baku/sass/object/component/_card.scss */
.sample01-p-articles .sample01-p-articles.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-p-articles .sample01-p-articles.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-p-articles .sample01-p-articles.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-p-articles .sample01-p-articles.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-p-articles .sample01-p-articles.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-p-articles .sample01-p-articles.c-card p {
    color: #DB4D22; }

/* line 69, baku/sass/object/component/_card.scss */
.sample01-p-content .sample01-p-content.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-p-content .sample01-p-content.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-p-content .sample01-p-content.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-p-content .sample01-p-content.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-p-content .sample01-p-content.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-p-content .sample01-p-content.c-card p {
    color: #DB4D22; }

/* line 70, baku/sass/object/component/_card.scss */
.sample01-p-hero .sample01-p-hero.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-p-hero .sample01-p-hero.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-p-hero .sample01-p-hero.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-p-hero .sample01-p-hero.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-p-hero .sample01-p-hero.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-p-hero .sample01-p-hero.c-card p {
    color: #DB4D22; }

/* line 71, baku/sass/object/component/_card.scss */
.sample01-p-info .sample01-p-info.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-p-info .sample01-p-info.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-p-info .sample01-p-info.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-p-info .sample01-p-info.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-p-info .sample01-p-info.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-p-info .sample01-p-info.c-card p {
    color: #DB4D22; }

/* line 72, baku/sass/object/component/_card.scss */
.sample01-p-page .sample01-p-page.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-p-page .sample01-p-page.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-p-page .sample01-p-page.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-p-page .sample01-p-page.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-p-page .sample01-p-page.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-p-page .sample01-p-page.c-card p {
    color: #DB4D22; }

/* line 73, baku/sass/object/component/_card.scss */
.sample01-u-background .sample01-u-background.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-u-background .sample01-u-background.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-u-background .sample01-u-background.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-u-background .sample01-u-background.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-u-background .sample01-u-background.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-u-background .sample01-u-background.c-card p {
    color: #DB4D22; }

/* line 74, baku/sass/object/component/_card.scss */
.sample01-u-border .sample01-u-border.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-u-border .sample01-u-border.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-u-border .sample01-u-border.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-u-border .sample01-u-border.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-u-border .sample01-u-border.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-u-border .sample01-u-border.c-card p {
    color: #DB4D22; }

/* line 75, baku/sass/object/component/_card.scss */
.sample01-u-display .sample01-u-display.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-u-display .sample01-u-display.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-u-display .sample01-u-display.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-u-display .sample01-u-display.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-u-display .sample01-u-display.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-u-display .sample01-u-display.c-card p {
    color: #DB4D22; }

/* line 76, baku/sass/object/component/_card.scss */
.sample01-u-flex .sample01-u-flex.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-u-flex .sample01-u-flex.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-u-flex .sample01-u-flex.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-u-flex .sample01-u-flex.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-u-flex .sample01-u-flex.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-u-flex .sample01-u-flex.c-card p {
    color: #DB4D22; }

/* line 77, baku/sass/object/component/_card.scss */
.sample01-u-size .sample01-u-size.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-u-size .sample01-u-size.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-u-size .sample01-u-size.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-u-size .sample01-u-size.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-u-size .sample01-u-size.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-u-size .sample01-u-size.c-card p {
    color: #DB4D22; }

/* line 78, baku/sass/object/component/_card.scss */
.sample01-u-spacing .sample01-u-spacing.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-u-spacing .sample01-u-spacing.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-u-spacing .sample01-u-spacing.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-u-spacing .sample01-u-spacing.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-u-spacing .sample01-u-spacing.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-u-spacing .sample01-u-spacing.c-card p {
    color: #DB4D22; }

/* line 79, baku/sass/object/component/_card.scss */
.sample01-u-text .sample01-u-text.c-card {
  box-shadow: none;
  border: 1px solid rgba(219, 77, 34, 0.5);
  background: none;
  cursor: default; }
  /* line 43, baku/sass/object/component/_card.scss */
  .sample01-u-text .sample01-u-text.c-card:hover {
    box-shadow: none;
    transform: none;
    background: none; }
    /* line 47, baku/sass/object/component/_card.scss */
    .sample01-u-text .sample01-u-text.c-card:hover .c-photo-zoom {
      width: 100%;
      height: 100%; }
    /* line 48, baku/sass/object/component/_card.scss */
    .sample01-u-text .sample01-u-text.c-card:hover .c-photo-wrap::after {
      opacity: 0.2; }
  /* line 50, baku/sass/object/component/_card.scss */
  .sample01-u-text .sample01-u-text.c-card > span::before {
    display: none; }
  /* line 51, baku/sass/object/component/_card.scss */
  .sample01-u-text .sample01-u-text.c-card p {
    color: #DB4D22; }

/* line 86, baku/sass/object/component/_card.scss */
.c-card {
  border-radius: 0.8rem;
  box-shadow: 0 1px 3px rgba(71, 71, 71, 0.4);
  display: flex;
  overflow: hidden;
  position: relative;
  background: #F5F3EF; }
  /* line 93, baku/sass/object/component/_card.scss */
  .c-card > span, .c-card > span::before {
    color: #474747; }
  @media (min-width: 768px) {
    /* line 86, baku/sass/object/component/_card.scss */
    .c-card {
      transition: all 0.3s ease; } }
  /* line 99, baku/sass/object/component/_card.scss */
  .c-card:hover {
    box-shadow: 0 5px 15px rgba(71, 71, 71, 0.2);
    transform: translateY(-3px);
    background: #FFFEFC; }
    /* line 103, baku/sass/object/component/_card.scss */
    .c-card:hover > span, .c-card:hover > span::before {
      color: #474747; }

/* line 111, baku/sass/object/component/_card.scss */
.c-card1-1 {
  width: 100%;
  height: 7.5rem;
  align-items: center;
  margin: 0.8rem 0; }
  @media (min-width: 768px) {
    /* line 111, baku/sass/object/component/_card.scss */
    .c-card1-1 {
      margin: 1.5rem 0; } }
  /* line 119, baku/sass/object/component/_card.scss */
  .c-card1-1__photo {
    width: 50%;
    height: 100%; }
    @media (min-width: 768px) {
      /* line 119, baku/sass/object/component/_card.scss */
      .c-card1-1__photo {
        width: 7.5rem; } }
    @media (min-width: 992px) {
      /* line 119, baku/sass/object/component/_card.scss */
      .c-card1-1__photo {
        width: 4rem; } }
  /* line 129, baku/sass/object/component/_card.scss */
  .c-card1-1__text {
    padding-left: 5%;
    width: 50%; }
    @media (min-width: 768px) {
      /* line 129, baku/sass/object/component/_card.scss */
      .c-card1-1__text {
        width: calc(100% - 7.5rem); } }
    @media (min-width: 992px) {
      /* line 129, baku/sass/object/component/_card.scss */
      .c-card1-1__text {
        width: calc(100% - 4rem); } }
  /* line 139, baku/sass/object/component/_card.scss */
  .c-card1-1 .c-icon-right::before {
    color: #DB4D22; }
  /* line 143, baku/sass/object/component/_card.scss */
  .c-card1-1:hover .c-icon-right::before {
    color: #DB4D22; }

/* line 151, baku/sass/object/component/_card.scss */
.c-card2-1 {
  background: #F5F3EF;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 100%; }
  /* line 160, baku/sass/object/component/_card.scss */
  .c-card2-1__img {
    width: 28%;
    min-width: 8rem;
    height: 100%; }
  /* line 165, baku/sass/object/component/_card.scss */
  .c-card2-1__textbox {
    padding: 2rem;
    width: 100%; }
    /* line 168, baku/sass/object/component/_card.scss */
    .c-card2-1__textbox__pic {
      position: absolute;
      top: 2rem;
      left: 0;
      line-height: 1;
      padding: 0.4rem; }
    /* line 175, baku/sass/object/component/_card.scss */
    .c-card2-1__textbox__line {
      display: block;
      width: 100%;
      height: 0.3rem;
      margin: 0 0 1rem; }
    /* line 181, baku/sass/object/component/_card.scss */
    .c-card2-1__textbox__price {
      text-align: right;
      margin: 0; }

/* ----------------------------------------------------------------- Component__icon */
/* line 5, baku/sass/object/component/_icon.scss */
.c-icon-size-xs {
  font-size: 0.8rem; }

/* line 6, baku/sass/object/component/_icon.scss */
.c-icon-size-s {
  font-size: 1.2rem; }

/* line 7, baku/sass/object/component/_icon.scss */
.c-icon-size-m {
  font-size: 1.8rem; }

/* line 8, baku/sass/object/component/_icon.scss */
.c-icon-size-l {
  font-size: 3.4rem; }

/* line 11, baku/sass/object/component/_icon.scss */
.c-icon-800 {
  opacity: 0.8; }

/* line 14, baku/sass/object/component/_icon.scss */
.c-icon-left {
  position: absolute;
  left: 0;
  margin-left: 1.5rem; }

/* line 21, baku/sass/object/component/_icon.scss */
.c-icon-right {
  position: absolute;
  right: 0;
  margin-right: 1.5rem;
  transition: all 0.3s ease; }

/* line 28, baku/sass/object/component/_icon.scss */
a:hover .c-icon-right {
  margin-right: 0.9rem; }

/* line 34, baku/sass/object/component/_icon.scss */
.icon-arrow-l-b::before {
  display: block;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    /* line 34, baku/sass/object/component/_icon.scss */
    .icon-arrow-l-b::before {
      font-size: 0.5rem;
      margin-left: 0.3rem; } }

/* line 44, baku/sass/object/component/_icon.scss */
.show > a > .icon-arrow-l-b::before {
  transform: rotate(180deg); }

/* ----------------------------------------------------------------- Component__layout */
/* line 5, baku/sass/object/component/_layout.scss */
.c-layout-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  /* line 10, baku/sass/object/component/_layout.scss */
  .c-layout-2__50 {
    width: 100%; }
    @media (min-width: 768px) {
      /* line 10, baku/sass/object/component/_layout.scss */
      .c-layout-2__50 {
        width: 50%; } }
  /* line 16, baku/sass/object/component/_layout.scss */
  .c-layout-2__35 {
    width: 100%; }
    @media (min-width: 768px) {
      /* line 16, baku/sass/object/component/_layout.scss */
      .c-layout-2__35 {
        width: 35%; } }
  /* line 22, baku/sass/object/component/_layout.scss */
  .c-layout-2__65 {
    width: 100%; }
    @media (min-width: 768px) {
      /* line 22, baku/sass/object/component/_layout.scss */
      .c-layout-2__65 {
        width: 65%; } }
  /* line 28, baku/sass/object/component/_layout.scss */
  .c-layout-2__30 {
    width: 100%; }
    @media (min-width: 768px) {
      /* line 28, baku/sass/object/component/_layout.scss */
      .c-layout-2__30 {
        width: 30%; } }
  /* line 34, baku/sass/object/component/_layout.scss */
  .c-layout-2__70 {
    width: 100%; }
    @media (min-width: 768px) {
      /* line 34, baku/sass/object/component/_layout.scss */
      .c-layout-2__70 {
        width: 70%; } }

/* line 43, baku/sass/object/component/_layout.scss */
.c-layout-imgback {
  position: relative;
  height: 100%;
  overflow: hidden; }
  /* line 47, baku/sass/object/component/_layout.scss */
  .c-layout-imgback__textbox {
    position: relative;
    z-index: 10; }
  /* line 52, baku/sass/object/component/_layout.scss */
  .c-layout-imgback__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%; }

/* line 65, baku/sass/object/component/_layout.scss */
.c-layout-block-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem; }
  /* line 70, baku/sass/object/component/_layout.scss */
  .c-layout-block-2__item {
    width: 100%;
    padding: 1rem; }
    @media (min-width: 768px) {
      /* line 70, baku/sass/object/component/_layout.scss */
      .c-layout-block-2__item {
        width: 50%; } }

/* line 81, baku/sass/object/component/_layout.scss */
.p-layout-b {
  position: relative; }
  /* line 83, baku/sass/object/component/_layout.scss */
  .p-layout-b__textbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 768px) {
      /* line 83, baku/sass/object/component/_layout.scss */
      .p-layout-b__textbox {
        padding-right: 3rem; } }
    /* line 90, baku/sass/object/component/_layout.scss */
    .p-layout-b__textbox__title {
      width: 100%;
      width: 15rem; }
      @media (min-width: 768px) {
        /* line 90, baku/sass/object/component/_layout.scss */
        .p-layout-b__textbox__title {
          width: 15rem; } }
    /* line 97, baku/sass/object/component/_layout.scss */
    .p-layout-b__textbox__info {
      width: 100%;
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        /* line 97, baku/sass/object/component/_layout.scss */
        .p-layout-b__textbox__info {
          width: calc(100% - 15rem); } }
    /* line 105, baku/sass/object/component/_layout.scss */
    .p-layout-b__textbox__text {
      width: 100%; }
      /* line 107, baku/sass/object/component/_layout.scss */
      .p-layout-b__textbox__text p {
        line-height: 1.8; }
  /* line 112, baku/sass/object/component/_layout.scss */
  .p-layout-b__photo {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 18rem; }
    @media (min-width: 768px) {
      /* line 112, baku/sass/object/component/_layout.scss */
      .p-layout-b__photo {
        position: inherit;
        width: 100%; }
        /* line 121, baku/sass/object/component/_layout.scss */
        .p-layout-b__photo figure {
          max-width: 22rem;
          margin: 0 auto; } }

/* line 129, baku/sass/object/component/_layout.scss */
.p-layout-c {
  position: relative; }
  /* line 131, baku/sass/object/component/_layout.scss */
  .p-layout-c__title {
    width: 15rem;
    position: relative;
    z-index: 10; }
  /* line 136, baku/sass/object/component/_layout.scss */
  .p-layout-c__textbox {
    position: relative;
    z-index: 10; }
  /* line 140, baku/sass/object/component/_layout.scss */
  .p-layout-c__photo {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 18rem; }
    @media (min-width: 768px) {
      /* line 140, baku/sass/object/component/_layout.scss */
      .p-layout-c__photo {
        position: inherit;
        width: 100%; } }
    /* line 150, baku/sass/object/component/_layout.scss */
    .p-layout-c__photo .img-baku {
      width: calc(100% + 40px); }
      @media (min-width: 768px) {
        /* line 150, baku/sass/object/component/_layout.scss */
        .p-layout-c__photo .img-baku {
          width: calc(100% + 62px); } }
    @media (min-width: 768px) {
      /* line 156, baku/sass/object/component/_layout.scss */
      .p-layout-c__photo figure {
        max-width: 22rem;
        margin: 0 auto; } }

/* ----------------------------------------------------------------- Component__link*/
/* line 3, baku/sass/object/component/_link.scss */
.c-link {
  transition: all 0.3s ease; }
  /* line 5, baku/sass/object/component/_link.scss */
  .c-link:hover {
    color: #DB4F22; }
    /* line 7, baku/sass/object/component/_link.scss */
    .c-link:hover span, .c-link:hover span::before {
      color: #DB4F22; }

/* line 13, baku/sass/object/component/_link.scss */
.c-link-w, .c-link-w span, .c-link-w span::before {
  color: #F5F3EF;
  transition: all 0.3s ease; }
/* line 17, baku/sass/object/component/_link.scss */
.c-link-w:hover {
  color: #DB4F22; }
  /* line 19, baku/sass/object/component/_link.scss */
  .c-link-w:hover span, .c-link-w:hover span::before {
    color: #DB4F22; }

/* line 25, baku/sass/object/component/_link.scss */
.c-link-b, .c-link-b span, .c-link-b span::before {
  color: #474747;
  transition: all 0.3s ease; }
/* line 29, baku/sass/object/component/_link.scss */
.c-link-b:hover {
  color: #DB4F22; }
  /* line 31, baku/sass/object/component/_link.scss */
  .c-link-b:hover span, .c-link-b:hover span::before {
    color: #DB4F22; }

/* line 37, baku/sass/object/component/_link.scss */
.c-btn:hover .c-link-w, .c-btn:hover .c-link-b {
  color: #DB4F22; }
  /* line 39, baku/sass/object/component/_link.scss */
  .c-btn:hover .c-link-w span, .c-btn:hover .c-link-w span::before, .c-btn:hover .c-link-b span, .c-btn:hover .c-link-b span::before {
    color: #DB4F22; }

/* -------------------------------- テキストリンクここまで */
/* ----------------------------------------------------------------- Component__list */
/* line 3, baku/sass/object/component/_list.scss */
.c-list {
  margin: 0;
  padding: 0; }
  /* line 7, baku/sass/object/component/_list.scss */
  .c-list__item-p {
    padding: 0 0 0 1.5rem;
    margin: 0.8rem 0 0 0;
    line-height: 1; }
    /* line 11, baku/sass/object/component/_list.scss */
    .c-list__item-p::before {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background: #DB4D22;
      margin: 0 0.4rem 0 -1.5rem;
      border-radius: 50%; }
  /* line 18, baku/sass/object/component/_list.scss */
  .c-list__item-b {
    padding: 0 0 0 1.5rem;
    margin: 0.8rem 0 0 0;
    line-height: 1; }
    /* line 22, baku/sass/object/component/_list.scss */
    .c-list__item-b::before {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background: rgba(71, 71, 71, 0.7);
      margin: 0 0.4rem 0 -1.5rem;
      border-radius: 50%; }
  /* line 29, baku/sass/object/component/_list.scss */
  .c-list__item-c1 {
    padding: 0 0 0 1.5rem;
    margin: 0.8rem 0 0 0;
    line-height: 1; }
    /* line 33, baku/sass/object/component/_list.scss */
    .c-list__item-c1::before {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background: #89480C;
      margin: 0 0.4rem 0 -1.5rem;
      border-radius: 50%; }
  /* line 40, baku/sass/object/component/_list.scss */
  .c-list__item-c2 {
    padding: 0 0 0 1.5rem;
    margin: 0.8rem 0 0 0;
    line-height: 1; }
    /* line 44, baku/sass/object/component/_list.scss */
    .c-list__item-c2::before {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background: #302F67;
      margin: 0 0.4rem 0 -1.5rem;
      border-radius: 50%; }
  /* line 51, baku/sass/object/component/_list.scss */
  .c-list__item-c3 {
    padding: 0 0 0 1.5rem;
    margin: 0.8rem 0 0 0;
    line-height: 1; }
    /* line 55, baku/sass/object/component/_list.scss */
    .c-list__item-c3::before {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background: #D17519;
      margin: 0 0.4rem 0 -1.5rem;
      border-radius: 50%; }

/* ----------------------------------------------------------------- Component__Media */
/* line 10, baku/sass/object/component/_media.scss */
.box-fadein img {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s; }

/* line 15, baku/sass/object/component/_media.scss */
.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1; }

/* line 20, baku/sass/object/component/_media.scss */
.c-photo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  margin: 0;
  position: relative; }
  /* line 30, baku/sass/object/component/_media.scss */
  .c-photo-wrap::after {
    transition: all 0.3s ease;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2; }

/* line 44, baku/sass/object/component/_media.scss */
.c-after-none::after {
  display: none; }

/* line 49, baku/sass/object/component/_media.scss */
.c-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative; }

/* line 55, baku/sass/object/component/_media.scss */
.c-photo-zoom {
  transition: all 0.3s ease !important; }

/* line 62, baku/sass/object/component/_media.scss */
a:hover .c-photo-wrap::after, .c-btn:hover .c-photo-wrap::after, .c-card:hover .c-photo-wrap::after {
  opacity: 0; }
/* line 65, baku/sass/object/component/_media.scss */
a:hover .c-photo-zoom, .c-btn:hover .c-photo-zoom, .c-card:hover .c-photo-zoom {
  height: 110%;
  width: 110%; }

/* ----------------------------------------------------------------- Component__table */
/* line 4, baku/sass/object/component/_table.scss */
.c-table {
  width: 100%; }
  /* line 7, baku/sass/object/component/_table.scss */
  .c-table__row {
    border-top: #999 1px solid;
    border-left: #999 1px solid; }
    /* line 10, baku/sass/object/component/_table.scss */
    .c-table__row__title {
      width: 100%;
      padding: 0.8rem 1rem;
      background: #474747;
      font-family: "Noto Serif JP", serif;
      color: #F5F3EF;
      border-right: #999 1px solid;
      border-bottom: #999 1px solid;
      text-align: center;
      font-weight: normal; }
    /* line 21, baku/sass/object/component/_table.scss */
    .c-table__row__header {
      width: 30%;
      padding: 0.5rem 1rem;
      background: rgba(71, 71, 71, 0.1);
      border-right: #999 1px solid;
      border-bottom: #999 1px solid;
      font-weight: normal;
      text-align: center; }
    /* line 30, baku/sass/object/component/_table.scss */
    .c-table__row__data {
      width: 70%;
      padding: 0.5rem 1rem;
      background: #F5F3EF;
      border-right: #999 1px solid;
      border-bottom: #999 1px solid; }

/* line 39, baku/sass/object/component/_table.scss */
.c-table-wrap-scroll {
  overflow-y: scroll; }

/* line 42, baku/sass/object/component/_table.scss */
.c-table-b {
  width: 100%; }
  /* line 45, baku/sass/object/component/_table.scss */
  .c-table-b__row {
    border-top: #999 1px solid;
    border-left: #999 1px solid; }
    /* line 48, baku/sass/object/component/_table.scss */
    .c-table-b__row__title {
      padding: 0.5rem 1rem;
      background: #474747;
      color: #F5F3EF;
      border-right: #999 1px solid;
      border-bottom: #999 1px solid;
      text-align: center;
      font-weight: normal; }
    /* line 57, baku/sass/object/component/_table.scss */
    .c-table-b__row__header {
      padding: 0.5rem 1rem;
      background: rgba(71, 71, 71, 0.1);
      border-right: #999 1px solid;
      border-bottom: #999 1px solid;
      font-weight: normal; }
      /* line 63, baku/sass/object/component/_table.scss */
      .c-table-b__row__header span {
        margin: 0 0 0 auto; }
    /* line 67, baku/sass/object/component/_table.scss */
    .c-table-b__row__data {
      padding: 0.5rem 1rem;
      background: #F5F3EF;
      border-right: #999 1px solid;
      border-bottom: #999 1px solid; }
  /* line 75, baku/sass/object/component/_table.scss */
  .c-table-b__w-o {
    width: calc(100% - (6rem + 15rem) * 2);
    min-width: 28rem;
    position: relative; }
  /* line 80, baku/sass/object/component/_table.scss */
  .c-table-b__w-6 {
    width: 6rem;
    text-align: center; }
  /* line 84, baku/sass/object/component/_table.scss */
  .c-table-b__w-15 {
    width: 15rem;
    text-align: right; }

/* ----------------------------------------------------------------- Component__title */
/* line 5, baku/sass/object/component/_title.scss */
.c-title-point {
  font-family: "Noto Serif JP", serif; }
  /* line 7, baku/sass/object/component/_title.scss */
  .c-title-point__intro {
    font-size: 1.8rem;
    line-height: 1;
    margin: 0;
    text-align: center; }
  /* line 13, baku/sass/object/component/_title.scss */
  .c-title-point__chatch {
    line-height: 1;
    text-align: center; }
    /* line 16, baku/sass/object/component/_title.scss */
    .c-title-point__chatch__number {
      font-size: 6.2rem;
      font-family: "A1ゴシック B", "A1 Gothic B", "Roboto", "Helvetica Neue", Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    /* line 20, baku/sass/object/component/_title.scss */
    .c-title-point__chatch__text {
      font-size: 4.2rem; }

/* line 28, baku/sass/object/component/_title.scss */
.c-title-img {
  position: relative; }
  /* line 30, baku/sass/object/component/_title.scss */
  .c-title-img__text {
    position: relative;
    z-index: 2;
    margin: 0 auto; }
  /* line 35, baku/sass/object/component/_title.scss */
  .c-title-img__back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }

/* line 46, baku/sass/object/component/_title.scss */
.c-title-baku {
  padding: 0 0 0 2rem;
  margin: 0 0 3rem 0; }
  /* line 49, baku/sass/object/component/_title.scss */
  .c-title-baku__title {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0; }
    /* line 53, baku/sass/object/component/_title.scss */
    .c-title-baku__title::after {
      content: "";
      display: block;
      width: 20rem;
      height: 0.3rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background: #DB4D22;
      margin: 0 0 0 -2rem; }
  /* line 59, baku/sass/object/component/_title.scss */
  .c-title-baku__title-sub {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0; }
    /* line 63, baku/sass/object/component/_title.scss */
    .c-title-baku__title-sub::after {
      content: "";
      display: block;
      width: 22rem;
      height: 0.2rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background: #DB4D22;
      margin: 0 0 0 -2rem; }
  /* line 69, baku/sass/object/component/_title.scss */
  .c-title-baku__title-web {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0; }
    /* line 73, baku/sass/object/component/_title.scss */
    .c-title-baku__title-web::after {
      content: "";
      display: block;
      width: 22rem;
      height: 0.2rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background: linear-gradient(90deg, #F9D423, #FF4E50);
      margin: 0 0 0 -2rem; }
  /* line 79, baku/sass/object/component/_title.scss */
  .c-title-baku__title-movie {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0; }
    /* line 83, baku/sass/object/component/_title.scss */
    .c-title-baku__title-movie::after {
      content: "";
      display: block;
      width: 22rem;
      height: 0.2rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background: linear-gradient(90deg, #21D4FD, #B721FF);
      margin: 0 0 0 -2rem; }
  /* line 89, baku/sass/object/component/_title.scss */
  .c-title-baku__info {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0.2rem 0 0 0rem; }

/* ----------------------------------------------------------------- Component__profile */
/* line 8, baku/sass/object/project/_info.scss */
.container .row .post .p-info__card .p-info__card__textbox .p-info__card__textbox__title h3 {
  background: none;
  color: #474747; }
  /* line 12, baku/sass/object/project/_info.scss */
  .container .row .post .p-info__card .p-info__card__textbox .p-info__card__textbox__title h3 ::before {
    content: none; }

/* line 23, baku/sass/object/project/_info.scss */
.p-cat {
  min-width: 6.9rem;
  text-align: center;
  height: 2rem;
  color: #F5F3EF;
  font-size: 1.3rem;
  margin: 0.15rem 0.8rem 0.3rem 0;
  line-height: 2rem; }
  /* line 31, baku/sass/object/project/_info.scss */
  .p-cat__blog {
    background: #2F828D; }
  /* line 32, baku/sass/object/project/_info.scss */
  .p-cat__news {
    background: #2D416E; }
  /* line 33, baku/sass/object/project/_info.scss */
  .p-cat__works {
    background: #542872; }
  /* line 34, baku/sass/object/project/_info.scss */
  .p-cat__seminar {
    background: #965218; }
  /* line 35, baku/sass/object/project/_info.scss */
  .p-cat__other {
    background: #4B5C65;
    display: inline;
    padding: 0.3rem 0.5rem; }
  /* line 39, baku/sass/object/project/_info.scss */
  .p-cat__important {
    background: #932222; }
  /* line 40, baku/sass/object/project/_info.scss */
  .p-cat__column {
    background: #2B9322; }
  /* line 41, baku/sass/object/project/_info.scss */
  .p-cat__status {
    background: #9B4898; }
  /* line 42, baku/sass/object/project/_info.scss */
  .p-cat__website {
    background: linear-gradient(90deg, #F9D423, #FF4E50);
    display: inline;
    padding: 0.3rem 0.5rem; }
  /* line 47, baku/sass/object/project/_info.scss */
  .p-cat__movie {
    background: linear-gradient(90deg, #21D4FD, #B721FF);
    display: inline;
    padding: 0.3rem 0.5rem; }

/* line 57, baku/sass/object/project/_info.scss */
.p-info__rank {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-size: contain;
  background: rgba(245, 243, 239, 0.9);
  background-position: center;
  color: #F5F3EF;
  line-height: 1;
  padding-top: 1.4rem;
  margin: 0;
  text-align: center; }

/* line 73, baku/sass/object/project/_info.scss */
.rank-1 .p-info__rank {
  background-image: url("baku/img/themes/ranking1.svg");
  background-repeat: no-repeat; }

/* line 77, baku/sass/object/project/_info.scss */
.rank-2 .p-info__rank {
  background-image: url("baku/img/themes/ranking2.svg");
  background-repeat: no-repeat; }

/* line 81, baku/sass/object/project/_info.scss */
.rank-3 .p-info__rank {
  background-image: url("baku/img/themes/ranking3.svg");
  background-repeat: no-repeat; }

/* line 85, baku/sass/object/project/_info.scss */
.rank-4 .p-info__rank {
  background-image: url("baku/img/themes/ranking4.svg");
  background-repeat: no-repeat; }

/* line 91, baku/sass/object/project/_info.scss */
.u-mt-card .type-post {
  height: 100%; }

/* line 99, baku/sass/object/project/_info.scss */
.p-info-w {
  width: 100%;
  max-width: 60rem; }
/* line 103, baku/sass/object/project/_info.scss */
.p-info__card {
  flex-wrap: wrap;
  height: 100%; }
  /* line 109, baku/sass/object/project/_info.scss */
  .p-info__card__img {
    width: 50%; }
    @media (max-width: 460px) {
      /* line 109, baku/sass/object/project/_info.scss */
      .p-info__card__img {
        width: 7rem; } }
    @media (min-width: 576px) {
      /* line 109, baku/sass/object/project/_info.scss */
      .p-info__card__img {
        width: 100%;
        height: 12.4rem; } }
  /* line 119, baku/sass/object/project/_info.scss */
  .p-info__card__textbox {
    width: 50%;
    min-height: 13rem;
    padding: 1.5rem; }
    @media (max-width: 460px) {
      /* line 119, baku/sass/object/project/_info.scss */
      .p-info__card__textbox {
        width: calc(100% - 7rem); } }
    @media (min-width: 576px) {
      /* line 119, baku/sass/object/project/_info.scss */
      .p-info__card__textbox {
        width: 100%;
        height: calc(100% - 12.4rem ); } }
    /* line 130, baku/sass/object/project/_info.scss */
    .p-info__card__textbox__title {
      margin: 0;
      height: calc(100% -  2rem); }
    /* line 134, baku/sass/object/project/_info.scss */
    .p-info__card__textbox__status {
      height: 2rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      position: absolute;
      bottom: 1.5rem; }
/* line 145, baku/sass/object/project/_info.scss */
.p-info__list {
  width: 100%;
  border-bottom: 1px dotted rgba(71, 71, 71, 0.5); }
  /* line 148, baku/sass/object/project/_info.scss */
  .p-info__list:last-child {
    border: none; }
  /* line 151, baku/sass/object/project/_info.scss */
  .p-info__list__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 3rem 2rem 2rem;
    transition: all 0.3s ease;
    position: relative; }
    /* line 158, baku/sass/object/project/_info.scss */
    .p-info__list__wrap:hover {
      box-shadow: 0 5px 15px rgba(71, 71, 71, 0.2);
      transform: translateY(-3px);
      background: #FFFEFC; }
    /* line 163, baku/sass/object/project/_info.scss */
    .p-info__list__wrap__status {
      width: 100%;
      display: flex;
      align-items: center; }
      @media (min-width: 992px) {
        /* line 163, baku/sass/object/project/_info.scss */
        .p-info__list__wrap__status {
          width: auto; } }
      /* line 170, baku/sass/object/project/_info.scss */
      .p-info__list__wrap__status .p_date {
        width: 7.5rem; }
    /* line 174, baku/sass/object/project/_info.scss */
    .p-info__list__wrap__title {
      width: 100%;
      margin: 0.5rem 0 0; }
      @media (min-width: 992px) {
        /* line 174, baku/sass/object/project/_info.scss */
        .p-info__list__wrap__title {
          width: auto;
          margin: 0; } }
/* line 184, baku/sass/object/project/_info.scss */
.p-info__title {
  color: #474747;
  font-weight: bold; }
/* line 189, baku/sass/object/project/_info.scss */
.p-info__status {
  display: flex;
  padding: 0 3rem; }
  /* line 192, baku/sass/object/project/_info.scss */
  .p-info__status .p-info__status__time {
    margin: 0 1rem 0 0;
    padding: 0.3rem;
    line-height: 1; }
  /* line 197, baku/sass/object/project/_info.scss */
  .p-info__status .p-cat {
    margin: 0;
    padding: 0.3rem;
    line-height: 1; }
/* line 204, baku/sass/object/project/_info.scss */
.p-info h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 4rem 0 0 0;
  background: rgba(219, 77, 34, 0.1);
  padding: 3rem;
  border-top: 1px solid rgba(219, 77, 34, 0.3);
  border-bottom: 1px solid rgba(219, 77, 34, 0.3); }
/* line 214, baku/sass/object/project/_info.scss */
.p-info h3 {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 4rem 0 0 0;
  font-family: "Noto Serif JP", serif;
  padding: 0 3rem 0 1.3rem;
  display: flex;
  align-items: center; }
  /* line 223, baku/sass/object/project/_info.scss */
  .p-info h3::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: #DB4D22;
    margin-right: 0.4rem; }
/* line 229, baku/sass/object/project/_info.scss */
.p-info h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 3rem 0 0 0;
  padding: 0 3rem 0 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: center; }
  /* line 237, baku/sass/object/project/_info.scss */
  .p-info h4::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 0.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: rgba(71, 71, 71, 0.5);
    margin-right: 0.4rem; }
/* line 243, baku/sass/object/project/_info.scss */
.p-info p {
  font-size: 1.5rem;
  line-height: 2;
  margin: 1.5rem 0 0 0;
  padding: 0; }
  @media (min-width: 768px) {
    /* line 243, baku/sass/object/project/_info.scss */
    .p-info p {
      padding: 0 3rem; } }
/* line 252, baku/sass/object/project/_info.scss */
.p-info ul {
  margin: 0.5rem 0 0 0;
  padding: 0; }
  @media (min-width: 768px) {
    /* line 252, baku/sass/object/project/_info.scss */
    .p-info ul {
      padding: 0 3rem; } }
  /* line 258, baku/sass/object/project/_info.scss */
  .p-info ul li {
    padding: 0 0 0 1rem;
    margin: 1rem 0 0 0;
    line-height: 1.8; }
    /* line 262, baku/sass/object/project/_info.scss */
    .p-info ul li::before {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background: rgba(71, 71, 71, 0.5);
      margin: 0 0.4rem 0 -1.5rem;
      border-radius: 50%; }
/* line 270, baku/sass/object/project/_info.scss */
.p-info ol {
  margin: 0.5rem 0 0 0;
  padding: 0; }
  @media (min-width: 768px) {
    /* line 270, baku/sass/object/project/_info.scss */
    .p-info ol {
      padding: 0 3rem; } }
  /* line 276, baku/sass/object/project/_info.scss */
  .p-info ol li {
    padding: 0 0 0 1rem;
    margin: 1rem 0 0 0;
    line-height: 1.8;
    display: flex;
    align-items: center; }
    /* line 282, baku/sass/object/project/_info.scss */
    .p-info ol li::before {
      content: "";
      display: inline-block;
      width: 2rem;
      height: 2rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      content: "1";
      color: #F5F3EF;
      background: #DB4D22;
      margin: 0 0.4rem 0 -1.5rem;
      border-radius: 50%;
      line-height: 2rem;
      text-align: center;
      font-weight: bold;
      font-family: "Noto Serif JP", serif; }
  /* line 295, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(2)::before {
    content: "2"; }
  /* line 296, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(3)::before {
    content: "3"; }
  /* line 297, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(4)::before {
    content: "4"; }
  /* line 298, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(5)::before {
    content: "5"; }
  /* line 299, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(6)::before {
    content: "6"; }
  /* line 300, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(7)::before {
    content: "7"; }
  /* line 301, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(8)::before {
    content: "8"; }
  /* line 302, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(9)::before {
    content: "9"; }
  /* line 303, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(10)::before {
    content: "10"; }
  /* line 304, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(11)::before {
    content: "11"; }
  /* line 305, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(12)::before {
    content: "12"; }
  /* line 306, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(13)::before {
    content: "13"; }
  /* line 307, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(14)::before {
    content: "14"; }
  /* line 308, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(15)::before {
    content: "15"; }
  /* line 309, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(16)::before {
    content: "16"; }
  /* line 310, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(17)::before {
    content: "17"; }
  /* line 311, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(18)::before {
    content: "18"; }
  /* line 312, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(19)::before {
    content: "19"; }
  /* line 313, baku/sass/object/project/_info.scss */
  .p-info ol li:nth-child(20)::before {
    content: "20"; }
/* line 315, baku/sass/object/project/_info.scss */
.p-info figure {
  padding: 0; }
  @media (min-width: 768px) {
    /* line 315, baku/sass/object/project/_info.scss */
    .p-info figure {
      padding: 0 3rem; } }
/* line 321, baku/sass/object/project/_info.scss */
.p-info img {
  height: 100%; }
/* line 324, baku/sass/object/project/_info.scss */
.p-info .youtube-container {
  margin: 3rem 0; }
  @media (min-width: 768px) {
    /* line 324, baku/sass/object/project/_info.scss */
    .p-info .youtube-container {
      margin: 3rem; } }
/* line 330, baku/sass/object/project/_info.scss */
.p-info__pagination {
  padding: 4rem; }
  /* line 332, baku/sass/object/project/_info.scss */
  .p-info__pagination .page-numbers {
    display: flex;
    padding: 0;
    justify-content: center; }
    /* line 337, baku/sass/object/project/_info.scss */
    .p-info__pagination .page-numbers li .page-numbers {
      width: 4rem;
      height: 4rem;
      border: 1px solid #474747;
      margin: 0 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease; }
      /* line 346, baku/sass/object/project/_info.scss */
      .p-info__pagination .page-numbers li .page-numbers:hover {
        background: #DB4D22;
        color: #F5F3EF; }
      /* line 350, baku/sass/object/project/_info.scss */
      .p-info__pagination .page-numbers li .page-numbers.current {
        background: #474747;
        color: #F5F3EF; }

/* line 364, baku/sass/object/project/_info.scss */
.type-blog {
  height: 100%; }

/* line 368, baku/sass/object/project/_info.scss */
.type-works {
  height: auto; }

/* line 372, baku/sass/object/project/_info.scss */
.type-news {
  height: 100%; }

/* line 381, baku/sass/object/project/_info.scss */
.st-author-box {
  margin-top: 3rem; }
  /* line 384, baku/sass/object/project/_info.scss */
  .st-author-box ul#st-tab-menu li {
    background: #F5F3EF; }
  /* line 387, baku/sass/object/project/_info.scss */
  .st-author-box ul#st-tab-menu li.active {
    background: #474747;
    color: #F5F3EF; }
  /* line 392, baku/sass/object/project/_info.scss */
  .st-author-box #st-tab-box {
    padding: 15px;
    background: #F5F3EF;
    border: 1px solid #474747; }
    /* line 396, baku/sass/object/project/_info.scss */
    .st-author-box #st-tab-box p {
      font-size: 90%;
      line-height: 1.5; }
    /* line 401, baku/sass/object/project/_info.scss */
    .st-author-box #st-tab-box .active .avatar {
      border-radius: 50%; }

/* line 417, baku/sass/object/project/_info.scss */
#comments {
  margin-top: 3rem; }
  /* line 419, baku/sass/object/project/_info.scss */
  #comments #respond {
    padding: 0; }
    /* line 421, baku/sass/object/project/_info.scss */
    #comments #respond #reply-title {
      width: 100%;
      font-size: 1.8rem;
      line-height: 1.5;
      margin: 4rem 0 0 0;
      font-family: "Noto Serif JP", serif;
      display: flex;
      align-items: center; }
      /* line 429, baku/sass/object/project/_info.scss */
      #comments #respond #reply-title::before {
        content: "";
        display: inline-block;
        width: 1.4rem;
        height: 1.4rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background: #DB4D22;
        margin-right: 0.4rem; }
    /* line 436, baku/sass/object/project/_info.scss */
    #comments #respond #commentform input, #comments #respond #commentform textarea {
      background: #F5F3EF;
      border: 1px solid rgba(71, 71, 71, 0.5); }
    /* line 441, baku/sass/object/project/_info.scss */
    #comments #respond #commentform .required {
      background: none; }
    /* line 446, baku/sass/object/project/_info.scss */
    #comments #respond .form-submit #submit {
      display: block;
      background: none;
      color: #DB4D22;
      font-weight: bold;
      border-radius: 0.5rem;
      border: 2px solid rgba(219, 77, 34, 0.7);
      max-width: 30rem;
      margin: 0 auto;
      transition: all 0.3s ease; }
      /* line 456, baku/sass/object/project/_info.scss */
      #comments #respond .form-submit #submit:hover {
        background: #DB4D22;
        color: #F5F3EF;
        border: 2px solid #DB4D22; }
  /* line 464, baku/sass/object/project/_info.scss */
  #comments ol > li.comment:nth-child(even) {
    background: rgba(71, 71, 71, 0.05); }

/**
 * Articles
 */
/* line 6, baku/sass/object/project/_articles.scss */
.p-articles {
  margin: 1rem 1rem 0;
  border-radius: 0.8rem; }
  @media (min-width: 768px) {
    /* line 6, baku/sass/object/project/_articles.scss */
    .p-articles {
      margin: 2rem 2rem 0; } }

/* line 14, baku/sass/object/project/_articles.scss */
.p-article {
  margin: 1rem;
  border-radius: 0.8rem; }
  @media (min-width: 768px) {
    /* line 14, baku/sass/object/project/_articles.scss */
    .p-article {
      margin: 2rem; } }

/**
 * content
 */
/* line 10, baku/sass/object/project/_content.scss */
.p-about1-1__contents {
  position: relative;
  width: 100%; }
  /* line 13, baku/sass/object/project/_content.scss */
  .p-about1-1__contents__text {
    max-width: 48rem;
    margin: 0 auto; }
    @media (min-width: 992px) {
      /* line 13, baku/sass/object/project/_content.scss */
      .p-about1-1__contents__text {
        position: relative;
        z-index: 2;
        margin: 0;
        padding-bottom: 8rem; } }
  /* line 23, baku/sass/object/project/_content.scss */
  .p-about1-1__contents__back {
    width: 100%;
    max-width: 48rem;
    margin: 0 auto; }
    @media (min-width: 992px) {
      /* line 23, baku/sass/object/project/_content.scss */
      .p-about1-1__contents__back {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: calc(100vw - 48rem);
        max-width: 70rem; } }

/* line 47, baku/sass/object/project/_content.scss */
.p-service1-1 {
  position: relative; }
  /* line 50, baku/sass/object/project/_content.scss */
  .p-service1-1__item__header {
    height: 8rem;
    display: flex;
    align-items: center;
    background: #F5F3EF;
    box-shadow: 0 1px 2px rgba(71, 71, 71, 0.2); }
    /* line 56, baku/sass/object/project/_content.scss */
    .p-service1-1__item__header__number {
      height: 100%;
      padding: 1.2rem 0.5rem;
      margin: 0;
      text-align: center;
      background: rgba(219, 77, 34, 0.1);
      color: #DB4D22; }

@media (min-width: 768px) {
  /* line 71, baku/sass/object/project/_content.scss */
  .p-service2-1__wrap {
    display: flex; } }
/* line 75, baku/sass/object/project/_content.scss */
.p-service2-1__wrap__item {
  margin-bottom: 6rem;
  width: 100%; }
  @media (min-width: 768px) {
    /* line 75, baku/sass/object/project/_content.scss */
    .p-service2-1__wrap__item {
      margin-bottom: 0; } }
  /* line 81, baku/sass/object/project/_content.scss */
  .p-service2-1__wrap__item__img {
    max-width: 48rem;
    margin: 0 auto;
    height: 21.3rem;
    margin-bottom: 2rem; }
  /* line 87, baku/sass/object/project/_content.scss */
  .p-service2-1__wrap__item__text {
    text-align: center;
    margin-bottom: 0; }
  /* line 91, baku/sass/object/project/_content.scss */
  .p-service2-1__wrap__item__chatch {
    font-family: "Noto Serif JP", serif;
    font-size: 5rem;
    text-align: center;
    margin-bottom: 2rem; }
  /* line 97, baku/sass/object/project/_content.scss */
  .p-service2-1__wrap__item__btn {
    max-width: 48rem;
    margin: 0 auto; }
    @media (min-width: 768px) {
      /* line 97, baku/sass/object/project/_content.scss */
      .p-service2-1__wrap__item__btn {
        margin: 0 1.5rem; } }

/* line 111, baku/sass/object/project/_content.scss */
.p-service3-1 {
  position: relative; }
  /* line 113, baku/sass/object/project/_content.scss */
  .p-service3-1__item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    /* line 122, baku/sass/object/project/_content.scss */
    .p-service3-1__item__textbox {
      width: 60%;
      height: calc(40rem * 0.315);
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 768px) {
        /* line 122, baku/sass/object/project/_content.scss */
        .p-service3-1__item__textbox {
          height: calc(45rem * 0.315); } }
      @media (min-width: 992px) {
        /* line 122, baku/sass/object/project/_content.scss */
        .p-service3-1__item__textbox {
          height: calc(54rem * 0.315); } }
      /* line 132, baku/sass/object/project/_content.scss */
      .p-service3-1__item__textbox__text {
        font-size: 1.6rem; }
        @media (min-width: 768px) {
          /* line 132, baku/sass/object/project/_content.scss */
          .p-service3-1__item__textbox__text {
            font-size: 1.8rem; } }
        @media (min-width: 992px) {
          /* line 132, baku/sass/object/project/_content.scss */
          .p-service3-1__item__textbox__text {
            font-size: 2.5rem; } }
        /* line 136, baku/sass/object/project/_content.scss */
        .p-service3-1__item__textbox__text span {
          font-size: 1.8rem;
          font-weight: bold;
          display: inline-block; }
          @media (min-width: 768px) {
            /* line 136, baku/sass/object/project/_content.scss */
            .p-service3-1__item__textbox__text span {
              font-size: 2rem; } }
          @media (min-width: 992px) {
            /* line 136, baku/sass/object/project/_content.scss */
            .p-service3-1__item__textbox__text span {
              font-size: 2.8rem; } }
    /* line 146, baku/sass/object/project/_content.scss */
    .p-service3-1__item__photo {
      width: 40%;
      height: calc(40rem * 0.315); }
      @media (min-width: 768px) {
        /* line 146, baku/sass/object/project/_content.scss */
        .p-service3-1__item__photo {
          height: calc(45rem * 0.315); } }
      @media (min-width: 992px) {
        /* line 146, baku/sass/object/project/_content.scss */
        .p-service3-1__item__photo {
          height: calc(54rem * 0.315); } }
    /* line 156, baku/sass/object/project/_content.scss */
    .p-service3-1__item__btn {
      width: 100%;
      height: calc(40rem * 0.154); }
      @media (min-width: 768px) {
        /* line 156, baku/sass/object/project/_content.scss */
        .p-service3-1__item__btn {
          height: calc(45rem * 0.154); } }
      @media (min-width: 992px) {
        /* line 156, baku/sass/object/project/_content.scss */
        .p-service3-1__item__btn {
          height: calc(54rem * 0.154); } }
  /* line 167, baku/sass/object/project/_content.scss */
  .p-service3-1__figure1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    z-index: 1; }
  /* line 174, baku/sass/object/project/_content.scss */
  .p-service3-1__figure2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    z-index: 1; }

/* line 191, baku/sass/object/project/_content.scss */
.p-works-baku {
  position: relative; }
  /* line 193, baku/sass/object/project/_content.scss */
  .p-works-baku__item {
    flex-wrap: wrap;
    min-height: 20rem; }
    /* line 196, baku/sass/object/project/_content.scss */
    .p-works-baku__item__cat {
      width: 100%; }
      /* line 199, baku/sass/object/project/_content.scss */
      .p-works-baku__item__cat .p-cat {
        margin: 0;
        padding: 0 0 0 1rem;
        text-align: left;
        font-weight: bold;
        display: block; }
        /* line 205, baku/sass/object/project/_content.scss */
        .p-works-baku__item__cat .p-cat__website {
          background: linear-gradient(90deg, #F9D423, #FF4E50);
          color: #89480C; }
        /* line 209, baku/sass/object/project/_content.scss */
        .p-works-baku__item__cat .p-cat__movie {
          background: linear-gradient(90deg, #21D4FD, #B721FF);
          color: #302F67; }
        /* line 213, baku/sass/object/project/_content.scss */
        .p-works-baku__item__cat .p-cat span::before {
          color: #F5F3EF;
          line-height: 23px; }
    /* line 219, baku/sass/object/project/_content.scss */
    .p-works-baku__item__img {
      width: 50%;
      padding: 1rem;
      height: calc(100% - 2rem); }
    /* line 224, baku/sass/object/project/_content.scss */
    .p-works-baku__item__textbox {
      width: 50%;
      padding: 1rem 2rem 1rem 1rem; }
      /* line 227, baku/sass/object/project/_content.scss */
      .p-works-baku__item__textbox__title {
        padding: 1rem 0 0 0; }
        /* line 229, baku/sass/object/project/_content.scss */
        .p-works-baku__item__textbox__title h3 {
          font-weight: bold; }
        /* line 230, baku/sass/object/project/_content.scss */
        .p-works-baku__item__textbox__title hr {
          border-top: 1px dotted rgba(71, 71, 71, 0.5); }
      /* line 232, baku/sass/object/project/_content.scss */
      .p-works-baku__item__textbox__tag {
        padding: 0.8rem 0 0 0; }
        /* line 235, baku/sass/object/project/_content.scss */
        .p-works-baku__item__textbox__tag li::before {
          content: "";
          display: inline-block;
          width: 1.2rem;
          height: 1.2rem;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          background-image: url("baku/img/themes/check.svg");
          margin: 0 0.3rem 0 0; }

@media (min-width: 768px) {
  /* line 258, baku/sass/object/project/_content.scss */
  .p-point2-1 {
    margin: 0 1.5rem 1.5rem; } }
/* line 263, baku/sass/object/project/_content.scss */
.p-point2-1__wrap__chatch {
  display: flex;
  justify-content: center; }
/* line 267, baku/sass/object/project/_content.scss */
.p-point2-1__wrap__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(71, 71, 71, 0.1);
  padding: 2rem 0; }
  @media (min-width: 768px) {
    /* line 267, baku/sass/object/project/_content.scss */
    .p-point2-1__wrap__item {
      display: block;
      border: none; } }
  /* line 276, baku/sass/object/project/_content.scss */
  .p-point2-1__wrap__item__textbox {
    width: 50%; }
    @media (min-width: 768px) {
      /* line 276, baku/sass/object/project/_content.scss */
      .p-point2-1__wrap__item__textbox {
        width: 100%; } }
    /* line 281, baku/sass/object/project/_content.scss */
    .p-point2-1__wrap__item__textbox__number {
      display: block;
      width: 3.5rem;
      margin: 0 auto 1rem;
      color: #DB4D22;
      font-weight: bold;
      text-align: center;
      font-size: 2.8rem;
      line-height: 1.2;
      opacity: 0.5; }
    /* line 292, baku/sass/object/project/_content.scss */
    .p-point2-1__wrap__item__textbox__title {
      font-family: "Noto Serif JP", serif;
      text-align: center;
      font-size: 1.8rem;
      margin-bottom: 2rem; }
  /* line 299, baku/sass/object/project/_content.scss */
  .p-point2-1__wrap__item__img {
    width: 50%;
    height: 12rem;
    border-radius: 0.8rem;
    overflow: hidden; }
    @media (min-width: 768px) {
      /* line 299, baku/sass/object/project/_content.scss */
      .p-point2-1__wrap__item__img {
        width: 100%; } }

/* line 320, baku/sass/object/project/_content.scss */
.p-contact1-1 {
  position: relative; }
  @media (min-width: 768px) {
    /* line 322, baku/sass/object/project/_content.scss */
    .p-contact1-1__textbox {
      display: flex; } }
  /* line 326, baku/sass/object/project/_content.scss */
  .p-contact1-1__textbox__tagbox {
    display: flex;
    margin: 0 0 1.5rem 0; }
    @media (min-width: 768px) {
      /* line 326, baku/sass/object/project/_content.scss */
      .p-contact1-1__textbox__tagbox {
        display: block;
        margin: 0 1.5rem 0 0; } }
    /* line 333, baku/sass/object/project/_content.scss */
    .p-contact1-1__textbox__tagbox p {
      width: 9rem;
      height: 2.5rem;
      color: #F5F3EF;
      text-align: center;
      line-height: 2.5rem;
      margin: 0 0.3rem 0 0; }
      @media (min-width: 768px) {
        /* line 333, baku/sass/object/project/_content.scss */
        .p-contact1-1__textbox__tagbox p {
          margin: 0 0 0.3rem 0; } }
  /* line 346, baku/sass/object/project/_content.scss */
  .p-contact1-1__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 3rem 2rem;
    box-shadow: 0 1px 2px rgba(71, 71, 71, 0.2);
    background: #F5F3EF; }

/* line 360, baku/sass/object/project/_content.scss */
.p-contact2-1 {
  background: linear-gradient(180deg, #E8E4DC, linear-gradient(0deg, #F5F3EF, #67C4E6)); }
  /* line 362, baku/sass/object/project/_content.scss */
  .p-contact2-1__content {
    background: #F5F3EF;
    box-shadow: 0 1px 2px rgba(71, 71, 71, 0.2); }
    /* line 365, baku/sass/object/project/_content.scss */
    .p-contact2-1__content__title {
      background: rgba(219, 77, 34, 0.1);
      text-align: center;
      padding: 2rem; }
    /* line 370, baku/sass/object/project/_content.scss */
    .p-contact2-1__content__tel {
      padding: 3rem; }
    /* line 374, baku/sass/object/project/_content.scss */
    .p-contact2-1__content__error {
      background-color: #F8D7DA;
      padding: 2rem;
      text-align: center;
      border-radius: 3px;
      margin: 0.5rem; }
    /* line 381, baku/sass/object/project/_content.scss */
    .p-contact2-1__content__confirmation {
      background-color: #D3ECDA;
      padding: 2rem;
      text-align: center;
      border-radius: 3px;
      margin: 0.5rem; }

/* スライダーの基本設定  */
/* line 402, baku/sass/object/project/_content.scss */
.swiper-wrapper {
  margin: 1rem 0; }
/* line 408, baku/sass/object/project/_content.scss */
.swiper-button-prev {
  background: none;
  color: #474747; }
  /* line 411, baku/sass/object/project/_content.scss */
  .swiper-button-prev::before {
    font-size: 3rem; }
/* line 415, baku/sass/object/project/_content.scss */
.swiper-button-next {
  background: none;
  color: #474747; }
  /* line 418, baku/sass/object/project/_content.scss */
  .swiper-button-next::before {
    font-size: 3rem; }

/* line 425, baku/sass/object/project/_content.scss */
.p-partner-item {
  flex-flow: column nowrap;
  padding: 10%;
  border: 1px solid #F5F3EF; }
  /* line 429, baku/sass/object/project/_content.scss */
  .p-partner-item__photo {
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    overflow: hidden; }
    /* line 434, baku/sass/object/project/_content.scss */
    .p-partner-item__photo .c-photo-wrap::after {
      border-radius: 50%; }

/* ----------------------------------------------------------------- Main */
/********************************* content-hero-bakuの設定ここから*/
/* line 4, baku/sass/object/project/_hero.scss */
.l-hero-baku {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 96rem; }
  @media (min-width: 576px) {
    /* line 4, baku/sass/object/project/_hero.scss */
    .l-hero-baku {
      height: calc(100vh - calc(5.5rem + 2.5rem) - 5.5rem); } }
  /* line 16, baku/sass/object/project/_hero.scss */
  .l-hero-baku__textbox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3); }
    @media (min-width: 576px) {
      /* line 16, baku/sass/object/project/_hero.scss */
      .l-hero-baku__textbox {
        width: 58rem;
        height: 38.5rem;
        border-radius: 0.5rem; } }
    /* line 32, baku/sass/object/project/_hero.scss */
    .l-hero-baku__textbox__logo {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 60rem;
      flex-flow: column nowrap; }
      /* line 37, baku/sass/object/project/_hero.scss */
      .l-hero-baku__textbox__logo::after {
        content: "";
        display: block;
        width: 7.3rem;
        height: 0.5rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background: #DB4D22;
        position: absolute; }
      /* line 42, baku/sass/object/project/_hero.scss */
      .l-hero-baku__textbox__logo img {
        width: 90%;
        max-width: 28rem;
        opacity: 0.9; }
        @media (min-width: 576px) {
          /* line 42, baku/sass/object/project/_hero.scss */
          .l-hero-baku__textbox__logo img {
            width: 80%;
            height: 90%; } }
      @media (min-width: 576px) {
        /* line 32, baku/sass/object/project/_hero.scss */
        .l-hero-baku__textbox__logo {
          width: 40%;
          height: 100%; } }
    /* line 56, baku/sass/object/project/_hero.scss */
    .l-hero-baku__textbox__text {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 576px) {
        /* line 56, baku/sass/object/project/_hero.scss */
        .l-hero-baku__textbox__text {
          width: 60%;
          height: 100%; } }
      /* line 65, baku/sass/object/project/_hero.scss */
      .l-hero-baku__textbox__text__wrap {
        width: 28rem;
        margin: 0 auto 5rem; }
        @media (min-width: 576px) {
          /* line 65, baku/sass/object/project/_hero.scss */
          .l-hero-baku__textbox__text__wrap {
            max-width: 28rem;
            margin: 0; } }
  /* line 78, baku/sass/object/project/_hero.scss */
  .l-hero-baku__videowrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 0; }
    /* line 85, baku/sass/object/project/_hero.scss */
    .l-hero-baku__videowrap__dots {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url("baku/img/movie/dots.png");
      z-index: 60; }
    /* line 94, baku/sass/object/project/_hero.scss */
    .l-hero-baku__videowrap__video {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 40;
      background: url("baku/img/movie/osaka_min.jpg") no-repeat;
      background-attachment: fixed;
      background-position: center center;
      object-fit: cover;
      background-size: cover; }

/********************************* content-hero-bakuの設定ここまで */
/********************************* content-hero1,2の設定ここから */
/* line 111, baku/sass/object/project/_hero.scss */
.l-hero {
  height: calc(100vh - (calc(5.5rem + 2.5rem) * 2));
  max-height: 50rem;
  min-height: 47rem;
  padding: 0 1.5rem 0; }
  /* line 117, baku/sass/object/project/_hero.scss */
  .l-hero__wrap {
    width: 100%;
    height: 100%; }
    /* line 121, baku/sass/object/project/_hero.scss */
    .l-hero__wrap__img {
      width: 100%;
      height: 100%; }

/********************************* content-hero1,2の設定ここまで */
/********************************* content-hero3の設定ここから */
/* line 133, baku/sass/object/project/_hero.scss */
.l-hero3 {
  width: 100vw;
  height: calc(100vh - 6rem);
  min-height: 45rem;
  padding: 1rem; }
  @media (min-width: 992px) {
    /* line 133, baku/sass/object/project/_hero.scss */
    .l-hero3 {
      height: calc(100vh - calc(5.5rem + 2.5rem) - 5.5rem);
      padding: 2rem; } }
  /* line 144, baku/sass/object/project/_hero.scss */
  .l-hero3__h1 {
    width: 23rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 992px) {
      /* line 144, baku/sass/object/project/_hero.scss */
      .l-hero3__h1 {
        width: 100%; } }
    /* line 154, baku/sass/object/project/_hero.scss */
    .l-hero3__h1__header {
      display: block;
      font-size: 1.8rem;
      width: 100%; }
    /* line 159, baku/sass/object/project/_hero.scss */
    .l-hero3__h1__keyword1 {
      display: block;
      width: 100%;
      height: 7.4rem;
      margin-top: 1rem;
      font-size: 4.8rem;
      font-weight: bold;
      border: 1px solid #F5F3EF; }
      @media (min-width: 992px) {
        /* line 159, baku/sass/object/project/_hero.scss */
        .l-hero3__h1__keyword1 {
          width: 22.5rem;
          margin-right: 1.2rem; } }
    /* line 172, baku/sass/object/project/_hero.scss */
    .l-hero3__h1__keyword2 {
      display: block;
      width: 100%;
      height: 7.4rem;
      margin-top: 1rem;
      font-size: 4.8rem;
      font-weight: bold;
      border: 1px solid #F5F3EF; }
      @media (min-width: 992px) {
        /* line 172, baku/sass/object/project/_hero.scss */
        .l-hero3__h1__keyword2 {
          width: 12.5rem; } }
    /* line 184, baku/sass/object/project/_hero.scss */
    .l-hero3__h1__footer {
      display: block;
      margin-top: 1rem;
      font-size: 1.8rem;
      width: 100%; }
      @media (min-width: 992px) {
        /* line 184, baku/sass/object/project/_hero.scss */
        .l-hero3__h1__footer {
          font-size: 2.4rem;
          margin-top: 1.5rem; } }
  /* line 197, baku/sass/object/project/_hero.scss */
  .l-hero3__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F9D423, #FF4E50); }
    @media (min-width: 992px) {
      /* line 197, baku/sass/object/project/_hero.scss */
      .l-hero3__wrap {
        position: relative;
        background: transparent; } }
    /* line 207, baku/sass/object/project/_hero.scss */
    .l-hero3__wrap__chatch {
      margin: 0 auto; }
      @media (min-width: 992px) {
        /* line 207, baku/sass/object/project/_hero.scss */
        .l-hero3__wrap__chatch {
          display: flex;
          align-items: center;
          position: absolute;
          width: calc(50% + 1rem);
          height: 80%;
          top: 6%;
          left: 0;
          z-index: 10;
          margin: 0;
          background: linear-gradient(90deg, #F9D423, #FF4E50); } }
    /* line 224, baku/sass/object/project/_hero.scss */
    .l-hero3__wrap__img {
      width: 23rem;
      height: 12rem;
      margin: 1.5rem auto 0; }
      @media (min-width: 992px) {
        /* line 224, baku/sass/object/project/_hero.scss */
        .l-hero3__wrap__img {
          position: absolute;
          width: calc(50% + 7rem);
          height: 80%;
          right: 0;
          bottom: 6%;
          margin: auto 0 0 auto; } }

/********************************* content-hero3の設定ここまで */
/**
 * page
 */
/* line 11, baku/sass/object/project/_page.scss */
.p-page-about1-1__wrap {
  display: flex;
  justify-content: center;
  background: #F5F3EF;
  box-shadow: 0 1px 2px rgba(71, 71, 71, 0.2); }
  /* line 16, baku/sass/object/project/_page.scss */
  .p-page-about1-1__wrap__text {
    margin: 7rem 12%;
    width: 100%; }
    @media (min-width: 768px) {
      /* line 16, baku/sass/object/project/_page.scss */
      .p-page-about1-1__wrap__text {
        width: 65%; } }
  /* line 23, baku/sass/object/project/_page.scss */
  .p-page-about1-1__wrap__img {
    display: none; }
    @media (min-width: 768px) {
      /* line 23, baku/sass/object/project/_page.scss */
      .p-page-about1-1__wrap__img {
        display: block;
        width: 35%; } }

/* line 41, baku/sass/object/project/_page.scss */
.p-page-service1-1__wrap {
  background-color: #F5F3EF;
  box-shadow: 0 1px 2px rgba(71, 71, 71, 0.2); }
  /* line 44, baku/sass/object/project/_page.scss */
  .p-page-service1-1__wrap__items {
    padding: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    /* line 49, baku/sass/object/project/_page.scss */
    .p-page-service1-1__wrap__items__item {
      width: 100%;
      padding: 4%;
      border-bottom: 1px dotted rgba(71, 71, 71, 0.3); }
      /* line 53, baku/sass/object/project/_page.scss */
      .p-page-service1-1__wrap__items__item:last-child {
        border: none; }
      @media (min-width: 768px) {
        /* line 49, baku/sass/object/project/_page.scss */
        .p-page-service1-1__wrap__items__item {
          width: 50%; }
          /* line 58, baku/sass/object/project/_page.scss */
          .p-page-service1-1__wrap__items__item:nth-child(odd) {
            border-right: 1px dotted rgba(71, 71, 71, 0.3);
            border-bottom: 1px dotted rgba(71, 71, 71, 0.3); }
          /* line 62, baku/sass/object/project/_page.scss */
          .p-page-service1-1__wrap__items__item:nth-child(even) {
            border-bottom: 1px dotted rgba(71, 71, 71, 0.3); }
          /* line 65, baku/sass/object/project/_page.scss */
          .p-page-service1-1__wrap__items__item:nth-child(5), .p-page-service1-1__wrap__items__item:nth-child(6) {
            border-bottom: none; } }

/* line 76, baku/sass/object/project/_page.scss */
.p-page-service2-1 {
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    /* line 76, baku/sass/object/project/_page.scss */
    .p-page-service2-1 {
      margin: 0; } }
  /* line 83, baku/sass/object/project/_page.scss */
  .p-page-service2-1__item {
    width: 100%;
    height: 100%;
    padding: 2rem;
    position: relative; }
    @media (min-width: 992px) {
      /* line 83, baku/sass/object/project/_page.scss */
      .p-page-service2-1__item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 30rem;
        padding: 0; } }
    /* line 94, baku/sass/object/project/_page.scss */
    .p-page-service2-1__item__textbox {
      display: block;
      position: relative;
      z-index: 10;
      margin: 0;
      padding: 8% 5%;
      background-color: rgba(245, 243, 239, 0.9); }
      /* line 101, baku/sass/object/project/_page.scss */
      .p-page-service2-1__item__textbox p {
        font-weight: normal; }
      @media (min-width: 992px) {
        /* line 94, baku/sass/object/project/_page.scss */
        .p-page-service2-1__item__textbox {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 55%;
          height: 42%; }
          /* line 108, baku/sass/object/project/_page.scss */
          .p-page-service2-1__item__textbox p {
            transition: all 0.3s ease;
            opacity: 0;
            width: 30rem;
            margin-bottom: -10rem; }
          /* line 114, baku/sass/object/project/_page.scss */
          .p-page-service2-1__item__textbox:hover {
            width: 90%;
            height: 90%; }
            /* line 117, baku/sass/object/project/_page.scss */
            .p-page-service2-1__item__textbox:hover p {
              opacity: 1;
              margin-bottom: 0; } }
    /* line 124, baku/sass/object/project/_page.scss */
    .p-page-service2-1__item__photo {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      width: 100%;
      height: 100%; }

/* line 143, baku/sass/object/project/_page.scss */
.p-page-point1-1__wrap {
  background-color: #F5F3EF;
  box-shadow: 0 1px 2px rgba(71, 71, 71, 0.2); }
  /* line 146, baku/sass/object/project/_page.scss */
  .p-page-point1-1__wrap__items {
    padding: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    /* line 151, baku/sass/object/project/_page.scss */
    .p-page-point1-1__wrap__items__item {
      width: 100%;
      padding: 8%;
      border-bottom: 1px dotted rgba(71, 71, 71, 0.3); }
      /* line 155, baku/sass/object/project/_page.scss */
      .p-page-point1-1__wrap__items__item:last-child {
        border: none; }
      /* line 158, baku/sass/object/project/_page.scss */
      .p-page-point1-1__wrap__items__item__title {
        display: flex;
        align-items: center; }
      /* line 162, baku/sass/object/project/_page.scss */
      .p-page-point1-1__wrap__items__item__img {
        width: 20rem; }

/* line 178, baku/sass/object/project/_page.scss */
.p-page-company1-1__wrap {
  background: #F5F3EF;
  box-shadow: 0 1px 2px rgba(71, 71, 71, 0.2); }
  /* line 181, baku/sass/object/project/_page.scss */
  .p-page-company1-1__wrap__title {
    background: linear-gradient(90deg, #F9D423, #FF4E50);
    padding: 2rem 0; }
  /* line 185, baku/sass/object/project/_page.scss */
  .p-page-company1-1__wrap__contents {
    padding: 6rem 8%; }

/* line 200, baku/sass/object/project/_page.scss */
.p-page-flow1-1__items {
  padding: 0; }
  /* line 202, baku/sass/object/project/_page.scss */
  .p-page-flow1-1__items__item {
    background: #F5F3EF;
    box-shadow: 0 1px 2px rgba(71, 71, 71, 0.2);
    padding: 4rem 4%; }
    /* line 206, baku/sass/object/project/_page.scss */
    .p-page-flow1-1__items__item__title {
      display: flex;
      align-items: center;
      margin-bottom: 2rem; }
      @media (min-width: 992px) {
        /* line 206, baku/sass/object/project/_page.scss */
        .p-page-flow1-1__items__item__title {
          margin-bottom: 0; } }
/* line 217, baku/sass/object/project/_page.scss */
.p-page-flow1-1__arrow {
  position: relative;
  margin: 0 0 5rem; }
  /* line 220, baku/sass/object/project/_page.scss */
  .p-page-flow1-1__arrow::after {
    content: "";
    display: block;
    width: 7.5rem;
    height: 2.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("lib/img/600_flow/arrow.svg");
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4rem;
    margin: 0 auto; }

/* line 242, baku/sass/object/project/_page.scss */
.p-page-faq1-1__wrap {
  background-color: rgba(51, 51, 51, 0.05);
  border-radius: 0.8rem;
  margin: 0 0 2rem; }
  /* line 246, baku/sass/object/project/_page.scss */
  .p-page-faq1-1__wrap__btn {
    width: 100%;
    padding: 1rem;
    text-align: left;
    border: none;
    background-color: inherit;
    display: flex;
    align-items: center; }
  /* line 255, baku/sass/object/project/_page.scss */
  .p-page-faq1-1__wrap__text {
    padding: 0 3rem 2rem; }

/* line 265, baku/sass/object/project/_page.scss */
.p-page-price1-1__wrap button {
  border: none;
  background: none;
  transition: all 0.3s ease; }
  /* line 269, baku/sass/object/project/_page.scss */
  .p-page-price1-1__wrap button:focus {
    outline: none; }
  /* line 272, baku/sass/object/project/_page.scss */
  .p-page-price1-1__wrap button .arrow {
    display: inline-block;
    transition: all 0.3s ease;
    transform: rotate(180deg); }
  /* line 278, baku/sass/object/project/_page.scss */
  .p-page-price1-1__wrap button.collapsed .arrow {
    transform: rotate(0); }
/* line 283, baku/sass/object/project/_page.scss */
.p-page-price1-1__wrap__btn {
  border-radius: 0.8rem;
  padding: 1rem;
  align-items: center; }
  /* line 288, baku/sass/object/project/_page.scss */
  .p-page-price1-1__wrap__btn__card {
    text-align: left;
    height: 24rem; }
    @media (min-width: 768px) {
      /* line 288, baku/sass/object/project/_page.scss */
      .p-page-price1-1__wrap__btn__card {
        height: 16rem; } }
  /* line 295, baku/sass/object/project/_page.scss */
  .p-page-price1-1__wrap__btn__text {
    height: 100%;
    text-align: center;
    margin: 1rem 0 0; }
/* line 301, baku/sass/object/project/_page.scss */
.p-page-price1-1__wrap__body {
  padding: 3rem 0; }
  /* line 303, baku/sass/object/project/_page.scss */
  .p-page-price1-1__wrap__body__intro {
    display: flex;
    margin: 0 0 1.5rem; }
    /* line 306, baku/sass/object/project/_page.scss */
    .p-page-price1-1__wrap__body__intro h4 {
      min-width: 8rem;
      min-height: 6rem;
      font-size: 1.8rem;
      font-weight: bold;
      margin: 0;
      padding: 1rem;
      text-align: center;
      display: flex;
      align-items: center; }
    /* line 317, baku/sass/object/project/_page.scss */
    .p-page-price1-1__wrap__body__intro p {
      margin: 0 0 0 1.5rem;
      width: calc(100% - 5rem - 1.5rem); }

/* ----------------------------------------------------------------- Component__background */
/* 全サイト共通ここから */
/* line 6, baku/sass/object/utility/_background.scss */
.u-bg-white {
  background: #F5F3EF; }
  /* line 7, baku/sass/object/utility/_background.scss */
  .u-bg-white-100 {
    background: rgba(245, 243, 239, 0.1); }
  /* line 8, baku/sass/object/utility/_background.scss */
  .u-bg-white-200 {
    background: rgba(245, 243, 239, 0.2); }
  /* line 9, baku/sass/object/utility/_background.scss */
  .u-bg-white-800 {
    background: rgba(245, 243, 239, 0.8); }
  /* line 10, baku/sass/object/utility/_background.scss */
  .u-bg-white-900 {
    background: rgba(245, 243, 239, 0.9); }

/* line 14, baku/sass/object/utility/_background.scss */
.u-bg-black {
  background: #474747; }
  /* line 15, baku/sass/object/utility/_background.scss */
  .u-bg-black-50 {
    background: rgba(71, 71, 71, 0.05); }
  /* line 16, baku/sass/object/utility/_background.scss */
  .u-bg-black-100 {
    background: rgba(71, 71, 71, 0.1); }
  /* line 17, baku/sass/object/utility/_background.scss */
  .u-bg-black-200 {
    background: rgba(71, 71, 71, 0.2); }
  /* line 18, baku/sass/object/utility/_background.scss */
  .u-bg-black-800 {
    background: rgba(71, 71, 71, 0.8); }
  /* line 19, baku/sass/object/utility/_background.scss */
  .u-bg-black-900 {
    background: rgba(71, 71, 71, 0.9); }

/* line 22, baku/sass/object/utility/_background.scss */
.u-bg-000 {
  background: #000; }

/* line 25, baku/sass/object/utility/_background.scss */
.u-bg-primary {
  background: #DB4D22; }
  /* line 26, baku/sass/object/utility/_background.scss */
  .u-bg-primary-50 {
    background: rgba(219, 77, 34, 0.05); }
  /* line 27, baku/sass/object/utility/_background.scss */
  .u-bg-primary-100 {
    background: rgba(219, 77, 34, 0.1); }
  /* line 28, baku/sass/object/utility/_background.scss */
  .u-bg-primary-300 {
    background: rgba(219, 77, 34, 0.3); }
  /* line 29, baku/sass/object/utility/_background.scss */
  .u-bg-primary-500 {
    background: rgba(219, 77, 34, 0.5); }
  /* line 30, baku/sass/object/utility/_background.scss */
  .u-bg-primary-700 {
    background: rgba(219, 77, 34, 0.7); }

/* line 33, baku/sass/object/utility/_background.scss */
.u-bg-secondary {
  background: #DB4D22; }
  /* line 34, baku/sass/object/utility/_background.scss */
  .u-bg-secondary-50 {
    background: rgba(219, 77, 34, 0.05); }
  /* line 35, baku/sass/object/utility/_background.scss */
  .u-bg-secondary-100 {
    background: rgba(219, 77, 34, 0.1); }
  /* line 36, baku/sass/object/utility/_background.scss */
  .u-bg-secondary-300 {
    background: rgba(219, 77, 34, 0.3); }
  /* line 37, baku/sass/object/utility/_background.scss */
  .u-bg-secondary-500 {
    background: rgba(219, 77, 34, 0.5); }
  /* line 38, baku/sass/object/utility/_background.scss */
  .u-bg-secondary-700 {
    background: rgba(219, 77, 34, 0.7); }

/* line 42, baku/sass/object/utility/_background.scss */
.u-bg-accent1 {
  background: linear-gradient(90deg, #F9D423, #FF4E50); }

/* line 43, baku/sass/object/utility/_background.scss */
.u-bg-accent2 {
  background: linear-gradient(90deg, #21D4FD, #B721FF); }

/* line 44, baku/sass/object/utility/_background.scss */
.u-bg-accent3 {
  background: linear-gradient(0deg, #F5F3EF, #67C4E6); }

/* line 47, baku/sass/object/utility/_background.scss */
.u-bg-content1 {
  background: #89480C; }
  /* line 48, baku/sass/object/utility/_background.scss */
  .u-bg-content1-100 {
    background: rgba(137, 72, 12, 0.1); }
  /* line 49, baku/sass/object/utility/_background.scss */
  .u-bg-content1-500 {
    background: rgba(137, 72, 12, 0.5); }

/* line 52, baku/sass/object/utility/_background.scss */
.u-bg-content2 {
  background: #302F67; }
  /* line 53, baku/sass/object/utility/_background.scss */
  .u-bg-content2-100 {
    background: rgba(48, 47, 103, 0.1); }
  /* line 54, baku/sass/object/utility/_background.scss */
  .u-bg-content2-500 {
    background: rgba(48, 47, 103, 0.5); }

/* line 57, baku/sass/object/utility/_background.scss */
.u-bg-content3 {
  background: #D17519; }
  /* line 58, baku/sass/object/utility/_background.scss */
  .u-bg-content3-100 {
    background: rgba(209, 117, 25, 0.1); }
  /* line 59, baku/sass/object/utility/_background.scss */
  .u-bg-content3-500 {
    background: rgba(209, 117, 25, 0.5); }

/* line 62, baku/sass/object/utility/_background.scss */
.u-bg-content4 {
  background: #158876; }
  /* line 63, baku/sass/object/utility/_background.scss */
  .u-bg-content4-100 {
    background: rgba(21, 136, 118, 0.1); }
  /* line 64, baku/sass/object/utility/_background.scss */
  .u-bg-content4-500 {
    background: rgba(21, 136, 118, 0.5); }

/* line 67, baku/sass/object/utility/_background.scss */
.u-bg-content5 {
  background: #56287E; }
  /* line 68, baku/sass/object/utility/_background.scss */
  .u-bg-content5-100 {
    background: rgba(86, 40, 126, 0.1); }
  /* line 69, baku/sass/object/utility/_background.scss */
  .u-bg-content5-500 {
    background: rgba(86, 40, 126, 0.5); }

/* line 72, baku/sass/object/utility/_background.scss */
.u-bg-seccess {
  background: #1B5C2A; }

/* line 73, baku/sass/object/utility/_background.scss */
.u-bg-info {
  background: #0D5460; }

/* line 74, baku/sass/object/utility/_background.scss */
.u-bg-warning {
  background: #856405; }

/* line 75, baku/sass/object/utility/_background.scss */
.u-bg-danger {
  background: #7E2D34; }

/* line 77, baku/sass/object/utility/_background.scss */
.u-bg-seccess-bg {
  background: #D3ECDA; }

/* line 78, baku/sass/object/utility/_background.scss */
.u-bg-info-bg {
  background: #D1ECF0; }

/* line 79, baku/sass/object/utility/_background.scss */
.u-bg-warning-bg {
  background: #FFF3CD; }

/* line 80, baku/sass/object/utility/_background.scss */
.u-bg-danger-bg {
  background: #F8D7DA; }

/* line 83, baku/sass/object/utility/_background.scss */
.u-bg-pattene0 {
  background-image: url(baku/img/texture/pattene0.png);
  background-size: 200px; }

/* line 86, baku/sass/object/utility/_background.scss */
.u-bg-pattene1 {
  background-image: url(baku/img/texture/pattene1.png);
  background-size: 200px; }

/* line 89, baku/sass/object/utility/_background.scss */
.u-bg-pattene2 {
  background-image: url(baku/img/texture/pattene2.png);
  background-size: 200px; }

/* line 92, baku/sass/object/utility/_background.scss */
.u-bg-pattene3 {
  background-image: url(baku/img/texture/pattene3.png);
  background-size: 200px; }

/* line 95, baku/sass/object/utility/_background.scss */
.u-bg-pattene4 {
  background-image: url(baku/img/texture/pattene4.jpg);
  background-size: 200px; }

/* line 98, baku/sass/object/utility/_background.scss */
.u-bg-pattene5 {
  background-image: url(baku/img/texture/pattene5.jpg);
  background-size: 300px; }

/* 全サイト共通ここまで */
/* オリジナルここまで */
/**
 * Display
 */
/* line 4, baku/sass/object/utility/_border.scss */
.u-border-none {
  border: none !important; }

@media (min-width: 768px) {
  /* line 7, baku/sass/object/utility/_border.scss */
  .u-border-md-2 {
    border: solid 2px #474747; } }

/* line 13, baku/sass/object/utility/_border.scss */
.u-border-b {
  border: 1px solid rgba(71, 71, 71, 0.5); }

/* line 14, baku/sass/object/utility/_border.scss */
.u-border-b-b {
  border-bottom: 1px solid rgba(71, 71, 71, 0.5); }

/* line 15, baku/sass/object/utility/_border.scss */
.u-border-b-b-dot {
  border-bottom: 1px dotted rgba(71, 71, 71, 0.5); }

/* line 17, baku/sass/object/utility/_border.scss */
.u-border-w {
  border: 1px solid rgba(245, 243, 239, 0.5); }

/* line 19, baku/sass/object/utility/_border.scss */
.u-border-1-w {
  border: 1px solid #F5F3EF; }

/* line 20, baku/sass/object/utility/_border.scss */
.u-border-1-c1 {
  border: 1px solid #89480C; }

/* line 21, baku/sass/object/utility/_border.scss */
.u-border-1-c2 {
  border: 1px solid #302F67; }

/* line 22, baku/sass/object/utility/_border.scss */
.u-border-1-c3 {
  border: 1px solid #D17519; }

/* line 26, baku/sass/object/utility/_border.scss */
.u-border-dot {
  border: none;
  width: 100%; }
  /* line 29, baku/sass/object/utility/_border.scss */
  .u-border-dot::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("baku/img/themes/pattane_dot.png");
    background-repeat: repeat-x; }
  /* line 35, baku/sass/object/utility/_border.scss */
  .u-border-dot-w::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("baku/img/themes/pattane_dot_w.png");
    background-repeat: repeat-x; }

/* line 42, baku/sass/object/utility/_border.scss */
.u-border-nami {
  border: none;
  width: 100%; }
  /* line 45, baku/sass/object/utility/_border.scss */
  .u-border-nami::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("baku/img/themes/pattane_nami.png");
    background-repeat: repeat-x; }

/* line 52, baku/sass/object/utility/_border.scss */
.u-border-arrow {
  position: relative;
  height: 2.7rem;
  margin: 3rem 0;
  border: none;
  opacity: 0.5; }
  /* line 58, baku/sass/object/utility/_border.scss */
  .u-border-arrow::before {
    content: "";
    display: block;
    width: 9.5rem;
    height: 2.7rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("baku/img/themes/arrow.svg"); }
  /* line 69, baku/sass/object/utility/_border.scss */
  .u-border-arrow-b::before {
    background-image: url("baku/img/themes/arrow.svg"); }
  /* line 75, baku/sass/object/utility/_border.scss */
  .u-border-arrow-c1::before {
    background-image: url("/img/3_service/2_web/flow_arrow.svg"); }
  /* line 80, baku/sass/object/utility/_border.scss */
  .u-border-arrow-c2::before {
    background-image: url("/img/3_service/3_movie/flow_arrow.svg"); }
  /* line 85, baku/sass/object/utility/_border.scss */
  .u-border-arrow-c3::before {
    background-image: url("/img/3_service/4_dtp/flow_arrow.svg"); }

/**
 * Display
 */
/* line 5, baku/sass/object/utility/_display.scss */
.u-dis-radius {
  border-radius: 0.5rem; }

/* line 8, baku/sass/object/utility/_display.scss */
.u-dis-circle {
  border-radius: 50%;
  overflow: hidden; }

/* line 12, baku/sass/object/utility/_display.scss */
.u-dis-after-none::after {
  display: none; }

/* line 18, baku/sass/object/utility/_display.scss */
.u-dis-arrow-s {
  position: relative; }
  /* line 20, baku/sass/object/utility/_display.scss */
  .u-dis-arrow-s::after {
    content: "";
    display: block;
    width: 2.3rem;
    height: 0.9rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/img/7_flow/flow-arrow-s.svg");
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    margin: 0 auto; }

/* line 30, baku/sass/object/utility/_display.scss */
.u-dis-arrow-m {
  position: relative; }
  /* line 32, baku/sass/object/utility/_display.scss */
  .u-dis-arrow-m::after {
    content: "";
    display: block;
    width: 6.5rem;
    height: 2.3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/img/7_flow/flow-arrow-s.svg");
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    right: 0;
    margin: 0 auto; }

/* line 42, baku/sass/object/utility/_display.scss */
.u-dis-shadow {
  box-shadow: 0 1px 2px rgba(71, 71, 71, 0.2); }

/* line 46, baku/sass/object/utility/_display.scss */
.u-dis-opa-200 {
  opacity: 0.2; }
/* line 49, baku/sass/object/utility/_display.scss */
.u-dis-opa-500 {
  opacity: 0.5; }

/* ----------------------------------------------------------------- utility__flex */
/* 全サイト共通ここから */
/* line 6, baku/sass/object/utility/_flex.scss */
.u-flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; }

/* 全サイト共通ここまで */
/* line 16, baku/sass/object/utility/_flex.scss */
.u-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

/* line 24, baku/sass/object/utility/_flex.scss */
.u-flex-column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column; }

@media (min-width: 992px) {
  /* line 34, baku/sass/object/utility/_flex.scss */
  .u-d-flex-lg {
    display: flex; } }

@media (min-width: 768px) {
  /* line 39, baku/sass/object/utility/_flex.scss */
  .u-d-flex-md {
    display: flex; } }

@media (min-width: 576px) {
  /* line 44, baku/sass/object/utility/_flex.scss */
  .u-d-flex-sm {
    display: flex; } }

/* line 52, baku/sass/object/utility/_flex.scss */
.u-flex-1 {
  flex: 1 !important; }

/* line 52, baku/sass/object/utility/_flex.scss */
.u-flex-2 {
  flex: 2 !important; }

/* line 52, baku/sass/object/utility/_flex.scss */
.u-flex-3 {
  flex: 3 !important; }

/* line 52, baku/sass/object/utility/_flex.scss */
.u-flex-4 {
  flex: 4 !important; }

/* line 52, baku/sass/object/utility/_flex.scss */
.u-flex-5 {
  flex: 5 !important; }

/* line 52, baku/sass/object/utility/_flex.scss */
.u-flex-6 {
  flex: 6 !important; }

/* line 57, baku/sass/object/utility/_flex.scss */
.u-order-1 {
  order: 1 !important; }

@media (min-width: 768px) {
  /* line 58, baku/sass/object/utility/_flex.scss */
  .u-order-md-1 {
    order: 1 !important; } }

/* line 57, baku/sass/object/utility/_flex.scss */
.u-order-2 {
  order: 2 !important; }

@media (min-width: 768px) {
  /* line 58, baku/sass/object/utility/_flex.scss */
  .u-order-md-2 {
    order: 2 !important; } }

/* line 57, baku/sass/object/utility/_flex.scss */
.u-order-3 {
  order: 3 !important; }

@media (min-width: 768px) {
  /* line 58, baku/sass/object/utility/_flex.scss */
  .u-order-md-3 {
    order: 3 !important; } }

/* line 57, baku/sass/object/utility/_flex.scss */
.u-order-4 {
  order: 4 !important; }

@media (min-width: 768px) {
  /* line 58, baku/sass/object/utility/_flex.scss */
  .u-order-md-4 {
    order: 4 !important; } }

/* line 57, baku/sass/object/utility/_flex.scss */
.u-order-5 {
  order: 5 !important; }

@media (min-width: 768px) {
  /* line 58, baku/sass/object/utility/_flex.scss */
  .u-order-md-5 {
    order: 5 !important; } }

/* line 57, baku/sass/object/utility/_flex.scss */
.u-order-6 {
  order: 6 !important; }

@media (min-width: 768px) {
  /* line 58, baku/sass/object/utility/_flex.scss */
  .u-order-md-6 {
    order: 6 !important; } }

/* line 66, baku/sass/object/utility/_flex.scss */
.u-order-1 {
  order: 1 !important; }

@media (min-width: 992px) {
  /* line 67, baku/sass/object/utility/_flex.scss */
  .u-order-lg-1 {
    order: 1 !important; } }

/* line 66, baku/sass/object/utility/_flex.scss */
.u-order-2 {
  order: 2 !important; }

@media (min-width: 992px) {
  /* line 67, baku/sass/object/utility/_flex.scss */
  .u-order-lg-2 {
    order: 2 !important; } }

/* line 66, baku/sass/object/utility/_flex.scss */
.u-order-3 {
  order: 3 !important; }

@media (min-width: 992px) {
  /* line 67, baku/sass/object/utility/_flex.scss */
  .u-order-lg-3 {
    order: 3 !important; } }

/* line 66, baku/sass/object/utility/_flex.scss */
.u-order-4 {
  order: 4 !important; }

@media (min-width: 992px) {
  /* line 67, baku/sass/object/utility/_flex.scss */
  .u-order-lg-4 {
    order: 4 !important; } }

/* line 66, baku/sass/object/utility/_flex.scss */
.u-order-5 {
  order: 5 !important; }

@media (min-width: 992px) {
  /* line 67, baku/sass/object/utility/_flex.scss */
  .u-order-lg-5 {
    order: 5 !important; } }

/* line 66, baku/sass/object/utility/_flex.scss */
.u-order-6 {
  order: 6 !important; }

@media (min-width: 992px) {
  /* line 67, baku/sass/object/utility/_flex.scss */
  .u-order-lg-6 {
    order: 6 !important; } }

/* Scss Document */
/* line 3, baku/sass/object/utility/_size.scss */
.u-w-20 {
  width: 20%; }

/* line 4, baku/sass/object/utility/_size.scss */
.u-w-30 {
  width: 30%; }

/* line 5, baku/sass/object/utility/_size.scss */
.u-w-70 {
  width: 70%; }

/* line 6, baku/sass/object/utility/_size.scss */
.u-w-80 {
  width: 80%; }

/* line 7, baku/sass/object/utility/_size.scss */
.u-w-90 {
  width: 90%; }

/* line 8, baku/sass/object/utility/_size.scss */
.u-h-10 {
  height: 10%; }

/* line 9, baku/sass/object/utility/_size.scss */
.u-h-20 {
  height: 20%; }

/* line 10, baku/sass/object/utility/_size.scss */
.u-h-80 {
  height: 80%; }

/* line 11, baku/sass/object/utility/_size.scss */
.u-h-90 {
  height: 90%; }

/* line 13, baku/sass/object/utility/_size.scss */
.u-h-10rem {
  height: 10rem; }

/* line 14, baku/sass/object/utility/_size.scss */
.u-h-20rem {
  height: 20rem; }

/* line 15, baku/sass/object/utility/_size.scss */
.u-h-23rem {
  height: 23rem; }

/* line 16, baku/sass/object/utility/_size.scss */
.u-h-30rem {
  height: 30rem; }

/* line 17, baku/sass/object/utility/_size.scss */
.u-mw-28rem {
  max-width: 28rem; }

/* 位置を真ん中に */
/* line 2, baku/sass/object/utility/_spacing.scss */
.u-center {
  margin: 0 auto; }

/* line 6, baku/sass/object/utility/_spacing.scss */
.u-mt-s {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    /* line 6, baku/sass/object/utility/_spacing.scss */
    .u-mt-s {
      margin-top: 4rem; } }

/* line 12, baku/sass/object/utility/_spacing.scss */
.u-mt-m {
  margin-top: 6rem; }
  @media (min-width: 992px) {
    /* line 12, baku/sass/object/utility/_spacing.scss */
    .u-mt-m {
      margin-top: 8rem; } }

/* line 18, baku/sass/object/utility/_spacing.scss */
.u-mt-l {
  margin-top: 8rem; }
  @media (min-width: 992px) {
    /* line 18, baku/sass/object/utility/_spacing.scss */
    .u-mt-l {
      margin-top: 10rem; } }

/* line 24, baku/sass/object/utility/_spacing.scss */
.u-mb-s {
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    /* line 24, baku/sass/object/utility/_spacing.scss */
    .u-mb-s {
      margin-bottom: 4rem; } }

/* line 30, baku/sass/object/utility/_spacing.scss */
.u-mb-m {
  margin-bottom: 6rem; }
  @media (min-width: 992px) {
    /* line 30, baku/sass/object/utility/_spacing.scss */
    .u-mb-m {
      margin-bottom: 8rem; } }

/* line 36, baku/sass/object/utility/_spacing.scss */
.u-mb-l {
  margin-bottom: 8rem; }
  @media (min-width: 992px) {
    /* line 36, baku/sass/object/utility/_spacing.scss */
    .u-mb-l {
      margin-bottom: 10rem; } }

/* line 42, baku/sass/object/utility/_spacing.scss */
.u-my-s {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    /* line 42, baku/sass/object/utility/_spacing.scss */
    .u-my-s {
      margin-top: 4rem;
      margin-bottom: 4rem; } }

/* line 50, baku/sass/object/utility/_spacing.scss */
.u-my-m {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  @media (min-width: 992px) {
    /* line 50, baku/sass/object/utility/_spacing.scss */
    .u-my-m {
      margin-top: 8rem;
      margin-bottom: 8rem; } }

/* line 58, baku/sass/object/utility/_spacing.scss */
.u-my-l {
  margin-top: 8rem;
  margin-bottom: 8rem; }
  @media (min-width: 992px) {
    /* line 58, baku/sass/object/utility/_spacing.scss */
    .u-my-l {
      margin-top: 10rem;
      margin-bottom: 10rem; } }

/* line 67, baku/sass/object/utility/_spacing.scss */
.u-pt-s {
  padding-top: 3rem; }
  @media (min-width: 992px) {
    /* line 67, baku/sass/object/utility/_spacing.scss */
    .u-pt-s {
      padding-top: 4rem; } }

/* line 73, baku/sass/object/utility/_spacing.scss */
.u-pt-m {
  padding-top: 6rem; }
  @media (min-width: 992px) {
    /* line 73, baku/sass/object/utility/_spacing.scss */
    .u-pt-m {
      padding-top: 8rem; } }

/* line 79, baku/sass/object/utility/_spacing.scss */
.u-pt-l {
  padding-top: 8rem; }
  @media (min-width: 992px) {
    /* line 79, baku/sass/object/utility/_spacing.scss */
    .u-pt-l {
      padding-top: 10rem; } }

/* line 85, baku/sass/object/utility/_spacing.scss */
.u-pb-s {
  padding-bottom: 3rem; }
  @media (min-width: 992px) {
    /* line 85, baku/sass/object/utility/_spacing.scss */
    .u-pb-s {
      padding-bottom: 4rem; } }

/* line 91, baku/sass/object/utility/_spacing.scss */
.u-pb-m {
  padding-bottom: 6rem; }
  @media (min-width: 992px) {
    /* line 91, baku/sass/object/utility/_spacing.scss */
    .u-pb-m {
      padding-bottom: 8rem; } }

/* line 97, baku/sass/object/utility/_spacing.scss */
.u-pb-l {
  padding-bottom: 8rem; }
  @media (min-width: 992px) {
    /* line 97, baku/sass/object/utility/_spacing.scss */
    .u-pb-l {
      padding-bottom: 10rem; } }

/* line 103, baku/sass/object/utility/_spacing.scss */
.u-py-s {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 992px) {
    /* line 103, baku/sass/object/utility/_spacing.scss */
    .u-py-s {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

/* line 111, baku/sass/object/utility/_spacing.scss */
.u-py-m {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media (min-width: 992px) {
    /* line 111, baku/sass/object/utility/_spacing.scss */
    .u-py-m {
      padding-top: 8rem;
      padding-bottom: 8rem; } }

/* line 119, baku/sass/object/utility/_spacing.scss */
.u-py-l {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media (min-width: 992px) {
    /* line 119, baku/sass/object/utility/_spacing.scss */
    .u-py-l {
      padding-top: 10rem;
      padding-bottom: 10rem; } }

@media (max-width: 1199.98px) {
  /* line 130, baku/sass/object/utility/_spacing.scss */
  .u-mt-lg-d-2 {
    margin-top: 2rem; } }

@media (max-width: 991.98px) {
  /* line 136, baku/sass/object/utility/_spacing.scss */
  .u-mt-md-d-1 {
    margin-top: 1rem; } }

@media (max-width: 991.98px) {
  /* line 141, baku/sass/object/utility/_spacing.scss */
  .u-mt-md-d-2 {
    margin-top: 2rem; } }

@media (max-width: 991.98px) {
  /* line 146, baku/sass/object/utility/_spacing.scss */
  .u-mt-md-d-3 {
    margin-top: 3rem; } }

@media (max-width: 991.98px) {
  /* line 152, baku/sass/object/utility/_spacing.scss */
  .u-mb-md-d-2 {
    margin-bottom: 2rem; } }

@media (max-width: 767.98px) {
  /* line 158, baku/sass/object/utility/_spacing.scss */
  .u-mt-sm-d-3 {
    margin-top: 3rem; } }

@media (max-width: 767.98px) {
  /* line 163, baku/sass/object/utility/_spacing.scss */
  .u-mt-sm-d-2 {
    margin-top: 2rem; } }

@media (max-width: 767.98px) {
  /* line 168, baku/sass/object/utility/_spacing.scss */
  .u-mt-sm-d-1 {
    margin-top: 1rem; } }

@media (max-width: 767.98px) {
  /* line 173, baku/sass/object/utility/_spacing.scss */
  .u-mb-sm-d-2 {
    margin-bottom: 2rem; } }

@media (min-width: 768px) {
  /* line 179, baku/sass/object/utility/_spacing.scss */
  .u-pr-md-u-3 {
    padding-right: 3rem; } }

@media (min-width: 768px) {
  /* line 184, baku/sass/object/utility/_spacing.scss */
  .u-mt-md-u--2 {
    margin-top: -2rem; } }

@media (min-width: 992px) {
  /* line 190, baku/sass/object/utility/_spacing.scss */
  .u-pl-lg-u-3 {
    padding-left: 3rem; } }

/* line 202, baku/sass/object/utility/_spacing.scss */
.u-m-0 {
  margin: 0rem; }

/* line 203, baku/sass/object/utility/_spacing.scss */
.u-mt-0 {
  margin-top: 0rem; }

/* line 204, baku/sass/object/utility/_spacing.scss */
.u-mb-0 {
  margin-bottom: 0rem; }

/* line 205, baku/sass/object/utility/_spacing.scss */
.u-mr-0 {
  margin-right: 0rem; }

/* line 206, baku/sass/object/utility/_spacing.scss */
.u-ml-0 {
  margin-left: 0rem; }

/* line 207, baku/sass/object/utility/_spacing.scss */
.u-my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem; }

/* line 209, baku/sass/object/utility/_spacing.scss */
.u-mx-0 {
  margin-right: 0rem;
  margin-left: 0rem; }

/* line 211, baku/sass/object/utility/_spacing.scss */
.u-p-0 {
  padding: 0rem; }

/* line 212, baku/sass/object/utility/_spacing.scss */
.u-pt-0 {
  padding-top: 0rem; }

/* line 213, baku/sass/object/utility/_spacing.scss */
.u-pb-0 {
  padding-bottom: 0rem; }

/* line 214, baku/sass/object/utility/_spacing.scss */
.u-pr-0 {
  padding-right: 0rem; }

/* line 215, baku/sass/object/utility/_spacing.scss */
.u-pl-0 {
  padding-left: 0rem; }

/* line 216, baku/sass/object/utility/_spacing.scss */
.u-py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem; }

/* line 218, baku/sass/object/utility/_spacing.scss */
.u-px-0 {
  padding-right: 0rem;
  padding-left: 0rem; }

/* line 202, baku/sass/object/utility/_spacing.scss */
.u-m-1 {
  margin: 1rem; }

/* line 203, baku/sass/object/utility/_spacing.scss */
.u-mt-1 {
  margin-top: 1rem; }

/* line 204, baku/sass/object/utility/_spacing.scss */
.u-mb-1 {
  margin-bottom: 1rem; }

/* line 205, baku/sass/object/utility/_spacing.scss */
.u-mr-1 {
  margin-right: 1rem; }

/* line 206, baku/sass/object/utility/_spacing.scss */
.u-ml-1 {
  margin-left: 1rem; }

/* line 207, baku/sass/object/utility/_spacing.scss */
.u-my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* line 209, baku/sass/object/utility/_spacing.scss */
.u-mx-1 {
  margin-right: 1rem;
  margin-left: 1rem; }

/* line 211, baku/sass/object/utility/_spacing.scss */
.u-p-1 {
  padding: 1rem; }

/* line 212, baku/sass/object/utility/_spacing.scss */
.u-pt-1 {
  padding-top: 1rem; }

/* line 213, baku/sass/object/utility/_spacing.scss */
.u-pb-1 {
  padding-bottom: 1rem; }

/* line 214, baku/sass/object/utility/_spacing.scss */
.u-pr-1 {
  padding-right: 1rem; }

/* line 215, baku/sass/object/utility/_spacing.scss */
.u-pl-1 {
  padding-left: 1rem; }

/* line 216, baku/sass/object/utility/_spacing.scss */
.u-py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

/* line 218, baku/sass/object/utility/_spacing.scss */
.u-px-1 {
  padding-right: 1rem;
  padding-left: 1rem; }

/* line 202, baku/sass/object/utility/_spacing.scss */
.u-m-2 {
  margin: 2rem; }

/* line 203, baku/sass/object/utility/_spacing.scss */
.u-mt-2 {
  margin-top: 2rem; }

/* line 204, baku/sass/object/utility/_spacing.scss */
.u-mb-2 {
  margin-bottom: 2rem; }

/* line 205, baku/sass/object/utility/_spacing.scss */
.u-mr-2 {
  margin-right: 2rem; }

/* line 206, baku/sass/object/utility/_spacing.scss */
.u-ml-2 {
  margin-left: 2rem; }

/* line 207, baku/sass/object/utility/_spacing.scss */
.u-my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

/* line 209, baku/sass/object/utility/_spacing.scss */
.u-mx-2 {
  margin-right: 2rem;
  margin-left: 2rem; }

/* line 211, baku/sass/object/utility/_spacing.scss */
.u-p-2 {
  padding: 2rem; }

/* line 212, baku/sass/object/utility/_spacing.scss */
.u-pt-2 {
  padding-top: 2rem; }

/* line 213, baku/sass/object/utility/_spacing.scss */
.u-pb-2 {
  padding-bottom: 2rem; }

/* line 214, baku/sass/object/utility/_spacing.scss */
.u-pr-2 {
  padding-right: 2rem; }

/* line 215, baku/sass/object/utility/_spacing.scss */
.u-pl-2 {
  padding-left: 2rem; }

/* line 216, baku/sass/object/utility/_spacing.scss */
.u-py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

/* line 218, baku/sass/object/utility/_spacing.scss */
.u-px-2 {
  padding-right: 2rem;
  padding-left: 2rem; }

/* line 202, baku/sass/object/utility/_spacing.scss */
.u-m-3 {
  margin: 3rem; }

/* line 203, baku/sass/object/utility/_spacing.scss */
.u-mt-3 {
  margin-top: 3rem; }

/* line 204, baku/sass/object/utility/_spacing.scss */
.u-mb-3 {
  margin-bottom: 3rem; }

/* line 205, baku/sass/object/utility/_spacing.scss */
.u-mr-3 {
  margin-right: 3rem; }

/* line 206, baku/sass/object/utility/_spacing.scss */
.u-ml-3 {
  margin-left: 3rem; }

/* line 207, baku/sass/object/utility/_spacing.scss */
.u-my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

/* line 209, baku/sass/object/utility/_spacing.scss */
.u-mx-3 {
  margin-right: 3rem;
  margin-left: 3rem; }

/* line 211, baku/sass/object/utility/_spacing.scss */
.u-p-3 {
  padding: 3rem; }

/* line 212, baku/sass/object/utility/_spacing.scss */
.u-pt-3 {
  padding-top: 3rem; }

/* line 213, baku/sass/object/utility/_spacing.scss */
.u-pb-3 {
  padding-bottom: 3rem; }

/* line 214, baku/sass/object/utility/_spacing.scss */
.u-pr-3 {
  padding-right: 3rem; }

/* line 215, baku/sass/object/utility/_spacing.scss */
.u-pl-3 {
  padding-left: 3rem; }

/* line 216, baku/sass/object/utility/_spacing.scss */
.u-py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

/* line 218, baku/sass/object/utility/_spacing.scss */
.u-px-3 {
  padding-right: 3rem;
  padding-left: 3rem; }

/* line 202, baku/sass/object/utility/_spacing.scss */
.u-m-4 {
  margin: 4rem; }

/* line 203, baku/sass/object/utility/_spacing.scss */
.u-mt-4 {
  margin-top: 4rem; }

/* line 204, baku/sass/object/utility/_spacing.scss */
.u-mb-4 {
  margin-bottom: 4rem; }

/* line 205, baku/sass/object/utility/_spacing.scss */
.u-mr-4 {
  margin-right: 4rem; }

/* line 206, baku/sass/object/utility/_spacing.scss */
.u-ml-4 {
  margin-left: 4rem; }

/* line 207, baku/sass/object/utility/_spacing.scss */
.u-my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

/* line 209, baku/sass/object/utility/_spacing.scss */
.u-mx-4 {
  margin-right: 4rem;
  margin-left: 4rem; }

/* line 211, baku/sass/object/utility/_spacing.scss */
.u-p-4 {
  padding: 4rem; }

/* line 212, baku/sass/object/utility/_spacing.scss */
.u-pt-4 {
  padding-top: 4rem; }

/* line 213, baku/sass/object/utility/_spacing.scss */
.u-pb-4 {
  padding-bottom: 4rem; }

/* line 214, baku/sass/object/utility/_spacing.scss */
.u-pr-4 {
  padding-right: 4rem; }

/* line 215, baku/sass/object/utility/_spacing.scss */
.u-pl-4 {
  padding-left: 4rem; }

/* line 216, baku/sass/object/utility/_spacing.scss */
.u-py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

/* line 218, baku/sass/object/utility/_spacing.scss */
.u-px-4 {
  padding-right: 4rem;
  padding-left: 4rem; }

/* line 202, baku/sass/object/utility/_spacing.scss */
.u-m-5 {
  margin: 5rem; }

/* line 203, baku/sass/object/utility/_spacing.scss */
.u-mt-5 {
  margin-top: 5rem; }

/* line 204, baku/sass/object/utility/_spacing.scss */
.u-mb-5 {
  margin-bottom: 5rem; }

/* line 205, baku/sass/object/utility/_spacing.scss */
.u-mr-5 {
  margin-right: 5rem; }

/* line 206, baku/sass/object/utility/_spacing.scss */
.u-ml-5 {
  margin-left: 5rem; }

/* line 207, baku/sass/object/utility/_spacing.scss */
.u-my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

/* line 209, baku/sass/object/utility/_spacing.scss */
.u-mx-5 {
  margin-right: 5rem;
  margin-left: 5rem; }

/* line 211, baku/sass/object/utility/_spacing.scss */
.u-p-5 {
  padding: 5rem; }

/* line 212, baku/sass/object/utility/_spacing.scss */
.u-pt-5 {
  padding-top: 5rem; }

/* line 213, baku/sass/object/utility/_spacing.scss */
.u-pb-5 {
  padding-bottom: 5rem; }

/* line 214, baku/sass/object/utility/_spacing.scss */
.u-pr-5 {
  padding-right: 5rem; }

/* line 215, baku/sass/object/utility/_spacing.scss */
.u-pl-5 {
  padding-left: 5rem; }

/* line 216, baku/sass/object/utility/_spacing.scss */
.u-py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

/* line 218, baku/sass/object/utility/_spacing.scss */
.u-px-5 {
  padding-right: 5rem;
  padding-left: 5rem; }

/* line 202, baku/sass/object/utility/_spacing.scss */
.u-m-6 {
  margin: 6rem; }

/* line 203, baku/sass/object/utility/_spacing.scss */
.u-mt-6 {
  margin-top: 6rem; }

/* line 204, baku/sass/object/utility/_spacing.scss */
.u-mb-6 {
  margin-bottom: 6rem; }

/* line 205, baku/sass/object/utility/_spacing.scss */
.u-mr-6 {
  margin-right: 6rem; }

/* line 206, baku/sass/object/utility/_spacing.scss */
.u-ml-6 {
  margin-left: 6rem; }

/* line 207, baku/sass/object/utility/_spacing.scss */
.u-my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

/* line 209, baku/sass/object/utility/_spacing.scss */
.u-mx-6 {
  margin-right: 6rem;
  margin-left: 6rem; }

/* line 211, baku/sass/object/utility/_spacing.scss */
.u-p-6 {
  padding: 6rem; }

/* line 212, baku/sass/object/utility/_spacing.scss */
.u-pt-6 {
  padding-top: 6rem; }

/* line 213, baku/sass/object/utility/_spacing.scss */
.u-pb-6 {
  padding-bottom: 6rem; }

/* line 214, baku/sass/object/utility/_spacing.scss */
.u-pr-6 {
  padding-right: 6rem; }

/* line 215, baku/sass/object/utility/_spacing.scss */
.u-pl-6 {
  padding-left: 6rem; }

/* line 216, baku/sass/object/utility/_spacing.scss */
.u-py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

/* line 218, baku/sass/object/utility/_spacing.scss */
.u-px-6 {
  padding-right: 6rem;
  padding-left: 6rem; }

/* line 202, baku/sass/object/utility/_spacing.scss */
.u-m-7 {
  margin: 7rem; }

/* line 203, baku/sass/object/utility/_spacing.scss */
.u-mt-7 {
  margin-top: 7rem; }

/* line 204, baku/sass/object/utility/_spacing.scss */
.u-mb-7 {
  margin-bottom: 7rem; }

/* line 205, baku/sass/object/utility/_spacing.scss */
.u-mr-7 {
  margin-right: 7rem; }

/* line 206, baku/sass/object/utility/_spacing.scss */
.u-ml-7 {
  margin-left: 7rem; }

/* line 207, baku/sass/object/utility/_spacing.scss */
.u-my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem; }

/* line 209, baku/sass/object/utility/_spacing.scss */
.u-mx-7 {
  margin-right: 7rem;
  margin-left: 7rem; }

/* line 211, baku/sass/object/utility/_spacing.scss */
.u-p-7 {
  padding: 7rem; }

/* line 212, baku/sass/object/utility/_spacing.scss */
.u-pt-7 {
  padding-top: 7rem; }

/* line 213, baku/sass/object/utility/_spacing.scss */
.u-pb-7 {
  padding-bottom: 7rem; }

/* line 214, baku/sass/object/utility/_spacing.scss */
.u-pr-7 {
  padding-right: 7rem; }

/* line 215, baku/sass/object/utility/_spacing.scss */
.u-pl-7 {
  padding-left: 7rem; }

/* line 216, baku/sass/object/utility/_spacing.scss */
.u-py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem; }

/* line 218, baku/sass/object/utility/_spacing.scss */
.u-px-7 {
  padding-right: 7rem;
  padding-left: 7rem; }

/* line 202, baku/sass/object/utility/_spacing.scss */
.u-m-8 {
  margin: 8rem; }

/* line 203, baku/sass/object/utility/_spacing.scss */
.u-mt-8 {
  margin-top: 8rem; }

/* line 204, baku/sass/object/utility/_spacing.scss */
.u-mb-8 {
  margin-bottom: 8rem; }

/* line 205, baku/sass/object/utility/_spacing.scss */
.u-mr-8 {
  margin-right: 8rem; }

/* line 206, baku/sass/object/utility/_spacing.scss */
.u-ml-8 {
  margin-left: 8rem; }

/* line 207, baku/sass/object/utility/_spacing.scss */
.u-my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

/* line 209, baku/sass/object/utility/_spacing.scss */
.u-mx-8 {
  margin-right: 8rem;
  margin-left: 8rem; }

/* line 211, baku/sass/object/utility/_spacing.scss */
.u-p-8 {
  padding: 8rem; }

/* line 212, baku/sass/object/utility/_spacing.scss */
.u-pt-8 {
  padding-top: 8rem; }

/* line 213, baku/sass/object/utility/_spacing.scss */
.u-pb-8 {
  padding-bottom: 8rem; }

/* line 214, baku/sass/object/utility/_spacing.scss */
.u-pr-8 {
  padding-right: 8rem; }

/* line 215, baku/sass/object/utility/_spacing.scss */
.u-pl-8 {
  padding-left: 8rem; }

/* line 216, baku/sass/object/utility/_spacing.scss */
.u-py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

/* line 218, baku/sass/object/utility/_spacing.scss */
.u-px-8 {
  padding-right: 8rem;
  padding-left: 8rem; }

/* line 202, baku/sass/object/utility/_spacing.scss */
.u-m-9 {
  margin: 9rem; }

/* line 203, baku/sass/object/utility/_spacing.scss */
.u-mt-9 {
  margin-top: 9rem; }

/* line 204, baku/sass/object/utility/_spacing.scss */
.u-mb-9 {
  margin-bottom: 9rem; }

/* line 205, baku/sass/object/utility/_spacing.scss */
.u-mr-9 {
  margin-right: 9rem; }

/* line 206, baku/sass/object/utility/_spacing.scss */
.u-ml-9 {
  margin-left: 9rem; }

/* line 207, baku/sass/object/utility/_spacing.scss */
.u-my-9 {
  margin-top: 9rem;
  margin-bottom: 9rem; }

/* line 209, baku/sass/object/utility/_spacing.scss */
.u-mx-9 {
  margin-right: 9rem;
  margin-left: 9rem; }

/* line 211, baku/sass/object/utility/_spacing.scss */
.u-p-9 {
  padding: 9rem; }

/* line 212, baku/sass/object/utility/_spacing.scss */
.u-pt-9 {
  padding-top: 9rem; }

/* line 213, baku/sass/object/utility/_spacing.scss */
.u-pb-9 {
  padding-bottom: 9rem; }

/* line 214, baku/sass/object/utility/_spacing.scss */
.u-pr-9 {
  padding-right: 9rem; }

/* line 215, baku/sass/object/utility/_spacing.scss */
.u-pl-9 {
  padding-left: 9rem; }

/* line 216, baku/sass/object/utility/_spacing.scss */
.u-py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem; }

/* line 218, baku/sass/object/utility/_spacing.scss */
.u-px-9 {
  padding-right: 9rem;
  padding-left: 9rem; }

/* line 202, baku/sass/object/utility/_spacing.scss */
.u-m-10 {
  margin: 10rem; }

/* line 203, baku/sass/object/utility/_spacing.scss */
.u-mt-10 {
  margin-top: 10rem; }

/* line 204, baku/sass/object/utility/_spacing.scss */
.u-mb-10 {
  margin-bottom: 10rem; }

/* line 205, baku/sass/object/utility/_spacing.scss */
.u-mr-10 {
  margin-right: 10rem; }

/* line 206, baku/sass/object/utility/_spacing.scss */
.u-ml-10 {
  margin-left: 10rem; }

/* line 207, baku/sass/object/utility/_spacing.scss */
.u-my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem; }

/* line 209, baku/sass/object/utility/_spacing.scss */
.u-mx-10 {
  margin-right: 10rem;
  margin-left: 10rem; }

/* line 211, baku/sass/object/utility/_spacing.scss */
.u-p-10 {
  padding: 10rem; }

/* line 212, baku/sass/object/utility/_spacing.scss */
.u-pt-10 {
  padding-top: 10rem; }

/* line 213, baku/sass/object/utility/_spacing.scss */
.u-pb-10 {
  padding-bottom: 10rem; }

/* line 214, baku/sass/object/utility/_spacing.scss */
.u-pr-10 {
  padding-right: 10rem; }

/* line 215, baku/sass/object/utility/_spacing.scss */
.u-pl-10 {
  padding-left: 10rem; }

/* line 216, baku/sass/object/utility/_spacing.scss */
.u-py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem; }

/* line 218, baku/sass/object/utility/_spacing.scss */
.u-px-10 {
  padding-right: 10rem;
  padding-left: 10rem; }

/* line 223, baku/sass/object/utility/_spacing.scss */
.u-mt--1 {
  margin-top: -1rem; }

/* line 226, baku/sass/object/utility/_spacing.scss */
.u-mt--2 {
  margin-top: -2rem; }

/* line 229, baku/sass/object/utility/_spacing.scss */
.u-mx--03 {
  margin: 0 -0.3rem; }

/* line 232, baku/sass/object/utility/_spacing.scss */
.u-mx--04 {
  margin: 0 -0.4rem; }

/* line 241, baku/sass/object/utility/_spacing.scss */
.u-mt-card {
  margin-top: 1.5rem; }
  @media (min-width: 576px) {
    /* line 241, baku/sass/object/utility/_spacing.scss */
    .u-mt-card {
      margin-top: 3rem; } }

/* 全サイト共通ここから */
/* line 6, baku/sass/object/utility/_text.scss */
.u-webfont {
  font-family: "A1ゴシック B", "A1 Gothic B", "Roboto", "Helvetica Neue", Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

/* line 13, baku/sass/object/utility/_text.scss */
.u-text-serif {
  font-family: "Noto Serif JP", serif; }
/* line 16, baku/sass/object/utility/_text.scss */
.u-text-max {
  width: 100%;
  max-width: 48rem; }
/* line 19, baku/sass/object/utility/_text.scss */
.u-text-h0 {
  font-size: 8.5rem; }
/* line 20, baku/sass/object/utility/_text.scss */
.u-text-h1 {
  font-size: 4.2rem; }
/* line 21, baku/sass/object/utility/_text.scss */
.u-text-h2 {
  font-size: 2.4rem; }
/* line 22, baku/sass/object/utility/_text.scss */
.u-text-h3 {
  font-size: 1.8rem; }
/* line 23, baku/sass/object/utility/_text.scss */
.u-text-h4 {
  font-size: 1.5rem; }
/* line 24, baku/sass/object/utility/_text.scss */
.u-text-h5 {
  font-size: 1.2rem; }
/* line 25, baku/sass/object/utility/_text.scss */
.u-text-p {
  font-size: 1.5rem; }
/* line 26, baku/sass/object/utility/_text.scss */
.u-text-p2 {
  font-size: 1.5rem;
  line-height: 1.8; }
/* line 30, baku/sass/object/utility/_text.scss */
.u-text-color-w {
  color: #F5F3EF; }
  /* line 31, baku/sass/object/utility/_text.scss */
  .u-text-color-w-500 {
    color: rgba(245, 243, 239, 0.5); }
  /* line 32, baku/sass/object/utility/_text.scss */
  .u-text-color-w-800 {
    color: rgba(245, 243, 239, 0.8); }
/* line 34, baku/sass/object/utility/_text.scss */
.u-text-color-b {
  color: #474747; }
  /* line 35, baku/sass/object/utility/_text.scss */
  .u-text-color-b-500 {
    color: rgba(71, 71, 71, 0.5); }
  /* line 36, baku/sass/object/utility/_text.scss */
  .u-text-color-b-800 {
    color: rgba(71, 71, 71, 0.8); }
/* line 38, baku/sass/object/utility/_text.scss */
.u-text-color-p {
  color: #DB4D22; }
/* line 39, baku/sass/object/utility/_text.scss */
.u-text-color-s {
  color: #DB4D22; }
/* line 40, baku/sass/object/utility/_text.scss */
.u-text-color-c1 {
  color: #89480C; }
/* line 41, baku/sass/object/utility/_text.scss */
.u-text-color-c2 {
  color: #302F67; }
/* line 42, baku/sass/object/utility/_text.scss */
.u-text-color-c3 {
  color: #D17519; }
/* line 43, baku/sass/object/utility/_text.scss */
.u-text-color-c4 {
  color: #158876; }
/* line 44, baku/sass/object/utility/_text.scss */
.u-text-color-c5 {
  color: #56287E; }
/* line 46, baku/sass/object/utility/_text.scss */
.u-text-color-se {
  color: #1B5C2A; }
/* line 47, baku/sass/object/utility/_text.scss */
.u-text-color-in {
  color: #0D5460; }
/* line 48, baku/sass/object/utility/_text.scss */
.u-text-color-wa {
  color: #856405; }
/* line 49, baku/sass/object/utility/_text.scss */
.u-text-color-da {
  color: #7E2D34; }
/* line 53, baku/sass/object/utility/_text.scss */
.u-text-normal {
  font-weight: normal; }
/* line 54, baku/sass/object/utility/_text.scss */
.u-text-bold {
  font-weight: bold; }
/* line 57, baku/sass/object/utility/_text.scss */
.u-text-italic {
  font-style: italic; }
/* line 60, baku/sass/object/utility/_text.scss */
.u-text-center {
  text-align: center; }
/* line 61, baku/sass/object/utility/_text.scss */
.u-text-left {
  text-align: left; }
/* line 62, baku/sass/object/utility/_text.scss */
.u-text-right {
  text-align: right; }
@media (min-width: 768px) {
  /* line 63, baku/sass/object/utility/_text.scss */
  .u-text-md-u-center {
    text-align: center; } }
/* line 69, baku/sass/object/utility/_text.scss */
.u-text-h-100 {
  line-height: 1; }
/* line 70, baku/sass/object/utility/_text.scss */
.u-text-h-110 {
  line-height: 1.1; }
/* line 71, baku/sass/object/utility/_text.scss */
.u-text-h-120 {
  line-height: 1.2; }
/* line 72, baku/sass/object/utility/_text.scss */
.u-text-h-130 {
  line-height: 1.3; }
/* line 73, baku/sass/object/utility/_text.scss */
.u-text-h-140 {
  line-height: 1.4; }
/* line 74, baku/sass/object/utility/_text.scss */
.u-text-h-150 {
  line-height: 1.5; }
/* line 75, baku/sass/object/utility/_text.scss */
.u-text-h-180 {
  line-height: 1.8; }
/* line 76, baku/sass/object/utility/_text.scss */
.u-text-h-200 {
  line-height: 2; }
/* line 80, baku/sass/object/utility/_text.scss */
.u-text-space--10 {
  letter-spacing: -0.1rem; }
/* line 81, baku/sass/object/utility/_text.scss */
.u-text-space-10 {
  letter-spacing: 0.1rem; }
/* line 82, baku/sass/object/utility/_text.scss */
.u-text-space-15 {
  letter-spacing: 0.15rem; }
/* line 83, baku/sass/object/utility/_text.scss */
.u-text-space-20 {
  letter-spacing: 0.2rem; }
/* line 88, baku/sass/object/utility/_text.scss */
.u-text-marker-w {
  background: linear-gradient(transparent 95%, #F5F3EF 0%); }
/* line 91, baku/sass/object/utility/_text.scss */
.u-text-marker-w2 {
  background: linear-gradient(transparent 88%, #F5F3EF 0%); }
/* line 95, baku/sass/object/utility/_text.scss */
.u-text-marker-a1::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: linear-gradient(90deg, #F9D423, #FF4E50);
  margin-top: -8px; }
/* line 102, baku/sass/object/utility/_text.scss */
.u-text-marker-a2::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: linear-gradient(90deg, #21D4FD, #B721FF);
  margin-top: -8px; }
/* line 108, baku/sass/object/utility/_text.scss */
.u-text-marker-p {
  background: linear-gradient(transparent 95%, #DB4D22 0%); }
/* line 111, baku/sass/object/utility/_text.scss */
.u-text-marker-p2 {
  background: linear-gradient(transparent 88%, #DB4D22 0%); }
/* line 114, baku/sass/object/utility/_text.scss */
.u-text-marker-s {
  background: linear-gradient(transparent 95%, #DB4D22 0%); }
/* line 117, baku/sass/object/utility/_text.scss */
.u-text-marker-s2 {
  background: linear-gradient(transparent 88%, #DB4D22 0%); }
/* line 123, baku/sass/object/utility/_text.scss */
.u-text-number-s {
  font-size: p;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 50%;
  margin: 0 0.2rem 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DB4D22;
  color: #F5F3EF; }
/* line 137, baku/sass/object/utility/_text.scss */
.u-text-number-m {
  font-size: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  border-radius: 50%;
  margin: 0 0.5rem 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DB4D22;
  color: #F5F3EF; }

/* line 157, baku/sass/object/utility/_text.scss */
.u-text-chatch1-1::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: linear-gradient(90deg, #DB4D22 0%, #DB4D22 50%, rgba(71, 71, 71, 0.5) 50%, rgba(71, 71, 71, 0.5) 100%);
  margin: 2rem 0; }

/* line 164, baku/sass/object/utility/_text.scss */
.u-text-chatch2-1 {
  border-left: 0.3rem solid #DB4D22;
  padding: 0 0 0 2rem;
  margin: 0 0 2rem 0; }

/* line 172, baku/sass/object/utility/_text.scss */
.tag {
  position: absolute;
  right: 0.5rem;
  font-size: 1.3rem;
  padding: 0.5rem;
  color: #F5F3EF;
  margin-left: 0.5rem;
  vertical-align: middle;
  line-height: 1; }

/* line 183, baku/sass/object/utility/_text.scss */
.required {
  background: #7E2D34; }

/* line 187, baku/sass/object/utility/_text.scss */
.option {
  background: #474747; }

/**
 * Articles
 */
/* line 7, baku/sass/wordpress/_mw_wp_form.scss */
.mw_wp_form {
  display: flex;
  justify-content: center; }
  /* line 10, baku/sass/wordpress/_mw_wp_form.scss */
  .mw_wp_form form {
    width: 100%; }
    /* line 12, baku/sass/wordpress/_mw_wp_form.scss */
    .mw_wp_form form .p-form {
      width: 100%;
      border: none; }
      /* line 16, baku/sass/wordpress/_mw_wp_form.scss */
      .mw_wp_form form .p-form tbody tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: solid 1px rgba(71, 71, 71, 0.1);
        padding: 2rem; }
        /* line 24, baku/sass/wordpress/_mw_wp_form.scss */
        .mw_wp_form form .p-form tbody tr th, .mw_wp_form form .p-form tbody tr td {
          position: relative;
          width: 100%;
          max-width: 32rem;
          margin: 0 auto;
          font-weight: normal;
          border: none;
          padding: 0; }
        /* line 33, baku/sass/wordpress/_mw_wp_form.scss */
        .mw_wp_form form .p-form tbody tr th {
          margin-bottom: 1rem; }
          @media (min-width: 768px) {
            /* line 33, baku/sass/wordpress/_mw_wp_form.scss */
            .mw_wp_form form .p-form tbody tr th {
              margin: 0;
              width: 45%; } }
        @media (min-width: 768px) {
          /* line 40, baku/sass/wordpress/_mw_wp_form.scss */
          .mw_wp_form form .p-form tbody tr td {
            width: 55%; } }
      /* line 47, baku/sass/wordpress/_mw_wp_form.scss */
      .mw_wp_form form .p-form [type=submit] {
        display: inline-block;
        font-size: 20px;
        padding: 10px 30px;
        text-decoration: none;
        background: #ff8f00;
        color: #FFF;
        border-radius: 3px; }
      /* line 56, baku/sass/wordpress/_mw_wp_form.scss */
      .mw_wp_form form .p-form option,
      .mw_wp_form form .p-form textarea,
      .mw_wp_form form .p-form input[type=text],
      .mw_wp_form form .p-form input[type=email],
      .mw_wp_form form .p-form input[type=search],
      .mw_wp_form form .p-form input[type=url] {
        width: 100%;
        height: 4rem;
        border: 1px solid rgba(71, 71, 71, 0.2);
        border-radius: 3px; }
        @media (min-width: 768px) {
          /* line 56, baku/sass/wordpress/_mw_wp_form.scss */
          .mw_wp_form form .p-form option,
          .mw_wp_form form .p-form textarea,
          .mw_wp_form form .p-form input[type=text],
          .mw_wp_form form .p-form input[type=email],
          .mw_wp_form form .p-form input[type=search],
          .mw_wp_form form .p-form input[type=url] {
            height: 3rem; } }
      /* line 70, baku/sass/wordpress/_mw_wp_form.scss */
      .mw_wp_form form .p-form textarea {
        height: 15rem; }
      /* line 73, baku/sass/wordpress/_mw_wp_form.scss */
      .mw_wp_form form .p-form .mwform-tel-field > input[type=text] {
        max-width: 8rem; }
    /* line 78, baku/sass/wordpress/_mw_wp_form.scss */
    .mw_wp_form form .error {
      display: block;
      color: #7E2D34;
      background: #F8D7DA;
      margin: 0.5rem 0 0;
      border-radius: 3px;
      text-align: center; }
    /* line 86, baku/sass/wordpress/_mw_wp_form.scss */
    .mw_wp_form form .btn-submit {
      margin: 3rem auto;
      border: none; }
      /* line 89, baku/sass/wordpress/_mw_wp_form.scss */
      .mw_wp_form form .btn-submit input {
        border-radius: 0.5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 4.6rem;
        position: relative;
        overflow: hidden;
        font-weight: bold;
        color: #F5F3EF;
        background: linear-gradient(90deg, #F9D423, #FF4E50);
        border: none;
        box-shadow: 0 1px 3px rgba(71, 71, 71, 0.4); }
        /* line 103, baku/sass/wordpress/_mw_wp_form.scss */
        .mw_wp_form form .btn-submit input span, .mw_wp_form form .btn-submit input span::before {
          color: #F5F3EF; }
        @media (min-width: 768px) {
          /* line 89, baku/sass/wordpress/_mw_wp_form.scss */
          .mw_wp_form form .btn-submit input {
            transition: all 0.3s ease; }
            /* line 109, baku/sass/wordpress/_mw_wp_form.scss */
            .mw_wp_form form .btn-submit input:hover {
              box-shadow: 0 5px 15px rgba(71, 71, 71, 0.2);
              transform: translateY(-3px); } }
    /* line 116, baku/sass/wordpress/_mw_wp_form.scss */
    .mw_wp_form form .btn-back {
      margin: 3rem auto; }
      /* line 118, baku/sass/wordpress/_mw_wp_form.scss */
      .mw_wp_form form .btn-back input {
        border-radius: 0.5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 4rem;
        position: relative;
        overflow: hidden;
        font-weight: normal;
        border: 1px solid rgba(219, 77, 34, 0.7);
        color: #474747;
        font-size: 1.4rem;
        transition: all 0.3s ease; }
        @media (min-width: 768px) {
          /* line 133, baku/sass/wordpress/_mw_wp_form.scss */
          .mw_wp_form form .btn-back input:hover {
            border: 1px solid #db4d22;
            background: #db4d22;
            color: #F5F3EF; } }
  /* line 144, baku/sass/wordpress/_mw_wp_form.scss */
  .mw_wp_form .mw_policy__text {
    text-align: center;
    padding: 3rem 0 2rem; }
    /* line 147, baku/sass/wordpress/_mw_wp_form.scss */
    .mw_wp_form .mw_policy__text a {
      text-decoration: underline; }
      /* line 148, baku/sass/wordpress/_mw_wp_form.scss */
      .mw_wp_form .mw_policy__text a span::before {
        color: #474747; }
      /* line 152, baku/sass/wordpress/_mw_wp_form.scss */
      .mw_wp_form .mw_policy__text a:hover {
        color: #DB4F22;
        text-decoration: none; }
        /* line 155, baku/sass/wordpress/_mw_wp_form.scss */
        .mw_wp_form .mw_policy__text a:hover span::before {
          color: #DB4F22; }
  /* line 161, baku/sass/wordpress/_mw_wp_form.scss */
  .mw_wp_form .mw_policy__btn {
    margin: 0 auto;
    width: 100%;
    max-width: 30rem;
    text-align: center; }
    /* line 166, baku/sass/wordpress/_mw_wp_form.scss */
    .mw_wp_form .mw_policy__btn label {
      border-radius: 0.5rem !important;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 4rem;
      position: relative;
      overflow: hidden;
      font-weight: normal;
      border: 1px solid rgba(219, 77, 34, 0.7);
      color: #474747;
      font-size: 1.4rem;
      transition: all 0.3s ease; }
      @media (min-width: 768px) {
        /* line 182, baku/sass/wordpress/_mw_wp_form.scss */
        .mw_wp_form .mw_policy__btn label:hover {
          border: 1px solid #db4d22;
          background: #db4d22; }
          /* line 185, baku/sass/wordpress/_mw_wp_form.scss */
          .mw_wp_form .mw_policy__btn label:hover span, .mw_wp_form .mw_policy__btn label:hover span::before {
            color: #F5F3EF; } }
      /* line 190, baku/sass/wordpress/_mw_wp_form.scss */
      .mw_wp_form .mw_policy__btn label input {
        margin-right: 0.5rem; }

/* line 198, baku/sass/wordpress/_mw_wp_form.scss */
.mw_complete {
  padding: 3rem; }

/* line 4, baku/sass/wordpress/_meta_slider.scss */
#metaslider-id-116 {
  height: 100%; }
  /* line 6, baku/sass/wordpress/_meta_slider.scss */
  #metaslider-id-116 #metaslider_container_116 {
    height: 100%; }
    /* line 8, baku/sass/wordpress/_meta_slider.scss */
    #metaslider-id-116 #metaslider_container_116 #metaslider_116 {
      height: 100%; }
      /* line 10, baku/sass/wordpress/_meta_slider.scss */
      #metaslider-id-116 #metaslider_container_116 #metaslider_116 .slides {
        height: 100%; }
        /* line 12, baku/sass/wordpress/_meta_slider.scss */
        #metaslider-id-116 #metaslider_container_116 #metaslider_116 .slides .ms-image {
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
          max-width: 100%;
          max-height: 100%;
          height: 100%;
          margin: 0;
          position: relative; }
          /* line 22, baku/sass/wordpress/_meta_slider.scss */
          #metaslider-id-116 #metaslider_container_116 #metaslider_116 .slides .ms-image .slider-116 {
            object-fit: cover;
            width: 100%;
            height: 100%;
            position: relative; }

/**
 * Articles
 */
/* line 8, baku/sass/wordpress/_easy_table.scss */
.p-info #ez-toc-container {
  margin: 4rem 0 0 0;
  padding: 3rem;
  background: #F5F3EF; }
  /* line 13, baku/sass/wordpress/_easy_table.scss */
  .p-info #ez-toc-container .ez-toc-title-container .ez-toc-title {
    text-align: center; }
  /* line 17, baku/sass/wordpress/_easy_table.scss */
  .p-info #ez-toc-container .ez-toc-list {
    width: 100%; }
    /* line 19, baku/sass/wordpress/_easy_table.scss */
    .p-info #ez-toc-container .ez-toc-list li {
      width: 100%;
      border-bottom: 1px dotted rgba(71, 71, 71, 0.5); }
      /* line 22, baku/sass/wordpress/_easy_table.scss */
      .p-info #ez-toc-container .ez-toc-list li::before {
        content: none; }
      /* line 23, baku/sass/wordpress/_easy_table.scss */
      .p-info #ez-toc-container .ez-toc-list li:last-child {
        border: none; }
      /* line 24, baku/sass/wordpress/_easy_table.scss */
      .p-info #ez-toc-container .ez-toc-list li a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem; }
        /* line 30, baku/sass/wordpress/_easy_table.scss */
        .p-info #ez-toc-container .ez-toc-list li a:hover {
          background: rgba(219, 77, 34, 0.1);
          text-decoration: none;
          color: #DB4F22; }
        /* line 35, baku/sass/wordpress/_easy_table.scss */
        .p-info #ez-toc-container .ez-toc-list li a:visited {
          color: inherit; }
        /* line 38, baku/sass/wordpress/_easy_table.scss */
        .p-info #ez-toc-container .ez-toc-list li a::before {
          content: "";
          display: block;
          width: 1.5rem;
          height: 1.5rem;
          background: url("baku/img/themes/icon-pagelink.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100% 100%;
          margin: 0 0.4rem 0 0; }

/* line 4, baku/sass/wordpress/_instashow.scss */
#eapps-instagram-feed-1 .eapps-instagram-feed-container {
  margin-bottom: 2rem; }
  /* line 6, baku/sass/wordpress/_instashow.scss */
  #eapps-instagram-feed-1 .eapps-instagram-feed-container .eapps-instagram-feed-title-container {
    display: none; }

/* ----------------------------------------------------------------- AFFINGER5のデフォルトのCSS */
/*---------------------------------------------------------
Theme Name: WING-AFFINGER5
Theme URI: on-store.net
Description:AFFINGER5 動作検証済みWordPressバージョン 5.2.2 ※Classic Editor推奨
Author: ENJI
Author URI: on-store.net/law/
Tags: custom-header, custom-menu
Text Domain: affigner5
Version: 20191114
---------------------------------------------------------*/
/* line 14, baku/sass/affinger/_affinger.scss */
*,
code {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  margin: 0px;
  padding: 0px; }

/* Noto Sans Japanese */
/* line 22, baku/sass/affinger/_affinger.scss */
.st-notosans,
.st-notosans * {
  font-family: "Noto Sans JP", sans-serif !important; }

/* Rounded M+ 1c */
/* line 28, baku/sass/affinger/_affinger.scss */
.st-m1c,
.st-m1c * {
  font-family: "M PLUS Rounded 1c", sans-serif !important; }

/* line 33, baku/sass/affinger/_affinger.scss */
main,
article,
aside,
header,
canvas,
details,
figcaption,
figure, footer,
nav,
section,
summary {
  display: block; }

/* line 47, baku/sass/affinger/_affinger.scss */
html,
body {
  height: 100%; }

/* line 51, baku/sass/affinger/_affinger.scss */
body {
  min-width: 320px;
  word-wrap: break-word;
  background-color: #fafafa;
  counter-reset: stcnt; }

/* line 58, baku/sass/affinger/_affinger.scss */
body.mceContentBody {
  background-color: #fff; }

/* リダイレクト専用固定ページテンプレート */
/* line 63, baku/sass/affinger/_affinger.scss */
.page-template-page-redirect {
  background: #fff !important; }

/* line 67, baku/sass/affinger/_affinger.scss */
.wp-video {
  margin: 0 auto 20px; }

/* line 71, baku/sass/affinger/_affinger.scss */
.st-hide {
  display: none; }

/* line 75, baku/sass/affinger/_affinger.scss */
hr.hrcss {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

/* line 82, baku/sass/affinger/_affinger.scss */
.post h4 .point-in i,
.n-entry i,
.p-entry i {
  margin-right: 5px; }

/* Gutenberg */
/* line 89, baku/sass/affinger/_affinger.scss */
:root .has-white-background-color {
  background-color: #ffffff; }

/* line 92, baku/sass/affinger/_affinger.scss */
:root .has-white-color {
  color: #ffffff; }

/* line 96, baku/sass/affinger/_affinger.scss */
:root .has-soft-red-color {
  color: #e6514c; }

/* line 99, baku/sass/affinger/_affinger.scss */
:root .has-soft-red-background-color {
  background-color: #e6514c; }

/* line 103, baku/sass/affinger/_affinger.scss */
:root .has-light-grayish-red-color {
  color: #fdebee; }

/* line 106, baku/sass/affinger/_affinger.scss */
:root .has-light-grayish-red-background-color {
  background-color: #fdebee; }

/* line 110, baku/sass/affinger/_affinger.scss */
:root .has-vivid-yellow-color {
  color: #FFC107; }

/* line 113, baku/sass/affinger/_affinger.scss */
:root .has-vivid-yellow-background-color {
  background-color: #FFC107; }

/* line 117, baku/sass/affinger/_affinger.scss */
:root .has-very-pale-yellow-color {
  color: #FFFDE7; }

/* line 120, baku/sass/affinger/_affinger.scss */
:root .has-very-pale-yellow-background-color {
  background-color: #FFFDE7; }

/* line 124, baku/sass/affinger/_affinger.scss */
:root .has-very-light-gray-color {
  color: #fafafa; }

/* line 127, baku/sass/affinger/_affinger.scss */
:root .has-very-light-gray-background-color {
  background-color: #fafafa; }

/* line 131, baku/sass/affinger/_affinger.scss */
p.has-background {
  padding: 10px 15px; }

/* 挿入アイコン2 */
/* line 136, baku/sass/affinger/_affinger.scss */
.hatenamark2:before {
  content: "\f059";
  font-family: FontAwesome;
  margin-right: 7px; }

/* line 142, baku/sass/affinger/_affinger.scss */
.attentionmark2:before {
  content: "\f06a";
  font-family: FontAwesome;
  margin-right: 7px; }

/* line 148, baku/sass/affinger/_affinger.scss */
.usermark2:before {
  content: "\f2bd";
  font-family: FontAwesome;
  margin-right: 7px; }

/* line 154, baku/sass/affinger/_affinger.scss */
.memomark2:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 7px; }

/* line 160, baku/sass/affinger/_affinger.scss */
.checkmark2:before {
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 7px; }

/* line 166, baku/sass/affinger/_affinger.scss */
.bigginermark:before {
  content: "\e910";
  font-family: stsvg;
  margin-right: 7px; }

/* line 172, baku/sass/affinger/_affinger.scss */
.oukanmark:before {
  content: "\e908";
  font-family: stsvg;
  margin-right: 7px; }

/* line 178, baku/sass/affinger/_affinger.scss */
.fa-question-circle,
.fa-check-circle,
.fa-exclamation-triangle,
.fa-exclamation-circle,
.fa-pencil-square-o,
.fa-user,
.st-svg-biggner:before {
  margin-right: 7px; }

/* line 188, baku/sass/affinger/_affinger.scss */
.clip-fonticon .fa-question-circle,
.clip-fonticon .fa-check-circle,
.clip-fonticon .fa-exclamation-triangle,
.clip-fonticon .fa-exclamation-circle,
.clip-fonticon .fa-pencil-square-o,
.clip-fonticon .fa-user,
.clip-fonticon .st-svg-biggner:before {
  margin-right: 0; }

/* line 201, baku/sass/affinger/_affinger.scss */
.inline-img img {
  display: inline; }

/* line 205, baku/sass/affinger/_affinger.scss */
img[width="1"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap; }

/* line 219, baku/sass/affinger/_affinger.scss */
.scroll-box img[width="1"] {
  position: static; }

/*画像にボーダー*/
/* line 224, baku/sass/affinger/_affinger.scss */
.is-style-st-photoline img,
.photoline img {
  border: solid 1px #ccc; }

/*写真風*/
/* line 230, baku/sass/affinger/_affinger.scss */
.is-style-st-photohu,
.st-photohu {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 10px 20px;
  margin-bottom: 20px;
  box-shadow: 0 10px 8px -6px #bebebe;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box; }

/* line 242, baku/sass/affinger/_affinger.scss */
.st-photohu p.wp-caption-text {
  margin-bottom: -10px; }

/* line 246, baku/sass/affinger/_affinger.scss */
.is-style-st-photohu.wp-block-image figcaption {
  margin-bottom: 0; }

/* line 249, baku/sass/affinger/_affinger.scss */
d
img.size-full,
img.size-large {
  height: auto;
  max-width: 100%; }

/* line 257, baku/sass/affinger/_affinger.scss */
iframe {
  max-width: 100%; }

/* line 261, baku/sass/affinger/_affinger.scss */
.resetwidth img,
.resetwidth video,
.resetwidth object,
.resetwidth iframe {
  max-width: initial;
  /* 初期状態にリセット */
  display: inline; }

/* line 269, baku/sass/affinger/_affinger.scss */
.wp-caption {
  height: auto;
  max-width: 100%; }

/* ステップ */
/* line 275, baku/sass/affinger/_affinger.scss */
.st-step-box {
  position: absolute;
  left: -5px;
  display: block; }

/* line 281, baku/sass/affinger/_affinger.scss */
.st-step {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 5px 7px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  background: #ccc;
  box-sizing: border-box;
  line-height: 18px; }

/* line 298, baku/sass/affinger/_affinger.scss */
.st-step:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #ccc;
  z-index: 0; }

/* line 309, baku/sass/affinger/_affinger.scss */
.st-step .step-arrow {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #70a6ff;
  z-index: 0; }

/* line 320, baku/sass/affinger/_affinger.scss */
.st-step-no {
  font-size: 150%;
  font-weight: bold; }

/* line 325, baku/sass/affinger/_affinger.scss */
.st-step-title {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 10px 10px 10px 65px;
  background: #fff;
  margin-top: 30px; }

/* line 335, baku/sass/affinger/_affinger.scss */
.st-step-title .st-step {
  font-weight: normal; }

/* ポイント */
/* line 340, baku/sass/affinger/_affinger.scss */
.st-point:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "POINT";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 50%;
  line-height: 1.5;
  background: #ccc;
  border-radius: 2em;
  width: 4em;
  height: 4em; }

/* line 356, baku/sass/affinger/_affinger.scss */
.st-in-mybox .st-point,
.st-point {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-left: calc(2em + 20px);
  margin-bottom: 20px; }

/* カスタムフォント */
/* line 367, baku/sass/affinger/_affinger.scss */
.st-designfont {
  line-height: 1.5; }

/*続きを読む（改ページ）*/
/* line 372, baku/sass/affinger/_affinger.scss */
.tuzukicenter {
  text-align: center;
  padding-top: 10px; }

/* line 376, baku/sass/affinger/_affinger.scss */
.tuzuki {
  margin: 0 auto;
  padding: 10px 0; }

/* line 381, baku/sass/affinger/_affinger.scss */
.tuzuki a {
  margin: 5px auto;
  border: 1px solid #ccc;
  padding: 7px 15px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  display: block; }

/* line 391, baku/sass/affinger/_affinger.scss */
.tuzuki a:hover {
  background: #f3f3f3; }

/* 前のページ（履歴）に戻る */
/* line 396, baku/sass/affinger/_affinger.scss */
.st-back-btn {
  text-align: center; }

/* line 400, baku/sass/affinger/_affinger.scss */
.st-back-btn .fa {
  margin-right: 5px; }

/* この記事タイトルとURLをコピーボタン */
/* line 405, baku/sass/affinger/_affinger.scss */
.st-copyurl-btn {
  text-align: center;
  margin: 30px 0 20px; }

/* line 410, baku/sass/affinger/_affinger.scss */
.st-copyurl-btn .fa {
  margin-right: 5px; }

/* line 414, baku/sass/affinger/_affinger.scss */
.st-copyurl-btn a {
  border: 1px solid #BDBDBD;
  padding: 10px 15px;
  display: inline-block;
  color: #424242;
  text-decoration: none;
  box-shadow: 3px 3px #cccccc;
  background: #ffffff;
  max-width: 100%;
  box-sizing: border-box; }

/* line 426, baku/sass/affinger/_affinger.scss */
.st-copyurl-btn a:hover {
  color: #ccc;
  box-shadow: 1px 1px #cccccc; }

/* ロゴ画像の最大サイズ */
/* line 432, baku/sass/affinger/_affinger.scss */
.sitename img {
  max-width: 300px;
  margin: 0 auto; }

/* スマートフォンは表示しない */
/* line 438, baku/sass/affinger/_affinger.scss */
.smanone {
  display: none; }

/* clearfix */
/* line 443, baku/sass/affinger/_affinger.scss */
.clearfix {
  zoom: 1; }

/* line 447, baku/sass/affinger/_affinger.scss */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* pre */
/* line 454, baku/sass/affinger/_affinger.scss */
pre {
  margin-bottom: 20px; }

/* line 458, baku/sass/affinger/_affinger.scss */
pre.st-pre {
  font-family: 'Lucida Console', sans-serif;
  font-weight: inherit !important;
  line-height: 1.8;
  padding: 20px;
  background: #ECEFF1;
  font-size: 85%;
  position: relative;
  padding-top: 1.5em;
  margin-bottom: 20px;
  white-space: pre;
  overflow: auto; }

/* line 472, baku/sass/affinger/_affinger.scss */
pre.st-pre .st-pre-text {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 10px;
  background: #B0BEC5;
  color: #fff; }

/** terminal */
/* line 483, baku/sass/affinger/_affinger.scss */
pre.st-pre.st-terminal {
  background: #212121;
  color: #F5F5F5; }

/* line 488, baku/sass/affinger/_affinger.scss */
pre.st-pre.st-terminal .st-pre-text {
  content: "\f120";
  font-family: FontAwesome;
  background: #424242;
  color: #fff; }

/* code */
/* line 496, baku/sass/affinger/_affinger.scss */
.st-code,
code {
  padding: 2px 4px;
  background: #f3f3f3;
  margin: 2px;
  border-radius: 2px; }

/* line 504, baku/sass/affinger/_affinger.scss */
.clear {
  clear: both; }

/* line 508, baku/sass/affinger/_affinger.scss */
.center {
  text-align: center; }

@media print, screen and (max-width: 599px) {
  /* line 513, baku/sass/affinger/_affinger.scss */
  .sp-center {
    text-align: center; } }
/* line 518, baku/sass/affinger/_affinger.scss */
.st-opacity {
  opacity: 0.8; }

/* sticky */
/* line 523, baku/sass/affinger/_affinger.scss */
.st-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99998; }

/* line 530, baku/sass/affinger/_affinger.scss */
thead th,
thead td {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 99998; }

/* iframeのレスポンシブ */
/* line 539, baku/sass/affinger/_affinger.scss */
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

/* line 547, baku/sass/affinger/_affinger.scss */
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*YouTube画像*/
/* line 556, baku/sass/affinger/_affinger.scss */
.st-youtube {
  position: relative;
  margin-bottom: 20px; }

/* line 561, baku/sass/affinger/_affinger.scss */
.st-youtube .fa-youtube-play {
  font-size: 40px;
  color: #f40000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 8; }

/* line 576, baku/sass/affinger/_affinger.scss */
.st-youtube:hover .fa-youtube-play {
  color: #db0000; }

/*YouTube背景*/
/* line 581, baku/sass/affinger/_affinger.scss */
#st-player {
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: relative; }

/* line 588, baku/sass/affinger/_affinger.scss */
#tubular-player {
  max-width: none; }

/*YouTubeのPLAYNOWボタン*/
/* line 593, baku/sass/affinger/_affinger.scss */
#playnow {
  position: fixed;
  bottom: 20px;
  left: -3px;
  font-size: 70%;
  background: #d62423;
  color: #fff;
  padding: 2px 10px;
  z-index: 999;
  border-radius: 3px; }

/* line 604, baku/sass/affinger/_affinger.scss */
#playnow a {
  color: #fff;
  text-decoration: none; }

/* line 609, baku/sass/affinger/_affinger.scss */
#playnow .fa-youtube-play {
  margin-right: 5px; }

/*スライドショー(共通)*/
/* line 614, baku/sass/affinger/_affinger.scss */
.slick-prev,
.slick-next {
  z-index: 9999;
  width: 37px;
  height: 37px;
  opacity: 0.6; }

/* line 622, baku/sass/affinger/_affinger.scss */
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #424242; }

/* line 631, baku/sass/affinger/_affinger.scss */
.slick-prev {
  left: 0; }

/* line 635, baku/sass/affinger/_affinger.scss */
.slick-next {
  right: 0; }

/* line 639, baku/sass/affinger/_affinger.scss */
[dir="rtl"] .slick-prev {
  right: 0;
  left: auto; }

/* line 644, baku/sass/affinger/_affinger.scss */
[dir="rtl"] .slick-next {
  right: auto;
  left: 0; }

/* line 649, baku/sass/affinger/_affinger.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.85; }

/* line 656, baku/sass/affinger/_affinger.scss */
.slick-prev:before,
.slick-next:before {
  font-size: 12px;
  font-family: FontAwesome;
  color: #fff; }

/* line 663, baku/sass/affinger/_affinger.scss */
.slick-prev:before {
  padding: 10px 15px 10px 11px;
  content: "\f053"; }

/* line 668, baku/sass/affinger/_affinger.scss */
.slick-next:before {
  padding: 10px 11px 10px 15px;
  content: "\f054"; }

/* line 673, baku/sass/affinger/_affinger.scss */
[dir="rtl"] .slick-prev:before {
  padding: 10px 11px 10px 15px;
  content: "\f054"; }

/* line 678, baku/sass/affinger/_affinger.scss */
[dir="rtl"] .slick-next:before {
  padding: 10px 15px 10px 11px;
  content: "\f053"; }

/* line 683, baku/sass/affinger/_affinger.scss */
.slick-slide:focus,
.slick-slide a:focus {
  outline: 0; }

/* line 688, baku/sass/affinger/_affinger.scss */
.slider,
.slick-slider {
  visibility: hidden;
  margin-bottom: 30px; }

/* line 694, baku/sass/affinger/_affinger.scss */
.slick-initialized {
  visibility: visible; }

/* line 698, baku/sass/affinger/_affinger.scss */
.slick-slider.slick-dotted {
  padding-bottom: 35px;
  margin-bottom: 10px; }

/* line 703, baku/sass/affinger/_affinger.scss */
.slick-list {
  width: 100%; }

/* line 707, baku/sass/affinger/_affinger.scss */
.slick-track {
  margin-left: 0; }

/* line 711, baku/sass/affinger/_affinger.scss */
.slider.slick-slider .slick-dots {
  display: none !important; }

/* line 715, baku/sass/affinger/_affinger.scss */
.slider.slick-slider.slick-dotted .slick-dots {
  bottom: 0;
  display: block !important;
  margin: 0;
  padding: 0;
  left: 0; }

/* ヘッダースライドショー: スライド */
/* line 724, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide {
  position: relative; }

/* line 728, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-image {
  position: relative;
  overflow: hidden;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 739, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-image::before {
  display: block;
  padding-top: 75%;
  /* 画像の高さ (795px) / 幅 (1,060px) * 100% */
  width: 100%;
  content: ''; }

@media only screen and (min-width: 600px) {
  /* line 747, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-image::before {
    padding-top: 37.73584%;
    /* 画像の高さ (400px) / 幅 (1,060px) * 100% */ } }
/* line 752, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 762, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide.has-image .post-slide-image img {
  width: auto;
  height: 100%; }

@media only screen and (min-width: 600px) {
  /* line 768, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide.has-image .post-slide-image img {
    width: 100%;
    height: auto; } }
/* line 774, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #fff;
  pointer-events: none; }

@media only screen and (min-width: 600px) {
  /* line 789, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-body {
    right: auto;
    padding: 20px 20px 20px 45px;
    width: 40%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    box-sizing: border-box; } }
@media only screen and (min-width: 960px) {
  /* line 800, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-body {
    padding: 45px; } }
/* line 805, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-body-content,
.header-post-slider .post-slide-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }

/* line 822, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-body-content {
  width: 100%; }

/* line 827, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-text {
  overflow: hidden;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 834, baku/sass/affinger/_affinger.scss */
.header-post-slider.has-cat .post-slide-text {
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }

@media only screen and (min-width: 600px) {
  /* line 841, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-text {
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 80%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, black 0%, black 80%, rgba(0, 0, 0, 0));
    /* IE, Edge 未対応 */ } }
/* line 850, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-text .st-catgroup.itiran-category {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  width: 100%;
  text-align: left;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 80%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, black 0%, black 80%, rgba(0, 0, 0, 0));
  /* IE, Edge 未対応 */ }

@media only screen and (min-width: 600px) {
  /* line 865, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-text .st-catgroup.itiran-category {
    overflow: visible;
    margin: 0 0 10px;
    padding: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-mask-image: none;
    mask-image: none; } }
@media only screen and (max-width: 599px) {
  /* 2カラム以下のカテゴリサイズ */
  /* line 878, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-text .st-catgroup.itiran-category {
    padding: 10px; }

  /* line 881, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-text .st-catgroup.itiran-category .catname {
    font-size: 14px; } }
/* line 886, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-text .st-catgroup.itiran-category .catname {
  vertical-align: top; }

/* line 890, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-text .st-catgroup.itiran-category a {
  pointer-events: auto; }

/* line 894, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-title {
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 1.4; }

/* line 902, baku/sass/affinger/_affinger.scss */
.header-post-slider.has-date .post-slide-title {
  padding-bottom: 5px; }

@media only screen and (min-width: 600px) {
  /* line 907, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-title,
  .header-post-slider.has-date .post-slide-title {
    padding: 0;
    background: transparent; } }
@media only screen and (min-width: 960px) {
  /* line 915, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-title {
    font-size: 1.25em; } }
/* line 920, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-title a {
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

/* line 927, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-date {
  margin: 0;
  padding: 0 10px 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 1.4; }

@media only screen and (min-width: 600px) {
  /* line 936, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-date {
    padding: 5px 0 0;
    background: transparent; } }
/* line 942, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-excerpt {
  display: none;
  font-size: 1em;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media only screen and (min-width: 600px) {
  /* line 951, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-excerpt {
    display: block;
    padding: 10px 0 0; } }
/* line 957, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-excerpt p {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/* line 963, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-more {
  display: none;
  margin: 20px 0 0; }

@media only screen and (min-width: 600px) {
  /* line 969, baku/sass/affinger/_affinger.scss */
  .header-post-slider .post-slide-more {
    display: block; } }
/* line 974, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-more a {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 10px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4; }

/* line 985, baku/sass/affinger/_affinger.scss */
.header-post-slider .post-slide-more a:hover {
  background: #fff;
  color: #333; }

/* ヘッダースライドショー: スライダー */
/* line 991, baku/sass/affinger/_affinger.scss */
.header-post-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (min-width: 600px) {
  /* line 1003, baku/sass/affinger/_affinger.scss */
  .header-post-slider.is-wide,
  .header-post-slider.is-wide .slick-list {
    overflow: visible !important; } }
/* line 1009, baku/sass/affinger/_affinger.scss */
.header-post-slider .slider-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* 記事スライドショー: スライド
   記事/関連記事一覧 (カードデザイン): 記事 */
/* line 1017, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide,
.post-card-list .post-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  /* 背景色 */ }

/* line 1031, baku/sass/affinger/_affinger.scss */
.content-post-slider.is-fullsize .post-slide {
  background: transparent; }

/* line 1035, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-image,
.post-card-list .post-card-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 8px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 1048, baku/sass/affinger/_affinger.scss */
.content-post-slider.is-fullsize-card .post-slide-image {
  margin: 0; }

/* line 1052, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-image::before,
.post-card-list .post-card-image::before {
  display: block;
  padding-top: 74.25742%;
  /* 画像の高さ / 幅 * 100% */
  width: 100%;
  content: ''; }

/* line 1060, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-image img,
.post-card-list .post-card-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  background: #fff; }

/* line 1073, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-image .st-catgroup.itiran-category,
.post-card-list .post-card-image .st-catgroup.itiran-category {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  text-align: left;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 70%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, black 0%, black 70%, rgba(0, 0, 0, 0));
  /* IE, Edge 未対応 */
  flex-grow: 1;
  z-index: 1; }

@media only screen and (max-width: 959px) {
  /* 2カラム以下のカテゴリサイズ */
  /* line 1093, baku/sass/affinger/_affinger.scss */
  .post-card-list:not(.is-medium-columns-3) .post-card-image .st-catgroup.itiran-category {
    top: 5px;
    left: 5px; }

  /* line 1097, baku/sass/affinger/_affinger.scss */
  .post-card-list:not(.is-medium-columns-3) .post-card-list-item .st-catgroup.itiran-category .catname {
    font-size: 14px; } }
@media only screen and (min-width: 600px) and (max-width: 959px) {
  /* タブレット時の3カラムのカテゴリサイズ */
  /* line 1103, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-medium-columns-3 .post-card-image .st-catgroup.itiran-category {
    top: 0;
    left: 0; }

  /* line 1107, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-medium-columns-3 .post-card-list-item .st-catgroup.itiran-category .catname {
    font-size: 11px; } }
@media only screen and (max-width: 599px) {
  /* スマホ時の2カラム */
  /* line 1113, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-small-columns-2 .post-card-image .st-catgroup.itiran-category {
    top: 0;
    left: 0; }

  /* line 1117, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-small-columns-2 .post-card-list-item .st-catgroup.itiran-category .catname {
    font-size: 11px; }

  /* line 1120, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-small-columns-2 .post-card-list-item .post-card-body {
    padding: 0 10px 10px; } }
@media only screen and (min-width: 600px) {
  /* line 1126, baku/sass/affinger/_affinger.scss */
  .content-post-slider .post-slide-image .st-catgroup.itiran-category,
  .post-card-list .post-card-image .st-catgroup.itiran-category {
    flex-grow: 0; } }
/* line 1132, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-image .st-catgroup.itiran-category .catname,
.post-card-list .post-card-image .st-catgroup.itiran-category .catname {
  vertical-align: top; }

/* line 1137, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-image .st-catgroup.itiran-category a,
.post-card-list .post-card-image .st-catgroup.itiran-category a {
  pointer-events: auto; }

/* line 1142, baku/sass/affinger/_affinger.scss */
.post-card-list .st-wppviews-label {
  /* WPP */
  position: absolute;
  top: 5px;
  left: 5px; }

/* line 1148, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  width: 1em;
  height: 1.75em;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1; }

/* line 1171, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-1 .post-slide-rank {
  /* 1 カラム */
  width: 1.5625em;
  font-size: 2em; }

/* line 1176, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-2 .post-slide-rank {
  /* 2 カラム */
  width: 1.25em;
  font-size: 1.25em; }

/* line 1181, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-rank::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  border-width: 3.25em 3.5em 0 0;
  border-style: solid;
  border-color: #78909c transparent transparent transparent;
  content: ''; }

/* line 1195, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-rank-1::before {
  border-color: #c4bf2c transparent transparent transparent; }

/* line 1199, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-rank-2::before {
  border-color: #9e9e9e transparent transparent transparent; }

/* line 1203, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-rank-3::before {
  border-color: #795548 transparent transparent transparent; }

/* line 1207, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-body,
.post-card-list .post-card-body {
  padding: 0 10px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }

/* line 1224, baku/sass/affinger/_affinger.scss */
.content-post-slider.is-fullsize .post-slide-body {
  padding: 0 10px 10px 10px; }

/* line 1228, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-text,
.post-card-list .post-card-text {
  position: relative;
  overflow: hidden;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/* line 1237, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-1.has-excerpt .post-slide-text {
  /* 1 カラム */
  height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 3));
  /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

/* line 1241, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-2.has-excerpt .post-slide-text {
  /* 2 カラム */
  height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 3));
  /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

/* line 1245, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-3.has-excerpt .post-slide-text {
  /* 3 カラム */
  height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 4));
  /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

/* line 1249, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-4.has-excerpt .post-slide-text {
  /* 4 カラム */
  height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 4));
  /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

/* line 1253, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-5.has-excerpt .post-slide-text {
  /* 5 カラム */
  height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 4));
  /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

/* line 1257, baku/sass/affinger/_affinger.scss */
.post-card-list.is-small-columns-1.has-excerpt .post-card-text {
  /* 1 カラム */
  max-height: calc((1em * 1.4 + 5px) + (1em * 1.4 + 10px) + (1em * 1.4 * 4));
  /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

/* line 1261, baku/sass/affinger/_affinger.scss */
.post-card-list.is-small-columns-2.has-excerpt .post-card-text {
  /* 2 カラム */
  max-height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 3));
  /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

/* line 1265, baku/sass/affinger/_affinger.scss */
.post-card-list.is-small-columns-3.has-excerpt .post-card-text {
  /* 3 カラム */
  max-height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 4));
  /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

/* line 1269, baku/sass/affinger/_affinger.scss */
.post-card-list.is-small-columns-4.has-excerpt .post-card-text {
  /* 4 カラム */
  max-height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 4));
  /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

/* line 1273, baku/sass/affinger/_affinger.scss */
.post-card-list.is-small-columns-5.has-excerpt .post-card-text {
  /* 5 カラム */
  max-height: calc((1em * 1.4 + 5px) + (1em * 1.4 * 4));
  /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

@media only screen and (min-width: 960px) {
  /* line 1278, baku/sass/affinger/_affinger.scss */
  .content-post-slider.slick-slides-to-show-1.has-excerpt .post-slide-text {
    /* 1 カラム */
    height: calc((1em * 1.4 + 5px) + (.8em * 1.4 * 3));
    /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

  /* line 1282, baku/sass/affinger/_affinger.scss */
  .content-post-slider.slick-slides-to-show-2.has-excerpt .post-slide-text {
    /* 2 カラム */
    height: calc((1em * 1.4 + 5px) + (.8em * 1.4 * 3));
    /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

  /* line 1286, baku/sass/affinger/_affinger.scss */
  .content-post-slider.slick-slides-to-show-3.has-excerpt .post-slide-text {
    /* 3 カラム */
    height: calc((1em * 1.4 + 5px) + (.8em * 1.4 * 4));
    /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

  /* line 1290, baku/sass/affinger/_affinger.scss */
  .content-post-slider.slick-slides-to-show-4.has-excerpt .post-slide-text {
    /* 4 カラム */
    height: calc((1em * 1.4 + 5px) + (.8em * 1.4 * 4));
    /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

  /* line 1294, baku/sass/affinger/_affinger.scss */
  .content-post-slider.slick-slides-to-show-5.has-excerpt .post-slide-text {
    /* 5 カラム */
    height: calc((1em * 1.4 + 5px) + (.8em * 1.4 * 4));
    /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

  /* line 1298, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-large-columns-1.has-excerpt .post-card-text {
    /* 1 カラム */
    min-height: calc((1em * 1.4 + 5px) + (.8em * 1.4 * 3));
    /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

  /* line 1302, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-large-columns-2.has-excerpt .post-card-text {
    /* 2 カラム */
    max-height: calc((1em * 1.4 + 5px) + (.8em * 1.4 * 3));
    /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

  /* line 1306, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-large-columns-3.has-excerpt .post-card-text {
    /* 3 カラム */
    max-height: calc((1em * 1.4 + 5px) + (.8em * 1.4 * 4));
    /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

  /* line 1310, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-large-columns-4.has-excerpt .post-card-text {
    /* 4 カラム */
    max-height: calc((1em * 1.4 + 5px) + (.8em * 1.4 * 4));
    /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ }

  /* line 1314, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-large-columns-5.has-excerpt .post-card-text {
    /* 5 カラム */
    max-height: calc((1em * 1.4 + 5px) + (.8em * 1.4 * 4));
    /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */ } }
/* line 1319, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-title,
.post-card-list .post-card-title {
  margin-bottom: 5px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 1330, baku/sass/affinger/_affinger.scss */
.content-post-slider.is-fullsize-text .post-slide-title {
  margin-bottom: 0; }

/* line 1334, baku/sass/affinger/_affinger.scss */
.content-post-slider.is-fullsize .post-slide-image,
.post-card-list.is-fullsize .post-card-image,
#st-header-under-widgets-box .content-post-slider.is-fullsize .post-slide-title,
.is-fullsize .post-slide-title {
  margin-bottom: 0; }

/* is-fullsizeの非表示項目 */
/* line 1342, baku/sass/affinger/_affinger.scss */
.is-fullsize .st-catgroup,
.is-fullsize .post-slide-date,
.is-fullsize .post-slide-rank {
  display: none; }

/* line 1348, baku/sass/affinger/_affinger.scss */
.post-card-list .post-card-title:not(.st-css-no):not(.st-matome):not(.rankh5):not(.point):not(.st-cardbox-t):not(.popular-t):not(.kanren-t):not(.popular-t) {
  /* 関連記事タイトル */
  padding: 0 !important;
  border-bottom: 0;
  background: none;
  color: inherit;
  text-align: left; }

/* line 1356, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-title a,
.post-card-list .post-card-title a {
  color: #333;
  text-decoration: none;
  font-weight: bold; }

/* line 1363, baku/sass/affinger/_affinger.scss */
#st-header-under-widgets-box .slider,
#st-header-under-widgets-box .slick-slider {
  margin-bottom: 10px; }

/* line 1368, baku/sass/affinger/_affinger.scss */
#st-header-under-widgets-box .content-post-slider .post-slide-title {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.4; }

/* line 1374, baku/sass/affinger/_affinger.scss */
#st-header-under-widgets-box .slick-slider.slick-dotted {
  padding-top: 10px; }

/* line 1378, baku/sass/affinger/_affinger.scss */
#st-header-under-widgets-box .textwidget {
  max-width: 100%;
  overflow: hidden; }

/* line 1383, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-date,
.post-card-list .post-card-date {
  margin: 0 0 10px;
  text-align: center;
  font-size: 1em;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 999;
  color: #fff; }

/* カード+テキスト */
/* line 1397, baku/sass/affinger/_affinger.scss */
#st-header-under-widgets-box .content-post-slider.is-fullsize-text .post-slide-title,
.content-post-slider.is-fullsize-text .post-slide-title, .post-card-list .post-card-title {
  font-size: 0.8em;
  line-height: 1.5; }

@media only screen and (min-width: 600px) and (max-width: 959px) {
  /* line 1404, baku/sass/affinger/_affinger.scss */
  #st-header-under-widgets-box .content-post-slider.is-fullsize-text .post-slide-title,
  .content-post-slider.is-fullsize-text .post-slide-title, .post-card-list .post-card-title {
    font-size: 1em; } }
/* line 1410, baku/sass/affinger/_affinger.scss */
.post-card-date .fa,
.post-slide-date .fa {
  margin-right: 5px; }

@media only screen and (min-width: 960px) {
  /* line 1416, baku/sass/affinger/_affinger.scss */
  .content-post-slider .post-slide-date,
  .post-card-list .post-card-date {
    font-size: .8em; } }
/* line 1422, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-excerpt,
.post-card-list .post-card-excerpt {
  overflow: hidden;
  font-size: 1em;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0px;
  text-align: left; }

/* line 1433, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-1 .post-slide-excerpt {
  /* 1 カラム */
  height: calc(1em * 1.4 * 3);
  /* 抜粋: font-size * line-height * 行数 */ }

/* line 1437, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-2 .post-slide-excerpt {
  /* 2 カラム */
  height: calc(1em * 1.4 * 3);
  /* 抜粋: font-size * line-height * 行数 */ }

/* line 1441, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-3 .post-slide-excerpt {
  /* 3 カラム */
  height: calc(1em * 1.4 * 4);
  /* 抜粋: font-size * line-height * 行数 */ }

/* line 1445, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-4 .post-slide-excerpt {
  /* 4 カラム */
  height: calc(1em * 1.4 * 4);
  /* 抜粋: font-size * line-height * 行数 */ }

/* line 1449, baku/sass/affinger/_affinger.scss */
.content-post-slider.slick-slides-to-show-5 .post-slide-excerpt {
  /* 5 カラム */
  height: calc(1em * 1.4 * 4);
  /* 抜粋: font-size * line-height * 行数 */ }

@media only screen and (min-width: 960px) {
  /* line 1454, baku/sass/affinger/_affinger.scss */
  .content-post-slider .post-slide-excerpt,
  .post-card-list .post-card-excerpt {
    font-size: .8em; }

  /* line 1459, baku/sass/affinger/_affinger.scss */
  .content-post-slider.slick-slides-to-show-1 .post-slide-excerpt {
    /* 1 カラム */
    height: calc(.8em * 1.4 * 3);
    /* 抜粋: font-size * line-height * 行数 */ }

  /* line 1463, baku/sass/affinger/_affinger.scss */
  .content-post-slider.slick-slides-to-show-2 .post-slide-excerpt {
    /* 2 カラム */
    height: calc(.8em * 1.4 * 3);
    /* 抜粋: font-size * line-height * 行数 */ }

  /* line 1467, baku/sass/affinger/_affinger.scss */
  .content-post-slider.slick-slides-to-show-3 .post-slide-excerpt {
    /* 3 カラム */
    height: calc(.8em * 1.4 * 4);
    /* 抜粋: font-size * line-height * 行数 */ }

  /* line 1471, baku/sass/affinger/_affinger.scss */
  .content-post-slider.slick-slides-to-show-4 .post-slide-excerpt {
    /* 4 カラム */
    height: calc(.8em * 1.4 * 4);
    /* 抜粋: font-size * line-height * 行数 */ }

  /* line 1475, baku/sass/affinger/_affinger.scss */
  .content-post-slider.slick-slides-to-show-5 .post-slide-excerpt {
    /* 5 カラム */
    height: calc(.8em * 1.4 * 4);
    /* 抜粋: font-size * line-height * 行数 */ } }
/* line 1480, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-excerpt::after,
.post-card-list .post-card-excerpt::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: calc(1em * 1.4 * 1 + .25em);
  /* 抜粋 font-size * line-height * 隠す行数 (± 微調整) */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  /* 背景色 */
  content: ''; }

/* line 1492, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-excerpt p,
.post-card-list .post-card-excerpt p {
  margin: 0;
  font-size: 1em;
  line-height: 1.5; }

/* line 1499, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-more {
  margin: 15px 0 0;
  text-align: center; }

/* line 1504, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-more a {
  display: block;
  box-sizing: border-box;
  padding: 6px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #757575;
  text-align: center;
  text-decoration: none;
  line-height: 1.4; }

@media only screen and (min-width: 600px) {
  /* line 1517, baku/sass/affinger/_affinger.scss */
  .content-post-slider .post-slide-more a {
    display: inline-block; } }
/* line 1522, baku/sass/affinger/_affinger.scss */
.content-post-slider .post-slide-more a:hover {
  background: #f3f3f3; }

/* 記事スライドショー: スライダー
   記事/関連記事一覧 (カードデザイン): 一覧 */
/* line 1528, baku/sass/affinger/_affinger.scss */
.content-post-slider,
.post-card-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  width: calc(100% + 16px);
  /* 100% + margin-{right, left} */ }

@media only screen and (max-width: 599px) {
  /* line 1539, baku/sass/affinger/_affinger.scss */
  .content-post-slider.is-center-mode {
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }
/* line 1546, baku/sass/affinger/_affinger.scss */
.content-post-slider {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 1552, baku/sass/affinger/_affinger.scss */
.post-card-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -8px;
  margin-bottom: -8px; }

/* line 1563, baku/sass/affinger/_affinger.scss */
.content-post-slider .slider-item {
  margin: 0 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 1570, baku/sass/affinger/_affinger.scss */
.post-card-list .post-card-list-item.st-infeed-adunit {
  /* インフィード広告 */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1582, baku/sass/affinger/_affinger.scss */
.st-infeed-adunit .custom-html-widget {
  width: 100%;
  /* 3 列でも無理矢理表示させたい場合は以下を追加
     (はみだす可能性あり) */
  /* min-width: 250px; */
  /* 配置を変更する場合は、以下の A か B を追加 */
  /* A. 広告を上揃えにする場合は以下を追加 */
  align-self: flex-start;
  /* B. 広告を下揃えにする場合は以下を追加 */
  /* align-self: flex-end; */ }

/* line 1597, baku/sass/affinger/_affinger.scss */
.post-card-list .post-card-list-item,
.post-card-list.is-small-columns-1 .post-card-list-item {
  margin: 8px;
  width: calc(100% - 16px); }

/* line 1603, baku/sass/affinger/_affinger.scss */
.post-card-list.is-small-columns-2 .post-card-list-item {
  width: calc(50% - 16px);
  /* n% - margin-{right, left} */ }

/* line 1607, baku/sass/affinger/_affinger.scss */
.post-card-list.is-small-columns-3 .post-card-list-item {
  width: calc(33.33333% - 16px);
  /* n% - margin-{right, left} */ }

@media only screen and (min-width: 600px) {
  /* line 1612, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-medium-columns-1 .post-card-list-item {
    width: 100%; }

  /* line 1616, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-medium-columns-2 .post-card-list-item {
    width: calc(50% - 16px);
    /* n% - margin-{right, left} */ }

  /* line 1620, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-medium-columns-3 .post-card-list-item {
    width: calc(33.33333% - 16px);
    /* n% - margin-{right, left} */ } }
@media only screen and (min-width: 960px) {
  /* line 1626, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-large-columns-1 .post-card-list-item {
    width: 100%; }

  /* line 1630, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-large-columns-2 .post-card-list-item {
    width: calc(50% - 16px);
    /* n% - margin-{right, left} */ }

  /* line 1634, baku/sass/affinger/_affinger.scss */
  .post-card-list.is-large-columns-3 .post-card-list-item {
    width: calc(33.33333% - 16px);
    /* n% - margin-{right, left} */ } }
/* line 1639, baku/sass/affinger/_affinger.scss */
.content-post-slider.is-fullsize-text .slick-track {
  display: flex;
  justify-content: center;
  align-items: flex-start; }

/* line 1645, baku/sass/affinger/_affinger.scss */
.content-post-slider .slick-next {
  right: 8px; }

/* line 1649, baku/sass/affinger/_affinger.scss */
.content-post-slider .slick-prev {
  left: 8px; }

@media only screen and (max-width: 599px) {
  /* line 1654, baku/sass/affinger/_affinger.scss */
  .content-post-slider.is-center-mode .slick-next {
    right: 0; }

  /* line 1658, baku/sass/affinger/_affinger.scss */
  .content-post-slider.is-center-mode .slick-prev {
    left: 0; } }
/* アイキャッチ画像のみのスライドショークラス st-slider-img */
/* line 1664, baku/sass/affinger/_affinger.scss */
.st-slider-img {
  width: 100%; }

/* line 1668, baku/sass/affinger/_affinger.scss */
.st-slider-img .post-slide-body,
.widget_text.top-content.widget_st_custom_html_widget .post-card-list .post-card-body {
  display: none; }

/* line 1673, baku/sass/affinger/_affinger.scss */
.st-slider-img .post-slide {
  background-color: transparent; }

/* 記事スライドショー: ヘッダー画像エリア下のウィジェット */
/* line 1678, baku/sass/affinger/_affinger.scss */
#st-header-under-widgets-box .content-post-slider .post-slide-body {
  padding-right: 8px;
  padding-left: 8px; }

@media only screen and (min-width: 1076px) {
  /* 1,060px + padding-{right, left} */
  /* line 1685, baku/sass/affinger/_affinger.scss */
  #st-header-under-widgets-box .content-post-slider .post-slide-body {
    padding-right: 8px;
    padding-left: 8px; } }
/* ヘッダースライドショー */
/* line 1692, baku/sass/affinger/_affinger.scss */
#st-header .slick-slider {
  margin-bottom: 0; }

/* ヘッダー画像下ウィジェット */
/* line 1697, baku/sass/affinger/_affinger.scss */
#st-header-under-widgets-box {
  margin: 0 auto; }

/* ヘッダー画像エリア用ショートコード */
/* line 1702, baku/sass/affinger/_affinger.scss */
a.st-flexbox-link,
a.st-flexbox-link:visited {
  text-decoration: none;
  color: inherit; }

/* line 1708, baku/sass/affinger/_affinger.scss */
.st-header-flexwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 0; }

/* line 1719, baku/sass/affinger/_affinger.scss */
.st-header-flexwrap.st-blur::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: blur(5px);
  transition: filter 0.3s ease;
  z-index: -1; }

/* line 1732, baku/sass/affinger/_affinger.scss */
.st-header-flexwrap.st-blur:hover::before {
  filter: blur(0); }

/* line 1736, baku/sass/affinger/_affinger.scss */
.st-header-flexbox {
  text-align: center;
  width: 80%; }

/* line 1741, baku/sass/affinger/_affinger.scss */
.st-header-flexbox p:last-child {
  margin-bottom: 0; }

/* line 1745, baku/sass/affinger/_affinger.scss */
.st-header-flextitle {
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px; }

/* line 1752, baku/sass/affinger/_affinger.scss */
.st-header-flextitle .fa {
  margin-right: 7px; }

/* 左寄せ */
/* line 1757, baku/sass/affinger/_affinger.scss */
.st-header-flexwrap.st-flexbox-center {
  margin-right: auto;
  margin-left: auto; }

/* line 1762, baku/sass/affinger/_affinger.scss */
.st-header-flexwrap.st-flexbox-left {
  display: flex;
  justify-content: flex-start; }

/* line 1767, baku/sass/affinger/_affinger.scss */
.st-header-flexwrap.st-flexbox-left .st-header-flexbox {
  text-align: left;
  width: 100%;
  box-sizing: border-box; }

/*-------------------------------------
記事ごとのヘッダー（EX）
--------------------------------------*/
/* 最低の高さ */
/* line 1777, baku/sass/affinger/_affinger.scss */
#st-header-post-under-box.st-header-post-data {
  min-height: 200px; }

/* line 1781, baku/sass/affinger/_affinger.scss */
#st-header-post-under-box.st-header-post-data .st-content-width .st-catgroup {
  margin-bottom: 10px; }

@media print, screen and (min-width: 960px) {
  /* line 1786, baku/sass/affinger/_affinger.scss */
  #st-header-post-under-box.st-header-post-data,
  #st-header-post-under-box.st-header-post-no-data {
    margin: -10px 0 10px; }

  /* line 1790, baku/sass/affinger/_affinger.scss */
  .st-header-post-data + #content > #contentInner > main {
    padding-top: 10px; } }
/* 暗くする */
/* line 1796, baku/sass/affinger/_affinger.scss */
#st-header-post-under-box.st-dark .st-dark-cover {
  position: relative;
  z-index: 2; }

/* line 1801, baku/sass/affinger/_affinger.scss */
#st-header-post-under-box.st-dark {
  position: relative; }

/* line 1805, baku/sass/affinger/_affinger.scss */
#st-header-post-under-box.st-dark::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  z-index: 1; }

/*--------------------------------
各フォント設定
---------------------------------*/
/*基本のフォントサイズ*/
/* hタグ用 キャッチコピー */
/* line 1826, baku/sass/affinger/_affinger.scss */
.st-h-copy-toc,
.st-h-copy {
  display: block !important;
  font-size: 65%;
  line-height: 1.4; }

/* line 1833, baku/sass/affinger/_affinger.scss */
#breadcrumb .st-h-copy-toc,
#breadcrumb .st-h-copy {
  display: inline-block !important;
  font-size: inherit;
  line-height: inherit; }

/* 基本の文字 */
/* line 1841, baku/sass/affinger/_affinger.scss */
p,
.post h5 {
  margin-bottom: 20px; }

/*ブログタイトル*/
/* line 1848, baku/sass/affinger/_affinger.scss */
header h1 {
  margin-top: 0; }

/* line 1852, baku/sass/affinger/_affinger.scss */
header .descr.sitenametop,
header .sitename.sitenametop {
  margin-bottom: 5px;
  padding-top: 5px; }

/* line 1858, baku/sass/affinger/_affinger.scss */
header .descr.sitename-only,
header .sitename.sitename-only {
  padding-top: 5px; }

/* line 1863, baku/sass/affinger/_affinger.scss */
#headbox img.sitename-only-img {
  margin-bottom: 5px;
  padding-top: 5px; }

/* line 1868, baku/sass/affinger/_affinger.scss */
#headbox img.sitename-bottom {
  margin-bottom: 5px; }

/* line 1872, baku/sass/affinger/_affinger.scss */
header .sitename {
  font-size: 22px;
  line-height: 1.5;
  padding: 0;
  margin: 0; }

/* line 1879, baku/sass/affinger/_affinger.scss */
header .sitename a {
  color: #333;
  text-decoration: none;
  font-weight: bold; }

/*ブログ名の下のキャプション */
/* line 1886, baku/sass/affinger/_affinger.scss */
header h1 {
  font-size: 12px;
  font-weight: normal; }

/* line 1891, baku/sass/affinger/_affinger.scss */
header .descr {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0;
  margin: 0; }

/*投稿のカテゴリ*/
/* line 1901, baku/sass/affinger/_affinger.scss */
.post .st-catgroup {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 5px 0 10px; }

/* line 1908, baku/sass/affinger/_affinger.scss */
.catname {
  font-size: 13px;
  line-height: 1em;
  color: #1a1a1a;
  display: inline-block;
  white-space: nowrap;
  padding: 8px 8px;
  margin-top: 5px;
  border-radius: 2px;
  text-decoration: none;
  background: #f3f3f3; }

/* line 1921, baku/sass/affinger/_affinger.scss */
.post .st-catgroup a {
  text-decoration: none;
  color: #000; }

/*一覧に表示するカテゴリ*/
/* line 1927, baku/sass/affinger/_affinger.scss */
p.itiran-category {
  margin-bottom: 0; }

/* line 1931, baku/sass/affinger/_affinger.scss */
.post .st-catgroup.itiran-category {
  padding: 0 0 5px; }

/* line 1935, baku/sass/affinger/_affinger.scss */
.st-catgroup.itiran-category .catname {
  font-size: 10px;
  margin: 0 0 10px;
  padding: 5px; }

@media only screen and (max-width: 959px) {
  /* line 1942, baku/sass/affinger/_affinger.scss */
  .st-catgroup.itiran-category .catname {
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px; } }
/* line 1949, baku/sass/affinger/_affinger.scss */
.st-post .st-catgroup.itiran-category .catname,
.st-page .st-catgroup.itiran-category .catname {
  margin-bottom: 5px; }

/** 下に移動 */
/* line 1957, baku/sass/affinger/_affinger.scss */
.post .st-catgroup-under .st-catgroup,
.st-catgroup-under .st-catgroup {
  padding-top: 5px; }

/* line 1962, baku/sass/affinger/_affinger.scss */
.st-catgroup-under .st-catgroup .catname {
  border-radius: 0; }

/* line 1966, baku/sass/affinger/_affinger.scss */
.st-catgroup-under .st-catgroup.itiran-category .catname {
  margin-bottom: 4px; }

/*WordPress Popular Posts連携*/
/* line 1972, baku/sass/affinger/_affinger.scss */
.st-wppviews-label {
  position: relative; }

/* line 1976, baku/sass/affinger/_affinger.scss */
.st-wppviews-label .wpp-views {
  white-space: nowrap;
  position: absolute;
  top: -1px;
  left: -1px;
  color: #fff;
  z-index: 200;
  font-size: 70%;
  background: #000;
  padding: 3px 7px;
  border-radius: 5px 0 5px 0; }

/* line 1989, baku/sass/affinger/_affinger.scss */
.st-wppviews-label .wpp-views-limit {
  /* リミット数を超えた場合のデザイン */
  white-space: nowrap;
  position: absolute;
  top: -1px;
  left: -1px;
  color: #fff;
  z-index: 200;
  font-size: 70%;
  background: #bcb72f !important;
  padding: 3px 7px;
  border-radius: 5px 0 5px 0; }

/* line 2002, baku/sass/affinger/_affinger.scss */
.st-wppviews-label .wpp-text {
  font-size: 60%;
  margin-left: 3px; }

/* line 2007, baku/sass/affinger/_affinger.scss */
.st-cardbox-label-text .wpp-text {
  font-size: 80%;
  margin-left: 3px; }

/* line 2013, baku/sass/affinger/_affinger.scss */
.post-card .st-wppviews-label .wpp-views {
  font-size: 90%; }

/* line 2017, baku/sass/affinger/_affinger.scss */
.post .st-wpp-views-widgets ul {
  /*ウィジェット*/
  padding: 0;
  margin: 0; }

/* line 2022, baku/sass/affinger/_affinger.scss */
.blog_info .fa {
  margin-right: 4px; }

/* line 2026, baku/sass/affinger/_affinger.scss */
#side .blog_info .fa {
  margin-right: 3px; }

/* スクロールナビ */
/* line 2031, baku/sass/affinger/_affinger.scss */
.post .st-sc-listnavi-box {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 5px !important; }

/* line 2038, baku/sass/affinger/_affinger.scss */
.post .st-sc-listnavi-box.box80 .st-sc-listnavi {
  max-width: 80%; }

/* line 2042, baku/sass/affinger/_affinger.scss */
.post .st-sc-listnavi {
  display: inline-block;
  margin-right: 3px; }

/* line 2047, baku/sass/affinger/_affinger.scss */
.post .st-sc-listnavi a {
  display: block;
  border: solid #BDBDBD 1px;
  padding: 3px 10px;
  border-radius: 3px;
  text-decoration: none;
  color: #757575;
  font-size: 90%; }

/* line 2057, baku/sass/affinger/_affinger.scss */
.post .st-sc-listnavi a:hover {
  background: #fafafa; }

/* line 2061, baku/sass/affinger/_affinger.scss */
.post .st-sc-listnavi-box::-webkit-scrollbar {
  height: 5px; }

/* line 2065, baku/sass/affinger/_affinger.scss */
.post .st-sc-listnavi-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f2f2f2; }

/* line 2070, baku/sass/affinger/_affinger.scss */
.post .st-sc-listnavi-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc; }

/* line 2076, baku/sass/affinger/_affinger.scss */
dd h3:not(.st-css-no2) {
  line-height: 20px; }

/* line 2080, baku/sass/affinger/_affinger.scss */
.post h4:not(.st-css-no2):not(.point):not(.rankh4),
.h4modoki {
  padding: 10px 15px;
  margin: 20px 0;
  background-color: #f3f3f3; }

/*amazonプラグインのh4は除外*/
/* line 2088, baku/sass/affinger/_affinger.scss */
.post .amazonjs_info h4 {
  background-color: transparent !important;
  background-image: none !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  margin-top: 0 !important; }

/* line 2095, baku/sass/affinger/_affinger.scss */
.post .amazonjs_info h4:before,
.post .amazonjs_info h4:after {
  border: none !important; }

/* line 2100, baku/sass/affinger/_affinger.scss */
.post h5:not(.st-css-no2).kanren-t {
  margin-bottom: 5px; }

/* line 2104, baku/sass/affinger/_affinger.scss */
.post h6:not(.st-css-no2) {
  margin-bottom: 10px;
  font-weight: bold; }

/* line 2109, baku/sass/affinger/_affinger.scss */
.figcaption a,
.figcaption,
.wp-caption-text a,
.wp-caption-text {
  font-size: 12px;
  color: #757575;
  line-height: 1.4; }

/*NEWENTRY及び関連記事テキスト*/
/* line 2119, baku/sass/affinger/_affinger.scss */
.n-entry-t {
  margin-bottom: 30px;
  position: relative;
  border-bottom: solid 1px #f3f3f3;
  background-color: transparent;
  margin-top: 41px; }

/* line 2127, baku/sass/affinger/_affinger.scss */
.n-entry {
  padding: 5px 15px;
  max-width: 80%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  background: #f3f3f3;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto; }

/* サイドバーの見出し */
/* line 2142, baku/sass/affinger/_affinger.scss */
aside h4:not(.st-css-no2),
#side aside h4:not(.st-css-no2),
.st-widgets-title:not(.st-css-no2) {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 15px; }

/* line 2150, baku/sass/affinger/_affinger.scss */
.screen-reader-text {
  display: none; }

/* サイドバーのウィジェット */
/* line 2155, baku/sass/affinger/_affinger.scss */
#side .widget_recent_entries ul li,
#side .widget_recent_comments ul li,
#side .widget_meta ul li,
#side .widget_archive ul li {
  padding-bottom: 3px; }

/*サイドバー固定ページ*/
/* line 2164, baku/sass/affinger/_affinger.scss */
#side li.page_item:not(.menu-item) {
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc; }

/* line 2172, baku/sass/affinger/_affinger.scss */
#side li.page_item:not(.menu-item) li {
  border: none; }

/* line 2176, baku/sass/affinger/_affinger.scss */
#side li.page_item:not(.menu-item) a {
  color: #1a1a1a;
  text-decoration: none; }

/* line 2181, baku/sass/affinger/_affinger.scss */
#side li.page_item:not(.menu-item) a:hover {
  color: #ccc; }

/* 関連記事の文字 */
/* line 2186, baku/sass/affinger/_affinger.scss */
.post h4.point {
  margin-bottom: 30px;
  position: relative;
  border-bottom: solid 1px #f3f3f3;
  background-color: transparent;
  margin-top: 61px; }

/* line 2193, baku/sass/affinger/_affinger.scss */
.post h4 .point-in {
  padding: 5px 15px;
  max-width: 80%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  background: #f3f3f3;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto; }

/* カテゴリコンテンツがある場合の記事一覧 */
/* line 2208, baku/sass/affinger/_affinger.scss */
.cat-itiran p.point {
  background-color: transparent;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
  padding: 20px 15px 10px;
  position: relative; }

/* line 2216, baku/sass/affinger/_affinger.scss */
.cat-itiran p.point .point-in {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  left: 0;
  margin: 0;
  padding: 3px 20px;
  position: absolute;
  top: 15px; }

/* line 2228, baku/sass/affinger/_affinger.scss */
.cat-itiran h3 {
  border: none; }

/* 記事タイトル下 */
/* line 2233, baku/sass/affinger/_affinger.scss */
.blogbox p {
  font-size: 14px;
  margin: 0px;
  color: #ccc;
  line-height: 18px; }

/* line 2240, baku/sass/affinger/_affinger.scss */
.blogbox {
  margin-bottom: 10px;
  padding: 0px; }

/* line 2245, baku/sass/affinger/_affinger.scss */
.post .blogbox .fa,
#st-header-post-under-box.st-header-post-data .blogbox .fa {
  margin-right: 5px; }

/*投稿タグ*/
/* line 2251, baku/sass/affinger/_affinger.scss */
.tagst {
  font-size: 13px;
  color: #ccc;
  padding: 10px 0 0; }

/*サムネイルなし*/
/* line 2258, baku/sass/affinger/_affinger.scss */
.no-thumbitiran {
  margin-bottom: 20px; }

/* line 2262, baku/sass/affinger/_affinger.scss */
.kanren .no-thumbitiran h3 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 27px;
  padding: 5px 0 0; }

/* line 2269, baku/sass/affinger/_affinger.scss */
.no-thumbitiran h3 a {
  color: #4682b4; }

/* line 2273, baku/sass/affinger/_affinger.scss */
.no-thumbitiran h5 a {
  color: #1a1a1a;
  text-decoration: none; }

/* line 2278, baku/sass/affinger/_affinger.scss */
.no-thumbitiran h3 a:hover,
.no-thumbitiran h5 a:hover {
  color: #b22222; }

/* line 2284, baku/sass/affinger/_affinger.scss */
.no-thumbitiran .blog_info p {
  font-size: 12px;
  margin: 0px;
  color: #666666;
  line-height: 18px; }

/* line 2291, baku/sass/affinger/_affinger.scss */
.no-thumbitiran .blog_info {
  margin-bottom: 0px;
  padding: 5px 0; }

/* 引用 */
/* line 2297, baku/sass/affinger/_affinger.scss */
.post blockquote {
  background-color: #f3f3f3;
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #CCC; }

/* オリジナルスタイルsmartphone */
/* line 2315, baku/sass/affinger/_affinger.scss */
.huto {
  font-weight: bold; }

/* line 2319, baku/sass/affinger/_affinger.scss */
.hutoaka {
  font-weight: bold;
  color: #ff3333; }

/* line 2324, baku/sass/affinger/_affinger.scss */
.st-aka {
  color: #ff3333; }

/* line 2328, baku/sass/affinger/_affinger.scss */
.maru {
  border-radius: 5px; }

/* line 2332, baku/sass/affinger/_affinger.scss */
.noborder {
  border: none; }

/* line 2336, baku/sass/affinger/_affinger.scss */
.oomozi {
  font-size: 150%;
  line-height: 1.4;
  font-weight: bold; }

/* line 2342, baku/sass/affinger/_affinger.scss */
.komozi {
  font-size: 80% !important;
  line-height: 1.5 !important; }

/* line 2347, baku/sass/affinger/_affinger.scss */
.ymarker,
.ymarker-s,
.gmarker,
.gmarker-s,
.rmarker,
.rmarker-s,
.bmarker,
.bmarker-s {
  font-weight: bold; }

/* line 2359, baku/sass/affinger/_affinger.scss */
.ymarker {
  background: #FFF9C4; }

/* line 2363, baku/sass/affinger/_affinger.scss */
.ymarker-s {
  background: linear-gradient(transparent 70%, #FFF9C4 0%); }

/* line 2367, baku/sass/affinger/_affinger.scss */
.gmarker {
  background: #EEEEEE; }

/* line 2371, baku/sass/affinger/_affinger.scss */
.gmarker-s {
  background: linear-gradient(transparent 70%, #EEEEEE 0%); }

/* line 2375, baku/sass/affinger/_affinger.scss */
.rmarker {
  background: #ffcdd2; }

/* line 2379, baku/sass/affinger/_affinger.scss */
.rmarker-s {
  background: linear-gradient(transparent 70%, #ffcdd2 0%); }

/* line 2383, baku/sass/affinger/_affinger.scss */
.bmarker {
  background: #E1F5FE; }

/* line 2387, baku/sass/affinger/_affinger.scss */
.bmarker-s {
  background: linear-gradient(transparent 70%, #E1F5FE 0%); }

/* line 2391, baku/sass/affinger/_affinger.scss */
.yellowbox {
  padding: 20px;
  background-color: #ffffe0;
  margin-bottom: 20px; }

/* line 2396, baku/sass/affinger/_affinger.scss */
.yellowbox:not(.noborder) {
  border: solid 1px #fffacd; }

/* line 2400, baku/sass/affinger/_affinger.scss */
.redbox {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffebee; }

/* line 2405, baku/sass/affinger/_affinger.scss */
.redbox:not(.noborder) {
  border: solid 1px #ef5350; }

/* line 2409, baku/sass/affinger/_affinger.scss */
.graybox {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fafafa; }

/* line 2414, baku/sass/affinger/_affinger.scss */
.graybox:not(.noborder) {
  border: solid 1px #ccc; }

/* line 2418, baku/sass/affinger/_affinger.scss */
.post .yellowbox .maruck,
.post .yellowbox .maruno,
.post .yellowbox p:last-child,
.post .yellowbox ol:last-child,
.post .yellowbox ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

/* line 2427, baku/sass/affinger/_affinger.scss */
.post .graybox .maruck,
.post .graybox .maruno,
.post .graybox p:last-child,
.post .graybox ol:last-child,
.post .graybox ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

/* line 2436, baku/sass/affinger/_affinger.scss */
.post .redbox .maruck,
.post .redbox .maruno,
.post .redbox p:last-child,
.post .redbox ol:last-child,
.post .redbox ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

/* フリーボックス・マイボックス */
/* line 2446, baku/sass/affinger/_affinger.scss */
.post .freebox .maruck,
.post .freebox .maruno,
.post .st-mybox .maruck,
.post .st-mybox .maruno {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px; }

/* line 2455, baku/sass/affinger/_affinger.scss */
.post .freebox ul:not(.toc_list):not(.st_toc_list):not(.slick-dots):not(.st-pvm-nav-list):last-child,
.post .st-mybox ul:not(.toc_list):not(.st_toc_list):not(.slick-dots):not(.st-pvm-nav-list):last-child,
.post .freebox ol:not(.slick-dots):last-child,
.post .st-mybox ol:not(.slick-dots):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0; }

/* line 2464, baku/sass/affinger/_affinger.scss */
.inyoumodoki {
  background-color: #f3f3f3;
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #CCC; }

/* line 2482, baku/sass/affinger/_affinger.scss */
.post .inyoumodoki p:last-child,
.post .inyoumodoki ol:last-child,
.post .inyoumodoki ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

/* line 2489, baku/sass/affinger/_affinger.scss */
.sankou {
  font-size: 70%;
  background-color: #F57C00;
  color: #fff;
  padding: 3px 4px;
  margin: 0 5px;
  white-space: nowrap; }

/* line 2498, baku/sass/affinger/_affinger.scss */
.sankou.green {
  background-color: #4CAF50; }

/* line 2502, baku/sass/affinger/_affinger.scss */
.sankou.blue {
  background-color: #2196F3; }

/* line 2506, baku/sass/affinger/_affinger.scss */
.st-hisu {
  font-size: 70%;
  background-color: #FF0000;
  color: #fff;
  padding: 3px 4px;
  margin: 0 5px;
  white-space: nowrap; }

/*ドット線*/
/* line 2516, baku/sass/affinger/_affinger.scss */
.dotline {
  border-bottom: 1px dotted #212121; }

/* line 2520, baku/sass/affinger/_affinger.scss */
.dotliner {
  border-bottom: 1px dotted #ff0000; }

/* line 2524, baku/sass/affinger/_affinger.scss */
.dotline-s {
  border-bottom: 1px solid #212121; }

/* line 2528, baku/sass/affinger/_affinger.scss */
.dotline-sr {
  border-bottom: 1px solid #ff0000; }

/*下矢印*/
/* line 2533, baku/sass/affinger/_affinger.scss */
.st-down {
  position: relative;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: #999;
  color: #999;
  margin: 0 auto; }

/* line 2543, baku/sass/affinger/_affinger.scss */
.st-down:after {
  position: absolute;
  content: '';
  top: -32px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #999; }

/*下三角*/
/* line 2554, baku/sass/affinger/_affinger.scss */
.st-triangle-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #ccc;
  margin: 0 auto 20px; }

/* 震える */
/* line 2564, baku/sass/affinger/_affinger.scss */
.st-shake {
  display: inline-block;
  animation: beatshake .2s infinite; }

@keyframes beatshake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
/* マーキー風 */
/* line 2578, baku/sass/affinger/_affinger.scss */
.st-marquee {
  width: calc( 100% - 20px );
  padding: 10px 0;
  margin: 0 auto;
  text-align: left;
  overflow: hidden; }

/* line 2586, baku/sass/affinger/_affinger.scss */
.st-marquee p {
  padding-left: 100%;
  white-space: nowrap;
  display: inline-block;
  animation-name: marquee;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes marquee {
  from {
    transform: translate(0%); }
  to {
    transform: translate(-100%); } }
/*固定ページの子ページリンク*/
/* line 2600, baku/sass/affinger/_affinger.scss */
.pagelist-box .kanrenh4 {
  background-color: #FFF; }

/* line 2604, baku/sass/affinger/_affinger.scss */
.pagelist-box .st-childlink {
  padding: 20px 0px; }

/* line 2608, baku/sass/affinger/_affinger.scss */
.post .pagelist-box .st-childlink .kopage-t {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 26px; }

/*スター*/
/* line 2616, baku/sass/affinger/_affinger.scss */
.st-star {
  color: #FFB400;
  font-size: 15px; }

/* line 2621, baku/sass/affinger/_affinger.scss */
.y-star,
.w-star {
  font-size: 90% !important;
  margin: 0; }

/* line 2627, baku/sass/affinger/_affinger.scss */
.y-star .fa-star,
.w-star .fa-star-half-o,
.w-star .fa-star-o {
  color: #ffb400; }

/*--------------------------------
任意の人気記事
---------------------------------*/
/* line 2637, baku/sass/affinger/_affinger.scss */
.pop-box {
  position: relative;
  border-top: solid 1px #FEB20A;
  padding: 20px 20px 10px;
  margin-bottom: 10px; }

/* line 2644, baku/sass/affinger/_affinger.scss */
.pop-box.kanren {
  margin-top: 40px; }

/* line 2647, baku/sass/affinger/_affinger.scss */
.pop-box.st-wpp-views-widgets {
  margin-top: 20px; }

/* line 2651, baku/sass/affinger/_affinger.scss */
.kanren.pop-box dl:last-child {
  margin-bottom: 0px; }

/* line 2655, baku/sass/affinger/_affinger.scss */
.p-entry {
  padding: 5px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  background: #FEB20A;
  color: #fff;
  position: absolute;
  top: -11px;
  left: 0;
  max-width: 80%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  vertical-align: middle; }

/* line 2670, baku/sass/affinger/_affinger.scss */
.p-entry::after {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  border-style: solid;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #5462ab;
  border-left: 5px solid #5462ab;
  z-index: 9999; }

/* line 2683, baku/sass/affinger/_affinger.scss */
.p-entry::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  border-style: solid;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  border-left: 5px solid #000;
  z-index: 10000;
  opacity: 0.2; }

/* line 2697, baku/sass/affinger/_affinger.scss */
.post .p-entry-t,
#side .p-entry-t,
.home-post .p-entry-t {
  margin-bottom: 30px; }

/* フッター */
/* line 2704, baku/sass/affinger/_affinger.scss */
#footer .pop-box:not(.st-wpp-views-widgets) {
  padding: 0; }

/* line 2708, baku/sass/affinger/_affinger.scss */
#footer .pop-box, .nowhits .pop-box,
#footer .nowhits-eye .pop-box,
#footer .st-eyecatch + .nowhits .pop-box {
  border-top: none;
  background-color: transparent; }

/* line 2715, baku/sass/affinger/_affinger.scss */
#footer .pop-box.kanren {
  margin-top: 0; }

/* line 2719, baku/sass/affinger/_affinger.scss */
#footer .p-entry {
  top: 0;
  left: 0; }

/* line 2724, baku/sass/affinger/_affinger.scss */
#footer .p-entry::after {
  content: none; }

/** フッター内のサイドバーウィジェット */
/* line 2729, baku/sass/affinger/_affinger.scss */
footer #sidebg {
  background-color: transparent;
  margin-bottom: 10px; }

/* line 2734, baku/sass/affinger/_affinger.scss */
footer #sidebg ul {
  padding-left: 0; }

/* line 2738, baku/sass/affinger/_affinger.scss */
footer #sidebg li {
  list-style: none; }

/* line 2742, baku/sass/affinger/_affinger.scss */
footer #sidebg li a {
  padding: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

/* line 2749, baku/sass/affinger/_affinger.scss */
footer #sidebg li a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px; }

/*アイキャッチのない場合（トップ）
-----------------------------*/
/* line 2758, baku/sass/affinger/_affinger.scss */
.nowhits .pop-box {
  position: relative;
  margin: -20px 0 20px;
  border-top: solid 1px #FEB20A;
  padding: 20px 15px 10px; }

/*アイキャッチのある場合（トップ）
-----------------------------*/
/* line 2769, baku/sass/affinger/_affinger.scss */
.nowhits-eye .pop-box {
  position: relative;
  margin: -25px 0 20px;
  border-top: solid 1px #FEB20A;
  padding: 20px 15px 10px; }

/* line 2776, baku/sass/affinger/_affinger.scss */
.category .p-entry,
.nowhits .p-entry {
  padding: 3px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  background: #FEB20A;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 5px 0; }

/* line 2790, baku/sass/affinger/_affinger.scss */
.post .category .p-entry,
.post .nowhits .p-entry {
  border-radius: 0 0 5px 0; }

/* line 2795, baku/sass/affinger/_affinger.scss */
.category .p-entry::after,
.nowhits .p-entry::after,
.nowhits .p-entry::before {
  content: none; }

/*ヘッダーの無い場合*/
/* line 2802, baku/sass/affinger/_affinger.scss */
.nowhits.noheader .p-entry {
  top: 0px;
  left: 0; }

/* line 2807, baku/sass/affinger/_affinger.scss */
.category .p-entry-t,
.nowhits.noheader .p-entry-t {
  margin-bottom: 40px; }

/*ランキング*/
/* line 2813, baku/sass/affinger/_affinger.scss */
.poprank-no2 {
  /*font-family: 'Montserrat', sans-serif;*/
  background: #FEB20A;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 80%;
  color: #fff;
  font-weight: bold;
  margin-right: 10px; }

/* 三角ランキング */
/* line 2827, baku/sass/affinger/_affinger.scss */
.st-triangle-rank {
  position: relative;
  overflow: hidden; }

/* line 2832, baku/sass/affinger/_affinger.scss */
.st-triangle-rank:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #FFC400;
  position: absolute;
  z-index: 1; }

/* line 2842, baku/sass/affinger/_affinger.scss */
.st-triangle-rank:after {
  content: "ｵｽｽﾒ";
  display: block;
  top: 6px;
  left: 7px;
  transform: rotate(-45deg);
  color: #fff;
  position: absolute;
  z-index: 2;
  font-size: 90%; }

/** 1位 */
/* line 2855, baku/sass/affinger/_affinger.scss */
.st-triangle-rank.rank-1:after {
  content: "1位";
  left: 8px; }

/* line 2859, baku/sass/affinger/_affinger.scss */
.st-triangle-rank.rank-1:before {
  border-left: 4em solid #c4bf2c; }

/** 2位 */
/* line 2864, baku/sass/affinger/_affinger.scss */
.st-triangle-rank.rank-2:after {
  content: "2位";
  left: 8px; }

/* line 2868, baku/sass/affinger/_affinger.scss */
.triangle-rank.rank-2:before {
  border-left: 4em solid #9E9E9E; }

/** 3位 */
/* line 2873, baku/sass/affinger/_affinger.scss */
.st-triangle-rank.rank-3:after {
  content: "3位";
  left: 8px; }

/* line 2877, baku/sass/affinger/_affinger.scss */
.st-triangle-rank.rank-3:before {
  border-left: 4em solid #795548; }

/*スクロール用*/
/* line 2882, baku/sass/affinger/_affinger.scss */
.poprank {
  position: relative; }

/* line 2886, baku/sass/affinger/_affinger.scss */
.poprank-no {
  /*font-family: 'Montserrat', sans-serif;*/
  position: absolute;
  top: 0;
  left: 0;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 80%;
  background: #FEB20A;
  color: #fff;
  font-weight: bold;
  z-index: 9999; }

/* PVモニター調整 */
/* line 2903, baku/sass/affinger/_affinger.scss */
.st-pvm-ranking-body .smanone.st-excerpt p {
  font-size: 80%;
  line-height: 1.7; }

/*--------------------------------
フッターコンテンツ
---------------------------------*/
/* フッター文字 */
/* line 2913, baku/sass/affinger/_affinger.scss */
#footer .footerlogo {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold; }

/* line 2920, baku/sass/affinger/_affinger.scss */
#footer p {
  font-size: 12px;
  margin-bottom: 5px; }

/* line 2925, baku/sass/affinger/_affinger.scss */
#footer .footerlogo img {
  max-width: 300px;
  margin: 0 auto 10px;
  text-align: center; }

/* line 2931, baku/sass/affinger/_affinger.scss */
#footer a {
  text-decoration: none;
  color: #212121; }

/* line 2936, baku/sass/affinger/_affinger.scss */
#footer a:hover {
  color: #b22222; }

/* line 2940, baku/sass/affinger/_affinger.scss */
#footer .copy,
#footer .rcopy {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  padding: 20px 10px 0; }

/* line 2948, baku/sass/affinger/_affinger.scss */
#footer .copy a,
#footer .rcopy a {
  font-size: 12px;
  color: #999;
  line-height: 18px; }

/* line 2955, baku/sass/affinger/_affinger.scss */
footer h4 a {
  color: #666;
  text-decoration: none; }

/*電話番号*/
/* line 2961, baku/sass/affinger/_affinger.scss */
.head-telno a,
footer .head-telno a {
  font-family: Lato, sans-serif; }

/* line 2966, baku/sass/affinger/_affinger.scss */
footer .head-telno a {
  font-size: 25px;
  padding: 5px 10px;
  text-align: center; }

/*ウィジェットテキスト*/
/* line 2973, baku/sass/affinger/_affinger.scss */
.headbox,
.headbox p {
  font-size: 12px;
  line-height: 18px;
  text-align: center; }

/*固定広告*/
/* line 2981, baku/sass/affinger/_affinger.scss */
#footer-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999; }

/*--------------------------------
ウィジェットエリア
---------------------------------*/
/* line 2993, baku/sass/affinger/_affinger.scss */
.ad {
  margin: 0px; }

/* line 2997, baku/sass/affinger/_affinger.scss */
.ad > * {
  margin-bottom: 10px; }

/* line 3001, baku/sass/affinger/_affinger.scss */
.ad > a.st-originallink,
.ad > a.st-formbtnlink {
  display: block; }

/* 最近の投稿・コメント・アーカイブ */
/* line 3007, baku/sass/affinger/_affinger.scss */
.widget_recent_entries ul li a,
.widget_archive ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 0 4px; }

/* line 3016, baku/sass/affinger/_affinger.scss */
.widget_recent_entries ul li,
.widget_archive ul li {
  border-bottom: 1px dotted #ccc;
  list-style: none; }

/* line 3022, baku/sass/affinger/_affinger.scss */
footer .widget_recent_comments li:last-child,
footer .widget_recent_entries ul li:last-child,
footer .widget_archive ul li:last-child,
#side aside .widget_recent_comments li:last-child,
#side aside .widget_recent_entries ul li:last-child,
#side aside .widget_archive ul li:last-child {
  margin-bottom: 20px; }

/* line 3031, baku/sass/affinger/_affinger.scss */
.widget_recent_entries ul li .post-date {
  font-size: 11px; }

/* line 3035, baku/sass/affinger/_affinger.scss */
footer .widget_recent_entries ul,
footer .widget_archive ul {
  padding-left: 0; }

/* line 3040, baku/sass/affinger/_affinger.scss */
footer .widget_recent_entries ul li a,
footer .widget_archive ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #000; }

/* line 3050, baku/sass/affinger/_affinger.scss */
footer .widget_recent_entries ul li,
footer .widget_archive ul li {
  border-bottom: 1px dotted #ccc;
  list-style: none;
  padding: 7px 0; }

/* line 3057, baku/sass/affinger/_affinger.scss */
footer .widget_recent_comments li {
  padding: 5px 0; }

/* line 3061, baku/sass/affinger/_affinger.scss */
.widget_recent_entries ul li .post-date {
  font-size: 11px; }

/*--------------------------------
ウィジェットボックス（投稿・固定・カテゴリ・スライド）
---------------------------------*/
/* line 3069, baku/sass/affinger/_affinger.scss */
.st-widgets-box > * {
  margin-bottom: 20px; }

/*--------------------------------
ウィジェットボックス（カテゴリ）
---------------------------------*/
/* line 3077, baku/sass/affinger/_affinger.scss */
.widget_st_categories_widget .cat-item {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 3083, baku/sass/affinger/_affinger.scss */
.widget_st_categories_widget .children {
  margin: 0;
  padding: 0; }

/* line 3088, baku/sass/affinger/_affinger.scss */
.widget_st_categories_widget .children .cat-item {
  padding-left: 10px; }

/* line 3092, baku/sass/affinger/_affinger.scss */
.widget_st_categories_widget .children .cat-item .cat-item {
  list-style-type: none;
  margin: 0; }

/* line 3097, baku/sass/affinger/_affinger.scss */
.widget_st_categories_widget .cat-item a::after {
  content: " \f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px; }

/* line 3104, baku/sass/affinger/_affinger.scss */
.widget_st_categories_widget .cat-item a {
  position: relative;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  color: #1a1a1a;
  text-decoration: none;
  display: block; }

/* line 3116, baku/sass/affinger/_affinger.scss */
.widget_st_categories_widget .cat-item a:hover {
  opacity: 0.5; }

/* line 3120, baku/sass/affinger/_affinger.scss */
.widget_st_categories_widget .cat-item.has-thumbnail a,
#side .widget_categories .cat-item.has-thumbnail a {
  display: flex;
  align-items: center;
  padding-right: 25px; }

/* line 3127, baku/sass/affinger/_affinger.scss */
.widget_st_categories_widget .cat-item.has-thumbnail img,
#side .widget_categories .cat-item.has-thumbnail img {
  width: 2em;
  margin-right: 10px; }

/* line 3133, baku/sass/affinger/_affinger.scss */
.widget_st_categories_widget .cat-item.has-thumbnail a::after,
#side .widget_categories .cat-item.has-thumbnail a::after {
  top: 50%;
  transform: translate(0, -50%); }

/* 本文エリア */
/* line 3140, baku/sass/affinger/_affinger.scss */
.post .widget_st_categories_widget ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  list-style: none;
  margin: 0;
  padding: 0; }

/*media Queries タブレット（600px）以上で2カラム表示
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
  /* line 3149, baku/sass/affinger/_affinger.scss */
  .st-widget-cat-2colum .widget_st_categories_widget > ul {
    display: flex;
    flex-wrap: wrap; }

  /* line 3154, baku/sass/affinger/_affinger.scss */
  .st-widget-cat-2colum .widget_st_categories_widget > ul > li {
    width: 50%;
    box-sizing: border-box; }

  /* line 3159, baku/sass/affinger/_affinger.scss */
  .st-widget-cat-2colum .widget_st_categories_widget .children {
    display: none; } }
/*--------------------------------
ウィジェットボックス（フッター）
---------------------------------*/
/* line 3168, baku/sass/affinger/_affinger.scss */
.footer-r {
  text-align: left;
  margin-bottom: 20px; }

/* line 3173, baku/sass/affinger/_affinger.scss */
footer .widget_st_categories_widget ul {
  padding-left: 0; }

/* line 3177, baku/sass/affinger/_affinger.scss */
footer .widget_tag_cloud,
footer .widget_st_categories_widget {
  margin-bottom: 20px; }

/* line 3182, baku/sass/affinger/_affinger.scss */
#footer .st-formbtn,
#footer .rssbox,
#footer .st-author-box,
#footer .st-originalbtn {
  margin-bottom: 10px; }

/*--------------------------------
ウィジェットボックス（トップページ）
---------------------------------*/
/* line 3193, baku/sass/affinger/_affinger.scss */
.top-wbox-t > * {
  margin-bottom: 20px; }

/* line 3197, baku/sass/affinger/_affinger.scss */
.top-wbox-u {
  padding: 10px 0 0; }

/* line 3201, baku/sass/affinger/_affinger.scss */
.top-wbox-u > * {
  margin-bottom: 20px; }

/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
/* タイトル名 */
/* line 3210, baku/sass/affinger/_affinger.scss */
#topnews dd h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px; }

/* line 3216, baku/sass/affinger/_affinger.scss */
#topnews dt {
  float: left;
  width: 100px; }

/* line 3221, baku/sass/affinger/_affinger.scss */
#topnews dt img {
  width: 100%; }

/* line 3225, baku/sass/affinger/_affinger.scss */
#topnews dd {
  padding-left: 110px; }

/* line 3229, baku/sass/affinger/_affinger.scss */
#topnews dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999; }

/* line 3237, baku/sass/affinger/_affinger.scss */
#topnews dl:first-child {
  padding-top: 20px; }

/* line 3241, baku/sass/affinger/_affinger.scss */
#topnews dl:last-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-style: none; }

/* line 3247, baku/sass/affinger/_affinger.scss */
#topnews .clearfix dd h5 {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 5px; }

/* 抜粋文字 */
/* line 3256, baku/sass/affinger/_affinger.scss */
#topnews .clearfix dd p {
  color: #666; }

/* line 3260, baku/sass/affinger/_affinger.scss */
#topnews .clearfix dd h5 a {
  color: #333;
  text-decoration: none; }

/* 一覧タイトル下 */
/* line 3266, baku/sass/affinger/_affinger.scss */
.kanren .blog_info p {
  margin: 0 0 5px; }

/* line 3270, baku/sass/affinger/_affinger.scss */
#side .kanren .blog_info p {
  margin: 0 0 3px; }

/* line 3274, baku/sass/affinger/_affinger.scss */
.kanren h3 {
  margin: 0 0 3px; }

/* line 3278, baku/sass/affinger/_affinger.scss */
.kanren h3 a,
.post .kanren h3 a {
  color: #1a1a1a; }

/* line 3283, baku/sass/affinger/_affinger.scss */
.post .kanren h5 {
  margin-bottom: 10px; }

/* line 3287, baku/sass/affinger/_affinger.scss */
.blog_info p a {
  color: #666;
  text-decoration: none; }

/* line 3292, baku/sass/affinger/_affinger.scss */
#topnews .clearfix dd .blog_info p {
  font-size: 12px; }

/*--------------------------------
PC閲覧時の記事上の一括表示部分
---------------------------------*/
/* line 3300, baku/sass/affinger/_affinger.scss */
.pc-kizi-top-box {
  margin-bottom: 20px; }

/*--------------------------------
記事の一括表示部分
---------------------------------*/
/* line 3308, baku/sass/affinger/_affinger.scss */
.st-widgets-box {
  margin-bottom: 20px; }

/*--------------------------------
関連記事表示部分
---------------------------------*/
/* line 3316, baku/sass/affinger/_affinger.scss */
.kanren {
  padding-top: 20px;
  margin-top: 20px; }

/* line 3321, baku/sass/affinger/_affinger.scss */
.kanren.shortcode-kanren {
  margin-top: 0; }

/* line 3325, baku/sass/affinger/_affinger.scss */
.category .kanren:not(.st-cardbox) {
  padding-top: 0;
  margin-top: 0; }

/* line 3330, baku/sass/affinger/_affinger.scss */
aside .kanren {
  padding-top: 20px;
  margin-top: 0px; }

/* line 3335, baku/sass/affinger/_affinger.scss */
.kadomaru img {
  border-radius: 100px; }

/* タイトル名 */
/* line 3340, baku/sass/affinger/_affinger.scss */
.kanren.pop-box h5,
#side .kanren.pop-box h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 10px; }

/* line 3348, baku/sass/affinger/_affinger.scss */
.kanren.pop-box dd h5:not(.st-css-no2),
#side .kanren.pop-box dd h5:not(.st-css-no2) {
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  padding: 0px;
  margin-bottom: 5px; }

/* line 3357, baku/sass/affinger/_affinger.scss */
.kanren dt {
  float: left;
  width: 100px; }

/* line 3362, baku/sass/affinger/_affinger.scss */
.kanren dt img {
  width: 100px; }

/* line 3366, baku/sass/affinger/_affinger.scss */
.kanren dd {
  padding-left: 115px; }

/* line 3370, baku/sass/affinger/_affinger.scss */
.kanren dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f3f3f3; }

/* line 3378, baku/sass/affinger/_affinger.scss */
.kanren dl p {
  margin-bottom: 0px; }

/* line 3382, baku/sass/affinger/_affinger.scss */
.kanren dl:last-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-style: none; }

/* 抜粋文字 */
/* line 3389, baku/sass/affinger/_affinger.scss */
.kanren:not(.st-cardbox) .clearfix dd p {
  font-size: 13px;
  color: #888;
  line-height: 18px; }

/* 記事タイトル */
/* line 3396, baku/sass/affinger/_affinger.scss */
dd h3:not(.st-css-no2) a,
.kanren .clearfix dd h5:not(.st-css-no2) a {
  /*関連記事*/
  color: #1a1a1a;
  text-decoration: none;
  padding: 0; }

/* line 3403, baku/sass/affinger/_affinger.scss */
.kanren .clearfix dd h5 a:hover {
  color: #b22222; }

/* ランキング風 */
/* line 3408, baku/sass/affinger/_affinger.scss */
.kanren-rank-label {
  position: relative; }

/* line 3412, baku/sass/affinger/_affinger.scss */
.kanren .kanren-no {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #78909C;
  font-size: 80%;
  font-weight: bold;
  color: #fff; }

/* line 3426, baku/sass/affinger/_affinger.scss */
.kanren.kadomaru .kanren-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  padding: 0;
  min-width: 2.15em;
  min-height: 2.15em;
  border-radius: 100%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 3447, baku/sass/affinger/_affinger.scss */
.kanren .kanren-rank1 {
  background: #c4bf2c; }

/* line 3450, baku/sass/affinger/_affinger.scss */
.kanren .kanren-rank2 {
  background: #9E9E9E; }

/* line 3453, baku/sass/affinger/_affinger.scss */
.kanren .kanren-rank3 {
  background: #795548; }

/* もっと読むボタン (汎用) */
/* line 3458, baku/sass/affinger/_affinger.scss */
.load-more-action {
  text-align: center; }

/* line 3462, baku/sass/affinger/_affinger.scss */
.load-more-btn {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #757575;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 10px; }

/* line 3475, baku/sass/affinger/_affinger.scss */
.load-more-btn:before {
  content: "\f107";
  font-family: FontAwesome;
  margin-right: 7px; }

/* line 3481, baku/sass/affinger/_affinger.scss */
.load-more-btn:hover {
  background: #f3f3f3; }

@media only screen and (max-width: 599px) {
  /* line 3486, baku/sass/affinger/_affinger.scss */
  .load-more-btn {
    padding: 15px 10px; } }
@media only screen and (min-width: 600px) {
  /* line 3492, baku/sass/affinger/_affinger.scss */
  .load-more-btn {
    font-size: 20px;
    line-height: 30px; } }
@media only screen and (min-width: 960px) {
  /* line 3499, baku/sass/affinger/_affinger.scss */
  .load-more-btn {
    font-size: 15px;
    line-height: 27px; } }
/* line 3505, baku/sass/affinger/_affinger.scss */
.load-more-state {
  width: 0;
  height: 0;
  text-align: center; }

/* line 3511, baku/sass/affinger/_affinger.scss */
.load-more-state.is-loading {
  padding-top: 20px;
  width: auto;
  height: auto; }

/* もっと読むボタン (関連記事) */
/* line 3518, baku/sass/affinger/_affinger.scss */
.kanren-load-more-action {
  margin-bottom: 40px; }

/*--------------------------------
この記事を書いた人
---------------------------------*/
/* line 3526, baku/sass/affinger/_affinger.scss */
.st-author-box .fa {
  margin-right: 4px; }

/* line 3530, baku/sass/affinger/_affinger.scss */
ul#st-tab-menu,
.post ul#st-tab-menu {
  margin: 0;
  padding: 0; }

/* line 3536, baku/sass/affinger/_affinger.scss */
#st-tab-menu {
  list-style: none; }

/* line 3540, baku/sass/affinger/_affinger.scss */
#st-tab-menu li {
  display: inline-block;
  padding: 5px 10px !important;
  background: #eee;
  cursor: pointer;
  font-size: 90%;
  font-weight: bold; }

/* タブの中身 */
/* line 3552, baku/sass/affinger/_affinger.scss */
#st-tab-box div {
  display: none; }

/* line 3556, baku/sass/affinger/_affinger.scss */
#st-tab-box div.active {
  display: block; }

/* line 3560, baku/sass/affinger/_affinger.scss */
#st-tab-box div dt {
  float: left;
  width: 80px; }

/* line 3565, baku/sass/affinger/_affinger.scss */
#st-tab-box div dd {
  padding-left: 100px; }

/* line 3569, baku/sass/affinger/_affinger.scss */
#st-tab-box p.st-author-post,
.post #st-tab-box p.st-author-post {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc; }

/* line 3576, baku/sass/affinger/_affinger.scss */
#st-tab-box p.st-author-post a,
.post #st-tab-box p.st-author-post a {
  text-decoration: none;
  font-weight: bold;
  color: #1a1a1a; }

/* line 3583, baku/sass/affinger/_affinger.scss */
.st-author-date {
  margin: 0;
  color: #ccc;
  font-size: 80%;
  line-height: 1.5; }

/* line 3590, baku/sass/affinger/_affinger.scss */
.st-author-nickname {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #1a1a1a; }

/* line 3597, baku/sass/affinger/_affinger.scss */
.st-author-sns,
.st-author-homepage {
  margin-bottom: 0px; }

/* line 3602, baku/sass/affinger/_affinger.scss */
.st-author-sns .fa {
  font-size: 200%; }

/* line 3606, baku/sass/affinger/_affinger.scss */
.st-author-sns a,
.st-author-homepage a {
  text-decoration: none; }

/* line 3611, baku/sass/affinger/_affinger.scss */
a.st-author-twitter {
  color: #55acee;
  white-space: nowrap; }

/* line 3616, baku/sass/affinger/_affinger.scss */
a.st-author-facebook {
  color: #3b5998;
  white-space: nowrap; }

/* line 3621, baku/sass/affinger/_affinger.scss */
a.st-author-instagram {
  color: #1a1a1a;
  white-space: nowrap; }

/* line 3625, baku/sass/affinger/_affinger.scss */
a.st-author-homepage {
  font-size: 90%; }

/* line 3629, baku/sass/affinger/_affinger.scss */
.st-author-archive {
  text-align: right;
  padding-top: 10px;
  margin: 0; }

/*--------------------------------
サイドバー
---------------------------------*/
/* line 3640, baku/sass/affinger/_affinger.scss */
#side aside ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

/* line 3646, baku/sass/affinger/_affinger.scss */
#side aside .children li {
  padding-left: 10px; }

/* line 3650, baku/sass/affinger/_affinger.scss */
#side aside ul li ul li {
  list-style-type: none;
  margin: 0px; }

/* line 3656, baku/sass/affinger/_affinger.scss */
#side aside .sub-menu {
  padding-left: 10px; }

/* line 3660, baku/sass/affinger/_affinger.scss */
#side aside #mybox ul li ul li {
  font-size: 14px;
  line-height: 24px; }

/* line 3665, baku/sass/affinger/_affinger.scss */
#side aside .kanren {
  padding-top: 10px; }

/* RSS購読するボタン */
/* line 3670, baku/sass/affinger/_affinger.scss */
.fa-rss-square {
  margin-right: 10px; }

/* line 3674, baku/sass/affinger/_affinger.scss */
.rssbox a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #1a1a1a;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none; }

/* line 3685, baku/sass/affinger/_affinger.scss */
#scrollad {
  padding: 20px 0; }

/*--------------------------------
サイドバー固定ページ用のナビ
---------------------------------*/
/* line 3693, baku/sass/affinger/_affinger.scss */
#sidebg {
  background: #f3f3f3;
  /*margin-bottom:10px;*/
  box-sizing: border-box; }

/*ulタグの階層*/
/* line 3700, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists ul {
  padding: 0px; }

/* line 3704, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists .sub-menu {
  padding: 0px; }

/*liタグの階層*/
/* line 3709, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists .fa {
  margin-right: 5px; }

/* line 3713, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists ul li {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }

/* line 3719, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists ul .sub-menu li {
  border: none; }

/* line 3723, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists ul li:last-child {
  border-bottom: 1px solid #ccc; }

/* line 3727, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists ul .sub-menu li:first-child {
  border-top: 1px solid #ccc; }

/* line 3731, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists ul li li:last-child {
  border: none; }

/* line 3735, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists ul .sub-menu .sub-menu li {
  border: none;
  padding-left: 15px; }

/* line 3740, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/*aタグの第一階層*/
/* line 3756, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists ul li a {
  text-decoration: none;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  /*Other Browser*/
  background: #ccc;
  /*For Old WebKit*/
  background: -webkit-linear-gradient(#fff 0%, #f3f3f3 100%);
  /*For Modern Browser*/
  background: linear-gradient(#fff 0%, #f3f3f3 100%); }

/*aタグの第二階層*/
/* line 3779, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists .sub-menu a {
  text-decoration: none;
  padding: 10px 10px 10px 15px;
  background: transparent;
  color: #000;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  font-weight: normal; }

/* line 3789, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists .sub-menu a:hover {
  color: #ff0000; }

/*aタグの第三階層*/
/* line 3794, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists .sub-menu .sub-menu a {
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  background: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
  border: none;
  margin-bottom: 0px; }

/* line 3805, baku/sass/affinger/_affinger.scss */
#side aside .st-pagelists .sub-menu .sub-menu a:hover {
  color: #ff0000; }

/*タグクラウド*/
/* line 3810, baku/sass/affinger/_affinger.scss */
.tagcloud {
  margin-bottom: 20px; }

/* line 3814, baku/sass/affinger/_affinger.scss */
.tagcloud a {
  font-size: 13px !important;
  line-height: 1em;
  color: #1a1a1a;
  display: inline-block;
  border: 1px #757575 solid;
  white-space: nowrap;
  padding: 10px;
  margin: 3px 3px 5px;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box; }

/*--------------------------------
ウィジェット問合せボタン
---------------------------------*/
/* line 3832, baku/sass/affinger/_affinger.scss */
.st-formbtn {
  vertical-align: middle;
  padding: 10px 15px;
  margin-bottom: 0; }

/* line 3838, baku/sass/affinger/_affinger.scss */
.st-formbtnlink .fa {
  margin: 0 !important;
  padding: 0 !important; }

/* line 3843, baku/sass/affinger/_affinger.scss */
.st-originalbtn-l {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px; }

/* line 3849, baku/sass/affinger/_affinger.scss */
.st-originalbtn-r {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box; }

/* line 3858, baku/sass/affinger/_affinger.scss */
.originalbtn-bold {
  font-weight: bold;
  /*太字にする*/ }

/* line 3862, baku/sass/affinger/_affinger.scss */
a.st-formbtnlink {
  color: #fff;
  text-decoration: none; }

/*--------------------------------
ウィジェットオリジナルボタン
---------------------------------*/
/* line 3871, baku/sass/affinger/_affinger.scss */
.st-originalbtn {
  vertical-align: middle;
  padding: 12px 15px;
  margin-bottom: 0; }

/* line 3877, baku/sass/affinger/_affinger.scss */
.st-originalbtn .fa-question-circle,
.st-originalbtn .fa-check-circle,
.st-originalbtn .fa-exclamation-triangle,
.st-originalbtn .fa-pencil-square-o {
  margin-right: 0px; }

/* line 3884, baku/sass/affinger/_affinger.scss */
a.st-originallink {
  color: #fff;
  text-decoration: none; }

/*--------------------------------
エディタ用
---------------------------------*/
/*テーブル */
/* line 3894, baku/sass/affinger/_affinger.scss */
.post table {
  box-sizing: border-box;
  border-top: 1px #999 solid;
  border-right: 1px #999 solid;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%; }

/* line 3903, baku/sass/affinger/_affinger.scss */
.post table thead {
  border-top: 1px #999 solid;
  border-right: 1px #999 solid; }

/* line 3908, baku/sass/affinger/_affinger.scss */
.post table thead th,
.post table thead td {
  border-bottom: 1px #999 solid;
  border-left: 1px #999 solid; }

/* line 3914, baku/sass/affinger/_affinger.scss */
table > thead > tr > td,
table > thead > tr > th,
table > tr > td,
table > tr > th {
  background-color: #fafafa; }

/*For IE*/
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 3923, baku/sass/affinger/_affinger.scss */
  .post table {
    table-layout: fixed; } }
/* line 3928, baku/sass/affinger/_affinger.scss */
table tr td {
  padding: 10px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  vertical-align: top; }

/* line 3939, baku/sass/affinger/_affinger.scss */
table th {
  padding: 10px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999; }

/* line 3949, baku/sass/affinger/_affinger.scss */
table th,
table th p,
.post table tr td p,
.post table tr td {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal; }

/* line 3958, baku/sass/affinger/_affinger.scss */
.post table tr td p:last-child {
  margin-bottom: 0; }

/* line 3962, baku/sass/affinger/_affinger.scss */
#main .post table {
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  color: #333; }

/*テーブル（装飾なし） */
/* line 3973, baku/sass/affinger/_affinger.scss */
.post .notab table {
  border: none;
  width: initial;
  /* 初期状態にリセット */
  max-width: initial;
  /* 初期状態にリセット */ }

/* line 3979, baku/sass/affinger/_affinger.scss */
.notab table tr td {
  border: none;
  text-align: left;
  vertical-align: top; }

/* line 3985, baku/sass/affinger/_affinger.scss */
.notab table th {
  border: none; }

/* line 3989, baku/sass/affinger/_affinger.scss */
.post .notab table tr:nth-child(even) {
  background-color: transparent; }

/*中央配置*/
/* line 3994, baku/sass/affinger/_affinger.scss */
tr.st-centertable,
td.st-centertable,
.st-centertable table td {
  text-align: center;
  vertical-align: middle; }

/*スクロール*/
/* line 4002, baku/sass/affinger/_affinger.scss */
.post .scroll-box table {
  max-width: initial; }

/* line 4006, baku/sass/affinger/_affinger.scss */
.scroll-box {
  overflow-x: auto;
  margin-bottom: 10px; }

/* line 4011, baku/sass/affinger/_affinger.scss */
.scroll-box::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

/* line 4016, baku/sass/affinger/_affinger.scss */
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f3f3f3; }

/* line 4020, baku/sass/affinger/_affinger.scss */
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc; }

/* PC横スクロール */
/* line 4026, baku/sass/affinger/_affinger.scss */
.post .scroll-box.pc table td,
.post .scroll-box.pc table td p {
  white-space: nowrap; }

/* line 4032, baku/sass/affinger/_affinger.scss */
.scroll-box.pc {
  overflow-x: auto;
  position: relative;
  cursor: ew-resize; }

/* PC縦スクロール */
/* line 4039, baku/sass/affinger/_affinger.scss */
.scroll-box.pc.h-sc {
  overflow: auto;
  position: relative;
  height: 75vh;
  cursor: all-scroll; }

/*画像 */
/* line 4047, baku/sass/affinger/_affinger.scss */
img.alignright {
  float: right;
  margin: 0 0 5px 10px; }

/* line 4052, baku/sass/affinger/_affinger.scss */
img.alignleft {
  float: left;
  margin: 0 10px 5px 0; }

/* line 4057, baku/sass/affinger/_affinger.scss */
img.aligncenter {
  display: block;
  margin: 0 auto 10px; }

/* line 4062, baku/sass/affinger/_affinger.scss */
img.float-left {
  float: left; }

/* line 4066, baku/sass/affinger/_affinger.scss */
img.float-right {
  float: right; }

/* line 4070, baku/sass/affinger/_affinger.scss */
.wp-caption {
  text-align: center; }

/* line 4074, baku/sass/affinger/_affinger.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 10px; }

/* line 4080, baku/sass/affinger/_affinger.scss */
.ie8 img {
  width: auto; }

/*リスト */
/* line 4085, baku/sass/affinger/_affinger.scss */
.post ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  list-style-type: disc;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px; }

/* line 4094, baku/sass/affinger/_affinger.scss */
.post ul ul,
.post ul ol,
.post ol ol,
.post ol ul {
  margin-bottom: 10px; }

/* line 4101, baku/sass/affinger/_affinger.scss */
.post ul li {
  padding-bottom: 5px; }

/* line 4105, baku/sass/affinger/_affinger.scss */
.post ul li:last-child {
  padding-bottom: 0px; }

/* line 4109, baku/sass/affinger/_affinger.scss */
.post ol {
  list-style-type: decimal;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px; }

/* line 4118, baku/sass/affinger/_affinger.scss */
.post ol li {
  padding-bottom: 5px; }

/* line 4122, baku/sass/affinger/_affinger.scss */
.post ol li:last-child {
  padding-bottom: 0px; }

/*マルリスト・チェックリスト*/
/* line 4127, baku/sass/affinger/_affinger.scss */
.post ol.is-style-st-maruno,
.post ul.is-style-st-maruck,
.post .maruno,
.post .maruck {
  margin-bottom: 20px; }

/* line 4134, baku/sass/affinger/_affinger.scss */
.post ol.is-style-st-maruno:not(.toc_list):not(.st_toc_list):not(.slick-dots),
.post ul.is-style-st-maruck:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list),
.post .maruno ol:not(.toc_list):not(.st_toc_list):not(.slick-dots),
.post .maruck ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  margin-bottom: 0;
  padding-bottom: 0; }

/* line 4142, baku/sass/affinger/_affinger.scss */
.post ol.is-style-st-maruno li,
.post .maruno ol li {
  counter-increment: st-section; }

/* line 4147, baku/sass/affinger/_affinger.scss */
.post ol.is-style-st-maruno li:before,
.post .maruno ol li:before {
  content: counters(st-section,""); }

/* line 4152, baku/sass/affinger/_affinger.scss */
.post ul.is-style-st-maruck li:before,
.post .maruck ul li:before {
  content: " \f00c";
  font-family: FontAwesome; }

/* line 4158, baku/sass/affinger/_affinger.scss */
.post ol.is-style-st-maruno li,
.post ul.is-style-st-maruck li,
.post .maruno ol li,
.post .maruck ul li {
  list-style-type: none;
  padding-bottom: 5px;
  line-height: 23px;
  margin-bottom: 7px; }

/* line 4168, baku/sass/affinger/_affinger.scss */
.post ol.is-style-st-maruno li:before,
.post ul.is-style-st-maruck li:before,
.post .maruno ol li:before,
.post .maruck ul li:before {
  border-radius: 50%;
  float: left;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 60%;
  margin-right: 10px;
  background: #f3f3f3;
  color: #000;
  margin-left: -3em; }

/* ボーダーあり */
/* line 4186, baku/sass/affinger/_affinger.scss */
ol.is-style-st-border li,
ul.is-style-st-border li,
ol.is-style-st-circle-border li,
ul.is-style-st-circle-border li,
ol.is-style-st-check-border li,
ul.is-style-st-check-border li,
ol.is-style-st-no-border li,
ul.is-style-st-no-border li,
.st-list-border ol li,
.st-list-border ul li {
  border-bottom: dotted 1px #ccc;
  padding-top: 10px; }

/* line 4201, baku/sass/affinger/_affinger.scss */
.post ol.is-style-st-border li:last-child,
.post ul.is-style-st-border li:last-child,
.post ol.is-style-st-circle-border li:last-child,
.post ul.is-style-st-circle-border li:last-child,
.post ol.is-style-st-check-border li:last-child,
.post ul.is-style-st-check-border li:last-child,
.post ol.is-style-st-no-border li:last-child,
.post ul.is-style-st-no-border li:last-child,
.post .is-style-st-border li:last-child,
.post .is-style-st-circle-border li:last-child,
.post .is-style-st-no-border li:last-child,
.post .st-list-border ol li:last-child,
.post .st-list-border ul li:last-child {
  padding-bottom: 5px; }

/* マル */
/* line 4218, baku/sass/affinger/_affinger.scss */
ol.is-style-st-circle,
ul.is-style-st-circle,
ol.is-style-st-circle-border,
ul.is-style-st-circle-border,
.st-list-circle ol,
.st-list-circle ul {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 4228, baku/sass/affinger/_affinger.scss */
ol.is-style-st-circle li,
ul.is-style-st-circle li,
ol.is-style-st-circle-border li,
ul.is-style-st-circle-border li,
.st-list-circle li {
  position: relative;
  padding-left: 20px;
  list-style: none; }

/* line 4238, baku/sass/affinger/_affinger.scss */
ol.is-style-st-circle li:before,
ul.is-style-st-circle li:before,
ol.is-style-st-circle-border li:before,
ul.is-style-st-circle-border li:before,
.st-list-circle li:before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%; }

/* line 4253, baku/sass/affinger/_affinger.scss */
ol.is-style-st-circle-border li:before,
ul.is-style-st-circle-border li:before,
.st-list-circle.st-list-border li:before {
  top: calc( .5em + 10px ); }

/* 簡易チェックマーク */
/* line 4260, baku/sass/affinger/_affinger.scss */
ol.is-style-st-check,
ul.is-style-st-check,
ol.is-style-st-check-border,
ul.is-style-st-check-border,
.st-list-check ol,
.st-list-check ul {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 4270, baku/sass/affinger/_affinger.scss */
ol.is-style-st-check li,
ul.is-style-st-check li,
ol.is-style-st-check-border li,
ul.is-style-st-check-border li,
.st-list-check ol li,
.st-list-check ul li {
  position: relative;
  padding-left: 25px;
  list-style: none; }

/* line 4281, baku/sass/affinger/_affinger.scss */
ol.is-style-st-check li:before,
ul.is-style-st-check li:before,
ol.is-style-st-check-border li:before,
ul.is-style-st-check-border li:before,
.st-list-check ol li:before,
.st-list-check ul li:before {
  /* チェック */
  content: "";
  position: absolute;
  top: .6em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 3px;
  height: 7px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc; }

/* line 4300, baku/sass/affinger/_affinger.scss */
ol.is-style-st-check li:before,
ul.is-style-st-check li:before,
ol.is-style-st-check-border li:before,
ul.is-style-st-check-border li:before {
  /* Gutenberg調整 */
  top: .3em; }

/* line 4307, baku/sass/affinger/_affinger.scss */
ol.is-style-st-check li:after,
ul.is-style-st-check li:after,
ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after,
.st-list-check ol li:after,
.st-list-check ul li:after {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 15px;
  height: 15px;
  border: solid 1px #ccc;
  border-radius: 2px; }

/* line 4323, baku/sass/affinger/_affinger.scss */
ol.is-style-st-check li:after,
ul.is-style-st-check li:after,
ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after {
  /* Gutenberg調整 */
  top: .2em; }

/* line 4330, baku/sass/affinger/_affinger.scss */
.st-list-check.st-list-border ul li:before {
  /* チェック */
  top: calc( 10px + .6em ); }

/* line 4334, baku/sass/affinger/_affinger.scss */
ol.is-style-st-check-border li:before,
ul.is-style-st-check-border li:before {
  top: calc( 10px + .3em ); }

/* line 4339, baku/sass/affinger/_affinger.scss */
ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after,
.st-list-check.st-list-border ul li:after {
  /* Gutenberg調整 */
  top: calc( 10px + .4em ); }

/* line 4345, baku/sass/affinger/_affinger.scss */
ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after {
  /* Gutenberg調整 */
  top: calc( 10px + .2em ); }

/* line 4350, baku/sass/affinger/_affinger.scss */
ol.is-style-st-check li:after:hover,
ul.is-style-st-check li:after:hover,
ol.is-style-st-check-border li:after:hover,
ul.is-style-st-check-border li:after:hover,
.st-list-check ul li:after:hover {
  color: #ff0000; }

/* 四角背景 */
/* line 4359, baku/sass/affinger/_affinger.scss */
ol.is-style-st-no,
ul.is-style-st-no,
ol.is-style-st-no-border,
ul.is-style-st-no-border,
.st-list-no ol,
.st-list-no ul {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 4369, baku/sass/affinger/_affinger.scss */
ol.is-style-st-no li,
ul.is-style-st-no li,
ol.is-style-st-no-border li,
ul.is-style-st-no-border li,
.st-list-no li {
  display: flex;
  align-items: baseline;
  counter-increment: st-list-count;
  list-style: none;
  position: relative;
  padding-left: 30px; }

/* line 4382, baku/sass/affinger/_affinger.scss */
ol.is-style-st-no li:before,
ul.is-style-st-no li:before,
ol.is-style-st-no-border li:before,
ul.is-style-st-no-border li:before,
.st-list-no li:before {
  content: counter(st-list-count);
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #ccc;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 0.4em;
  left: 0; }

/* line 4401, baku/sass/affinger/_affinger.scss */
ol.is-style-st-no-border li:before,
ul.is-style-st-no-border li:before,
.st-list-no.st-list-border ol li:before,
.st-list-no.st-list-border ul li:before {
  top: calc( 0.4em + 10px ); }

/*均等横並び */
/* line 4409, baku/sass/affinger/_affinger.scss */
.post .kintou ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0 auto 20px; }

/* line 4417, baku/sass/affinger/_affinger.scss */
.post .kintou ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px; }

/*カウント*/
/* line 4425, baku/sass/affinger/_affinger.scss */
.st-link-guide li a,
.st-count {
  counter-increment: stcnt; }

/* line 4430, baku/sass/affinger/_affinger.scss */
.st-count::before {
  content: counter(stcnt) ". ";
  font-size: 150%; }

/* line 4435, baku/sass/affinger/_affinger.scss */
.st-link-guide li a::before {
  content: counter(stcnt) ". ";
  font-size: 110%;
  font-weight: bold; }

/* line 4441, baku/sass/affinger/_affinger.scss */
.st-link-guide .sub-menu li a::before {
  font-weight: normal; }

/* line 4445, baku/sass/affinger/_affinger.scss */
.st-link-guide .st-link-guide-menu > li:last-child a::before {
  content: none; }

/* line 4449, baku/sass/affinger/_affinger.scss */
.st-count-reset,
.st-link-guide,
.st-link-guide .sub-menu {
  counter-reset: stcnt; }

/* ガイドマップメニュー（ウィジェット） */
/* line 4456, baku/sass/affinger/_affinger.scss */
.widget_guidemap_widget.is-no-underline a {
  text-decoration: none; }

/* line 4460, baku/sass/affinger/_affinger.scss */
.widget_guidemap_widget.is-rounded .st-link-guide-menu > .menu-item > a {
  border-radius: 8px; }

/* ガイドマップメニュー */
/* line 4465, baku/sass/affinger/_affinger.scss */
.post .st-link-guide-menu:not(.toc_list):not(.st_toc_list) {
  padding-left: 0;
  padding-right: 0; }

/* line 4470, baku/sass/affinger/_affinger.scss */
#side aside .st-link-guide li a:after,
.post .entry-content .st-link-guide ul li a:after,
.st-link-guide li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ccc; }

/* line 4482, baku/sass/affinger/_affinger.scss */
#side aside .st-link-guide > ul li:last-child a:after,
.post .entry-content .st-link-guide > ul li:last-child a:after,
.st-link-guide > ul li:last-child a:after {
  content: none; }

/* line 4488, baku/sass/affinger/_affinger.scss */
#side aside .st-link-guide li,
.post .entry-content .st-link-guide ul li,
.st-link-guide li {
  list-style: none; }

/* line 4494, baku/sass/affinger/_affinger.scss */
#side aside .st-link-guide li a,
.post .entry-content .st-link-guide ul li a,
.st-link-guide li a {
  position: relative;
  background: #ccc;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: center;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  display: block; }

/* line 4511, baku/sass/affinger/_affinger.scss */
#side aside .st-link-guide li a,
.post .entry-content .st-link-guide ul li a,
.st-link-guide li a {
  color: #000;
  font-weight: bold; }

/* line 4518, baku/sass/affinger/_affinger.scss */
.post .st-link-guide li a:last-child,
.post .entry-content .st-link-guide ul li a:last-child,
.post .st-link-guide li a:last-child {
  padding-bottom: 10px; }

/* line 4524, baku/sass/affinger/_affinger.scss */
#side aside .st-link-guide li a:hover,
.post .entry-content .st-link-guide ul li a:hover,
.st-link-guide li a:hover {
  opacity: 0.7; }

/* ガイドマップサブメニュー */
/* line 4531, baku/sass/affinger/_affinger.scss */
.st-link-guide .sub-menu,
.post .st-link-guide .sub-menu:not(.toc_list):not(.st_toc_list),
#side aside .st-link-guide .sub-menu {
  margin-bottom: 10px;
  padding-top: 0; }

/* line 4538, baku/sass/affinger/_affinger.scss */
.st-link-guide .sub-menu:last-child,
.post .st-link-guide .sub-menu:not(.toc_list):not(.st_toc_list):last-child {
  margin-bottom: 0; }

/* line 4543, baku/sass/affinger/_affinger.scss */
#side aside .st-link-guide .sub-menu li a:after,
.post .entry-content .st-link-guide .sub-menu li a:after,
.st-link-guide .sub-menu li a:after {
  content: none; }

/* line 4549, baku/sass/affinger/_affinger.scss */
#side aside .st-link-guide .sub-menu li a,
.post .entry-content .st-link-guide .sub-menu li a,
.st-link-guide .sub-menu li a {
  position: relative;
  background-color: transparent;
  padding: 5px;
  border-bottom: none;
  text-align: left;
  list-style: none;
  margin-bottom: 0; }

/* line 4561, baku/sass/affinger/_affinger.scss */
#side aside .st-link-guide .sub-menu li a,
.post .entry-content .st-link-guide .sub-menu li a,
.st-link-guide .sub-menu li a {
  color: #000;
  font-weight: normal; }

/* line 4568, baku/sass/affinger/_affinger.scss */
.post .st-link-guide .sub-menu li a:last-child,
.post .entry-content .st-link-guide .sub-menu li a:last-child,
.post .st-link-guide .sub-menu li a:last-child {
  padding-bottom: 0; }

/*スライドボックス*/
/* line 4575, baku/sass/affinger/_affinger.scss */
.st-slidebox-c {
  margin-bottom: 20px; }

/* line 4578, baku/sass/affinger/_affinger.scss */
.post .st-btn-open {
  color: #000;
  cursor: pointer;
  margin-bottom: 0; }

/* line 4583, baku/sass/affinger/_affinger.scss */
.st-slidebox {
  padding-top: 10px;
  display: none; }

/* line 4588, baku/sass/affinger/_affinger.scss */
.post .st-slidebox p:last-child {
  margin-bottom: 0; }

/*メモボックス2*/
/* line 4593, baku/sass/affinger/_affinger.scss */
.st-memobox2 {
  position: relative;
  margin: 25px 0 20px;
  padding: 20px 20px 0;
  border: solid 1px #9E9E9E;
  border-radius: 0; }

/* line 4601, baku/sass/affinger/_affinger.scss */
.st-memobox2 .fa {
  margin-right: 5px; }

/* line 4605, baku/sass/affinger/_affinger.scss */
.st-memobox2 .st-memobox-title {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #FFF;
  color: #000;
  font-weight: normal;
  font-size: 90%; }

/* line 4618, baku/sass/affinger/_affinger.scss */
.st-memobox2 .st-memobox-title:before {
  content: "\f0f6\00a0";
  font-family: FontAwesome; }

/* line 4623, baku/sass/affinger/_affinger.scss */
.st-memobox2 > * {
  font-size: 95%;
  line-height: 1.5; }

/*旧メモボックス*/
/* line 4629, baku/sass/affinger/_affinger.scss */
.st-memobox {
  position: relative;
  margin: 20px 0;
  padding: 20px 20px 0;
  border: solid 2px #9E9E9E;
  border-radius: 8px; }

/* line 4637, baku/sass/affinger/_affinger.scss */
.st-memobox .fa {
  margin-right: 5px; }

/* line 4641, baku/sass/affinger/_affinger.scss */
.st-memobox .st-memobox-title {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #FFF;
  color: #9E9E9E;
  font-weight: bold; }

/*マイボックスメモ*/
/* line 4654, baku/sass/affinger/_affinger.scss */
.st-mybox {
  position: relative;
  margin: 25px 0;
  padding: 0 20px;
  border: solid 2px #9E9E9E;
  border-radius: 8px; }

/* line 4662, baku/sass/affinger/_affinger.scss */
.wp-block-st-blocks-my-box.st-mybox {
  /* Gutenberg */
  border-radius: 5px; }

/* line 4666, baku/sass/affinger/_affinger.scss */
.st-in-mybox {
  padding: 20px 0; }

/* line 4670, baku/sass/affinger/_affinger.scss */
.st-in-mybox p {
  margin-bottom: 10px; }

/* line 4674, baku/sass/affinger/_affinger.scss */
.st-in-mybox p:last-child {
  margin-bottom: 0; }

/* line 4678, baku/sass/affinger/_affinger.scss */
.st-mybox .fa {
  margin-right: 5px; }

/* line 4682, baku/sass/affinger/_affinger.scss */
.st-mybox .st-mybox-title {
  position: absolute;
  display: inline-block;
  top: -0.8em;
  left: 10px;
  padding: 0 10px;
  line-height: 1.5;
  color: #9E9E9E;
  font-weight: bold;
  margin-bottom: 10px; }

/** 見出しを下に */
/* line 4695, baku/sass/affinger/_affinger.scss */
.st-mybox.st-title-under .st-mybox-title {
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  margin-bottom: 10px;
  top: 0;
  left: 0;
  text-shadow: none !important; }

/** 見出しにボーダー */
/* line 4706, baku/sass/affinger/_affinger.scss */
.st-mybox.st-title-border .st-mybox-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc; }

/* line 4711, baku/sass/affinger/_affinger.scss */
.st-mybox.st-title-under .st-in-mybox {
  padding: 0 0 20px; }

/** 見出し下 + 見出しにボーダー */
/* line 4716, baku/sass/affinger/_affinger.scss */
.st-mybox.st-title-border.st-title-under .st-mybox-title {
  padding-bottom: 10px;
  margin-bottom: 20px; }

/** 見出しにボーダー ※見出し下ではない  */
/* line 4722, baku/sass/affinger/_affinger.scss */
.st-mybox.st-title-border:not(.st-title-under) .st-in-mybox {
  padding-top: 35px; }

/* line 4726, baku/sass/affinger/_affinger.scss */
.st-mybox.st-title-border:not(.st-title-under) .st-mybox-title {
  padding-left: 10px;
  padding-right: 10px;
  left: 20px; }

/*見出し付ボックス*/
/* line 4734, baku/sass/affinger/_affinger.scss */
.freebox {
  border-top: solid 1px #FEB20A;
  padding: 10px 0;
  background: #f3f3f3;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
  position: relative; }

/* line 4744, baku/sass/affinger/_affinger.scss */
.p-free {
  padding: 0; }

/* line 4748, baku/sass/affinger/_affinger.scss */
.p-free:after {
  content: "";
  display: block;
  margin-bottom: 30px; }

/* line 4754, baku/sass/affinger/_affinger.scss */
.p-entry-f {
  padding: 3px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  background: #FEB20A;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80%; }

/* line 4767, baku/sass/affinger/_affinger.scss */
.p-entry-f .fa {
  margin-right: 5px; }

/* line 4771, baku/sass/affinger/_affinger.scss */
.free-inbox {
  padding: 10px 15px 10px;
  text-align: left; }

/* line 4776, baku/sass/affinger/_affinger.scss */
.free-inbox p {
  margin-bottom: 10px; }

/* line 4780, baku/sass/affinger/_affinger.scss */
.free-inbox p:last-child {
  margin-bottom: 10px; }

/**見出し付ボックス（タイトル幅100%ver）*/
/* line 4786, baku/sass/affinger/_affinger.scss */
.freebox-intitle {
  border-top: none;
  padding-top: 0; }

/* line 4791, baku/sass/affinger/_affinger.scss */
.freebox-intitle .p-free {
  margin-bottom: 0; }

/* line 4795, baku/sass/affinger/_affinger.scss */
.freebox-intitle .p-free:after {
  content: none; }

/* line 4799, baku/sass/affinger/_affinger.scss */
.freebox-intitle .p-entry-f {
  padding: 6px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  background: #FEB20A;
  color: #fff;
  position: relative;
  max-width: 100%;
  display: block;
  text-align: center;
  border-bottom-right-radius: 0 !important; }

/* line 4813, baku/sass/affinger/_affinger.scss */
.freebox-intitle .free-inbox {
  padding-top: 15px; }

/*ミニふきだし*/
/* line 4818, baku/sass/affinger/_affinger.scss */
.post .st-minihukidashi,
.st-minihukidashi {
  font-size: 100%;
  display: inline-block;
  position: relative;
  background: #f3f3f3;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 20px;
  z-index: 2; }

/* line 4832, baku/sass/affinger/_affinger.scss */
.post .st-minihukidashi span,
.st-minihukidashi span {
  content: '';
  position: absolute;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f3f3f3;
  top: 100%;
  left: 40px; }

/* line 4843, baku/sass/affinger/_affinger.scss */
.st-minihukidashi .fa {
  margin-right: 5px; }

/* 吹き出し下線 */
/* line 4848, baku/sass/affinger/_affinger.scss */
.hukidashi-underline {
  position: relative;
  padding: 10px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 3px solid #ccc; }

/* line 4856, baku/sass/affinger/_affinger.scss */
.hukidashi-underline::before,
.hukidashi-underline::after {
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  border-top-width: 13px;
  border-right-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 13px; }

/* line 4869, baku/sass/affinger/_affinger.scss */
.hukidashi-underline::before {
  left: 50px;
  bottom: -28px;
  border-top-color: #ccc;
  border-left-color: #ccc; }

/* line 4876, baku/sass/affinger/_affinger.scss */
.hukidashi-underline::after {
  left: 53px;
  bottom: -21px;
  border-top-color: #fff;
  border-left-color: #fff; }

/*まるもじ*/
/* line 4884, baku/sass/affinger/_affinger.scss */
.st-marumozi {
  font-size: 85%;
  padding: 5px 15px;
  margin: 0 10px 0 0;
  display: inline-block; }

/* line 4891, baku/sass/affinger/_affinger.scss */
.st-marumozi-big {
  padding: 5px 15px;
  margin: 0 10px 0 0;
  display: inline-block;
  font-weight: bold; }

/* line 4898, baku/sass/affinger/_affinger.scss */
.post p.st-marumozi-big-p {
  margin-bottom: 0; }

/* line 4902, baku/sass/affinger/_affinger.scss */
.st-marumozi .fa,
.st-marumozi-big .fa {
  margin-right: 7px; }

/*クリップメモ*/
/* line 4908, baku/sass/affinger/_affinger.scss */
.clip-memobox {
  display: table;
  background: #f3f3f3;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px; }

/* line 4915, baku/sass/affinger/_affinger.scss */
.clip-fonticon,
.clip-memotext {
  display: table-cell;
  vertical-align: middle; }

/* line 4921, baku/sass/affinger/_affinger.scss */
.clip-fonticon {
  padding: 0 15px 0 10px;
  text-align: center; }

/* line 4926, baku/sass/affinger/_affinger.scss */
.clip-memotext p:last-child {
  margin-bottom: 0; }

/* line 4930, baku/sass/affinger/_affinger.scss */
.clip-memotext p {
  margin-bottom: 10px; }

/* line 4934, baku/sass/affinger/_affinger.scss */
.clip-memotext {
  padding-left: 15px;
  border-left: 1px solid #E0E0E0;
  width: 100%;
  box-sizing: border-box; }

/* line 4941, baku/sass/affinger/_affinger.scss */
.clip-memotext > * {
  font-size: 95%;
  line-height: 1.7; }

/* line 4946, baku/sass/affinger/_affinger.scss */
.clip-memobox.st-text-guide
.clip-memobox.st-text-guide .clip-fonticon {
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 4954, baku/sass/affinger/_affinger.scss */
.clip-memobox.st-text-guide .fa::before {
  display: block;
  padding-top: 10px; }

/* line 4959, baku/sass/affinger/_affinger.scss */
.clip-memobox.st-text-guide .fa::after {
  font-size: 11px;
  white-space: nowrap; }

/* line 4964, baku/sass/affinger/_affinger.scss */
.clip-memobox.st-text-guide .fa::before,
.clip-memobox.st-text-guide .fa::after {
  line-height: 0.8; }

/* line 4969, baku/sass/affinger/_affinger.scss */
.clip-memobox.st-text-guide.st-text-guide-sankou .fa::after {
  content: '参考'; }

/* line 4973, baku/sass/affinger/_affinger.scss */
.clip-memobox.st-text-guide.st-text-guide-kanren .fa::after {
  content: '関連'; }

/* line 4977, baku/sass/affinger/_affinger.scss */
.clip-memobox.st-text-guide.st-text-guide-memo .fa::after {
  content: 'メモ'; }

/* line 4981, baku/sass/affinger/_affinger.scss */
.clip-memobox.st-text-guide.st-text-guide-attention .fa::after {
  content: '注意'; }

/* line 4985, baku/sass/affinger/_affinger.scss */
.clip-memobox.st-text-guide.st-text-guide-point .fa::after {
  content: 'ポイント'; }

/* line 4989, baku/sass/affinger/_affinger.scss */
.clip-memobox.st-text-guide.st-text-guide-recipe .fa::after {
  content: 'レシピ'; }

/* line 4993, baku/sass/affinger/_affinger.scss */
.clip-memobox.st-text-guide.st-text-guide-quote .fa::after {
  content: '引用'; }

/*参照リンク*/
/* line 4998, baku/sass/affinger/_affinger.scss */
.st-share {
  background: #fafafa;
  padding: 5px;
  border-radius: 3px;
  font-size: 95%;
  line-height: 1.7; }

/* line 5005, baku/sass/affinger/_affinger.scss */
.st-share:before {
  content: "\00a0\00a0\f0c1\00a0\00a0\00a0";
  font-family: FontAwesome;
  color: #9E9E9E; }

/* こんな方におすすめ */
/* line 5012, baku/sass/affinger/_affinger.scss */
.st-blackboard {
  padding: 10px 20px 0px;
  border: 3px solid #f3f3f3;
  background: #fff;
  margin: 30px 0;
  border-radius: 0; }

/* line 5020, baku/sass/affinger/_affinger.scss */
.st-blackboard-title-box {
  text-align: center;
  margin-bottom: 10px; }

/* line 5025, baku/sass/affinger/_affinger.scss */
.st-blackboard-title {
  color: #424242;
  display: inline-block;
  border-bottom: 2px solid #424242;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 5px;
  background: #fff; }

/* line 5035, baku/sass/affinger/_affinger.scss */
.st-blackboard-title:before {
  content: "\f0f6\00a0\00a0";
  font-family: FontAwesome; }

/* line 5040, baku/sass/affinger/_affinger.scss */
.st-blackboard:not(.square-checkbox) ol.st-blackboard-list:not(.st-css-no) {
  padding-left: 20px; }

/* line 5044, baku/sass/affinger/_affinger.scss */
.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) {
  padding-left: 30px; }

/* line 5048, baku/sass/affinger/_affinger.scss */
.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) li,
.post .st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) li:last-child {
  border-bottom: dotted 1px #ccc;
  line-height: 1.3;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  text-indent: -1.3em;
  padding-left: 1.3em; }

/* line 5059, baku/sass/affinger/_affinger.scss */
.st-blackboard:not(.square-checkbox) ol.st-blackboard-list:not(.st-css-no) li,
.post .st-blackboard:not(.square-checkbox) ol.st-blackboard-list:not(.st-css-no) li:last-child {
  border-bottom: dotted 1px #ccc;
  line-height: 1.3;
  padding: 10px 0;
  margin: 0; }

/* line 5067, baku/sass/affinger/_affinger.scss */
.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) li:before {
  content: "\f058\00a0\00a0";
  font-family: FontAwesome;
  color: #ff0000; }

/* line 5073, baku/sass/affinger/_affinger.scss */
.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no).st-no-ck li,
.post .st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no).st-no-ck li:last-child {
  text-indent: 0;
  padding-left: 0; }

/* line 5079, baku/sass/affinger/_affinger.scss */
.st-blackboard:not(.square-checkbox) ul.st-blackboard-list.st-no-ck li:before {
  content: none; }

/* こんな方におすすめ（チェックボックス） */
/* line 5084, baku/sass/affinger/_affinger.scss */
.st-blackboard.square-checkbox {
  padding: 30px 30px 15px;
  box-sizing: border-box;
  margin-bottom: 20px; }

/* line 5090, baku/sass/affinger/_affinger.scss */
#side aside .st-blackboard.square-checkbox ul li,
.st-blackboard.square-checkbox ul li {
  position: relative;
  display: block;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.5em;
  padding-top: .25em;
  padding-bottom: 0.75em;
  padding-left: calc(1.5em + 15px); }

/* line 5102, baku/sass/affinger/_affinger.scss */
.st-blackboard.square-checkbox ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  display: block;
  margin-bottom: 0;
  padding: 10px 0 0; }

/* line 5108, baku/sass/affinger/_affinger.scss */
.st-blackboard.square-checkbox ul li:last-child {
  margin-bottom: 15px;
  padding-bottom: 0.75em; }

/* line 5113, baku/sass/affinger/_affinger.scss */
.st-blackboard.square-checkbox ul.st-blackboard-list:not(.st-css-no) li:before {
  position: absolute;
  top: calc(50% - .95em);
  left: 0;
  content: "\e907";
  font-family: stsvg;
  color: #ff0000;
  z-index: 2;
  margin-right: 15px;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  font-size: 150%;
  line-height: 1.5; }

/* line 5127, baku/sass/affinger/_affinger.scss */
.st-blackboard.square-checkbox ul li:after {
  content: "\e904";
  font-family: stsvg;
  color: #ccc;
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(50% - .9em);
  font-size: 150%;
  line-height: 1.5; }

/* チェックボックス */
/* line 5140, baku/sass/affinger/_affinger.scss */
.st-square-checkbox:not(.st-square-checkbox-nobox) {
  border: 3px solid #f3f3f3;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  margin-bottom: 20px; }

/* line 5147, baku/sass/affinger/_affinger.scss */
#side aside .st-mybox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child,
.post .st-mybox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child,
.st-mybox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child,
#side aside .freebox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child,
.post .freebox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child,
.freebox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child {
  margin-bottom: 0; }

/* line 5156, baku/sass/affinger/_affinger.scss */
.post ul.is-style-st-square-checkbox:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list),
ul.is-style-st-square-checkbox:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list),
.st-square-checkbox ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  margin-bottom: 0;
  padding: 0; }

/* line 5163, baku/sass/affinger/_affinger.scss */
.st-square-checkbox.st-bold ul li {
  font-weight: bold; }

/* line 5167, baku/sass/affinger/_affinger.scss */
.post ul.is-style-st-square-checkbox li,
ul.is-style-st-square-checkbox li,
#side aside .st-square-checkbox ul li,
.post .st-square-checkbox ul li,
.st-square-checkbox ul li {
  position: relative;
  display: block;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.5em;
  padding-top: .25em;
  padding-bottom: 0.75em;
  padding-left: calc(1.5em + 15px); }

/* line 5182, baku/sass/affinger/_affinger.scss */
.post ul.is-style-st-square-checkbox li:last-child,
ul.is-style-st-square-checkbox li:last-child,
.post .st-square-checkbox ul li:last-child,
.st-square-checkbox ul li:last-child {
  margin-bottom: 15px;
  padding-bottom: 0.5em; }

/* line 5190, baku/sass/affinger/_affinger.scss */
ul.is-style-st-square-checkbox li:before,
.st-square-checkbox ul li:before {
  position: absolute;
  top: calc(50% - .95em);
  left: 0;
  content: "\e907";
  font-family: stsvg;
  color: #ff0000;
  z-index: 2;
  margin-right: 15px;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  font-size: 150%;
  line-height: 1.5; }

/* line 5205, baku/sass/affinger/_affinger.scss */
ul.is-style-st-square-checkbox li:after,
.st-square-checkbox ul li:after {
  content: "\e904";
  font-family: stsvg;
  color: #ccc;
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(50% - .9em);
  font-size: 150%;
  line-height: 1.5; }

/*マイボタン*/
/* line 5219, baku/sass/affinger/_affinger.scss */
.st-mybtn {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block; }

/* line 5226, baku/sass/affinger/_affinger.scss */
.st-mybtn:not(.st-mybtn-noborder) {
  border: 1px solid #ccc; }

/* line 5230, baku/sass/affinger/_affinger.scss */
.st-mybtn a {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; }

/* line 5240, baku/sass/affinger/_affinger.scss */
.st-mybtn .fa:not(.fa-after) {
  margin-right: 10px; }

/* line 5244, baku/sass/affinger/_affinger.scss */
.st-mybtn .fa.fa-after {
  margin-left: 10px; }

/* line 5248, baku/sass/affinger/_affinger.scss */
.st-mybtn:hover {
  opacity: 0.6; }

/* line 5252, baku/sass/affinger/_affinger.scss */
.st-mybtn.st-btn-default {
  width: 100%; }

/* line 5256, baku/sass/affinger/_affinger.scss */
.st-mybtn.wp-block-st-blocks-my-button {
  color: #ffffff;
  border: 0 solid #757575;
  background-color: #e6514c;
  border-radius: 5px;
  box-shadow: 0 3px 0 #d9251f; }

/* line 5264, baku/sass/affinger/_affinger.scss */
.st-mybtn.wp-block-st-blocks-my-button a {
  color: #ffffff; }

/*マイボタン（ミニ）*/
/* line 5269, baku/sass/affinger/_affinger.scss */
.st-mybtn.st-mybtn-mini {
  border: none;
  box-sizing: border-box;
  margin: 0 3px 10px;
  display: inline-block; }

/* line 5276, baku/sass/affinger/_affinger.scss */
.st-mybtn.st-mybtn-mini a {
  padding: 7px 15px;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  width: inherit;
  height: auto;
  text-decoration: none;
  font-size: 95%; }

/* line 5287, baku/sass/affinger/_affinger.scss */
.st-mybtn.st-mybtn-mini .fa:not(.fa-after) {
  margin-right: 10px; }

/* line 5291, baku/sass/affinger/_affinger.scss */
.st-mybtn.st-mybtn-mini .fa.fa-after {
  margin-left: 10px; }

/* line 5295, baku/sass/affinger/_affinger.scss */
.st-mybtn.st-mybtn-mini:hover {
  opacity: 0.6; }

/* line 5299, baku/sass/affinger/_affinger.scss */
.st-mybtn.st-mybtn-mini.st-btn-default {
  width: inherit; }

/* MCボタン */
/* line 5305, baku/sass/affinger/_affinger.scss */
.st-mcbtn-box {
  border-radius: 5px; }

/* line 5309, baku/sass/affinger/_affinger.scss */
.st-mcbtn-box .st-mybtn,
.post .st-mcbtn-box .st-mybtn {
  margin-bottom: 10px; }

/* line 5314, baku/sass/affinger/_affinger.scss */
.st-mcbox-text,
.post .st-mcbox-text {
  margin-bottom: 0;
  font-size: 80%;
  text-align: center; }

/* line 5321, baku/sass/affinger/_affinger.scss */
.st-mcbox-title,
.post .st-mcbox-title {
  font-weight: bold;
  margin-bottom: 10px; }

/*光る演出*/
/* line 5328, baku/sass/affinger/_affinger.scss */
.st-reflection-on:not(.no-reflection),
.st-mybtn.st-reflection:not(.no-reflection) a {
  position: relative;
  overflow: hidden; }

/* line 5333, baku/sass/affinger/_affinger.scss */
.st-reflection-on:not(.no-reflection):after,
.st-mybtn.st-reflection:not(.no-reflection) a:after {
  content: '';
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 5s ease-in-out infinite; }

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
/* アイテムボックス */
/* line 5354, baku/sass/affinger/_affinger.scss */
.st-itmebox img {
  border: none !important; }

/* line 5358, baku/sass/affinger/_affinger.scss */
a.itembox-link {
  text-decoration: none;
  font-size: 90%;
  display: block;
  box-sizing: border-box; }

/* line 5365, baku/sass/affinger/_affinger.scss */
a.itembox-link h5 {
  text-decoration: underline; }

/* line 5369, baku/sass/affinger/_affinger.scss */
.st-cardbox.st-itmebox {
  padding-top: 10px; }

/* line 5373, baku/sass/affinger/_affinger.scss */
a.itembox-link p,
.post a.itembox-link p {
  margin-bottom: 5px; }

/* line 5378, baku/sass/affinger/_affinger.scss */
.st-cardbox.st-itmebox .clearfix dd h5,
.post .st-cardbox.st-itmebox .clearfix dd h5,
#side .st-cardbox.st-itmebox .clearfix dd h5 {
  margin-bottom: 0;
  border: none; }

/* line 5386, baku/sass/affinger/_affinger.scss */
a.itembox-link:hover {
  opacity: 0.7; }

/* 画像付きコメントボックス */
/* line 5393, baku/sass/affinger/_affinger.scss */
.st-user-comment-box {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc; }

/* line 5401, baku/sass/affinger/_affinger.scss */
.st-user-comment-img {
  width: 40px; }

/* line 5405, baku/sass/affinger/_affinger.scss */
.st-user-comment-img img {
  border-radius: 50%; }

/* line 5409, baku/sass/affinger/_affinger.scss */
.st-user-comment-text {
  padding-left: 10px;
  width: calc(100% - 50px); }

/* line 5413, baku/sass/affinger/_affinger.scss */
.st-user-comment-text p:not(.st-user-comment-attribute) {
  font-weight: bold;
  margin-bottom: -2px;
  line-height: 1.5; }

/* line 5419, baku/sass/affinger/_affinger.scss */
.st-user-comment-box .st-star,
.st-user-comment-attribute {
  font-size: 70%;
  margin-bottom: 0;
  font-weight: normal; }

@media print, screen and (max-width: 959px) {
  /* line 5427, baku/sass/affinger/_affinger.scss */
  .st-user-comment-text p:not(.st-user-comment-attribute) {
    line-height: 1.3; }

  /* line 5431, baku/sass/affinger/_affinger.scss */
  .st-user-comment-box .st-star,
  .st-user-comment-attribute {
    font-size: 90%; } }
/* line 5437, baku/sass/affinger/_affinger.scss */
.st-user-comment-attribute {
  color: #9E9E9E; }

/* line 5441, baku/sass/affinger/_affinger.scss */
.st-user-comment-box .st-star {
  margin-left: 7px; }

/* line 5445, baku/sass/affinger/_affinger.scss */
.st-mybox .st-user-comment-box .fa-star-half-o,
.st-mybox .st-user-comment-box .fa-star-o,
.st-mybox .st-user-comment-box .fa-star {
  margin-right: 0; }

/* 目次（カスタム） */
/* line 5452, baku/sass/affinger/_affinger.scss */
#st_toc_container {
  margin: 0 auto 20px;
  text-align: center; }

/* line 5457, baku/sass/affinger/_affinger.scss */
#st_toc_container .st_toc_title {
  text-align: center;
  padding: 5px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #333;
  margin-bottom: 5px; }

/* line 5468, baku/sass/affinger/_affinger.scss */
#st_toc_container .st_toc_title {
  margin: 0 auto 20px; }

/* 閉じたとき */
/* line 5473, baku/sass/affinger/_affinger.scss */
#st_toc_container.st_toc_contracted .st_toc_title {
  margin: 0 auto 10px; }

/* line 5477, baku/sass/affinger/_affinger.scss */
#st_toc_container .st_toc_title:before {
  content: "\f0f6\00a0";
  font-family: FontAwesome; }

/* line 5482, baku/sass/affinger/_affinger.scss */
#st_toc_container .st_toc_title .st_toc_toggle {
  font-weight: normal;
  font-size: 95%; }

/* line 5487, baku/sass/affinger/_affinger.scss */
.post #st_toc_container ul,
.post #st_toc_container ol {
  list-style: none;
  margin-bottom: 0; }

/* line 5493, baku/sass/affinger/_affinger.scss */
.st_toc_number {
  font-weight: bold;
  margin-right: 5px;
  color: #ccc; }

/* line 5499, baku/sass/affinger/_affinger.scss */
#st_toc_container ul a {
  display: block;
  text-decoration: none;
  color: #000;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ccc; }

/* line 5507, baku/sass/affinger/_affinger.scss */
#st_toc_container ul li li a {
  padding-left: 5px; }

/* line 5511, baku/sass/affinger/_affinger.scss */
#st_toc_container ul a:hover {
  opacity: 0.5; }

/* line 5515, baku/sass/affinger/_affinger.scss */
#st_toc_container .st_toc_list > li > li > a {
  margin-bottom: 10px; }

/* line 5519, baku/sass/affinger/_affinger.scss */
#st_toc_container .st_toc_list > li > a {
  border-bottom: none; }

/* line 5523, baku/sass/affinger/_affinger.scss */
.post #st_toc_container ul ul {
  padding: 5px 0; }

/* line 5527, baku/sass/affinger/_affinger.scss */
.post #st_toc_container ul ul ul {
  padding-left: 10px; }

/* line 5531, baku/sass/affinger/_affinger.scss */
#st_toc_container li {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0;
  list-style-type: none;
  text-align: left;
  text-indent: -0.8em;
  padding-left: 1em; }

/* line 5541, baku/sass/affinger/_affinger.scss */
#st_toc_container > ul > li {
  font-size: 18px; }

/* line 5545, baku/sass/affinger/_affinger.scss */
#st_toc_container li a:before {
  font-family: FontAwesome;
  content: "\f0da\00a0\00a0";
  color: #333; }

/* line 5551, baku/sass/affinger/_affinger.scss */
#st_toc_container li li a:before {
  content: none; }

/* line 5555, baku/sass/affinger/_affinger.scss */
#st_toc_container li li {
  text-align: left;
  font-weight: normal;
  list-style: decimal outside none;
  text-indent: 0;
  padding: 5px 0; }

/* line 5563, baku/sass/affinger/_affinger.scss */
#st_toc_container li li li {
  margin-bottom: 0;
  padding: 3px 0;
  list-style-type: none;
  text-indent: -0.8em;
  padding-left: 1em; }

/* line 5571, baku/sass/affinger/_affinger.scss */
#st_toc_container li li li a {
  border: none;
  margin-bottom: 0;
  padding: 0; }

/* line 5577, baku/sass/affinger/_affinger.scss */
#st_toc_container li li li a:before {
  font-family: FontAwesome;
  content: "\f0da\00a0\00a0";
  color: #9E9E9E; }

/* 第一階層のみの場合 */
/* line 5584, baku/sass/affinger/_affinger.scss */
#st_toc_container.only-toc .st_toc_list {
  padding: 10px 20px 20px 40px; }

/* line 5588, baku/sass/affinger/_affinger.scss */
#st_toc_container.only-toc li {
  padding: 0;
  font-weight: normal;
  text-indent: 0;
  list-style-type: decimal;
  border-bottom: dotted 1px #ccc; }

/* line 5596, baku/sass/affinger/_affinger.scss */
#st_toc_container.only-toc ul a {
  padding: 5px; }

/* line 5600, baku/sass/affinger/_affinger.scss */
#st_toc_container.only-toc li a:before {
  content: none; }

/* line 5604, baku/sass/affinger/_affinger.scss */
#st_toc_container.only-toc li a:before {
  content: none; }

/* 目次の[非表示]を消す */
/* line 5609, baku/sass/affinger/_affinger.scss */
.st_toc_hierarchical:not(.st_toc_contracted) .st_toc_toggle {
  display: none; }

/* オリジナル */
/* line 5614, baku/sass/affinger/_affinger.scss */
.post #st_toc_container ol.st-original-toc > li {
  list-style: decimal;
  text-align: left;
  font-weight: normal;
  padding: 0;
  text-indent: 0; }

/* line 5621, baku/sass/affinger/_affinger.scss */
#st_toc_container ol.st-original-toc > li a:before {
  content: none; }

/* 第一階層のみの場合 */
/* line 5626, baku/sass/affinger/_affinger.scss */
#st_container.only-toc ul {
  padding: 20px; }

/* line 5630, baku/sass/affinger/_affinger.scss */
#st_toc_container.only-toc li {
  padding: 0;
  font-weight: normal; }

/* line 5635, baku/sass/affinger/_affinger.scss */
#st_toc_container.only-toc li a:before {
  content: none; }

/* line 5639, baku/sass/affinger/_affinger.scss */
#st_toc_container.only-toc li {
  list-style-type: decimal;
  border-bottom: dotted 1px #ccc; }

/* 目次へ戻るボタン */
/* line 5645, baku/sass/affinger/_affinger.scss */
.st_toc_back,
.st_toc_back:focus,
.st_toc_back:hover,
.st_toc_back:active {
  color: #ccc;
  text-decoration: none; }

/* line 5653, baku/sass/affinger/_affinger.scss */
.st_toc_back {
  position: fixed;
  bottom: 15px;
  left: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all .5s;
  pointer-events: none;
  justify-content: center;
  align-items: center; }

/* line 5667, baku/sass/affinger/_affinger.scss */
.st_toc_back.is-shown {
  opacity: 1;
  pointer-events: auto; }

/* line 5672, baku/sass/affinger/_affinger.scss */
.st_toc_back.is-top {
  bottom: 75px; }

/* line 5676, baku/sass/affinger/_affinger.scss */
.st_toc_back_icon {
  display: block;
  background: none;
  width: auto;
  height: auto;
  font-size: 32px; }

/* line 5684, baku/sass/affinger/_affinger.scss */
.st_toc_back_icon::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: '\f03a';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 5696, baku/sass/affinger/_affinger.scss */
.st_toc_back_label {
  margin-top: 0;
  font-size: 10px; }

/* line 5701, baku/sass/affinger/_affinger.scss */
.st_toc_back.is-rounded,
.st_toc_back.is-rounded:focus,
.st_toc_back.is-rounded:hover,
.st_toc_back.is-rounded:active {
  color: #fff; }

/* line 5708, baku/sass/affinger/_affinger.scss */
.st_toc_back.is-rounded {
  bottom: 20px;
  background: #ccc;
  border-radius: 100%;
  width: 70px;
  height: 70px; }

/* line 5716, baku/sass/affinger/_affinger.scss */
.st_toc_back.is-rounded.is-shown {
  opacity: .8; }

/* line 5720, baku/sass/affinger/_affinger.scss */
.st_toc_back.is-rounded.is-top {
  bottom: 80px; }

/* line 5724, baku/sass/affinger/_affinger.scss */
.st_toc_back.is-rounded .st_toc_back_icon {
  font-size: 24px; }

/* タブ */
/* line 5729, baku/sass/affinger/_affinger.scss */
#st-tab-content label {
  -webkit-appearance: none;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 30%;
  box-sizing: border-box;
  opacity: 0.5;
  border-radius: 3px 3px 0 0;
  height: auto; }

/* line 5746, baku/sass/affinger/_affinger.scss */
#st-tab-content {
  margin-bottom: 20px; }

/* line 5750, baku/sass/affinger/_affinger.scss */
#st-tab-content label {
  margin-right: 5px; }

/* line 5754, baku/sass/affinger/_affinger.scss */
#st-tab-content label:last-child {
  margin-right: 0; }

/* line 5758, baku/sass/affinger/_affinger.scss */
#st-tab-content input[name="st-tab"]:checked + label {
  opacity: 1; }

/* line 5762, baku/sass/affinger/_affinger.scss */
input[name="st-tab"] {
  display: none; }

/* line 5766, baku/sass/affinger/_affinger.scss */
.entry-content input[name="st-tab"][value="1"]:checked ~ #st-tab-main1,
.entry-content input[name="st-tab"][value="2"]:checked ~ #st-tab-main2,
.entry-content input[name="st-tab"][value="3"]:checked ~ #st-tab-main3 {
  display: block; }

/* line 5772, baku/sass/affinger/_affinger.scss */
.st-tab-main {
  display: none; }

/*フォーム*/
/* line 5777, baku/sass/affinger/_affinger.scss */
input:not(.st-form-nowide):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type="image"]), textarea, select {
  box-sizing: border-box;
  width: 100%; }

/* line 5782, baku/sass/affinger/_affinger.scss */
input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
  padding: 5px; }

/* line 5787, baku/sass/affinger/_affinger.scss */
.post input:not(.st-tab-label):not([type="image"]), .post textarea {
  border-radius: 3px;
  border: 1px solid #ccc; }

/* line 5792, baku/sass/affinger/_affinger.scss */
.post input:not(.st-tab-label):not([type="image"]) {
  padding: 7px 15px;
  margin: 5px auto; }

/* line 5797, baku/sass/affinger/_affinger.scss */
.post #search input {
  border: none; }

/*パスワード保護*/
/* line 5802, baku/sass/affinger/_affinger.scss */
.post_password input[type=submit] {
  box-sizing: border-box;
  padding: 10px;
  margin: 10px auto;
  width: 50%; }

/* line 5808, baku/sass/affinger/_affinger.scss */
.post_password {
  text-align: center; }

/*コンタクトフォーム7の送信ボタン*/
/* line 5813, baku/sass/affinger/_affinger.scss */
.wpcf7-submit {
  width: 100%;
  border-radius: 20px;
  background: #f3f3f3;
  color: #000;
  border: none;
  margin: 0 auto;
  padding: 10px;
  display: block;
  box-sizing: border-box; }

/*レスポンシブ用PC左右コンテンツ*/
/* line 5826, baku/sass/affinger/_affinger.scss */
.responbox,
.responbox30,
.responbox33,
.responbox40,
.responbox50,
.responbox60,
.responbox70,
.responboxfree {
  margin-bottom: 10px; }

/* line 5837, baku/sass/affinger/_affinger.scss */
.responbox .lbox {
  margin-bottom: 10px; }

/*free*/
/* line 5842, baku/sass/affinger/_affinger.scss */
.responboxfree {
  display: flex; }

/* line 5846, baku/sass/affinger/_affinger.scss */
.responboxfree .lbox {
  padding-right: 7px;
  box-sizing: border-box; }

/* line 5851, baku/sass/affinger/_affinger.scss */
.responboxfree .rbox {
  padding-left: 7px;
  box-sizing: border-box; }

/*50%*/
/* line 5857, baku/sass/affinger/_affinger.scss */
.responbox50.smart50 .lbox {
  float: left;
  width: 49%;
  box-sizing: border-box;
  margin-bottom: -32768px;
  padding-bottom: 32768px; }

/* line 5865, baku/sass/affinger/_affinger.scss */
.responbox50.smart50 .rbox {
  float: right;
  box-sizing: border-box;
  width: 49%;
  margin-bottom: -32768px;
  padding-bottom: 32768px; }

/* line 5873, baku/sass/affinger/_affinger.scss */
.responbox50.smart50 {
  overflow: hidden; }

/*30%*/
/* line 5878, baku/sass/affinger/_affinger.scss */
.responbox30.smart30 .lbox {
  float: left;
  width: 30%;
  box-sizing: border-box;
  margin-bottom: -32768px;
  padding-bottom: 32768px; }

/* line 5886, baku/sass/affinger/_affinger.scss */
.responbox30.smart30 .rbox {
  float: right;
  box-sizing: border-box;
  width: 70%;
  margin-bottom: -32768px;
  padding-left: 10px;
  padding-bottom: 32768px; }

/* line 5895, baku/sass/affinger/_affinger.scss */
.responbox30.smart30 {
  overflow: hidden; }

/*AmazonJS*/
/* line 5900, baku/sass/affinger/_affinger.scss */
.post .amazonjs_item h4,
.post .amazonjs_item h4 a {
  color: #1a1a1a !important;
  font-size: 15px;
  background-color: transparent;
  border: none !important;
  padding: 0 !important; }

/* line 5908, baku/sass/affinger/_affinger.scss */
.post .amazonjs_item ul li {
  font-size: 12px !important; }

/*Rinker*/
/* line 5913, baku/sass/affinger/_affinger.scss */
div.yyi-rinker-contents div.yyi-rinker-box {
  padding: 20px 12px; }

/* line 5917, baku/sass/affinger/_affinger.scss */
.post ul.yyi-rinker-links:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  padding: 0;
  margin-bottom: 0; }

/* line 5922, baku/sass/affinger/_affinger.scss */
div.yyi-rinker-contents div.yyi-rinker-detail {
  padding-left: 0; }

/* line 5926, baku/sass/affinger/_affinger.scss */
div.yyi-rinker-contents ul.yyi-rinker-links li {
  margin: 0 5px 5px 0;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3); }

@media print, screen and (max-width: 599px) {
  /* line 5932, baku/sass/affinger/_affinger.scss */
  div.yyi-rinker-contents div.yyi-rinker-box {
    flex-direction: column;
    padding: 20px; }

  /* line 5937, baku/sass/affinger/_affinger.scss */
  div.yyi-rinker-contents div.yyi-rinker-info {
    width: 100%; }

  /* line 5941, baku/sass/affinger/_affinger.scss */
  .yyi-rinker-img-m .yyi-rinker-image {
    width: 100%;
    margin-bottom: 20px; }

  /* line 5946, baku/sass/affinger/_affinger.scss */
  body div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box; }

  /* line 5954, baku/sass/affinger/_affinger.scss */
  body div.yyi-rinker-contents ul.yyi-rinker-links li a {
    padding: 0; } }
/*WPアソシエイト*/
/* line 5960, baku/sass/affinger/_affinger.scss */
.post .wpap-tpl {
  max-width: 100%;
  box-sizing: border-box; }

/* line 5965, baku/sass/affinger/_affinger.scss */
.post .wpap-tpl .wpap-link,
.post .wpap-tpl .wpap-link:hover {
  box-shadow: none; }

/*ブログカード風*/
/* line 5972, baku/sass/affinger/_affinger.scss */
.st-cardbox {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: .3s;
  width: 100%;
  box-sizing: border-box; }

/* line 5983, baku/sass/affinger/_affinger.scss */
a.st-cardlink,
a .st-cardbox h5,
a .st-cardbox p {
  text-decoration: none;
  color: #1a1a1a; }

/* line 5990, baku/sass/affinger/_affinger.scss */
.st-cardbox:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  opacity: 0.8; }

/* line 5995, baku/sass/affinger/_affinger.scss */
.st-cardbox.kanren {
  margin-top: 0; }

/* line 5999, baku/sass/affinger/_affinger.scss */
.kanren.st-cardbox dl:last-child {
  border-style: none;
  margin-bottom: 0px;
  padding-bottom: 0px; }

/* line 6005, baku/sass/affinger/_affinger.scss */
.post .st-cardbox p,
.st-cardbox p {
  margin-bottom: 10px; }

/* line 6010, baku/sass/affinger/_affinger.scss */
.st-cardbox .clearfix dd h5,
.post .st-cardbox .clearfix dd h5,
#side .st-cardbox .clearfix dd h5 {
  margin-bottom: 10px;
  padding-bottom: 5px; }

/* line 6017, baku/sass/affinger/_affinger.scss */
.st-cardbox .clearfix dd p {
  font-size: 80%;
  line-height: 1.7;
  margin-bottom: 10px; }

/* line 6023, baku/sass/affinger/_affinger.scss */
.st-cardbox .clearfix dd p.cardbox-more {
  margin-bottom: 0; }

/*続きを読む（ブログカード）*/
/* line 6028, baku/sass/affinger/_affinger.scss */
.post p.cardbox-more {
  margin-bottom: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  color: #757575; }

/*ブログカード風サイドバー*/
/* line 6039, baku/sass/affinger/_affinger.scss */
#side aside .textwidget .kanren:not(.shortcode-kanren):not(.pop-box),
#side .st-cardbox {
  padding: 0;
  margin-bottom: 0;
  background: #fff; }

/* line 6046, baku/sass/affinger/_affinger.scss */
#side .textwidget .kanren:not(.shortcode-kanren):not(.pop-box) dt {
  float: none !important;
  width: 100% !important;
  height: auto;
  overflow: hidden; }

/* line 6053, baku/sass/affinger/_affinger.scss */
#side .textwidget .kanren:not(.shortcode-kanren):not(.pop-box) dt img {
  width: 100% !important; }

/* line 6057, baku/sass/affinger/_affinger.scss */
#side .textwidget .kanren:not(.shortcode-kanren):not(.pop-box) dd {
  padding: 10px 20px 20px; }

/* line 6061, baku/sass/affinger/_affinger.scss */
#side .st-cardbox .clearfix dd p {
  line-height: 1.8;
  margin-bottom: 10px; }

/* line 6066, baku/sass/affinger/_affinger.scss */
#side .shortcode-kanren dd .smanone {
  display: none; }

/*続きを読む*/
/* line 6071, baku/sass/affinger/_affinger.scss */
#side .st-cardbox .clearfix dd p.cardbox-more {
  margin-bottom: 5px; }

/*ブログカード風サイドバー（ランキング）*/
/* line 6077, baku/sass/affinger/_affinger.scss */
#side .rankst-cont .st-cardbox {
  padding: 15px 15px 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px; }

/* line 6083, baku/sass/affinger/_affinger.scss */
#side .rankst-cont .kanren.st-cardbox dl:last-child {
  border-style: none;
  margin-bottom: 0px;
  padding-bottom: 0px; }

/* line 6089, baku/sass/affinger/_affinger.scss */
#side .rankst-cont .post .st-cardbox p,
#side .rankst-cont .st-cardbox p {
  margin-bottom: 10px; }

/* line 6094, baku/sass/affinger/_affinger.scss */
#side .rankst-cont .st-cardbox .clearfix dd h5,
#side .rankst-cont .post .st-cardbox .clearfix dd h5,
#side .rankst-cont .st-cardbox .clearfix dd h5 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc; }

/* line 6102, baku/sass/affinger/_affinger.scss */
#side .rankst-cont .st-cardbox .clearfix dd p {
  font-size: 90%;
  line-height: 1.8;
  margin-bottom: 10px; }

/*ブログカード風マガジン*/
/* line 6110, baku/sass/affinger/_affinger.scss */
.st-cardstyle .st-cardbox {
  border: none;
  padding: 0; }

/* line 6115, baku/sass/affinger/_affinger.scss */
.st-cardstyle .kanren dl,
.st-cardstyle .kanren.st-cardbox dl:last-child {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff; }

/* line 6122, baku/sass/affinger/_affinger.scss */
.st-cardstyle .kanren dl {
  width: 100%; }

/* line 6126, baku/sass/affinger/_affinger.scss */
.st-cardstyle .kanren dt {
  float: none !important;
  width: 100% !important;
  height: auto;
  overflow: hidden;
  position: relative; }

/* line 6134, baku/sass/affinger/_affinger.scss */
.st-cardstyle .kanren dt img {
  width: 100% !important; }

/* line 6138, baku/sass/affinger/_affinger.scss */
.st-cardstyle .kanren dd,
.st-cardstyle .kanren.st-cardbox dd {
  padding: 20px 20px 15px; }

/* line 6143, baku/sass/affinger/_affinger.scss */
.st-cardstyle .kanren .clearfix dd p {
  line-height: 1.8; }

/* line 6147, baku/sass/affinger/_affinger.scss */
.st-cardstyle .kanren .st-top-box {
  padding: 5px;
  box-sizing: border-box;
  width: 100%; }

/* line 6153, baku/sass/affinger/_affinger.scss */
.st-cardstyle .kanren .st-top-box dl {
  margin-bottom: 0;
  position: relative; }

/* line 6158, baku/sass/affinger/_affinger.scss */
.st-cardstyle .kanren .st-top-box a.st-box-a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999; }

/* line 6168, baku/sass/affinger/_affinger.scss */
.st-cardstyle .kanren .st-top-box img.size-full,
.st-cardstyle .kanren .st-top-box img.size-large {
  margin-bottom: 0; }

/* line 6173, baku/sass/affinger/_affinger.scss */
.st-cardstyle .cardbox-more a {
  display: block; }

/* 会話レイアウト */
/* line 6179, baku/sass/affinger/_affinger.scss */
.st-kaiwa-box {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: table; }

/* line 6186, baku/sass/affinger/_affinger.scss */
.st-kaiwa-face {
  text-align: center;
  display: table-cell;
  width: 60px;
  vertical-align: top; }

/* line 6193, baku/sass/affinger/_affinger.scss */
.st-kaiwa-face img {
  border-radius: 60px;
  border: 1px solid #ccc; }

/* line 6198, baku/sass/affinger/_affinger.scss */
.st-kaiwa-face-name {
  font-size: 70%;
  line-height: 1.5;
  max-width: 60px; }

/* line 6204, baku/sass/affinger/_affinger.scss */
.st-kaiwa-area {
  display: table-cell;
  vertical-align: top;
  text-align: left; }

/* line 6210, baku/sass/affinger/_affinger.scss */
.st-kaiwa-hukidashi {
  display: inline-block;
  padding: 15px 20px;
  margin-left: 20px;
  border-radius: 7px;
  position: relative;
  background-color: #f9f9f9; }

/* line 6219, baku/sass/affinger/_affinger.scss */
.post .st-kaiwa-hukidashi p:last-child {
  margin-bottom: 0px; }

/* line 6223, baku/sass/affinger/_affinger.scss */
.st-kaiwa-hukidashi:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f9f9f9 transparent transparent; }

/*ふきだし反対*/
/* line 6239, baku/sass/affinger/_affinger.scss */
.st-kaiwa-face2 {
  text-align: center;
  display: table-cell;
  width: 60px;
  vertical-align: top; }

/* line 6246, baku/sass/affinger/_affinger.scss */
.st-kaiwa-face2 img {
  border-radius: 60px;
  border: 1px solid #ccc; }

/* line 6251, baku/sass/affinger/_affinger.scss */
.st-kaiwa-face-name2 {
  font-size: 70%;
  line-height: 1.5;
  max-width: 60px; }

/* line 6257, baku/sass/affinger/_affinger.scss */
.st-kaiwa-area2 {
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

/* line 6263, baku/sass/affinger/_affinger.scss */
.st-kaiwa-hukidashi2 {
  display: inline-block;
  padding: 15px 20px;
  margin-right: 20px;
  border-radius: 7px;
  position: relative;
  background-color: #f9f9f9;
  text-align: left; }

/* line 6273, baku/sass/affinger/_affinger.scss */
.post .st-kaiwa-hukidashi2 p:last-child {
  margin-bottom: 0px; }

/* line 6277, baku/sass/affinger/_affinger.scss */
.st-kaiwa-hukidashi2:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f9f9f9; }

/*--------------------------------------------------------------- 
   吹き出しプラグインのボーダーの幅の変更する場合 (2px の例)
   ※スタイルの優先順位や線のサイズにより、微調整が必要になる場合があります

.st-kaiwa-hukidashi,
.st-kaiwa-hukidashi2 {
	border-width: 2px;
}

.st-kaiwa-hukidashi::before {
	margin-top: -13px;
	left: -13px;
	border-width: 13px 13px 13px 0;
}

.st-kaiwa-hukidashi::after {
	left: -10px;
	border-width: 10px 10px 10px 0;
}

.st-kaiwa-hukidashi2::before {
	margin-top: -13px;
	right: -13px;
	border-width: 13px 0 13px 13px;
}

.st-kaiwa-hukidashi2::after {
	right: -10px;
	border-width: 10px 0 10px 10px;
}
--------------------------------------------------------------- */
/*--------------------------------
スライドメニュー
---------------------------------*/
/* line 6327, baku/sass/affinger/_affinger.scss */
.st-ac-box {
  padding: 10px 10px 0;
  box-sizing: border-box; }

/* line 6332, baku/sass/affinger/_affinger.scss */
.st-ac-box-bottom {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 6337, baku/sass/affinger/_affinger.scss */
.menu-navigation-container {
  overflow: hidden; }

/* line 6342, baku/sass/affinger/_affinger.scss */
#s-navi {
  margin: 0 -10px; }

/* line 6346, baku/sass/affinger/_affinger.scss */
#s-navi ul.sub-menu {
  display: none; }

/* line 6350, baku/sass/affinger/_affinger.scss */
#s-navi dl.acordion p {
  margin: 0; }

/* line 6354, baku/sass/affinger/_affinger.scss */
#s-navi dl.acordion {
  margin: 0px;
  box-sizing: border-box;
  width: 100%; }

/* line 6360, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 48px;
  overflow: hidden; }

/* line 6378, baku/sass/affinger/_affinger.scss */
.trigger .fa:not(.fa-bars) {
  font-size: 20px; }

/* line 6382, baku/sass/affinger/_affinger.scss */
.trigger .op .fa:not(.fa-bars) {
  font-size: 23px; }

/*モバイル用ロゴタイトル*/
/* line 6387, baku/sass/affinger/_affinger.scss */
#st-mobile-logo {
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: left;
  line-height: 20px;
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/* line 6403, baku/sass/affinger/_affinger.scss */
header h1#st-mobile-logo,
header p#st-mobile-logo {
  font-weight: bold; }

/* line 6408, baku/sass/affinger/_affinger.scss */
#st-mobile-logo a {
  text-decoration: none;
  color: #000;
  line-height: 20px;
  font-size: 16px; }

/* line 6415, baku/sass/affinger/_affinger.scss */
#st-mobile-logo img {
  height: 20px;
  width: auto;
  box-sizing: border-box; }

/*スライドメニューボタン*/
/* line 6422, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .acordion_button {
  max-width: 20%;
  order: 1;
  flex-grow: 0; }

/* line 6428, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .op {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  overflow: hidden;
  width: 52px;
  box-sizing: border-box; }

/* line 6441, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .op .fa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

/* line 6448, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .op.has-text .fa::after {
  margin-top: 3px;
  font-family: Arial, sans-serif;
  content: "MENU";
  font-size: 8px;
  letter-spacing: -.25px; }

/* line 6456, baku/sass/affinger/_affinger.scss */
.s-navi-active #s-navi dt.trigger .op.has-text .fa::after {
  content: "CLOSE"; }

/* オープン時 */
/* line 6461, baku/sass/affinger/_affinger.scss */
.s-navi-active #s-navi dt.trigger .acordion_button .fa-bars::before {
  content: "\f00d"; }

/* オープン時（上書き） */
/* line 6466, baku/sass/affinger/_affinger.scss */
.s-navi-active .st-svg-menu::before {
  content: "\e90e"; }

/* line 6470, baku/sass/affinger/_affinger.scss */
.s-navi-active .st-svg-menu_thin::before {
  content: "\e90c"; }

/* line 6474, baku/sass/affinger/_affinger.scss */
.s-navi-active .st-svg-menu_cut::before {
  content: "\e90d"; }

/*スライドメニュー追加ボタン1*/
/* line 6479, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .acordion_extra_1 {
  max-width: 40%;
  order: 3;
  flex-grow: 0; }

/* line 6485, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .acordion_extra_1 a {
  text-decoration: none; }

/* line 6489, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .op-st {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #ccc;
  line-height: 30px;
  background: #000;
  display: block;
  box-sizing: border-box;
  height: 48px;
  overflow: hidden;
  padding: 10px; }

/* line 6501, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .op-st .fa {
  margin-right: 7px; }

/* line 6505, baku/sass/affinger/_affinger.scss */
.op-text,
.op-text a {
  font-size: 13px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-decoration: none; }

/*スライドメニュー追加ボタン2*/
/* line 6516, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .acordion_extra_2 {
  max-width: 40%;
  order: 4;
  flex-grow: 0; }

/* line 6522, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .acordion_extra_2 a {
  text-decoration: none; }

/* line 6526, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .op-st2 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 30px;
  color: #ccc;
  background: #1a1a1a;
  display: block;
  box-sizing: border-box;
  height: 48px;
  overflow: hidden;
  padding: 10px; }

/* line 6538, baku/sass/affinger/_affinger.scss */
#s-navi dt.trigger .op-st2 .fa {
  margin-right: 7px; }

/* line 6542, baku/sass/affinger/_affinger.scss */
.op-text2,
.op-text2 a {
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0;
  text-decoration: none;
  padding: 0;
  overflow: hidden; }

/* line 6554, baku/sass/affinger/_affinger.scss */
#s-navi:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 5px; }

/* line 6561, baku/sass/affinger/_affinger.scss */
#s-navi dd.acordion_tree {
  box-sizing: border-box;
  text-align: left;
  position: fixed;
  top: 0;
  width: 250px;
  /* スライドメニューの幅 */
  transition: all .3s;
  z-index: 10000;
  height: 100vh;
  left: -250px;
  /* スライドメニューの幅 */
  max-height: 100vh;
  -webkit-overflow-scrolling: touch; }

/* line 6575, baku/sass/affinger/_affinger.scss */
#s-navi dd.acordion_tree .acordion_tree_content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 10px; }

/* line 6581, baku/sass/affinger/_affinger.scss */
.acordion_tree ul.menu li {
  position: relative;
  float: none;
  font-size: 15px;
  list-style: none; }

/* line 6588, baku/sass/affinger/_affinger.scss */
.acordion_tree ul.menu li:hover {
  cursor: pointer; }

/* line 6592, baku/sass/affinger/_affinger.scss */
.acordion_tree ul.menu li a {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  text-decoration: none;
  color: #000; }

/* line 6600, baku/sass/affinger/_affinger.scss */
.acordion_tree ul.menu li .fa,
#s-navi .acordion_tree ul.menu li .menu-item-icon.fa {
  margin: -12px -15px -12px 0;
  padding: 0 15px 0 8px;
  min-width: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0; }

/* line 6611, baku/sass/affinger/_affinger.scss */
#s-navi .acordion_tree ul.menu li .fa {
  margin: 0 .25em;
  padding: 0;
  min-width: 0;
  display: inline-block; }

/* 子孫メニュー */
/* line 6619, baku/sass/affinger/_affinger.scss */
.acordion_tree ul.menu li .sub-menu a {
  padding-left: 30px; }

/* line 6623, baku/sass/affinger/_affinger.scss */
.acordion_tree ul.menu li .sub-menu .sub-menu a {
  padding-left: 45px; }

/* line 6627, baku/sass/affinger/_affinger.scss */
.acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
  padding-left: 60px; }

/* line 6631, baku/sass/affinger/_affinger.scss */
.menu-close {
  padding: 10px; }

/* メニューオープン時 */
/* line 6636, baku/sass/affinger/_affinger.scss */
.s-navi-active #s-navi dl.acordion {
  left: 250px;
  /* スライドメニューの幅 */ }

/* line 6640, baku/sass/affinger/_affinger.scss */
.s-navi-active #s-navi dd.acordion_tree {
  left: 0; }

/* 右表示 */
/* line 6645, baku/sass/affinger/_affinger.scss */
.s-navi-right #s-navi dt.trigger {
  justify-content: flex-end; }

/* line 6649, baku/sass/affinger/_affinger.scss */
.s-navi-right #st-mobile-logo {
  order: 1; }

/* line 6653, baku/sass/affinger/_affinger.scss */
.s-navi-right #s-navi dt.trigger .acordion_button {
  order: 4; }

/* line 6657, baku/sass/affinger/_affinger.scss */
.s-navi-right #s-navi dt.trigger .acordion_extra_1 {
  order: 2; }

/* line 6661, baku/sass/affinger/_affinger.scss */
.s-navi-right #s-navi dt.trigger .acordion_extra_2 {
  order: 3; }

/* line 6665, baku/sass/affinger/_affinger.scss */
.s-navi-right #s-navi dd.acordion_tree {
  left: auto;
  right: -250px;
  /* スライドメニューの幅 */ }

/* line 6670, baku/sass/affinger/_affinger.scss */
.s-navi-active.s-navi-right #s-navi dl.acordion {
  left: -250px;
  /* スライドメニューの幅 */ }

/* line 6674, baku/sass/affinger/_affinger.scss */
.s-navi-active.s-navi-right #s-navi dd.acordion_tree {
  right: 0; }

/* スライドメニュー内のタイトル */
/* line 6679, baku/sass/affinger/_affinger.scss */
#s-navi dl.acordion .acordion_tree .st-ac-box .st-widgets-title {
  font-size: 85%;
  margin-bottom: 10px;
  font-weight: bold; }

/* スライドメニュー内のカテゴリ */
/* line 6686, baku/sass/affinger/_affinger.scss */
.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box; }

/* line 6695, baku/sass/affinger/_affinger.scss */
.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat > li.cat-item {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  list-style: none;
  align-items: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

/* line 6705, baku/sass/affinger/_affinger.scss */
.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat li.cat-item a {
  text-decoration: none;
  padding: 10px;
  font-size: 80%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000; }

/* line 6718, baku/sass/affinger/_affinger.scss */
.acordion_tree .st-ac-box .widget_categories ul li.cat-item:hover {
  opacity: 0.7; }

/* line 6722, baku/sass/affinger/_affinger.scss */
.acordion_tree .st-ac-box ul.st-ac-cat .children {
  display: none; }

/*--------------------------------
ミドルメニュー
---------------------------------*/
/* line 6729, baku/sass/affinger/_affinger.scss */
.st-middle-menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box; }

/* line 6736, baku/sass/affinger/_affinger.scss */
.st-middle-menu .menu > li {
  box-sizing: border-box;
  text-align: center;
  list-style: none;
  align-items: center; }

/* line 6743, baku/sass/affinger/_affinger.scss */
.st-middle-menu .menu li a {
  text-decoration: none;
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 6763, baku/sass/affinger/_affinger.scss */
.st-middle-menu .fa {
  margin-right: 5px; }

/*--------------------------------
スマホフッターメニュー
---------------------------------*/
/* line 6771, baku/sass/affinger/_affinger.scss */
#st-footermenubox {
  position: fixed;
  bottom: 0px;
  left: 0;
  transition: all .3s;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 7px 10px;
  background: #fff;
  box-shadow: 0px 0px 5px;
  z-index: 99999; }

/* line 6785, baku/sass/affinger/_affinger.scss */
#st-footermenubox a {
  text-decoration: none; }

/* line 6789, baku/sass/affinger/_affinger.scss */
#st-footermenubox ul.menu {
  display: table;
  table-layout: fixed;
  width: 100%; }

/* line 6795, baku/sass/affinger/_affinger.scss */
#st-footermenubox ul.menu li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 13px; }

/* line 6802, baku/sass/affinger/_affinger.scss */
#st-footermenubox ul.menu li .fa {
  font-size: 13px; }

/* スライドメニュー: オープン時 */
/* line 6807, baku/sass/affinger/_affinger.scss */
.s-navi-active #st-footermenubox {
  left: 250px;
  /* スライドメニューの幅 */ }

/* スライドメニュー: 右表示 */
/* line 6812, baku/sass/affinger/_affinger.scss */
.s-navi-active.s-navi-right #st-footermenubox {
  left: -250px;
  /* スライドメニューの幅 */ }

/*--------------------------------
メニューst5 未設定
---------------------------------*/
/* line 6820, baku/sass/affinger/_affinger.scss */
nav.st5,
#st-menuwide div.menu,
#st-menuwide nav.menu {
  display: none; }

/* line 6827, baku/sass/affinger/_affinger.scss */
#st-menubox nav.menu ul {
  list-style: none; }

/*--------------------------------
ヘッダーカードリンク
---------------------------------*/
/* line 6835, baku/sass/affinger/_affinger.scss */
.st-cardlink-card img {
  width: 100%;
  margin: 0; }

/* line 6840, baku/sass/affinger/_affinger.scss */
.st-cardlink-column-d {
  margin: auto;
  padding: 10px 0 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap; }

/* line 6848, baku/sass/affinger/_affinger.scss */
.st-cardlink-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 5px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: .3s;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }

/* line 6864, baku/sass/affinger/_affinger.scss */
.st-cardlink-column-1 .st-cardlink-card {
  width: calc(100% - 10px); }

/* line 6868, baku/sass/affinger/_affinger.scss */
.st-cardlink-column-2 .st-cardlink-card {
  width: calc(50% - 10px); }

/* line 6872, baku/sass/affinger/_affinger.scss */
.st-cardlink-column-3 .st-cardlink-card {
  width: calc(33.33% - 10px); }

/* line 6876, baku/sass/affinger/_affinger.scss */
.st-cardlink-column-4 .st-cardlink-card {
  width: calc(25% - 10px); }

/* line 6880, baku/sass/affinger/_affinger.scss */
.st-cardlink-card:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  opacity: .8; }

/* line 6885, baku/sass/affinger/_affinger.scss */
.st-cardlink-card a {
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 6891, baku/sass/affinger/_affinger.scss */
.st-cardlink-card.has-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 50% 50%;
  position: relative;
  z-index: 0;
  padding: 20px;
  background-size: cover;
  font-weight: bold;
  color: #fff;
  font-size: 120%;
  text-shadow: 1px 1px 1px #424242;
  text-align: center;
  min-height: 50px; }

/* line 6908, baku/sass/affinger/_affinger.scss */
.st-cardlink-card.has-bg .st-cardlink-card-link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; }

@media only screen and (min-width: 600px) {
  /* line 6919, baku/sass/affinger/_affinger.scss */
  .st-cardlink-card.has-bg {
    min-height: 100px; } }
/* line 6924, baku/sass/affinger/_affinger.scss */
.st-cardlink-card.has-link {
  padding: 0;
  align-items: stretch; }

/* line 6929, baku/sass/affinger/_affinger.scss */
.st-cardlink-card.has-bg.has-link .st-cardlink-card-link {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center; }

@media print, screen and (max-width: 599px) {
  /* line 6941, baku/sass/affinger/_affinger.scss */
  .st-cardlink-card-link,
  .st-cardlink-card-text {
    font-size: 90%; } }
/* テキストのある背景画像をぼかす */
/* line 6948, baku/sass/affinger/_affinger.scss */
.st-cardlink-card.has-bg.is-blurable::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease, -webkit-filter .3s ease;
  z-index: -1; }

/* line 6964, baku/sass/affinger/_affinger.scss */
.st-cardlink-card.has-bg.is-blurable:hover::before {
  -webkit-filter: blur(0);
  filter: blur(0); }

/* テキストのある背景画像を暗くする */
/* line 6970, baku/sass/affinger/_affinger.scss */
.st-cardlink-card.has-bg.is-darkable::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  z-index: 1; }

/* line 6980, baku/sass/affinger/_affinger.scss */
.st-cardlink-card.has-bg.is-darkable {
  text-shadow: none !important; }

/* line 6984, baku/sass/affinger/_affinger.scss */
.st-cardlink-card.has-bg.is-darkable .st-cardlink-card-text {
  z-index: 2; }

@media only screen and (max-width: 959px) {
  /* line 6989, baku/sass/affinger/_affinger.scss */
  .st-cardlink-column-d {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px; }

  /* line 6995, baku/sass/affinger/_affinger.scss */
  .st-cardlink-column-3 .st-cardlink-card,
  .st-cardlink-column-4 .st-cardlink-card {
    width: calc(50% - 10px); } }
/*--------------------------------
検索フォーム
---------------------------------*/
/* line 7005, baku/sass/affinger/_affinger.scss */
#search,
.cs-text {
  padding-bottom: 0;
  position: relative;
  width: 100%; }

/* line 7012, baku/sass/affinger/_affinger.scss */
#searchform {
  border: #ccc 1px solid; }

/* line 7016, baku/sass/affinger/_affinger.scss */
#s,
.s {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  height: 34px;
  color: #333;
  font-size: 14px;
  border-radius: 0;
  border-style: none;
  z-index: 10;
  padding: 10px 65px 10px 10px;
  width: 100%;
  box-sizing: border-box; }

/* line 7030, baku/sass/affinger/_affinger.scss */
#searchsubmit,
.searchsubmit {
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 34px;
  z-index: 20;
  box-sizing: border-box; }

/* line 7042, baku/sass/affinger/_affinger.scss */
*:first-child + html #searchsubmit,
*:first-child + html .searchsubmit {
  top: 1px; }

/* line 7047, baku/sass/affinger/_affinger.scss */
main #searchsubmit,
main .searchsubmit {
  top: 5px; }

/*カスタム検索プラグイン*/
/* line 7053, baku/sass/affinger/_affinger.scss */
.st-custom-search-box {
  word-break: break-all;
  word-break: break-word;
  hyphens: auto; }

/* line 7059, baku/sass/affinger/_affinger.scss */
.st-custom-search-box-tpl-default .cs-text,
.st-custom-search-box-tpl-result .cs-text {
  border: #ccc 1px solid; }

/* line 7064, baku/sass/affinger/_affinger.scss */
main .cs-text-input {
  border: 0 !important;
  padding: 10px 65px 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important; }

/* line 7071, baku/sass/affinger/_affinger.scss */
.cs-term {
  margin: 1em 0 0; }

/* line 7075, baku/sass/affinger/_affinger.scss */
main .widget_st-custom-search .st-widgets-title,
.cs-term-title {
  margin: 1em 0 .25em;
  font-weight: bold; }

/* line 7081, baku/sass/affinger/_affinger.scss */
.cs-term-list {
  display: flex;
  flex-wrap: wrap;
  margin: .5em 0; }

/* line 7087, baku/sass/affinger/_affinger.scss */
.cs-term-item {
  display: flex;
  margin: .25em .5em;
  width: calc(50% - 1em);
  align-items: center; }

/* line 7094, baku/sass/affinger/_affinger.scss */
.st-custom-search-box-vertical .cs-cat-item {
  width: 100%; }

/* line 7098, baku/sass/affinger/_affinger.scss */
.cs-term-label {
  display: flex;
  align-items: center; }

/* line 7103, baku/sass/affinger/_affinger.scss */
.cs-term-label:hover {
  cursor: pointer; }

/* line 7107, baku/sass/affinger/_affinger.scss */
.cs-term-checkbox {
  margin: 0 .5em 0 0 !important; }

/* line 7111, baku/sass/affinger/_affinger.scss */
.cs-search-button {
  display: block;
  margin: 2em auto;
  padding: .25em .75em;
  box-sizing: border-box;
  width: 50%; }

/* line 7119, baku/sass/affinger/_affinger.scss */
.cs-order,
.cs-order-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

/* line 7127, baku/sass/affinger/_affinger.scss */
.cs-order-item,
.cs-order-button {
  margin: 1em 0.5em 0; }

/* line 7132, baku/sass/affinger/_affinger.scss */
.cs-order-label {
  display: flex;
  align-items: center; }

/* line 7137, baku/sass/affinger/_affinger.scss */
.cs-order-label:hover {
  cursor: pointer; }

/* line 7141, baku/sass/affinger/_affinger.scss */
.cs-order-radio {
  margin: 0 .5em 0 0 !important; }

/* line 7145, baku/sass/affinger/_affinger.scss */
.cs-order-button {
  padding: .25em .75em; }

/* line 7149, baku/sass/affinger/_affinger.scss */
#side .cs-search-button {
  margin: 1em auto;
  width: 100%; }

@media only screen and (min-width: 600px) {
  /* line 7155, baku/sass/affinger/_affinger.scss */
  .cs-term-item,
  .st-custom-search-box-horizontal .cs-cat-item {
    /*width: calc(33.33333% - 1em); 3列*/
    width: calc(25% - 1em); } }
@media only screen and (min-width: 960px) {
  /* line 7163, baku/sass/affinger/_affinger.scss */
  #side .cs-term-item {
    width: calc(50% - 1em); }

  /* line 7167, baku/sass/affinger/_affinger.scss */
  #side .st-custom-search-box-vertical .cs-cat-item {
    width: 100%; } }
/*カスタム検索プラグイン（チェックボックス周り）*/
/* line 7173, baku/sass/affinger/_affinger.scss */
.st-custom-search-box label input[type="checkbox"] {
  display: none; }

/* line 7176, baku/sass/affinger/_affinger.scss */
.st-custom-search-box label input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 22px; }

/* line 7182, baku/sass/affinger/_affinger.scss */
.st-custom-search-box label input[type="checkbox"] + span::before,
.st-custom-search-box label input[type="checkbox"] + span::after {
  position: absolute;
  content: ''; }

/* line 7187, baku/sass/affinger/_affinger.scss */
.st-custom-search-box label input[type="checkbox"] + span::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-sizing: border-box; }

/* line 7198, baku/sass/affinger/_affinger.scss */
.st-custom-search-box label input[type="checkbox"] + span::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #757575;
  /* チェックの太さ */
  border-bottom: 2px solid #757575;
  /* チェックの太さ */
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
  box-sizing: border-box; }

/* line 7211, baku/sass/affinger/_affinger.scss */
.st-custom-search-box label input[type="checkbox"] + span:hover::before {
  background-color: transparent; }

/* line 7214, baku/sass/affinger/_affinger.scss */
.st-custom-search-box label input[type="checkbox"]:checked + span::before {
  background-color: transparent;
  border: 1px solid #9E9E9E; }

/* line 7218, baku/sass/affinger/_affinger.scss */
.st-custom-search-box label input[type="checkbox"]:checked + span::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1); }

/*--------------------------------
カウントダウン
---------------------------------*/
/* line 7227, baku/sass/affinger/_affinger.scss */
.st-countdown-expired,
.st-countdown-timer {
  display: none; }

/* line 7232, baku/sass/affinger/_affinger.scss */
.st-countdown.is-active .st-countdown-timer {
  display: inline; }

/* line 7236, baku/sass/affinger/_affinger.scss */
.st-countdown.is-expired .st-countdown-expired {
  display: inline; }

/* line 7240, baku/sass/affinger/_affinger.scss */
.ms-delete .st-countdown-item-ms {
  /* ミリ秒の非表示 */
  display: none; }

/*スライド内*/
/* line 7246, baku/sass/affinger/_affinger.scss */
.acordion_tree .search-box {
  padding: 10px; }

/*フッター*/
/* line 7251, baku/sass/affinger/_affinger.scss */
.footermenust {
  text-align: center;
  padding: 20px;
  margin-bottom: 5px; }

/* line 7257, baku/sass/affinger/_affinger.scss */
.footermenust li {
  display: inline;
  font-size: 14px;
  padding: 0 10px; }

/* line 7263, baku/sass/affinger/_affinger.scss */
footer .footermenust li {
  border-right: 1px solid #ccc;
  font-size: 12px;
  line-height: 18px; }

/* line 7270, baku/sass/affinger/_affinger.scss */
footer .footermenust li:last-child {
  border-right: none; }

/* line 7274, baku/sass/affinger/_affinger.scss */
#footer .footermenust a {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  color: #757575; }

/* line 7281, baku/sass/affinger/_affinger.scss */
footer ul, footer ol {
  padding-left: 30px; }

/* line 7285, baku/sass/affinger/_affinger.scss */
#footer p.copyr {
  margin-bottom: 0;
  line-height: 1.2; }

/*--------------------------------
ページャー
---------------------------------*/
/*コメントナビ*/
/* line 7296, baku/sass/affinger/_affinger.scss */
.st-pagelink {
  padding: 20px 0px;
  text-align: center;
  margin-bottom: 20px;
  display: table;
  width: 100%; }

/* line 7304, baku/sass/affinger/_affinger.scss */
.st-pagelink-in {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

/* line 7310, baku/sass/affinger/_affinger.scss */
.st-pagelink:after {
  content: "";
  display: block;
  clear: both; }

/* line 7316, baku/sass/affinger/_affinger.scss */
.st-pagelink a {
  text-decoration: none;
  font-size: 13px;
  color: #9E9E9E; }

/* line 7322, baku/sass/affinger/_affinger.scss */
.st-pagelink .page-numbers {
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin: 0 2px 5px;
  font-size: 15px;
  min-width: 20px;
  display: inline-block;
  text-align: center; }

/* line 7332, baku/sass/affinger/_affinger.scss */
.st-pagelink .page-numbers.current,
.st-pagelink .page-numbers.disabled {
  opacity: 0.5; }

/* 投稿・固定ページ内ナビ */
/* line 7339, baku/sass/affinger/_affinger.scss */
.st-pagelink-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 7357, baku/sass/affinger/_affinger.scss */
.st-pagelink-pages .page-numbers {
  margin-right: 5px; }

/* line 7361, baku/sass/affinger/_affinger.scss */
.pagination {
  clear: both;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0; }

/* line 7373, baku/sass/affinger/_affinger.scss */
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background-color: #999; }

/* line 7384, baku/sass/affinger/_affinger.scss */
.pagination a:hover {
  color: #fff;
  background-color: #666666; }

/* line 7389, baku/sass/affinger/_affinger.scss */
.pagination .current {
  padding: 6px 9px 5px 9px;
  color: #fff;
  background-color: #CCCCCC; }

/*--------------------------------
SNS
---------------------------------*/
/* line 7399, baku/sass/affinger/_affinger.scss */
.sns {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px; }

/* line 7406, baku/sass/affinger/_affinger.scss */
.sns.st-sns-top {
  padding: 0; }

/* line 7410, baku/sass/affinger/_affinger.scss */
.snstext,
.snscount {
  font-size: 13px;
  padding: 0 13px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/* line 7423, baku/sass/affinger/_affinger.scss */
.post .sns ul {
  list-style: none;
  padding: 0px !important;
  margin: 0px 0px 20px; }

/* line 7429, baku/sass/affinger/_affinger.scss */
.sns li {
  float: left;
  list-style: none;
  width: 50%; }

/* line 7435, baku/sass/affinger/_affinger.scss */
.sns li a {
  box-sizing: border-box;
  font-size: 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 6px 10px 4px 15px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  height: 38px;
  margin: 5px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 25px; }

/* line 7462, baku/sass/affinger/_affinger.scss */
.sns li a .fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 1.25em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 13px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 7486, baku/sass/affinger/_affinger.scss */
.sns li a:hover {
  transform: translate(0px, 1px); }

/* ツイッター */
/* line 7491, baku/sass/affinger/_affinger.scss */
.sns .twitter a {
  background: #55acee;
  box-shadow: 0 3px 0 #4892cb; }

/* line 7496, baku/sass/affinger/_affinger.scss */
.sns .twitter a:hover {
  box-shadow: 0 2px 0 #4892cb; }

/* line 7500, baku/sass/affinger/_affinger.scss */
.sns .fa-twitter {
  border-right: 1px solid #9ACFF4; }

/* Facebook */
/* line 7505, baku/sass/affinger/_affinger.scss */
.sns .facebook a {
  background: #3b5998;
  box-shadow: 0 3px 0 #2c4373; }

/* line 7510, baku/sass/affinger/_affinger.scss */
.sns .facebook a:hover {
  box-shadow: 0 2px 0 #2c4373; }

/* line 7514, baku/sass/affinger/_affinger.scss */
.sns .fa-facebook {
  border-right: 1px solid #607BB2; }

/* グーグル */
/* line 7519, baku/sass/affinger/_affinger.scss */
.sns .googleplus a {
  background: #dc4e41;
  box-shadow: 0 3px 0 #d51e31; }

/* line 7524, baku/sass/affinger/_affinger.scss */
.sns .googleplus a:hover {
  box-shadow: 0 2px 0 #d51e31; }

/* line 7528, baku/sass/affinger/_affinger.scss */
.sns .fa-google-plus {
  border-right: 1px solid #E0776D; }

/* URLコピー */
/* line 7533, baku/sass/affinger/_affinger.scss */
.sns .share-copy a {
  background: #f3f3f3;
  box-shadow: 0 3px 0 #ccc;
  color: #757575; }

/* line 7539, baku/sass/affinger/_affinger.scss */
.sns .share-copy a:hover {
  box-shadow: 0 2px 0 #757575; }

/* line 7543, baku/sass/affinger/_affinger.scss */
.sns .share-copy .fa-clipboard {
  border-right: 1px solid #ccc; }

/* はてぶ */
/* line 7548, baku/sass/affinger/_affinger.scss */
.sns .hatebu a {
  background: #00a5de;
  box-shadow: 0 3px 0 #0081b8; }

/* line 7553, baku/sass/affinger/_affinger.scss */
.sns .hatebu a:hover {
  box-shadow: 0 2px 0 #0081b8; }

/* line 7557, baku/sass/affinger/_affinger.scss */
.sns .st-svg-hateb {
  border-right: 1px solid #48B6DB; }

/* LINE */
/* line 7562, baku/sass/affinger/_affinger.scss */
.sns .line a {
  background: #25af00;
  box-shadow: 0 3px 0 #219900; }

/* line 7567, baku/sass/affinger/_affinger.scss */
.sns .line a:hover {
  box-shadow: 0 2px 0 #219900; }

/* line 7571, baku/sass/affinger/_affinger.scss */
.sns .fa-comment {
  border-right: 1px solid #29c200; }

/* line 7575, baku/sass/affinger/_affinger.scss */
.sns .fa-comment::before {
  position: relative;
  top: -1px; }

/* Pocket */
/* line 7581, baku/sass/affinger/_affinger.scss */
.sns .pocket a {
  background: #f03e51;
  box-shadow: 0 3px 0 #c0392b; }

/* line 7586, baku/sass/affinger/_affinger.scss */
.sns .fa-get-pocket {
  border-right: 1px solid #F27985; }

/* line 7590, baku/sass/affinger/_affinger.scss */
.sns .pocket a:hover {
  box-shadow: 0 2px 0 #F27985; }

/*--------------------------------
カレンダー
---------------------------------*/
/* line 7598, baku/sass/affinger/_affinger.scss */
#wp-calendar {
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  width: 100%; }

/* line 7609, baku/sass/affinger/_affinger.scss */
#wp-calendar thead tr th {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  font-size: 14px;
  padding: 10px 3px;
  text-align: center;
  background-color: #f3f3f3; }

/* line 7622, baku/sass/affinger/_affinger.scss */
#wp-calendar td {
  text-align: center;
  padding: 10px 0;
  background-color: #fff; }

/* line 7628, baku/sass/affinger/_affinger.scss */
#wp-calendar caption {
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 14px; }

/* line 7636, baku/sass/affinger/_affinger.scss */
#wp-calendar tbody tr #today {
  background-color: #b0e0e6; }

/*--------------------------------
コメント
---------------------------------*/
/* line 7644, baku/sass/affinger/_affinger.scss */
.comment-form-comment label {
  display: none !important; }

/* line 7648, baku/sass/affinger/_affinger.scss */
#comments .comment-form-comment {
  padding-top: 10px; }

/* フォーム: スター */
/* line 7653, baku/sass/affinger/_affinger.scss */
#comments .comment-form-rating-label {
  display: block; }

/* line 7657, baku/sass/affinger/_affinger.scss */
#comments .comment-form-rating-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 5px; }

/* line 7664, baku/sass/affinger/_affinger.scss */
#comments .comment-form-rating-rate {
  margin: 5px 10px;
  display: flex;
  align-items: center; }

/* line 7670, baku/sass/affinger/_affinger.scss */
#comments .comment-form-rating-input {
  width: auto; }

/* line 7674, baku/sass/affinger/_affinger.scss */
#comments .comment-form-rating-text {
  margin: 0 0 0 5px; }

/* line 7678, baku/sass/affinger/_affinger.scss */
.post .commets-list {
  padding: 10px 0 0; }

/* line 7682, baku/sass/affinger/_affinger.scss */
#comments li.comment {
  padding: 5px 10px 5px 80px;
  position: relative; }

/* line 7687, baku/sass/affinger/_affinger.scss */
.comment-author {
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 10px; }

/* line 7694, baku/sass/affinger/_affinger.scss */
.comment-author img {
  margin-bottom: 5px; }

/* line 7699, baku/sass/affinger/_affinger.scss */
.comment-author {
  float: left;
  width: 75px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  display: block; }

/* line 7708, baku/sass/affinger/_affinger.scss */
.vcard .fn,
.comment-author a,
.comment-author {
  font-size: 12px;
  line-height: 1.3;
  font-style: normal;
  color: #757575; }

/* line 7717, baku/sass/affinger/_affinger.scss */
div.comment-meta a {
  color: #757575;
  text-decoration: none; }

/* line 7722, baku/sass/affinger/_affinger.scss */
#comments p a {
  color: #333; }

/* line 7726, baku/sass/affinger/_affinger.scss */
.post #comments h3 {
  background-color: transparent; }

/* line 7730, baku/sass/affinger/_affinger.scss */
#comments p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin: 0px;
  color: #333;
  padding: 5px 0; }

/* line 7739, baku/sass/affinger/_affinger.scss */
#comments label {
  display: block; }

/* line 7743, baku/sass/affinger/_affinger.scss */
.metadata dd a {
  color: #333; }

/* line 7747, baku/sass/affinger/_affinger.scss */
.metadata {
  font-size: 13px;
  line-height: 20px; }

/* line 7752, baku/sass/affinger/_affinger.scss */
#comments {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px; }

/* line 7759, baku/sass/affinger/_affinger.scss */
.comment-body {
  padding: 10px 10px 10px 0;
  margin-bottom: 20px;
  clear: both; }

/* line 7765, baku/sass/affinger/_affinger.scss */
.says {
  /* よりを非表示 */
  display: none; }

/* line 7769, baku/sass/affinger/_affinger.scss */
.commentmetadata {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.3;
  width: 100%; }

/* line 7776, baku/sass/affinger/_affinger.scss */
.reply {
  padding: 5px;
  font-size: 13px;
  text-align: right; }

/* line 7782, baku/sass/affinger/_affinger.scss */
#comments #commentform .tags {
  padding: 10px;
  background-color: #f3f3f3;
  font-size: 13px; }

/* line 7788, baku/sass/affinger/_affinger.scss */
#comments #commentlist img {
  padding: 10px; }

/* line 7792, baku/sass/affinger/_affinger.scss */
#comments .commets-list {
  padding-left: 0px;
  list-style-type: none; }

/* line 7797, baku/sass/affinger/_affinger.scss */
ul.sub-menu {
  padding: 0px; }

/* line 7801, baku/sass/affinger/_affinger.scss */
.commets-list li {
  list-style-type: none; }

/*コメントの入れ子*/
/* line 7806, baku/sass/affinger/_affinger.scss */
.post .commets-list .children {
  padding-left: 20px;
  margin-bottom: 0;
  margin-left: 0; }

/* line 7812, baku/sass/affinger/_affinger.scss */
.post .commets-list .children .children {
  padding-left: 0px; }

/* line 7816, baku/sass/affinger/_affinger.scss */
#comments .children li.comment {
  padding-left: 0;
  padding-right: 0; }

/* line 7821, baku/sass/affinger/_affinger.scss */
#comments .children .comment-author {
  left: -80px; }

/* コメント欄の下にある使用できるタグの表記を消す */
/* line 7827, baku/sass/affinger/_affinger.scss */
.form-allowed-tags {
  display: none; }

/* line 7831, baku/sass/affinger/_affinger.scss */
#comments h3 {
  background-image: none;
  border: none;
  margin-bottom: 0px;
  padding: 0; }

/* line 7838, baku/sass/affinger/_affinger.scss */
#comments h4 {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-bottom: 0px; }

/* line 7845, baku/sass/affinger/_affinger.scss */
#comments textarea {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  border: 1px #f2f2f2 solid; }

/* line 7852, baku/sass/affinger/_affinger.scss */
#comments input {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border-radius: 2px;
  border: 1px #f2f2f2 solid; }

/* Cookie オプトイン用チェックボックス */
/* line 7861, baku/sass/affinger/_affinger.scss */
#comments input#wp-comment-cookies-consent {
  width: initial;
  margin-right: 5px;
  float: left; }

/* line 7867, baku/sass/affinger/_affinger.scss */
#comments p.comment-form-cookies-consent {
  clear: both; }

/* コメントボタン */
/* line 7872, baku/sass/affinger/_affinger.scss */
#comments input[type="submit"] {
  background-color: #f3f3f3;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px #f2f2f2 solid; }

/* ピンバック */
/* line 7881, baku/sass/affinger/_affinger.scss */
li.pingback .comment-author a,
li.pingback .comment-author {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 0 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px; }

/* コメント: タイトル, スター */
/* line 7893, baku/sass/affinger/_affinger.scss */
#comments .comment-title {
  padding-top: 0;
  font-weight: bold; }

/* line 7898, baku/sass/affinger/_affinger.scss */
.comment-rating {
  margin: 0 5px 0 0; }

/* コメント: サイト URL */
/* line 7903, baku/sass/affinger/_affinger.scss */
#comments .comment-author-url {
  padding-top: 0;
  word-break: break-all;
  word-break: break-word;
  hyphens: none;
  line-height: 1.3; }

/*--------------------------------
NEWS（お知らせ）
---------------------------------*/
/* line 7915, baku/sass/affinger/_affinger.scss */
#topnews-box div {
  padding: 0 10px 10px; }

/* line 7919, baku/sass/affinger/_affinger.scss */
#topnews-box {
  padding: 0 0 10px;
  margin-bottom: 10px; }

/* line 7924, baku/sass/affinger/_affinger.scss */
.st-topin #topnews-box {
  padding: 10px 0 10px; }

/* line 7928, baku/sass/affinger/_affinger.scss */
.news-ca {
  font-size: 13px; }

/* line 7932, baku/sass/affinger/_affinger.scss */
#topnews-box div.rss-bar {
  font-size: 14px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 5px 15px;
  margin-top: -10px; }

/* line 7940, baku/sass/affinger/_affinger.scss */
.rss-bar a {
  color: #333;
  text-decoration: none; }

/* line 7945, baku/sass/affinger/_affinger.scss */
#topnews-box dt {
  font-size: 14px;
  color: #727272;
  padding-bottom: 5px; }

/* line 7951, baku/sass/affinger/_affinger.scss */
#topnews-box dd {
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
  font-size: 14px;
  margin-bottom: 10px; }

/* line 7960, baku/sass/affinger/_affinger.scss */
#topnews-box div dl dd a {
  color: #333;
  text-decoration: none; }

/* line 7965, baku/sass/affinger/_affinger.scss */
#topnews-box div dl dd a:hover {
  color: #b22222; }

/*--------------------------------
スライドショー
---------------------------------*/
/* line 7973, baku/sass/affinger/_affinger.scss */
#header-slides[dir="rtl"] {
  direction: rtl; }

/* line 7977, baku/sass/affinger/_affinger.scss */
.header-slides-slide {
  display: none; }

/* line 7981, baku/sass/affinger/_affinger.scss */
.header-slides-slide:first-child {
  display: block; }

/* line 7985, baku/sass/affinger/_affinger.scss */
.header-slides-slide img {
  width: auto;
  height: auto; }

/*--------------------------------
子テーマ調整
---------------------------------*/
/* line 7993, baku/sass/affinger/_affinger.scss */
#st-magazine .kanren .st-catgroup {
  z-index: 10000; }

/* line 7996, baku/sass/affinger/_affinger.scss */
#magazine .st-catgroup {
  position: relative;
  z-index: 10000; }

/* line 8000, baku/sass/affinger/_affinger.scss */
#magazine .kanren .st-top-box a.st-box-a {
  z-index: 2 !important; }

/*レイアウト スマートフォン
---------------------------------------------------------------------------------------------------*/
/* line 8007, baku/sass/affinger/_affinger.scss */
#wrapper {
  margin: 0 auto; }

/* line 8011, baku/sass/affinger/_affinger.scss */
body.fixed-footer #wrapper {
  height: 100%;
  min-height: 100%; }

/* line 8016, baku/sass/affinger/_affinger.scss */
header {
  text-align: center; }

/* line 8020, baku/sass/affinger/_affinger.scss */
#headbox {
  padding: 0 10px 10px;
  margin: 0; }

/* line 8025, baku/sass/affinger/_affinger.scss */
#side aside {
  padding: 0 15px 20px; }

/* line 8029, baku/sass/affinger/_affinger.scss */
footer {
  clear: both;
  padding: 0; }

/* line 8034, baku/sass/affinger/_affinger.scss */
#footer {
  padding: 20px 15px;
  text-align: center; }

/* line 8039, baku/sass/affinger/_affinger.scss */
#header-l {
  padding-top: 0; }

/* line 8043, baku/sass/affinger/_affinger.scss */
main {
  padding: 20px 15px;
  margin: 0 0 20px;
  background: #fff; }

/* line 8049, baku/sass/affinger/_affinger.scss */
.post {
  padding-bottom: 10px; }

/* line 8053, baku/sass/affinger/_affinger.scss */
.post.post-search,
.post.st-header-content {
  padding-bottom: 0; }

/* line 8058, baku/sass/affinger/_affinger.scss */
section {
  margin-bottom: 3em; }

/* line 8062, baku/sass/affinger/_affinger.scss */
.st-eyecatch {
  margin: -20px -15px 15px;
  position: relative; }

/* line 8068, baku/sass/affinger/_affinger.scss */
.st-eyecatch-width {
  margin: 0 -15px 20px; }

/* line 8073, baku/sass/affinger/_affinger.scss */
.st-eyecatch.st-eyecatch-under {
  margin-top: 0; }

/* line 8078, baku/sass/affinger/_affinger.scss */
.st-eyecatch-under {
  margin-bottom: 20px;
  position: relative; }

/* line 8083, baku/sass/affinger/_affinger.scss */
.st-eyecatch img {
  width: 100%; }

/* line 8088, baku/sass/affinger/_affinger.scss */
.eyecatch-copyurl {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  bottom: 17px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  border-radius: 2px;
  margin: 0;
  vertical-align: middle; }

/* line 8101, baku/sass/affinger/_affinger.scss */
.eyecatch-copyurl .fa-camera-retro {
  margin-right: 5px; }

/* line 8105, baku/sass/affinger/_affinger.scss */
.eyecatch-copyurl a,
p.eyecatch-copyurl {
  color: #212121; }

/* line 8110, baku/sass/affinger/_affinger.scss */
.eyecatch-copyurl a:hover {
  color: #b22222; }

/* line 8114, baku/sass/affinger/_affinger.scss */
.eyecatch-copyurl:hover {
  background-color: rgba(255, 255, 255, 0.5); }

/* LPワイド */
/* line 8119, baku/sass/affinger/_affinger.scss */
.colum1.st-lp-wide .st-lp-wide-wrapper:first-child {
  padding-top: 0; }

/* line 8123, baku/sass/affinger/_affinger.scss */
.colum1.st-lp-wide .st-lp-wide-wrapper {
  margin: 0 -15px 0;
  padding: 30px 15px 10px; }

/*アドセンス*/
/* line 8130, baku/sass/affinger/_affinger.scss */
.adbox {
  padding: 20px 0px;
  margin: 0 -15px;
  text-align: center; }

/* line 8136, baku/sass/affinger/_affinger.scss */
.middle-ad {
  margin: 0 -15px 10px;
  text-align: center; }

/*見出し前の挿入広告*/
/* line 8142, baku/sass/affinger/_affinger.scss */
.st-h-ad {
  margin: 0 0 20px; }

/*スマホセンター寄せ*/
/* line 8147, baku/sass/affinger/_affinger.scss */
.adbox div {
  margin: 0px auto; }

/*インフィード広告*/
/* line 8152, baku/sass/affinger/_affinger.scss */
.kanren .st-infeed-adunit {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
  padding-bottom: 10px; }

/*-------------------------------------
カラム1適用
--------------------------------------*/
/* line 8162, baku/sass/affinger/_affinger.scss */
.colum1 .st-eyecatch {
  margin: -20px -15px 15px; }

/* line 8167, baku/sass/affinger/_affinger.scss */
.colum1 .st-eyecatch-width {
  margin: 0 -15px 20px; }

/* line 8172, baku/sass/affinger/_affinger.scss */
.colum1 .st-eyecatch.st-eyecatch-under {
  margin-top: 0; }

/* line 8177, baku/sass/affinger/_affinger.scss */
.colum1 .st-eyecatch img {
  border-radius: 0; }

/*-------------------------------------
LP
--------------------------------------*/
/* line 8186, baku/sass/affinger/_affinger.scss */
.lp header,
.lp #gazou,
.lp #itiran,
body:not(.search) .lp .kanren:not(.shortcode-kanren):not(.st-cardbox):not(.st-cardbox-ex),
.lp #breadcrumb,
.lp nav, .lp .blogbox,
.lp .tagst, .lp .point,
.lp .p-navi,
.lp .pagination,
.lp .n-entry-t,
.lp .load-more-action,
.lp .st-pagelink {
  display: none; }

/* line 8202, baku/sass/affinger/_affinger.scss */
.lp .post img,
.lp .post video,
.lp .post object {
  max-width: 100%;
  height: auto;
  display: block; }

/*-------------------------------------
白紙ノート
--------------------------------------*/
/* line 8213, baku/sass/affinger/_affinger.scss */
#hakusinote {
  background: #fff; }

/* line 8217, baku/sass/affinger/_affinger.scss */
#hakusinote hr {
  page-break-after: always;
  color: #ff0000 !important;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0; }

/* line 8226, baku/sass/affinger/_affinger.scss */
#hakusinote .copyr {
  display: none; }

/* IEのみ
---------------------------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  /* line 8234, baku/sass/affinger/_affinger.scss */
  .rss-bar {
    padding-top: 5px; }

  /* line 8238, baku/sass/affinger/_affinger.scss */
  #s {
    color: #ccc;
    padding-top: 7px; } }
/* stylelint-disable declaration-block-no-duplicate-properties */
@media screen and (orientation: landscape) {
  /* 横向きの場合のスタイル */
  /* iPhoneX */
  /* line 8247, baku/sass/affinger/_affinger.scss */
  #headbox {
    padding-right: constant(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left); }

  /* line 8253, baku/sass/affinger/_affinger.scss */
  #side,
  #s-navi dt {
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    padding-left: calc(constant(safe-area-inset-left) + 10px);
    padding-right: calc(env(safe-area-inset-right) + 10px);
    padding-left: calc(env(safe-area-inset-left) + 10px); }

  /* line 8260, baku/sass/affinger/_affinger.scss */
  .adsbygoogle {
    margin-right: calc(constant(safe-area-inset-right));
    margin-left: calc(constant(safe-area-inset-left));
    margin-right: calc(env(safe-area-inset-right));
    margin-left: calc(env(safe-area-inset-left)); }

  /* line 8266, baku/sass/affinger/_affinger.scss */
  #footer {
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    padding-left: calc(constant(safe-area-inset-left) + 10px);
    padding-right: calc(env(safe-area-inset-right) + 10px);
    padding-left: calc(env(safe-area-inset-left) + 10px); }

  /* line 8272, baku/sass/affinger/_affinger.scss */
  #st-footermenubox {
    padding-right: calc(constant(safe-area-inset-right));
    padding-left: calc(constant(safe-area-inset-left));
    padding-bottom: calc(constant(safe-area-inset-bottom) + 7px );
    padding-right: calc(env(safe-area-inset-right));
    padding-left: calc(env(safe-area-inset-left));
    padding-bottom: calc(env(safe-area-inset-bottom) + 7px ); }

  /* line 8281, baku/sass/affinger/_affinger.scss */
  .st-ac-box,
  .s-navi-active .acordion_tree ul.menu li a {
    /* 左メニュー */
    padding-left: calc(constant(safe-area-inset-left) + 10px);
    padding-left: calc(env(safe-area-inset-left) + 10px); }

  /* line 8286, baku/sass/affinger/_affinger.scss */
  .st-ac-box,
  .s-navi-right .acordion_tree ul.menu li a {
    /* 右メニュー */
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    padding-right: calc(env(safe-area-inset-right) + 10px);
    padding-left: 10px; }

  /* 子孫メニュー */
  /* line 8293, baku/sass/affinger/_affinger.scss */
  .s-navi-active .acordion_tree ul.menu li .sub-menu a {
    padding-left: calc(constant(safe-area-inset-left) + 30px);
    padding-left: calc(env(safe-area-inset-left) + 30px); }

  /* line 8297, baku/sass/affinger/_affinger.scss */
  .s-navi-active .acordion_tree ul.menu li .sub-menu .sub-menu a {
    padding-left: calc(constant(safe-area-inset-left) + 45px);
    padding-left: calc(env(safe-area-inset-left) + 45px); }

  /* line 8301, baku/sass/affinger/_affinger.scss */
  .s-navi-active .acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
    padding-left: calc(constant(safe-area-inset-left) + 60px);
    padding-left: calc(env(safe-area-inset-left) + 60px); } }
@media screen and (orientation: portrait) {
  /* 縦向きの場合のスタイル */
  /* iPhoneX */
  /* line 8309, baku/sass/affinger/_affinger.scss */
  #st-footermenubox {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom); }

  /* line 8313, baku/sass/affinger/_affinger.scss */
  #s-navi dd.acordion_tree {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom); } }
/* stylelint-enable declaration-block-no-duplicate-properties */
/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  /* line 8323, baku/sass/affinger/_affinger.scss */
  .s-navi-active body {
    position: fixed;
    width: 100%;
    height: 100%; }

  /* line 8329, baku/sass/affinger/_affinger.scss */
  #st-ami {
    position: relative;
    transition: all .3s;
    left: 0; }

  /* line 8335, baku/sass/affinger/_affinger.scss */
  .s-navi-active #st-ami {
    left: 250px;
    /* スライドメニューの幅 */ }

  /* スライドメニュー: 右表示 */
  /* line 8340, baku/sass/affinger/_affinger.scss */
  .s-navi-active.s-navi-right #st-ami {
    left: -250px;
    /* スライドメニューの幅 */ }

  /* スライドメニュー（ヘッダー画像下ウィジェット） */
  /* line 8345, baku/sass/affinger/_affinger.scss */
  .st-header-under-widgets .slider {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 8350, baku/sass/affinger/_affinger.scss */
  #side aside {
    clear: both;
    float: none;
    width: auto;
    position: static; }

  /*SNSボタン*/
  /* line 8358, baku/sass/affinger/_affinger.scss */
  .sns .fa {
    font-size: 20px; }

  /* line 8362, baku/sass/affinger/_affinger.scss */
  .sns li a {
    box-sizing: border-box;
    height: 48px;
    padding: 10px 15px; }

  /*--------------------------------
  ウィジェットオリジナルボタン
  ---------------------------------*/
  /* RSS購読するボタン */
  /* line 8373, baku/sass/affinger/_affinger.scss */
  .rssbox a,
  .st-originalbtn {
    padding: 10px 15px; }

  /* line 8378, baku/sass/affinger/_affinger.scss */
  .originalbtn-bold {
    font-weight: bold;
    font-size: 120%; }

  /* line 8383, baku/sass/affinger/_affinger.scss */
  .btnwebfont i {
    font-size: 120%; }

  /*-- ここまで --*/ }
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
  /* line 8394, baku/sass/affinger/_affinger.scss */
  .tabnone {
    display: none; }

  /* line 8398, baku/sass/affinger/_affinger.scss */
  .s-navi-active #st-ami {
    left: 320px;
    /* スライドメニューの幅 */ }

  /* スライドメニュー: 右表示 */
  /* line 8403, baku/sass/affinger/_affinger.scss */
  .s-navi-active.s-navi-right #st-ami {
    left: -320px;
    /* スライドメニューの幅 */ }

  /*SNSボタン*/
  /* line 8408, baku/sass/affinger/_affinger.scss */
  .sns .fa {
    font-size: 25px; }

  /* line 8412, baku/sass/affinger/_affinger.scss */
  .sns li a {
    box-sizing: border-box;
    height: 58px;
    padding: 15px 20px; }

  /*--------------------------------
  サイドバー固定ページ用のナビ
  ---------------------------------*/
  /*aタグの第一階層*/
  /* line 8423, baku/sass/affinger/_affinger.scss */
  #side aside .st-pagelists ul li a {
    padding: 15px 20px; }

  /*aタグの第二階層*/
  /* line 8428, baku/sass/affinger/_affinger.scss */
  #side aside .st-pagelists .sub-menu a {
    padding: 15px 20px; }

  /*aタグの第三階層*/
  /* line 8433, baku/sass/affinger/_affinger.scss */
  #side aside .st-pagelists .sub-menu .sub-menu a {
    padding: 15px 20px; }

  /*--------------------------------
  スライドメニュー
  ---------------------------------*/
  /* line 8441, baku/sass/affinger/_affinger.scss */
  #s-navi dd.acordion_tree {
    width: 320px;
    /* スライドメニューの幅 */
    left: -320px;
    /* スライドメニューの幅 */ }

  /* メニューオープン時 */
  /* line 8447, baku/sass/affinger/_affinger.scss */
  .s-navi-active #s-navi dl.acordion {
    left: 320px;
    /* スライドメニューの幅 */ }

  /* 右表示 */
  /* line 8452, baku/sass/affinger/_affinger.scss */
  .s-navi-right #s-navi dd.acordion_tree {
    left: auto;
    right: -320px;
    /* スライドメニューの幅 */ }

  /* line 8457, baku/sass/affinger/_affinger.scss */
  .s-navi-active.s-navi-right #s-navi dl.acordion {
    left: -320px;
    /* スライドメニューの幅 */ }

  /* line 8461, baku/sass/affinger/_affinger.scss */
  #s-navi dt.trigger {
    height: 58px; }

  /* line 8465, baku/sass/affinger/_affinger.scss */
  .trigger .fa:not(.fa-bars) {
    font-size: 25px; }

  /* line 8469, baku/sass/affinger/_affinger.scss */
  .op-text,
  .op-text a,
  .op-text2,
  .op-text2 a {
    font-size: 25px;
    line-height: 40px;
    padding: 10px 0;
    margin: 0 0 0 7px; }

  /*モバイル用ロゴタイトル*/
  /* line 8480, baku/sass/affinger/_affinger.scss */
  #st-mobile-logo {
    padding: 15px 20px;
    line-height: 30px;
    font-size: 25px; }

  /* line 8486, baku/sass/affinger/_affinger.scss */
  #st-mobile-logo a {
    line-height: 30px;
    font-size: 25px; }

  /* line 8491, baku/sass/affinger/_affinger.scss */
  #st-mobile-logo img {
    height: 30px; }

  /*スライドメニューボタン*/
  /* line 8496, baku/sass/affinger/_affinger.scss */
  #s-navi dt.trigger .op {
    font-size: 30px;
    width: 66px;
    height: 58px; }

  /* line 8502, baku/sass/affinger/_affinger.scss */
  #s-navi dt.trigger .op.has-text .fa::after {
    margin-top: 4px; }

  /*スライドメニュー追加ボタン1, 2*/
  /* line 8507, baku/sass/affinger/_affinger.scss */
  #s-navi dt.trigger .op-st,
  #s-navi dt.trigger .op-st2 {
    line-height: 40px; }

  /*スライドメニュー追加ボタン1*/
  /* line 8513, baku/sass/affinger/_affinger.scss */
  #s-navi dt.trigger .op-st {
    box-sizing: border-box;
    font-size: 30px;
    line-height: 40px;
    padding: 9px 20px;
    overflow: hidden;
    height: 58px; }

  /*スライドメニュー追加ボタン2*/
  /* line 8523, baku/sass/affinger/_affinger.scss */
  #s-navi dt.trigger .op-st2 {
    box-sizing: border-box;
    font-size: 30px;
    line-height: 40px;
    padding: 9px 20px;
    overflow: hidden;
    height: 58px; }

  /*メニュー*/
  /* line 8533, baku/sass/affinger/_affinger.scss */
  .acordion_tree ul.menu li {
    font-size: 20px; }

  /* line 8537, baku/sass/affinger/_affinger.scss */
  .acordion_tree ul.menu li a {
    padding: 15px 20px; }

  /* 子孫メニュー */
  /* line 8542, baku/sass/affinger/_affinger.scss */
  .acordion_tree ul.menu li .sub-menu a {
    padding-left: 40px; }

  /* line 8546, baku/sass/affinger/_affinger.scss */
  .acordion_tree ul.menu li .sub-menu .sub-menu a {
    padding-left: 60px; }

  /* line 8550, baku/sass/affinger/_affinger.scss */
  .acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
    padding-left: 80px; }

  /*--------------------------------
  フッターメニュー
  ---------------------------------*/
  /* スライドメニュー: オープン時 */
  /* line 8558, baku/sass/affinger/_affinger.scss */
  .s-navi-active #st-footermenubox {
    left: 320px;
    /* スライドメニューの幅 */ }

  /* スライドメニュー: 右表示 */
  /* line 8563, baku/sass/affinger/_affinger.scss */
  .s-navi-active.s-navi-right #st-footermenubox {
    left: -320px;
    /* スライドメニューの幅 */ }

  /*--------------------------------
  PAGE TOP
  ---------------------------------*/
  /* line 8571, baku/sass/affinger/_affinger.scss */
  #page-top {
    font-size: 30px; }

  /* line 8575, baku/sass/affinger/_affinger.scss */
  #page-top a {
    padding: 15px 19px; }

  /*--------------------------------
  マルリスト・チェックリスト
  ---------------------------------*/
  /* line 8583, baku/sass/affinger/_affinger.scss */
  .post ol.maruno li,
  .post ul.maruck li,
  .post .maruno ol li,
  .post .maruck ul li {
    line-height: 27px; }

  /* line 8590, baku/sass/affinger/_affinger.scss */
  .post ol.maruno li:before,
  .post ul.maruck li:before,
  .post .maruno ol li:before,
  .post .maruck ul li:before {
    min-width: 27px;
    height: 27px;
    line-height: 27px; }

  /*-- ここまで --*/ }
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
  /*--------------------------------
  各フォント設定
  ---------------------------------*/
  /* line 8614, baku/sass/affinger/_affinger.scss */
  header {
    text-align: left; }

  /* line 8618, baku/sass/affinger/_affinger.scss */
  #headbox {
    padding: 0 10px 10px;
    margin: 0;
    text-align: center; }

  /* line 8624, baku/sass/affinger/_affinger.scss */
  #headbox img {
    margin: 0 auto; }

  /* line 8628, baku/sass/affinger/_affinger.scss */
  .sitename img {
    max-width: 100%;
    margin: 0; }

  /* line 8633, baku/sass/affinger/_affinger.scss */
  main {
    background-color: #fff;
    padding: 20px 30px;
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    /* iPhoneX */
    padding-left: calc(constant(safe-area-inset-left) + 10px);
    /* iPhoneX */ }

  /* line 8640, baku/sass/affinger/_affinger.scss */
  .st-eyecatch {
    margin: -20px -30px 10px; }

  /* line 8645, baku/sass/affinger/_affinger.scss */
  .st-eyecatch-width {
    margin: 0 -30px 20px; }

  /* line 8650, baku/sass/affinger/_affinger.scss */
  .st-eyecatch.st-eyecatch-under {
    margin-top: 0;
    margin-bottom: 30px; }

  /*アイキャッチのない場合（トップ）
  -----------------------------*/
  /* line 8659, baku/sass/affinger/_affinger.scss */
  .nowhits .pop-box {
    margin: -20px 0 20px; }

  /*任意のおすすめ記事トップのアイキャッチあり*/
  /* line 8664, baku/sass/affinger/_affinger.scss */
  .nowhits-eye .pop-box {
    margin: -20px 0 20px; }

  /* LPワイド */
  /* line 8669, baku/sass/affinger/_affinger.scss */
  .colum1.st-lp-wide .st-lp-wide-wrapper {
    margin: 0 -30px 0;
    padding: 30px 30px 10px; }

  /*--------------------------------
  フリーのウィジェットボックス
  ---------------------------------*/
  /* line 8678, baku/sass/affinger/_affinger.scss */
  .freebox {
    font-size: 18px;
    line-height: 28px; }

  /*--------------------------------
  各フォント設定
  ---------------------------------*/
  /* line 8688, baku/sass/affinger/_affinger.scss */
  p,
  .post h5 {
    margin-bottom: 20px; }

  /* line 8693, baku/sass/affinger/_affinger.scss */
  dd p {
    margin-bottom: 5px; }

  /*続きを読む（改ページ）*/
  /* line 8701, baku/sass/affinger/_affinger.scss */
  .tuzuki a {
    width: 50%; }

  /*続きを読む（ブログカード）*/
  /* line 8706, baku/sass/affinger/_affinger.scss */
  .post p.cardbox-more {
    display: inline-block; }

  /* line 8710, baku/sass/affinger/_affinger.scss */
  .kanren:not(.st-cardbox) .clearfix dd p {
    font-size: 16px;
    line-height: 26px; }

  /*関連記事タイトルサムネイルなし*/
  /* line 8716, baku/sass/affinger/_affinger.scss */
  .kanren .no-thumbitiran h3:not(.st-css-no2) {
    font-size: 16px;
    line-height: 26px; }

  /* 任意記事サムネイルありタイトル名 */
  /* line 8722, baku/sass/affinger/_affinger.scss */
  .kanren.pop-box dd h5:not(.st-css-no2),
  #side .kanren.pop-box dd h5:not(.st-css-no2) {
    font-size: 18px;
    line-height: 27px; }

  /*サイドバーの記事タイトル*/
  /* line 8729, baku/sass/affinger/_affinger.scss */
  aside h4:not(.st-css-no2),
  #side aside h4:not(.st-css-no2),
  .st-widgets-title:not(.st-css-no2) {
    font-size: 16px; }

  /* line 8735, baku/sass/affinger/_affinger.scss */
  #side aside #mybox ul li ul li {
    font-size: 16px;
    line-height: 26px; }

  /* オリジナルスタイルタブレット */
  /* line 8741, baku/sass/affinger/_affinger.scss */
  .yellowbox,
  .redbox,
  .graybox {
    margin-bottom: 20px; }

  /* マイボタン */
  /* line 8749, baku/sass/affinger/_affinger.scss */
  .st-mybtn.st-btn-default {
    width: 60%; }

  /*アドセンス*/
  /* line 8754, baku/sass/affinger/_affinger.scss */
  .adbox {
    margin: 0;
    text-align: left; }

  /* line 8759, baku/sass/affinger/_affinger.scss */
  .adbox div {
    margin: 0; }

  /* line 8763, baku/sass/affinger/_affinger.scss */
  .middle-ad {
    margin: 0 0 10px;
    text-align: left; }

  /*レスポンシブ用PC左右コンテンツ*/
  /* line 8769, baku/sass/affinger/_affinger.scss */
  .responbox .lbox img {
    width: 100%;
    box-sizing: border-box; }

  /*30%*/
  /* line 8775, baku/sass/affinger/_affinger.scss */
  .responbox30 .lbox {
    float: left;
    padding-right: 15px;
    width: 30%;
    box-sizing: border-box; }

  /* line 8782, baku/sass/affinger/_affinger.scss */
  .responbox30 .rbox {
    float: left;
    box-sizing: border-box;
    width: 70%; }

  /*33%*/
  /* line 8789, baku/sass/affinger/_affinger.scss */
  .responbox33 .lbox {
    float: left;
    padding: 5px;
    width: 33.33%;
    box-sizing: border-box; }

  /*40%*/
  /* line 8797, baku/sass/affinger/_affinger.scss */
  .responbox .lbox {
    float: left;
    padding-right: 15px;
    width: 40%;
    box-sizing: border-box; }

  /* line 8804, baku/sass/affinger/_affinger.scss */
  .responbox .rbox {
    float: left;
    box-sizing: border-box;
    width: 60%; }

  /* line 8810, baku/sass/affinger/_affinger.scss */
  .responbox40 .lbox {
    float: left;
    padding-right: 15px;
    width: 40%;
    box-sizing: border-box; }

  /* line 8817, baku/sass/affinger/_affinger.scss */
  .responbox40 .rbox {
    float: left;
    box-sizing: border-box;
    width: 60%; }

  /*50%*/
  /* line 8824, baku/sass/affinger/_affinger.scss */
  .responbox50 .lbox {
    float: left;
    padding-right: 7px;
    width: 50%;
    box-sizing: border-box; }

  /* line 8831, baku/sass/affinger/_affinger.scss */
  .responbox50 .rbox {
    float: left;
    padding-left: 7px;
    box-sizing: border-box;
    width: 50%; }

  /*60%*/
  /* line 8839, baku/sass/affinger/_affinger.scss */
  .responbox60 .lbox {
    float: left;
    padding-right: 15px;
    width: 60%;
    box-sizing: border-box; }

  /* line 8846, baku/sass/affinger/_affinger.scss */
  .responbox60 .rbox {
    float: left;
    box-sizing: border-box;
    width: 40%; }

  /*70%*/
  /* line 8853, baku/sass/affinger/_affinger.scss */
  .responbox70 .lbox {
    float: left;
    padding-right: 15px;
    width: 70%;
    box-sizing: border-box; }

  /* line 8860, baku/sass/affinger/_affinger.scss */
  .responbox70 .rbox {
    float: right;
    box-sizing: border-box;
    width: 30%; }

  /*--------------------------------
  NEWS（お知らせ）
  ---------------------------------*/
  /* line 8870, baku/sass/affinger/_affinger.scss */
  #topnews-box div {
    padding: 0 10px 10px; }

  /* line 8874, baku/sass/affinger/_affinger.scss */
  #topnews-box div.rss-bar {
    font-size: 14px; }

  /* line 8879, baku/sass/affinger/_affinger.scss */
  #topnews-box dt {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    float: left;
    width: 90px;
    clear: both; }

  /* line 8888, baku/sass/affinger/_affinger.scss */
  #topnews-box dd {
    padding-left: 100px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-bottom: 10px; }

  /* line 8895, baku/sass/affinger/_affinger.scss */
  #topnews-box div dl dd a {
    text-decoration: none; }

  /*--------------------------------
  一覧記事表示部分
  ---------------------------------*/
  /* line 8903, baku/sass/affinger/_affinger.scss */
  #topnews dt {
    float: left;
    width: 150px; }

  /* line 8908, baku/sass/affinger/_affinger.scss */
  #topnews dt img {
    width: 100%; }

  /* line 8912, baku/sass/affinger/_affinger.scss */
  #topnews dd {
    padding-left: 170px; }

  /* line 8916, baku/sass/affinger/_affinger.scss */
  #topnews .clearfix dd h5 {
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 5px; }

  /* line 8923, baku/sass/affinger/_affinger.scss */
  #topnews .clearfix dd p {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    margin: 0px;
    padding: 0px; }

  /* line 8931, baku/sass/affinger/_affinger.scss */
  #topnews .clearfix dd h5 a {
    color: #333;
    text-decoration: none; }

  /*-------------------------------------
  カラム1適用
  --------------------------------------*/
  /* line 8940, baku/sass/affinger/_affinger.scss */
  .colum1 #side {
    display: none; }

  /* line 8944, baku/sass/affinger/_affinger.scss */
  .colum1 main {
    margin: 0px -10px 20px;
    padding: 20px 30px;
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    /* iPhone */
    padding-left: calc(constant(safe-area-inset-left) + 10px);
    /* iPhone */ }

  /* line 8951, baku/sass/affinger/_affinger.scss */
  .home .colum1 main,
  .category .colum1 main {
    padding-right: calc(constant(safe-area-inset-right) + 10px) !important;
    /* iPhone */
    padding-left: calc(constant(safe-area-inset-left) + 10px) !important;
    /* iPhone */ }

  /*白紙ノート*/
  /* line 8958, baku/sass/affinger/_affinger.scss */
  #hakusinote .colum1 main {
    margin: 0px;
    padding: 20px; }

  /* line 8963, baku/sass/affinger/_affinger.scss */
  .colum1 .st-eyecatch {
    margin: -20px -50px 10px; }

  /* line 8968, baku/sass/affinger/_affinger.scss */
  .colum1 .st-eyecatch-width {
    margin: 0 -50px 20px; }

  /* line 8973, baku/sass/affinger/_affinger.scss */
  .colum1 .st-eyecatch.st-eyecatch-under {
    margin-top: 0; }

  /*ウィジェット問合せフォーム*/
  /* line 8979, baku/sass/affinger/_affinger.scss */
  main .st-formbtn {
    width: 60%;
    margin: 20px auto; }

  /*YouTube画像*/
  /* line 8985, baku/sass/affinger/_affinger.scss */
  .st-youtube .fa-youtube-play {
    font-size: 60px;
    width: 60px;
    height: 60px; }

  /*ブログカード風*/
  /* line 8992, baku/sass/affinger/_affinger.scss */
  .st-cardbox .clearfix dd h5 {
    margin-bottom: 10px; }

  /*ブログカード風マガジン タイプB*/
  /* line 8999, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .st-cardbox {
    border: none;
    padding: 0; }

  /* line 9004, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .kanren dl,
  .st-cardstyleb .kanren.st-cardbox dl:last-child {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff; }

  /* line 9011, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .kanren dl {
    width: 100%; }

  /* line 9015, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .kanren dt {
    float: none !important;
    width: 100% !important;
    height: auto;
    overflow: hidden;
    position: relative; }

  /* line 9023, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .kanren dt img {
    width: 100% !important; }

  /* line 9027, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .kanren dd {
    padding: 20px; }

  /* line 9031, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .kanren .clearfix dd p {
    line-height: 1.8; }

  /* line 9035, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .kanren .st-top-box {
    padding: 5px;
    box-sizing: border-box;
    width: 100%; }

  /* line 9041, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .kanren .st-top-box dl {
    margin-bottom: 0;
    position: relative; }

  /* line 9046, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .kanren .st-top-box a.st-box-a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999; }

  /* line 9056, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .kanren .st-top-box a:hover {
    text-decoration: none;
    background: #fff;
    opacity: 0.3; }

  /* line 9062, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .kanren .st-top-box img.size-full,
  .st-cardstyleb .kanren .st-top-box img.size-large {
    margin-bottom: 0; }

  /* line 9067, baku/sass/affinger/_affinger.scss */
  .st-cardstyleb .cardbox-more a {
    display: block; }

  /*目次*/
  /* line 9072, baku/sass/affinger/_affinger.scss */
  #st_toc_container > ul > li {
    font-size: 20px; }

  /*-- ここまで --*/ }
/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
  /*--------------------------------
  各フォント設定
  ---------------------------------*/
  /* line 9087, baku/sass/affinger/_affinger.scss */
  p,
  .st-kaiwa-hukidashi,
  .st-kaiwa-hukidashi2,
  .yellowbox,
  .graybox,
  .redbox,
  .post ul li,
  .post ol li,
  .post h5,
  .post h6,
  .post table tr td,
  table tr td {
    font-size: 15px;
    line-height: 27px; }

  /* ブログカードタイトル */
  /* line 9108, baku/sass/affinger/_affinger.scss */
  .st-cardbox .clearfix dd h5,
  .post .st-cardbox .clearfix dd h5,
  #side .st-cardbox .clearfix dd h5 {
    border-bottom: 1px dotted #ccc; }

  /* 記事カード化のカテゴリ */
  /* line 9115, baku/sass/affinger/_affinger.scss */
  .post-card-list-item .st-catgroup.itiran-category .catname {
    padding: 8px; }

  /*--------------------------------
  hoverのopacity
  ---------------------------------*/
  /* line 9123, baku/sass/affinger/_affinger.scss */
  a:hover img {
    -moz-opacity: 0.8;
    opacity: 0.8; }

  /* line 9128, baku/sass/affinger/_affinger.scss */
  #playnow:hover {
    opacity: 0.6; }

  /* line 9132, baku/sass/affinger/_affinger.scss */
  header .sitename a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8; }

  /* line 9137, baku/sass/affinger/_affinger.scss */
  .post .st-catgroup a:hover {
    opacity: 0.5; }

  /* line 9141, baku/sass/affinger/_affinger.scss */
  .rssbox a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8; }

  /* line 9146, baku/sass/affinger/_affinger.scss */
  #side aside .st-pagelists ul li a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8; }

  /* line 9151, baku/sass/affinger/_affinger.scss */
  .tagcloud a:hover {
    opacity: 0.5; }

  /* line 9155, baku/sass/affinger/_affinger.scss */
  a:hover .st-formbtn {
    opacity: 0.7; }

  /* line 9159, baku/sass/affinger/_affinger.scss */
  a:hover .st-originalbtn {
    opacity: 0.7; }

  /* line 9164, baku/sass/affinger/_affinger.scss */
  .wpcf7-submit:hover {
    opacity: 0.9; }

  /* line 9168, baku/sass/affinger/_affinger.scss */
  .st-cardstyle .kanren .st-top-box a:hover {
    text-decoration: none;
    background: #fff;
    opacity: 0.3; }

  /* line 9174, baku/sass/affinger/_affinger.scss */
  .op-st:hover {
    opacity: 0.5; }

  /* line 9178, baku/sass/affinger/_affinger.scss */
  .op-st2:hover {
    opacity: 0.5; }

  /* line 9182, baku/sass/affinger/_affinger.scss */
  .st-pagelink a:hover {
    opacity: 0.5; }

  /*--------------------------------
  NEWS（お知らせ）
  ---------------------------------*/
  /* line 9190, baku/sass/affinger/_affinger.scss */
  #topnews-box {
    padding: 10px 0; }

  /*--------------------------------
  この記事を書いた人
  ---------------------------------*/
  /* line 9198, baku/sass/affinger/_affinger.scss */
  .st-author-sns .fa {
    font-size: 150%; }

  /* line 9202, baku/sass/affinger/_affinger.scss */
  #side .st-author-description {
    font-size: 80%;
    margin-bottom: 10px; }

  /*--------------------------------
  メニュー
  ---------------------------------*/
  /* line 9211, baku/sass/affinger/_affinger.scss */
  #st-menuwide {
    border-radius: 1px;
    border: solid 1px #E0DEDE;
    padding: 0px;
    margin: 0 auto;
    /*Other Browser*/
    background: #f3f3f3;
    /*For Old WebKit*/
    background: -webkit-linear-gradient(#fff 0%, #f3f3f3 100%);
    /*For Modern Browser*/
    background: linear-gradient(#fff 0%, #f3f3f3 100%); }

  /* line 9231, baku/sass/affinger/_affinger.scss */
  nav.smanone {
    margin: 0 auto; }

  /* line 9235, baku/sass/affinger/_affinger.scss */
  nav.st5 {
    margin: 0 auto; }

  /* line 9239, baku/sass/affinger/_affinger.scss */
  header .smanone ul.menu li .fa,
  header nav.st5 ul.menu li .fa,
  header #st-menuwide div.menu li .fa,
  header #st-menuwide nav.menu li .fa {
    margin-right: 5px; }

  /* line 9246, baku/sass/affinger/_affinger.scss */
  header .smanone ul.menu li {
    box-sizing: border-box;
    list-style-type: none;
    float: left;
    width: 160px;
    height: 40px;
    text-align: center;
    border-right: solid 1px #f3f3f3;
    position: relative; }

  /* line 9257, baku/sass/affinger/_affinger.scss */
  header .smanone ul.menu > li:last-child {
    border: none; }

  /* line 9261, baku/sass/affinger/_affinger.scss */
  header .smanone ul.menu li a {
    display: block;
    font-size: 13px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #000;
    text-decoration: none;
    position: relative;
    z-index: 1; }

  /* line 9274, baku/sass/affinger/_affinger.scss */
  header .smanone ul.menu li li a {
    background: #f3f3f3;
    border-top: #ccc dotted 1px;
    z-index: 99999; }

  /* line 9280, baku/sass/affinger/_affinger.scss */
  header .smanone ul.menu li a:hover {
    color: #ff0000; }

  /* line 9284, baku/sass/affinger/_affinger.scss */
  header .smanone ul.sub-menu li ul.sub-menu {
    position: absolute;
    left: 160px;
    top: 0; }

  /* line 9290, baku/sass/affinger/_affinger.scss */
  header .smanone ul.sub-menu {
    display: none; }

  /* IE7 対策 */
  /* line 9295, baku/sass/affinger/_affinger.scss */
  header .smanone ul.menu {
    zoom: 1; }

  /* line 9299, baku/sass/affinger/_affinger.scss */
  * + html header .smanone ul.menu li {
    display: inline;
    zoom: 1; }

  /* line 9303, baku/sass/affinger/_affinger.scss */
  * + html header .smanone ul.sub-menu {
    zoom: 1;
    position: relative; }

  /*--------------------------------
  ヘッダー用メニュー（横列）
  ---------------------------------*/
  /* line 9312, baku/sass/affinger/_affinger.scss */
  #header-r .footermenust.st-menu-side a:hover {
    opacity: 0.7; }

  /*--------------------------------
  サイドバー固定ページ用のナビ
  ---------------------------------*/
  /*aタグの第一階層*/
  /* line 9321, baku/sass/affinger/_affinger.scss */
  #side aside .st-pagelists ul li a {
    padding-top: 8px;
    padding-bottom: 8px; }

  /*aタグの第二階層*/
  /* line 9327, baku/sass/affinger/_affinger.scss */
  #side aside .st-pagelists .sub-menu a {
    padding-top: 8px;
    padding-bottom: 8px; }

  /*aタグの第三階層*/
  /* line 9333, baku/sass/affinger/_affinger.scss */
  #side aside .st-pagelists .sub-menu .sub-menu a {
    padding-top: 8px;
    padding-bottom: 0; }

  /* line 9338, baku/sass/affinger/_affinger.scss */
  #side aside .st-pagelists .sub-menu .sub-menu li:last-child {
    padding-bottom: 8px; }

  /* line 9342, baku/sass/affinger/_affinger.scss */
  .smanone {
    display: block; }

  /* line 9346, baku/sass/affinger/_affinger.scss */
  .pcnone {
    display: none !important; }

  /* line 9350, baku/sass/affinger/_affinger.scss */
  header {
    padding: 0; }

  /* line 9354, baku/sass/affinger/_affinger.scss */
  #header-l {
    padding-top: 0; }

  /* line 9358, baku/sass/affinger/_affinger.scss */
  #headbox {
    padding: 10px 10px 15px;
    margin: 0 auto;
    text-align: left; }

  /* line 9364, baku/sass/affinger/_affinger.scss */
  #headbox img {
    margin: 0; }

  /* line 9368, baku/sass/affinger/_affinger.scss */
  #st-headwide #headbox img {
    margin: 0 auto; }

  /* line 9372, baku/sass/affinger/_affinger.scss */
  nav {
    display: block; }

  /*IEで要素がズレるのを対応*/
  /* line 9377, baku/sass/affinger/_affinger.scss */
  .ie7 aside ul li,
  .ie8 aside ul li,
  .ie9 aside ul li {
    display: list-item;
    padding: 0; }

  /*--------------------------------
  フリーのウィジェットボックス
  ---------------------------------*/
  /* line 9388, baku/sass/affinger/_affinger.scss */
  .freebox {
    font-size: 14px;
    line-height: 24px; }

  /*--------------------------------
  各フォント設定
  ---------------------------------*/
  /* line 9397, baku/sass/affinger/_affinger.scss */
  p,
  .post h5 {
    margin-bottom: 20px; }

  /* line 9403, baku/sass/affinger/_affinger.scss */
  dd p {
    margin-bottom: 5px; }

  /* 記事タイトル下 */
  /* line 9409, baku/sass/affinger/_affinger.scss */
  .blogbox p {
    font-size: 13px;
    margin: 0px;
    color: #ccc;
    line-height: 18px; }

  /* line 9417, baku/sass/affinger/_affinger.scss */
  .post dd h5:not(.st-css-no2) {
    margin-bottom: 5px; }

  /*サイドバー*/
  /* line 9422, baku/sass/affinger/_affinger.scss */
  #side aside ul li {
    font-size: 14px;
    line-height: 24px; }

  /* line 9427, baku/sass/affinger/_affinger.scss */
  #side aside #mybox ul li ul li {
    font-size: 14px;
    line-height: 24px; }

  /* 任意記事サムネイルありタイトル名 */
  /* line 9433, baku/sass/affinger/_affinger.scss */
  .kanren.pop-box dd h5:not(.st-css-no2),
  #side .kanren.pop-box dd h5:not(.st-css-no2) {
    font-size: 16px;
    line-height: 26px; }

  /* オリジナルスタイルPC */
  /* line 9441, baku/sass/affinger/_affinger.scss */
  .yellowbox,
  .redbox,
  .graybox {
    margin-bottom: 20px; }

  /*クリップメモ*/
  /* line 9449, baku/sass/affinger/_affinger.scss */
  .clip-memotext > * {
    font-size: 90%; }

  /*メモボックス2*/
  /* line 9454, baku/sass/affinger/_affinger.scss */
  .st-memobox2 > * {
    font-size: 90%; }

  /*ミニふきだし*/
  /* line 9459, baku/sass/affinger/_affinger.scss */
  .post .st-minihukidashi,
  .st-minihukidashi {
    font-size: 90%; }

  /*--------------------------------
  ヘッダーコンテンツ
  ---------------------------------*/
  /* line 9468, baku/sass/affinger/_affinger.scss */
  #header-l {
    float: left;
    max-width: 380px; }

  /* line 9473, baku/sass/affinger/_affinger.scss */
  #header-r {
    float: right;
    max-width: 400px;
    padding-top: 0px; }

  /* line 9479, baku/sass/affinger/_affinger.scss */
  #header-r a {
    text-decoration: none; }

  /* line 9483, baku/sass/affinger/_affinger.scss */
  #header-r p {
    margin: 0px; }

  /* line 9487, baku/sass/affinger/_affinger.scss */
  #header-r .footermenubox {
    margin-bottom: 10px; }

  /*ヘッダーリンク*/
  /* line 9492, baku/sass/affinger/_affinger.scss */
  #header-r .footermenust {
    padding: 0 10px 0 0;
    margin: 0px 0 5px;
    text-align: right; }

  /* line 9498, baku/sass/affinger/_affinger.scss */
  #header-r .footermenust li {
    border-right: 1px solid #000;
    font-size: 12px;
    line-height: 18px;
    margin: 0; }

  /* line 9506, baku/sass/affinger/_affinger.scss */
  #header-r .footermenust li:last-child {
    border-right: none; }

  /* line 9510, baku/sass/affinger/_affinger.scss */
  #header-r .footermenust a {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #000; }

  /*電話番号*/
  /* line 9518, baku/sass/affinger/_affinger.scss */
  .head-telno {
    font-size: 25px;
    padding: 0 10px 10px;
    text-align: center; }

  /* line 9524, baku/sass/affinger/_affinger.scss */
  #header-r .head-telno {
    text-align: center; }

  /* line 9528, baku/sass/affinger/_affinger.scss */
  .head-telno a {
    color: #000; }

  /* line 9532, baku/sass/affinger/_affinger.scss */
  header .headbox .textwidget {
    padding: 5px 10px;
    border-radius: 3px; }

  /* フッターウィジェット */
  /* line 9538, baku/sass/affinger/_affinger.scss */
  #footer .headbox .textwidget {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    margin: 0 auto 10px;
    background: #ccc; }

  /* line 9546, baku/sass/affinger/_affinger.scss */
  #footer .headbox p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0; }

  /*ヘーダーワイド*/
  /* line 9554, baku/sass/affinger/_affinger.scss */
  #st-headwide #header-l {
    float: none;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0; }

  /* line 9560, baku/sass/affinger/_affinger.scss */
  #st-headwide #header-r {
    display: none; }

  /*--------------------------------
  フッターのウィジェットボックス
  ---------------------------------*/
  /* line 9568, baku/sass/affinger/_affinger.scss */
  .footer-r {
    box-sizing: border-box;
    padding: 0 15px 10px 0px;
    text-align: left; }

  /* line 9574, baku/sass/affinger/_affinger.scss */
  .footer-r > * {
    font-size: 13px;
    line-height: 18px;
    text-align: left; }

  /* line 9580, baku/sass/affinger/_affinger.scss */
  .footer-l {
    float: left;
    width: 30%;
    min-width: 300px;
    box-sizing: border-box;
    text-align: left;
    padding: 0 20px 0 0; }

  /* line 9589, baku/sass/affinger/_affinger.scss */
  .footer-l > * {
    text-align: left; }

  /* line 9593, baku/sass/affinger/_affinger.scss */
  .footer-l .head-telno {
    padding-left: 0; }

  /* line 9597, baku/sass/affinger/_affinger.scss */
  .footer-r {
    float: right;
    width: 70%;
    box-sizing: border-box; }

  /* line 9603, baku/sass/affinger/_affinger.scss */
  .footer-r.footer-column3 {
    padding-right: 0; }

  /* line 9607, baku/sass/affinger/_affinger.scss */
  .footer-r-2 {
    /* 3列目がある時の2列目 */
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 10px; }

  /* line 9615, baku/sass/affinger/_affinger.scss */
  .footer-r-3 {
    /* 3列目 */
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 10px; }

  /*--------------------------------
  ページャー
  ---------------------------------*/
  /* line 9627, baku/sass/affinger/_affinger.scss */
  .st-pagelink .page-numbers {
    padding: 7px 8px; }

  /*--------------------------------
  サイドバー固定ページ用のナビ
  ---------------------------------*/
  /* line 9636, baku/sass/affinger/_affinger.scss */
  #side aside .st-pagelists li {
    font-size: 13px;
    line-height: 24px; }

  /*サイドバーの記事タイトル*/
  /* line 9642, baku/sass/affinger/_affinger.scss */
  aside h4:not(.st-css-no2),
  #side aside h4:not(.st-css-no2),
  .st-widgets-title:not(.st-css-no2) {
    font-size: 14px; }

  /*--------------------------------
  PCのレイアウト
  ---------------------------------*/
  /* line 9652, baku/sass/affinger/_affinger.scss */
  #wrapper {
    overflow: visible;
    /*グローバルメニューの下層リンクを表示する為*/
    padding: 0;
    width: 100%; }

  /* line 9658, baku/sass/affinger/_affinger.scss */
  #st-header {
    margin: 0 auto; }

  /* line 9662, baku/sass/affinger/_affinger.scss */
  #content {
    margin: 0 auto; }

  /* line 9666, baku/sass/affinger/_affinger.scss */
  #content-w {
    padding-top: 10px; }

  /* line 9670, baku/sass/affinger/_affinger.scss */
  #side {
    padding: 0; }

  /* line 9674, baku/sass/affinger/_affinger.scss */
  footer {
    width: 100%; }

  /* line 9678, baku/sass/affinger/_affinger.scss */
  #footer {
    margin: 0 auto; }

  /* line 9682, baku/sass/affinger/_affinger.scss */
  #footer-in {
    margin: 0 auto; }

  /* line 9686, baku/sass/affinger/_affinger.scss */
  .st-eyecatch {
    margin: -30px -50px 10px; }

  /* line 9691, baku/sass/affinger/_affinger.scss */
  .st-eyecatch-width {
    margin: 0 -50px 20px; }

  /* line 9696, baku/sass/affinger/_affinger.scss */
  .st-eyecatch.st-eyecatch-under {
    margin-top: 0; }

  /* line 9701, baku/sass/affinger/_affinger.scss */
  .st-eyecatch img {
    border-radius: 4px 4px 0 0; }

  /* line 9706, baku/sass/affinger/_affinger.scss */
  .st-eyecatch.st-eyecatch-under img {
    border-radius: 0; }

  /* LPワイド */
  /* line 9712, baku/sass/affinger/_affinger.scss */
  .colum1.st-lp-wide .st-lp-wide-wrapper {
    margin: 0 -70px 0;
    padding: 40px 70px 20px; }

  	/*--------------------------------
  	PCのレイアウト（左サイドバー）
  
  	#contentInner {
  		float: right;
  		width: 100%;
  		margin-left: -320px;
  	}
  
  	main {
  		margin-right: 0px;
  		margin-left: 320px;
  		background-color: #fff;
  		border-radius: 4px;
  		padding: 30px 50px 30px;
  	}
  
  	#side aside {
  		float: left;
  		width: 300px;
  	---------------------------------*/
  /*-------------------------------------
  カラム1適用
  --------------------------------------*/
  /* line 9745, baku/sass/affinger/_affinger.scss */
  .colum1 #side {
    display: none; }

  /* line 9749, baku/sass/affinger/_affinger.scss */
  .colum1 main {
    margin: 0 0 20px;
    padding: 30px 70px; }

  /*白紙ノート*/
  /* line 9755, baku/sass/affinger/_affinger.scss */
  #hakusinote #st-header,
  #hakusinote #content,
  #hakusinote #footer-in {
    max-width: 800px; }

  /* line 9761, baku/sass/affinger/_affinger.scss */
  #hakusinote .colum1 main {
    margin: 0px;
    padding: 20px; }

  /*--------------------------------
  SNS
  ---------------------------------*/
  /* line 9770, baku/sass/affinger/_affinger.scss */
  .sns {
    width: 90%; }

  /* line 9774, baku/sass/affinger/_affinger.scss */
  .sns li {
    width: 33%; }

  /* line 9778, baku/sass/affinger/_affinger.scss */
  .snstext {
    display: inline; }

  /*トップ記事一覧*/
  /* line 9783, baku/sass/affinger/_affinger.scss */
  dd h3 a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px; }

  /* line 9790, baku/sass/affinger/_affinger.scss */
  .kanren:not(.st-cardbox) .clearfix dd p {
    font-size: 75%;
    line-height: 1.7; }

  /* line 9795, baku/sass/affinger/_affinger.scss */
  .colum1 .st-eyecatch {
    margin: -30px -70px 10px; }

  /* line 9800, baku/sass/affinger/_affinger.scss */
  .colum1 .st-eyecatch-width {
    margin: 0 -70px 20px; }

  /* line 9805, baku/sass/affinger/_affinger.scss */
  .colum1 .st-eyecatch.st-eyecatch-under {
    margin-top: 0; }

  /*--------------------------------
  メニューst5
  ---------------------------------*/
  /* line 9814, baku/sass/affinger/_affinger.scss */
  nav.st5 {
    padding: 5px;
    display: block; }

  /* line 9819, baku/sass/affinger/_affinger.scss */
  nav.st5 li {
    list-style: none;
    position: relative;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px; }

  /* line 9831, baku/sass/affinger/_affinger.scss */
  nav.st5 li:last-child {
    border: none; }

  /* line 9835, baku/sass/affinger/_affinger.scss */
  nav.st5 li .sub-menu,
  nav.menu li .children {
    display: none; }

  /* line 9840, baku/sass/affinger/_affinger.scss */
  nav.st5 li a {
    color: #333;
    text-decoration: none; }

  /* line 9845, baku/sass/affinger/_affinger.scss */
  .menu-nav.st5igation-container {
    overflow: hidden; }

  /* line 9849, baku/sass/affinger/_affinger.scss */
  nav.st5 li a:hover {
    text-decoration: underline; }

  /*--------------------------------
  メニュー未設定
  ---------------------------------*/
  /* line 9857, baku/sass/affinger/_affinger.scss */
  #st-menuwide div.menu,
  #st-menuwide nav.menu {
    margin: 0 auto;
    padding: 5px;
    display: block; }

  /* line 9864, baku/sass/affinger/_affinger.scss */
  #st-menuwide div.menu:after,
  #st-menuwide nav.menu:after {
    content: '';
    display: block;
    clear: both; }

  /* line 9871, baku/sass/affinger/_affinger.scss */
  #st-menuwide div.menu li,
  #st-menuwide nav.menu li {
    position: relative;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px; }

  /* line 9883, baku/sass/affinger/_affinger.scss */
  #st-menuwide div.menu li:last-child,
  #st-menuwide nav.menu li:last-child {
    border: none; }

  /* line 9888, baku/sass/affinger/_affinger.scss */
  #st-menuwide div.menu li .sub-menu,
  #st-menuwide nav.menu li .sub-menu {
    display: none; }

  /* line 9893, baku/sass/affinger/_affinger.scss */
  #st-menuwide div.menu li a,
  #st-menuwide nav.menu li a {
    color: #333;
    text-decoration: none; }

  /*--------------------------------
  トップおすすめタイトル
  ---------------------------------*/
  /* line 9903, baku/sass/affinger/_affinger.scss */
  .nowhits .pop-box {
    position: relative;
    margin: -30px 0 20px;
    border-top: solid 1px #FEB20A; }

  /*アイキャッチがある場合*/
  /* line 9909, baku/sass/affinger/_affinger.scss */
  .st-eyecatch + .nowhits .pop-box {
    position: relative;
    margin: -20px 0 20px;
    border-top: solid 1px #FEB20A; }

  /* line 9915, baku/sass/affinger/_affinger.scss */
  .nowhits-eye .pop-box {
    position: relative;
    margin: -20px 0 20px;
    border-top: solid 1px #FEB20A; }

  /* line 9922, baku/sass/affinger/_affinger.scss */
  .nowhits .p-entry {
    top: 0;
    left: 0; }

  /* line 9927, baku/sass/affinger/_affinger.scss */
  .nowhits .p-entry-t {
    margin-bottom: 30px; }

  /*コンタクトフォーム7の送信ボタン*/
  /* line 9932, baku/sass/affinger/_affinger.scss */
  .wpcf7-submit {
    width: 50%; }

  /*--------------------------------
  ミドルメニュー
  ---------------------------------*/
  /* line 9939, baku/sass/affinger/_affinger.scss */
  .st-middle-menu {
    display: none; }

  /*--------------------------------
  目次
  ---------------------------------*/
  /* line 9946, baku/sass/affinger/_affinger.scss */
  #st_toc_container {
    padding-left: 30px;
    padding-right: 30px; }

  /* line 9951, baku/sass/affinger/_affinger.scss */
  #st_toc_container > ul > li {
    font-size: 16px; }

  /* 第一階層のみの場合 */
  /* line 9956, baku/sass/affinger/_affinger.scss */
  #st_toc_container.only-toc > ul > li {
    font-size: 15px; }

  /*--------------------------------
  スクロール表のバー
  ---------------------------------*/
  /* line 9963, baku/sass/affinger/_affinger.scss */
  .scroll-box.pc:before {
    content: none; }

  /* line 9966, baku/sass/affinger/_affinger.scss */
  .scroll-box.pc::-webkit-scrollbar {
    height: 10px;
    width: 10px; }

  /* line 9971, baku/sass/affinger/_affinger.scss */
  .scroll-box.pc::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f3f3f3; }

  /* line 9975, baku/sass/affinger/_affinger.scss */
  .scroll-box.pc::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc; }

  /*-- ここまで --*/ }
/*media Queries スマートフォンのみ（599px）以下
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {
  /* line 9987, baku/sass/affinger/_affinger.scss */
  #side {
    overflow: hidden; }

  /*スクロール*/
  /* line 9992, baku/sass/affinger/_affinger.scss */
  .post .scroll-box table td,
  .post .scroll-box table td p {
    white-space: nowrap; }

  /*スクロールマーク*/
  /* line 9999, baku/sass/affinger/_affinger.scss */
  .scroll-box {
    position: relative; }

  /* line 10002, baku/sass/affinger/_affinger.scss */
  .scroll-box:before {
    content: "\f0ec";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(204, 204, 204, 0.8);
    padding: 0.2em;
    font-size: 120%;
    border-radius: 0 0 5px 0;
    color: #fff; }

  /*ブログ風カードの続きを読む*/
  /* line 10017, baku/sass/affinger/_affinger.scss */
  .cardbox-more a {
    display: block; }

  /*見出し前の挿入広告*/
  /* line 10022, baku/sass/affinger/_affinger.scss */
  .st-h-ad {
    margin: 0 -15px 20px;
    text-align: center;
    width: initial !important; }

  /*スマホ用のアドセンス広告挿入*/
  /* line 10029, baku/sass/affinger/_affinger.scss */
  .sp-ad {
    margin: 0 -15px;
    text-align: center;
    width: initial !important; }

  /*カードデザインの投稿日*/
  /* line 10036, baku/sass/affinger/_affinger.scss */
  .slick-slides-to-show-3 .post-card-date,
  .slick-slides-to-show-2 .post-slide-date,
  .is-small-columns-2 .post-card-date,
  .is-small-columns-3 .post-card-date {
    font-size: 0.7em; }

  /*クリップアイコン*/
  /* line 10044, baku/sass/affinger/_affinger.scss */
  .clip-memobox .clip-fonticon {
    font-size: 150%; }

  /*-- ここまで --*/ }

/*# sourceMappingURL=style.css.map */
